@charset "UTF-8";
/* ---------------------------------------
すべてのページ
------------------------------------------ */
/* 基本スタイル */
body {
  background-color: #D3EDFB;
  background-image: url("../images/bg_texture.png");
/* background: rgba(211,237,251,1);
background: linear-gradient(180deg, rgba(0,117,194,1) 0%, rgba(0,117,194,1) 10%, rgba(211,237,251,1) 10%, rgba(211,237,251,1) 100%);*/
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN’, Meiryo, メイリオ, YuGothic, ‘游ゴシック’, sans-serif;
}
#bg-wrapper {
  background-image: url("../images/bg_image_gradeate.png"),
      url("../images/bg_image.jpg");
  position: relative;
/*  min-height: 100vh;
  background-size: cover; 
  background-attachment: fixed; */
  background-repeat: no-repeat,no-repeat;
  background-position: center top 720px ,center top; 
}
/*#bg-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center top -100px;
  background-image: url("../images/bg-img.jpg");
  background-size: cover;
}*/
#wrapper {
  width: 980px;
  margin: 0 auto;
  height: auto;
}
h1 {
  height: 0;
  line-height: 0;
  overflow: hidden;
  display: none;
}
a {
  color: #1668a4;
  text-decoration: underline;
}
a:link {
  color: #1668a4;
}
a:visited {
  color: #1668a4;
}
a:hover, a:focus a:active {
  color: #03ae98;
  text-decoration: none;
}
img {
  border: 0;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: underline;
}
ul li a:hover {
  text-decoration: none;
}
/*リンクボタン どんぐリスト*/
div.button {
  margin-top: 0px;
  margin-bottom: 6px;
  display: inline-block;
  padding: 12px 10px 10px 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 0.7rem;
  line-height: 2.3em;
  border-radius: 8px;
  outline: none;
  border: 2px #40D5FA solid;
  position: relative;
}
div.button::before, div.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
div.button, div.button::before, div.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
div.button {
  background-color: #E7F9FE;
  color: #fff;
}
div.button a {
  text-decoration: none;
}
div.button:hover {
  background-color: #FEED01;
  /*text-decoration: underline;*/
}

/* ---------------------------------------
　HEADER
------------------------------------------ */

#page-header {
  width: 900px;
  height: 560px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#main-image {
  width: 610px;
  height: 415px;
text-align: center;
  margin: 5px auto 0 auto;
}
#main-image img {
  padding-top: 10px;
  border: none;
  width: 529px;
  height: 360px;
  margin: 0 auto;
}

#main-image_sub {
  width: 512px;
  height: 65px;
  margin: 0 auto;
}
#main-image_sub img {
  padding-top: 20px;
  border: none;
}

/* #main-content */
#main-content {
  text-align: left;
  padding: 0;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

/* ---------------------------------------
　CONTENT
------------------------------------------ */
/* .block-wrap */
.block-l-wrap {
  width: 450px;
  /*float: left;*/
}
.block-r-wrap {
  width: 450px;
  /*float: right;*/
}
.block {
  margin: 0;
  padding: 0 10px 10px 10px;
  position: relative;
  /*border-radius: 20px;*/
}
.block-lead {
  background-image: url("../images/bg_content_stripes.png");
  background-repeat: repeat;
  background-position: center center;
  background-color: #f6ec82;
    margin: 0 auto;
  width: 830px;
  padding: 10px 25px 10px 25px;
  border-radius: 10px;
}
/* .content-wrap */
.content-wrap-top-noborder {
  background-image: url("../images/bg_content_stripes.png");
  background-repeat: repeat;
  background-position: center center;
  background-color: #f6ec82;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 390px;
  margin-bottom: 0;
  padding: 20px 20px 5px 20px;
  /*position: relative;*/
  margin-top: 0;
  border-top: 0;
  /*border-bottom: 2px #CCC dotted;*/
  z-index: 1;
}
.content-wrap-top {
  background-image: url("../images/bg_content_stripes.png");
  background-repeat: repeat;
  background-position: center center;
  background-color: #f6ec82;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 390px;
  margin-bottom: 0;
  padding: 20px 20px 20px 20px;
  margin-top: 0;
  border-top: 0;
  border-bottom: 2px #CCC dotted;
  z-index: 1;
}
.content-wrap {
  background-image: url("../images/bg_content_stripes.png");
  background-repeat: repeat;
  background-position: center center;
  background-color: #f6ec82;
  width: 390px;
  margin-bottom: 0;
  padding: 20px;
  /*  position: relative;*/
  margin-top: 0;
  border-top: 0;
  border-bottom: 2px #CCC dotted;
  z-index: 1;
}
.content-wrap-end {
  background-image: url("../images/bg_content_stripes.png");
  background-repeat: repeat;
  background-position: center center;
  background-color: #f6ec82;
  width: 390px;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
  border-bottom: none;
  z-index: 5;
}
.content-wrap-round { /*h2無し*/
    background-image: url("../images/bg_content_stripes.png");
  background-repeat: repeat;
  background-position: center center;
  background-color: #f6ec82;
  width: 390px;
  margin-bottom: 40px;
  padding: 20px 20px 60px 20px;
  position: relative;
  border-bottom: none;
  border-radius: 10px;
  z-index: 5;
}
.content-wrap-end-wborder {
    background-image: url("../images/bg_content_stripes.png");
  background-repeat: repeat;
  background-position: center center;
  background-color: #f6ec82;
  width: 390px;
  margin-bottom: 40px;
  padding: 20px 20px 60px 20px;
  position: relative;
  border-bottom: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 5;
}
/* .content */
.content {
  background-color: #ffffff;
  width: 370px;
  padding: 15px 10px;
  border-radius: 8px;
  position: relative;
}
#access .content {
  /*background-image: url("../images/bg_contents-wrap.png");
  background-repeat: repeat-y;
  background-position: center center;*/
  background-color: #ffffff;
  padding: 10px 10px;
  border-radius: 8px;
}
.content-end {
  /*background-image: url("../images/bg_contents-wrap.png");
  background-repeat: repeat-y;
  background-position: center center;*/
  background-color: #ffffff;
  padding-top: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.content-top {
  background-color: #ffffff;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
}
/*.oubo .summary {
  padding-right: 5px;
  padding-left: 5px;
}*/
/*会場・場所*/
.place {
  width: 430px;
  /*background-image: url("../images/bg_contents-wrap.png");
  background-repeat: repeat-y;
  background-position: center center;*/
  background-color: #f6ec82;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0px;
  margin: 0;
}
.place01 {
  background-color: #f6ec82;
  width: 430px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0;
}
.place span, .place01 span {
  display: block;
  color: #FFFFFF;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  margin: 0 auto;
  padding-top: 2px;
  /*border-radius: 5px;*/
  letter-spacing: 0.2em;
  /*border: 3px solid hsla(0, 0%, 100%, 0.51);*/
  /*background: url(../images/bg_place.png) no-repeat;*/
  /*text-shadow: 1px 1px 1px #999;*/
}
#kyoiku span {
  background-color: #E4007F;
}
#kensyu span {
  background-color: #008842;
}
#kensyu2 span {
  background-color: #008842;
}
#yagai span {
  background-color: #804E21;
}
#tamokuteki span {
  background-color: #601986;
}

/* h2 */
h2 {
  width: 380px;
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
}
h2 span {
  display: block;
  margin: 0 0 10px 0;
  height: 0px;
  overflow: hidden;
  background-repeat: no-repeat;
  white-space: nowrap;
  color: #ffffff;
}
#lead h2 {
  height: 0;
  line-height: 0;
  overflow: hidden;
  display: none;
}
#tenji h2 span {
  background-image: url(../images/ttl_tenji.png);
  background-size: contain;
  background-position: center; 
  padding: 35px 0 0 0;
}
/*#event h2 span {
  background-image: url("../images/ttl_event.png");
  background-size: contain;
  padding: 62px 0 0 0;
}*/
/*#event_yoyaku h2 span {
  background-image: url("../images/ttl_event_yoyaku.png");
  background-size: contain;
  padding: 62px 0 0 0;
}*/
#event_web h2 span {
  background-image: url("../images/ttl_event_web.png");
  background-size: contain;
background-position: center; 
  padding: 26px 0 0 0;
}
#event_tel h2 span {
  background-image: url("../images/ttl_event_tel.png");
  background-size: contain;
background-position: center; 
  padding: 26px 0 0 0;
}
#movie h2 span {
  background-image: url(../images/ttl_movie.png);
  background-size: contain;
background-position: center; 
  padding: 35px 0 0 0;
}
#gaiyo h2 span {
  background-image: url(../images/ttl_gaiyo.png);
  background-size: contain;
background-position: center; 
  padding: 35px 0 0 0;
}
#access h2 span {
  background-image: url(../images/ttl_access.png);
  background-size: contain;
background-position: center; 
  padding: 33px 0 0 0;
}
#download h2 span {
  background-image: url(../images/ttl_download.png);
  background-size: contain;
background-position: center; 
  padding: 35px 0 0 0;
}
#present h2 span {
  background-image: url(../images/ttl_present.png);
  background-size: contain;
background-position: center; 
  padding: 35px 0 0 0;
}
#live h2 span {
  background-image: url(../images/ttl_live.png);
  background-size: contain;
background-position: center; 
  padding: 35px 0 0 0;
}
#staff_blog h2 span {
  background-image: url(../images/ttl_blog.png);
  background-size: contain;
background-position: center; 
  padding: 35px 0 0 0;
}
/* h3 */
h3 {
  margin: 0;
  padding: 5px 0;
  width: 370px;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #049be1;
  position: relative;
}
h3.tamokuteki {
  color: #601986;
}
h3.kensyu {
  color: #008842;
}
h3.yagai {
  color: #804E21;
}
h3.kyoiku {
  color: #E4007F;
}
h3.event-web {
    color: #049be1
}
h3.event-tel {
    color: #EA5404;
}

#oubo div span {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  padding: 3px 0;
  line-height: 1.6em;
  text-align: center;
  background-color: #049be1;
  border-radius: 3px;
  letter-spacing: 0.1em;
  border: 0px solid #333;
}
#oubo_tel div span {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  padding: 3px 0;
  line-height: 1.6em;
  text-align: center;
  background-color: #EA5404;
  border-radius: 3px;
  letter-spacing: 0.1em;
  border: 0px solid #333;
}
/* h4 */
h4 {
  margin: 0 0 5px 0px;
  padding: 0;
  font-size: 1rem;
  /*font-family: YuGothic, ‘游ゴシック’, ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN’, Meiryo, メイリオ, sans-serif;*/
  color: #0068B7;
  position: relative;
  /*padding-left: 15px;*/
}
/*h4::after {
  content: '';
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border: 2px solid #487759;
  background-color: #C2DACA;
  border-radius: 100%;
}*/
.flex-wrap {
  display: flex;
}
.mark_event {
  display: inline-block;
  padding: 0.2em 1em 0 1em;
  line-height: 1.6rem;
  font-size: 1rem;
  background-color: #EA5404;
  color: #fff;
  margin-bottom: 0.3em;
  border-radius: 3px;
}
.mark_event_staff {
  display: inline-block;
  padding: 0.2em 1em 0 1em;
  line-height: 1.6rem;
  font-size: 1rem;
  background-color: #008842;
  color: #fff;
  margin-bottom: 0.3em;
  border-radius: 3px;
}

#lead_title {
  text-align: center;
  margin: 0 auto 0.5em;
}
#lead p {
  padding: 0 1.2em;
    color: #004EA2;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.6;
}

.attention {
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
}
/* img */
#tenji02 .tenji-img {
  width: 370px;
position: relative;
padding-bottom: 15px;
}
.tenji-img {
  width: 370px;
}
.tenji-img img {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.tenji-img_card {
  position: absolute;
    top: -42px;
    right: 0px;
    width: 60px;
    height: 84px;
  z-index: 13;
}
.tenji-img_card02 {
  position: absolute;
    top: -76px;
    right: -25px;
    width: 60px;
    height: 84px;
  z-index: 13;
}
.tenji-img_card03 {
  position: absolute;
    top: -40px;
    right: -25px;
    width: 60px;
    height: 84px;
  z-index: 13;
}

/*.tenji-img_presentcraft {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 13;
}*/
/*.tenji-img_presentcraft_circle {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 60px;
  border-radius: 10px;
  background-color: #FFFFEE;
  border: 2px solid #FFED00;
}*/
/*.tenji-img_presentcraft_circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 140px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  color: #EA5504;
}
.tenji-img_lucky {
  position: absolute;
  top: -45px;
  right: 120px;
  width: 82px;
  height: 82px;
  z-index: 13;
}*/

.caption_dougu {
    font-size: 0.8em; 
    position: absolute; 
    display: inline-block;
    left: 110px;
    bottom: -5px;

}
.caption_hachi {
    font-size: 0.8em; 
    position: absolute; 
    display: inline-block;
    right: 10px;
    bottom: -5px;
  
}
/*似顔絵*/
.outer_nigaoe {
  width: 50px;
  height: 50px;
  background-color: #f6ec82;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner_face {
  width: 45px;
}

#face_05 {
  position: absolute;
  right: 10px;
  top: 140px;
}
#face_05.outer_nigaoe {
  width: 70px;
  height: 70px;
  background-color: #F6EC82;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#face_05 .inner_face {
  width: 60px;
}

#face_07 {
  position: absolute;
  right: 5px;
  top: 88px;
}
#face_07.outer_nigaoe {
  width: 70px;
  height: 70px;
  background-color: #F6EC82;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#face_07 .inner_face {
  width: 60px;
}




#header #seal img {
  margin-top: 0px;
  margin-left: 0px;
}
#seal {
  position: absolute;
  right: 696px;
  top: 386px;
  width: 190;
  height: 190;
}
.tenji-img4 { /*どんぐりスト*/
  position: absolute;
  top: -23px;
  right: -61px;
  border: 0;
  width: 110px;
  height: 110px;
  z-index: 20;
}
.tenji-img1 img, .tenji-img2 img, .tenji-img3 img, .tenji-img4 img, .tenji-img5 img, .tenji-img6 img, .tenji-img7 img, .tenji-img8 img {
  border-radius: 5px;
}
.craft-box-top {
  background-color: #ffffff;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  border-bottom: 1px dotted #DDD;
}
.craft-box {
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px dotted #DDD;
}
.craft-box-end {
  position: relative;
  background-color: #ffffff;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.craft-box02 {
  background-color: #ffffff;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px dotted #DDD;
}
.craft-box-end02 {
  position: relative;
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
/*.craft-box h3 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 5px;
  margin-bottom: 0;
  padding: 0;
}*/
.event-image01 {
  position: absolute;
  top: -35px;
  right: -50px;
  width: 105px;
  height: 202px;
  /*border: 2px #e0dfd1 solid;
  border-radius: 5px;*/
}
.event-image02 {
  position: absolute;
  top: -50px;
  right: -35px;
  width: 101px;
  height: 208px;
  /*border: 2px #e0dfd1 solid;
  border-radius: 5px;*/
}
/*.event-image img {
  border-radius: 5px;
}*/
.event-image01 img {
  border-radius: 5px;
}
.event-image02 img {
  border-radius: 5px;
}
.note {
  color: #e40505;
}
.note-red {
  color: #e40505;
  font-weight: 600;
}
.summary {
  margin: 10px 5px 10px 5px;
  line-height: 1.5;
}
.summary2 {
  margin: 10px 5px 10px 5px;
  line-height: 1.5;
  width: 290px;
}
.summary3 {
  margin: 10px 5px 10px 5px;
  line-height: 1.5;
  width: 320px;
}
.summary_come {
  margin: 10px 5px 10px 5px;
  line-height: 1.5;
  font-size: 0.95em    
}
/*.summary4 {
  margin: 10px 5px 10px 10px;
  line-height: 1.5;
  width: 220px;
}
.speaker {
  font-size: 0.9em;
  margin: 15px 0 0 0;
  padding: 0;
  text-align: right;
}
.more {
  text-align: right;
  margin: 20px 5px 0 5px;
}
.smaller {
  font-size: 0.9em;
}
#tokahaku a {
  color: #f2881e;
}*/
/*#page-footer{
	width: 100%;
	float: left;
}*/
/* キャラ　*/
#linkto-access {
  margin: 5px 0 10px 3px;
}
#linkto-access a {
  color: #1668a4;
}
#linkto-access a:hover {
  color: #03ae98;
}
#tsukuba {
  margin: 0 0.5rem;
  font-weight: bold;
  font-size: 1em;
  position: relative;
  color: #004EA2;
}
#accessmap {
  background: #FFF;
  width: 370px;
  padding: 0 auto 0 auto;
  height: 436;
}
#bustour {
  margin: 0;
  padding: 0;
}
/* ダウンロードボタン */
#dl-button a {
  display: block;  
  width: 190px;
  height: 52px;
  padding: 50px 20px 5px 150px;
  background-repeat: no-repeat;
  color: #333333;
  font-size: 0.9em;
  line-height: 1.2em;
  text-decoration: none;
}
#dl-button a:link, #dl-button a:visited, #dl-button a:hover {
  color: #333333;
  text-decoration: none;
}
#dl-button a {
  background-image: url(../images/btn_dl_off.png);
  background-repeat: no-repeat;
}
#dl-button a:hover {
  background-image: url(../images/btn_dl_on.png);
  background-repeat: no-repeat;
}
/*#botanical {
  background: #f8f8f8;
  line-height: 1.5;
  font-size: 0.9em;
  margin: 15px 0 0 0;
  padding: 10px;
  border: 1px #ddd dotted;
}

#dongri {
  background: #f8f8f8;
  line-height: 1.5;
  font-size: 0.9em;
  margin: 15px 0 0 0;
  padding: 10px;
  border: 1px #ddd dotted;
}*/
.glossary {
  background: #f8f8f8;
  line-height: 1.5;
  font-size: 0.9em;
  margin: 15px 0 0 0;
  padding: 10px;
  border: 1px #ddd dotted;
}

/* ---------------------------------------
　FOOTER
------------------------------------------ */
footer {
  width: 100%;
  height: 130px;
  background: #0075C2;
  text-align: center;
  min-width: 980px;
  z-index: 30;
}
/*#page-footer{
    width: 100%;
    background: #00799d;
    float: left;
    text-align: center;
}*/
#footer-in {
  position: relative;
  width: 900px;
  height: 130px;
  margin: 0 auto;
  background-color: #0075C2;
  z-index: 40;
}
#logo-tukuba {
  width: 146px;
  height: 42px;
  position: absolute;
  top: 25px;
  left: 102px;
}
#logo-kahaku {
  width: 163px;
  height: 35px;
  position: absolute;
  top: 30px;
  left: 275px;

}
#logo-tbg40 {
  width: 74px;
  height: 57px;
  position: absolute;
  top: 16px;
  left: 1px;
}
#credit {
  color: #FFF;
  width: 581px;
  font-size: 0.8rem;
  text-align: right;
  position: absolute;
  left: 316px;
  top: 100px;
  height: 18px;
}
#tukuba {
  width: 500px;
  font-size: 0.9em;
  text-align: left;
  position: absolute;
  left: 398px;
  top: 40px;
}
/*#support {
  width: 500px;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.2;
  position: absolute;
  left: 398px;
  top: 60px;
}*/
/*#totop {
  width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -20px;
}*/
#page-top {
  width: 92px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: -40px;
  background-color: #0075C2;
  border-left: 1px solid #0075C2;
  border-right: 1px solid #0075C2;
  border-bottom: 0px solid #0075C2;
  border-top: 1px solid #0075C2;
  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;
  z-index: 10;
}
a.page-top {
  background-color: #0068B7;
}
a:hover #page-top {
  background-color: #0068B7;
}
.nodisplay {
  display: none;
}
/* コンテンツの不可視化 */
/*{
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}*/
/* ------------ table------------ */
/* イベント等 */

#tenji03 table {
    font-size: 0.9em;
}

.table01 {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.85em;
}
.table01 td, .table01 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
  padding: 5px 10px;
}
.table01 th {
  background: #FAF6C3;
  text-align: center;
  font-weight: normal;
  width: 5em;
}
.table01 td {
  background-color: #FDFCED;
  text-align: left;
}

/*.table04 {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
.table04 td, .table04 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
  padding: 3px 0;
}
.table04 th {
  background: #F9EEEE;
  text-align: center;
  font-weight: normal;
  padding: 5px 10px;
  width: 30px;
}
.table04 td {
  background-color: #ffffee;
  text-align: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}
.table04 td span.time {
  background-color: #E3EEF4;
  padding: 0 3px;
  border: 1px #CCC solid;
}*/
/*.table05 {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
  margin: 5px 0;
}
.table05 td, .table05 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
}
.table05 th {
  background-color: #fffdf8;
  text-align: center;
  font-weight: normal;
}
.table05 td {
  background-color: #FFF;
  text-align: left;
  padding: 0 0 0 5px;
  height: 60px;
  margin: 0;
  line-height: 0;
}
.table05 td.td-img {
  width: 90px;
  padding: 1px;
  margin: 0;
}*/
/*.table06 {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
  margin-top: 20px;
  margin-bottom: 0;
}
.table06 td, .table06 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
  padding: 5px 0;
}
.table06 th {
  background: #F9EEEE;
  text-align: center;
  font-weight: normal;
  padding: 5px 10px;
  width: 30px;
}
.table06 td.midashi {
  background: #F9EEEE;
  width: 30px;
  text-align: center;
  font-weight: normal;
  padding: 5px 10px;
}
.table06 td {
  background-color: #ffffee;
  text-align: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
}*/
/*.table07 {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.9em;
}
.table07 td, .table07 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
  padding: 5px 0;
}
.table07 th {
  background-color: #F9EEEE;
  text-align: center;
  font-weight: normal;
  width: 25%;
}
.table07 td {
  background-color: #ffffee;
  text-align: center;
}*/
#related {
  background: #FFF;
  padding: 1px 10px 10px 10px;
  margin-top: 10px;
  position: relative;
  z-index: 3;
}
/* アクセス */
.table02 {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 5;
}
.table02 td, .table02 th {
  font-size: 0.95em;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #aeaeae;
  padding: 5px 0;
}
.table02 th {
  font-weight: normal;
  background-color: #F2F8EB;
}
.table02 td {
  background-color: #FFF;
}
/* 開催概要 */
.table03 {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 3;
}
.table03 th, .table03 td {
  background-color: #FFF;
  text-align: left;
  vertical-align: middle;
  padding: 5px 0px;
  border-top: 1px dotted #352d71;
  border-bottom: 1px dotted #352d71;
}
.table03 th {
  width: 30%;
  color: #666;
  font-weight: normal;
  padding-left: 15px;
}
.table03 td {
  padding-right: 15px;
}
/*.table03 td a {
    color: #00a0ec;
}*/
.del {
  color: #f00;
  text-decoration: line-through;
}
.del span {
  color: #000;
}
.keikopen {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.keikopen_pink {
  background: linear-gradient(transparent 90%, #F8D0D1 90%);
}
.tyui_yoyaku {
    background-color: #FCECEC;
}
/*margin*/
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.maT5B10 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 1em !important;
}
.mt15 {
  margin-top: 1.5em !important;
}
/*socialPlugIn*/
.social {
  padding: 0;
margin: 15px 0 15px 0;

    /*position: absolute;
    width: 220px;
    height: 35px;
    z-index: 5;
    right: -5px;
    top: 128px;*/
}
.sns-wrap {
  margin: 0px auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  display: flex;
    height: 20px;
    flex-direction: row-reverse;
}

.sns-wrap li.fb-button {
  line-height: 1;
    width: 124px;
}
/*.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	margin: 1px 40px 0 15px !important ;
	}*/
.tw-button {
  width: 80px;
  display: inline-block;
}
.fb-button {
  display: inline-block;
}
.blog-button {
    display: inline-block;
    text-align: center;
    width: 8em;
    line-height: 22px ;
    font-size:12px; 
    background-color: #89B92A;
    color: #fff!important;
    margin-right: 10px;
    padding: 0px 3px 0px 3px;
    border-radius: 2px;
}
.blog-button a {
    color: #fff;
}

.bold {
  font-weight: bold;
}
.marker {
  background: linear-gradient(transparent 0%, #fff799);
  font-weight: bold;
}

#staff_blog .content {
  padding: 15px;
}
#staff_blog .content-wrap-round .content {
  margin: 0 auto;
  text-align: center;
}
#staff_blog .content-wrap-round .content a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
div a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
/*リンクボタン*/
.button_ws {
  margin-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background-color: #0075C2; /*ボタン色*/
  border-radius: 20px; /*角丸*/
  -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: #00A0E9; /*ボタン色*/
}
/*リンクボタン インスタライブ*/
.button_ws_insta {
  margin-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(45deg, rgba(254, 212, 117, 1) 0%, rgba(229, 61, 93, 1) 50%, rgba(194, 49, 134, 1) 70%, rgba(156, 56, 187, 1) 100%);
  border-radius: 20px; /*角丸*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}
.button_ws_insta:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.chushi01 {
  position: absolute;
  left: 130px;
  top: 342px;
}
.chushi02 {
  position: absolute;
  left: 130px;
  top: 190px;
}