@charset "utf-8";
/* init */
* {
    margin: 0;
    padding: 0;
    height: auto;
}

body {
    /*background-image: url(../images/bg_mainImg.png), url(../images/bg_flower_01.png);
    background-position: center -6px,75% bottom;
    background-repeat: no-repeat, repeat-x;
    background-color: #eae1f7;*/
    /*    background: url(../images/bg_mainImg.png) no-repeat #eae1f7;
    background-position: center -145px;*/
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width: 960px;
}
a img {
    border: none;
}
a:link {
    color: #4B82B1;
}
a:visited {
    color: #4B82B1;
}
a:hover {
	background-color: #F3E57B;
}

/* レイアウト */
header {
	/*background-color: #E6F1Fb;*/
    background-image: url("../images/bg_mainImage.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

#contents_bg{
	background-color: #e6f1fb;
background-image:
    radial-gradient(at 80% -20%, #FBFAE6 10%, transparent 40%),
    radial-gradient(at 0% 70%, #EFE6FB, transparent 50%),
    radial-gradient(at 0% 0%, #e6f1fb, transparent 80%),
    radial-gradient(at 60% 40%, #fff, transparent 60%),
    radial-gradient(at 100% 100%, #e6f1fb, transparent);
  background-attachment: fixed;
}

div #mainImg {
    /*background-color: hsla(0,0%,100%,0.35);*/
    text-align: center;
    position: relative;
	margin: 0 auto;
    height: 700px;
	width: 900px;
}
 
div #title {
	position: absolute;
	top: 160px;
	left: 160px;
}
#header #seal img {
    margin-top: 0px;
    margin-left: 0px;
}

#seal {
    position: absolute;
    right: 10px;
    top: 400px;
    width: 216;
    height: 216;
}
#seal a:hover {
	background-color: transparent!important;
}
#bg_contents_wrapper {
    /*background-image: -webkit-linear-gradient(270deg,rgba(238,237,251,0.65) 0%,rgba(243,242,213,0.65) 34.20%,rgba(223,208,217,0.65) 70.98%,rgba(219,217,247,0.65) 100%);
	min-width: 960px;*/
}

#contents_wrapper {
    width: 900px;
    margin: 0 auto;
    position: relative;
	font-size: 16px;
}

#contents_center{
/*  width: 900px;
    padding-top: 40px;
    margin-bottom: 40px;
	background-color: #666;*/
}

#about {
	width: 860px;
    padding: 30px 20px 20px 20px;
	border: 0;
	margin: 40px auto 30px;
	background-color: #fff;
	border-radius: 8px;
	background-image: url("../images/bg_about.png");
	background-position: center top;
	background-repeat: no-repeat;
}

#info-block {
	width: 860px;
    padding: 20px;
	border: 0px solid #7F0144;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align: 1.1;
}

#contents_lr_wrapper {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

#contents_left, #contents_right {
    width: 440px;
}

/*#contents_left {
    float: left;
}
#contents_right {
    float: right;
}*/
.contents_2col {
	width: 410px;
    margin-bottom: 20px;
	padding-top: 20px;
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 50px;
    background: url(../images/bg_contents_2col.png);
	background-repeat: no-repeat;
	background-position: bottom -20px left 80px;
    border: 2px solid #005BAC;
    border-radius: 8px;
    position: relative;
	background-color: hsla(0,0%,100%,0.70);
}
#footer {
    clear: both;
    background: #005BAC;
    margin-top: 40px;
}
#footer_in {
    width: 900px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}
#page-top {
width: 92px;
  height: 30px;
  position: absolute;
  left: 807px;
  top: -31px;
  background-color: #005BAC;
  border-left: 1px solid #005BAC;
  border-right: 1px solid #005BAC;
  border-bottom: 0px solid #005BAC;
  border-top: 1px solid #005BAC;
  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: #D31B6B;
	
}
	/* 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_about.png);
    background-repeat: no-repeat;
    background-size: contain;
	width: 820px;
    padding: 30px 0 0 0;
	margin-bottom: 10px;
    z-index: 4;
}

#kouza h2 {
    background-image: url(../images/ttl_kouza.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}

#tenji h2 {
    background-image: url(../images/ttl_tenji.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}
#kenkyu h2 {
    background-image: url(../images/ttl_kenkyu.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}
#seminar h2 {
    background-image: url(../images/ttl_seminar.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}
#movie h2 {
    background-image: url("../images/ttl_movie.png");
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}
#bloomer h2 {
    background-image: url(../images/ttl_kaika.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}
#online h2 {
    background-image: url(../images/ttl_online.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}
#hanbai h2 {
    background-image: url(../images/ttl_hanbai.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}
#gaiyo h2 {
    background-image: url(../images/ttl_gaiyo.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}

#access h2 {
    background-image: url(../images/ttl_access.png);
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}

#poster h2 {
    background-image: url("../images/ttl_download.png");
    background-repeat: no-repeat;
	background-size: contain;
	padding: 96px 0 0 0;
}

/*h3*/

h3 {
    font-size: 1.2em;
    line-height: 1.2;
    color: #005BAC;
    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(208,100%,34%,0.40);
}
h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: hsla(208,100%,34%,0.20);
}

/* パーツ */
.img_cont2{
    position: absolute;
    right: 12px;
    top: 12px;
    width: 198px;
    height: 93px;
    border-radius: 5px;
}

#about p {
	width: 840px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.3;
	color: #005BAC;
	margin: 0 auto;
}

/*#tenji .img_cont2 {
    background-image: url("../images/img_tour.jpg");
}

#kouza .img_cont2 {
    background-image: url("../images/img_saibai.jpg");
}*/

#day {
    color: #005BAC;
    font-weight: 700;
	
}

.table01 {
    border-collapse: collapse;
    width: 386px;
}
.table01 td, .table01 th {
    border: 1px solid #c2d8ef;
    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: #FFFBEF;
    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: #005BAC;
    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 {
    background: #005BAC;
    color: #FFF;
    font-size: 1.4em;
    line-height: 1.7;
    text-align: center;
    padding: 50px 0;
}
.box01 {
    width: 386px;
    border: 1px solid #d2d2d2;
    background-color: #F2F8FF;
    padding: 20px 10px 10px 10px;
    margin-bottom: 20px;
}
.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.9em;
    color: #1A1A1A;
    /*text-indent: 1em;*/
}

.name {
    color: #005BAC;
    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;
}
.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.png);
    background-repeat: no-repeat;
    width: px;
    height: px;
    display: block;
}
.box_dl1 a:hover {
    background-image: url(../images/btn_dl_h.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

/*リンクボタン*/
.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; /*ボタン色*/
}

/* サイエンスツアーバス */
/*#bustour a {
    display: block;
    text-indent: -1000px;
    width: 408px;
    height: 176px;
    background: url(../images/bnr_bus.gif) no-repeat top;
    overflow: hidden;
}
#bustour a:hover {
    background: url(../images/bnr_bus.gif) no-repeat bottom;
}*/
.tel {
	width: 4em;
    text-align: center;
    display: inline-block;
    color: #FFF;
    margin: 0;
    padding: 1px 0.6em;
    background: #C80B4D;
    border-radius: 4px;
}
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;
}
.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;
}
.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: #476B4C;
    border-left: 1px solid #476B4C;
    border-right: 1px solid #476B4C;
    border-bottom: 0px solid #476B4C;
    border-top: 1px solid #476B4C;
    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: #476B4C;
}
/* 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%;
}
/*その他 */
/*.fR {
    float: right;
}*/
.clear {
    clear: both;
}
.nodisplay {
    display: none;
}
/*socialPlugIn*/
.social {
    position: absolute;
    width: 225px;
    height: 20px;
    left: 17px;
    z-index: 5;
    bottom: -40px;
}
/*.social div {
	float: right;
}*/
/*.twitter {
	color: #000;
	margin: 0 -30px 0 15px;
}
.line {
	margin: -5px 0 0 15px;
}*/

.tw-button {
    width: 80px;
     display: inline-block;
}

.fb-button{
    display: inline-block;
}

/**:first-child+html .social {
    float: right;
    width: 410px;
    height: 35px;
    margin-left: 280px;
    margin-top: 1px;
    z-index: 5;
    position: absolute;
}
.social div {
    float: right;
}
.twitter {
    color: #000;
    margin: 0 -40px 0 15px;
}
.line {
    margin: -5px 0 0 15px;
}*/

#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;	
}
