@charset "utf-8";
@import url(style.css) screen and (min-width: 960px); /* 900以上 */
@import url(tablet.css) screen and (max-width: 956px); /* 956以下 */
@import url(smart.css) screen and (max-width: 559px); /* 559以下 */
a, a link {
  color: #8C4A00;
}
a:hover {
  background-color: #C1F0AB;
}
/* body */
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  color: #111;
  background: #f4f3ed;
}
#wrapper {
  background: url(../images/bg_main.jpg) repeat-x 50% top;
  background-attachment: fixed;
  text-align: left;
  font-weight: normal;
  font-family: HiraKakuProN-W3, HiraKakuPro-W3, 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Sans-Serif;
  /*font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;*/
  /*font-size: 92%;*/
  margin: 0 auto;
  position: relative;
  /*line-height: 1.5;*/
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.close {
  color: #f00;
  padding-left: 1em;
}
/* table */
.table01 {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.5;
}
.table01 td, .table01 th {
  border: 1px solid #aeaeae;
  vertical-align: middle;
  padding: 8px 0 5px;
}
.table01 th {
  font-weight: 600;
  background-color: #dad9d9;
  text-align: center;
  padding: 5px;
}
.table01 td {
  background-color: #ffffff;
  text-align: left;
  padding: 7px;
}
.table02 {
  border-collapse: collapse;
  width: 100%;
  color: #333;
}
.table02 td, .table02 th {
  border: 1px solid #c3c3c3;
  vertical-align: middle;
  padding: 5px;
}
.table02 th {
  text-align: center;
  font-weight: 600;
  background-color: #72d3d3;
}
.table02 td {
  text-align: left;
  background-color: #dfffff;
}
.table03 {
  border-collapse: collapse;
  width: 100%;
}
.table03 th, .table03 td {
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  background-color: #fff;
  padding: 5px 0px;
  text-align: left;
  vertical-align: middle;
}
.table03 th {
  font-weight: normal;
  width: 25%;
  padding-left: 15px;
}
.table03 td {
  padding-right: 15px;
}
.table04 {
  border-collapse: collapse;
  width: 100%;
  font-size: 85%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
.table04 th, .table04 td {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  background-color: #ededed;
  text-align: left;
  padding: 5px;
  line-height: 1.2;
  background: #fff;
}
#box_access .align_right {
  text-align: right;
  margin: .5em 0;
}
.access_txt {
  padding: 5px;
  background: #fff;
}
#box_intro p.cap {
  font-size: 0.8em;
  color: #2b374a;
}
.maT5B10 {
  margin: 5px 0 10px;
}
.small {
  font-size: 85%;
}
#kahaku_map {
  width: 100%;
}
#FloormapDL a img, #FloormapDL a img:hover {
  border: 1px solid #ccc;
  background-color: #fff;
}

/**/
#program table {
  width: 90%;
}
/**/
h5 {
  clear: both;
  color: #124d9f;
  font-size: 1.15em;
  margin: .7em 0;
  border-left: 7px solid #124d9f;
  padding-left: 10px;
}
h6 {
  color: #b5001e;
  font-size: 1em;
  margin: 1.3em 0 .5em 0;
  padding-left: 20px;
  background: url("../images/icon_sakura.gif") no-repeat;
  background-size: contain;
}
#box_event h5 {
  margin: 0.3em 0 0.8em 0;
  text-align: right;
  color: #333;
}
.box h4 {
  margin: 10px 0;
  padding: 4px 5px 3px;
  background: #38abab;
  clear: both;
  color: #fff;
  font-size: 1.3em;
  letter-spacing: 0.05em;
}
#box_event .entry a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to bottom, #c49dc8, #ad85b1);
  background: -moz-linear-gradient(top, #c49dc8, #ad85b1);
  background: -webkit-gradient(linear, left top, left bottom, from(#c49dc8), to(#ad85b1));
  border: #5c7b00;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 13px 0 15px;
  font-weight: 600;
}
#box_event .entry a:hover {
  color: #fff;
  text-decoration: underline;
  background: linear-gradient(to bottom, #c59ec8, #844f89);
  background: -moz-linear-gradient(top, #c59ec8, #844f89);
  background: -webkit-gradient(linear, left top, left bottom, from(#c59ec8), to(#844f89));
}
#box_event .aligncenter {
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}
/* footer */
#footer {
  position: relative;
  border-top: 1px solid #1a8888;
  margin-top: 45px;
  color: #000;
}
#footer, a#kahakutop_footer:hover {
  background-color: #1a8888;
}
#kahaku_map {
  width: 100%;
}
.note_indent {
  padding-left: 1em;
  text-indent: -1em;
}
/**/
#footer .footer_in {
  position: relative;
}
a#kahakutop_footer {
  background-image: url(../images/kahaku_footer_top.svg);
  background-repeat: no-repeat;
  overflow: hidden;
  position: absolute;
  border-bottom: none;
  font-size: 0px;
}
.totop a {
  display: block;
  background: #fff000 url(../images/btn_totop.svg) no-repeat 10px 11px;
  background-size: 85%;
  border: 1px solid #1a8888;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 74px;
  height: 0;
  padding: 35px 5px 0px 28px;
  position: absolute;
  right: 10px;
  top: -35px;
  overflow: hidden;
  font-size: 0px;
  background-color: #1a8888;
}
.cr {
  position: absolute;
  text-align: right;
  clear: both;
  font-size: 75%;
  color: #000;
}
.cr span {
  font-size: 1em;
}
ruby {
  position: relative;
}
ruby rt {
  position: relative;
  top: 0.6px;
  line-height: 0.8em;
}
/* slide */
.slider {
  margin: 100px auto;
  width: 80%;
  list-style: none;
  padding: 0;
}
.slider img {
  height: auto;
  width: 100%;
}
/*slick setting*/
.slick-prev:before, .slick-next:before {
  color: #000;
}
/* padding margin */
.maT5B10 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.maT20 {
  margin-top: 20px;
}
.maT15 {
  margin-top: 15px;
}
.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;
}
.maB5 {
  margin-bottom: 5px;
}
.maB0 {
  margin-bottom: 0px;
}
.maR5 {
  margin-right: 5px;
}
.pa_btm10 {
  padding-bottom: 10px;
}
/* テキスト装飾 */
.small {
  font-size: 80%;
  line-height: 1.3em;
}
.note {
  color: #C36;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.sat {
  color: #0090ff;
}
.sun {
  color: #ef3ec3;
}
/* reservation_btn */
a#link_nature {
  border-radius: 10px;
  background: #56aaff;
  display: block;
  width: calc(95% - 20px);
  padding: 18px 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
	margin: 0 auto;
}
a#link_nature:hover {
	background: #6ec3ff;
}
a#link_botany {
  border-radius: 10px;
  background: #68c92d;
  display: block;
  width: calc(95% - 20px);
  padding: 18px 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
	margin: .7em auto;
}
a#link_botany:hover {
	background: #69e320;
}

span#link_nature,
span#link_botany {
	border-radius: 10px;
  background: #ddd;
  display: block;
  width: calc(95% - 20px);
  padding: 18px 10px;
  text-align: center;
  font-weight: 600;
  color: #222;
	margin: 0 auto;
}
span#link_botany {
	margin: .7em auto;
}