@charset "utf-8";
@import url(style.css) screen and (min-width: 769px); /* 769以上 */
@import url(tablet.css) screen and (max-width: 768px); /* 768以下 */
@import url(smart.css) screen and (max-width: 420px); /* 420以下 */
* {
  margin: 0;
  padding: 0;
}
a {
  color: #1a0dab;
}
a:hover {
  color: #1a0dab;
  text-decoration: none;
}
a.arrow::before { /*a-link 先頭三角マーク付き*/
  content: url(/common/imgs/bg_linkarrow.gif);
  vertical-align: 15%;
  padding-right: 5px;
}
span.arrow_span { /*span 先頭三角マーク付き*/
  background: url(/common/imgs/bg_linkarrow.gif) no-repeat 0 center;
  padding-left:10px;
}
.red { /*赤文字対応用*/
  color: #d00101;
}
.close { /*s終了文言用*/
	color: #d00101;
	font-weight: 600;
	padding-left: 1em;
}
/* clearfix-clear */
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
	clear: both
}
/* body-wrapper-footer */
body {
  color: #333;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
}
/*body a { /*a-link アンダーライン設定用
    text-decoration-thickness: 1px; /*a-link アンダーラインの太さ
    text-underline-offset: 3px; /*a-link アンダーラインの距離
}*/
#wrapper {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1.4;
}
/* section */
section {
	margin-bottom: 20px;
}
/* p */
p.bump {
  text-indent: 1em;
  margin-bottom: .5em;
}
/* チラシダウンロード　共通 */
#flyerDL a {
	background-color: #cfdaa8;
  background-image: url(../images/flyerBG_off.png);
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#flyerDL a:hover {
	background-color: #b7d553;
  background-image: url(../images/flyerBG_on.png);
}
#flyerDL a img {
	position: absolute;
	top: 10px;
	left: 10px;
}
#flyerDL a p {
  position: absolute;
}
/* footer */
#footer .footer_in {
  position: relative;
  background: #fff;
  margin: 40px auto 0;
}
a#kahakutop_footer,
span#shizuoka_footer,
span#hamamatsu_footer {
	height: 0;
	overflow: hidden;
	position: absolute;
  border-bottom: none;
}
a#kahakutop_footer {
	background: url(../images/kahaku_footer_top.svg) no-repeat;
}
span#shizuoka_footer {
  background: url(../images/shizuoka_univ.svg) no-repeat;
}
span#hamamatsu_footer {
  background: url(../images/hamamatsu.png) no-repeat;
}
.totop a {
  display: block;
  background: #fff url(../images/btn_totop-BK.svg) no-repeat 11px 11px;
  background-size: 80%;
  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;
}
.cr {
	position: absolute;
	clear: both;
	font-size: 75%;
	color: #000;
}
.cr span {
	font-size: 1em;
}
/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.table01,
.table02 {
	width: 100%;
  margin: 5px 0 0;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
.table01 th,
.table01 td,
.table02 th,
.table02 td {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	padding: 5px;
}
.table01 td,
.table02 td {
	background: #fff;
}
.table01 th,
.table02 th {
    text-align: center;
    color: #333;
    background-color: #cee5ef;
}
.table01 th {
	font-weight: 600;
	color: #333;
}
.table01 td {
	padding-left: 10px;
}
.table01 thead th {
	font-weight: 600;
	background: #dcdcdc;
	border-bottom: 1px solid #333;
	padding-top: 7px;
	color: #fff;
}
.table01 td .table02 {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}
.table02 th {
	background: #f4decb;
	border-top: #333 solid 1px;
	color: #333;
}
.table01 tr td ul {
    list-style: none;
    margin-left: -3em;
}
/* map */
.map img {
	width: 100%;
}
a.map:hover img {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p.cap {
	font-size: 0.85em;
}
/*add*/
h3 {
  background-image: url(../images/TTL.gif);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 1.8rem;
  font-size: 1.5rem;
}
h4.TTL {
  margin: 0 0 .5em .5em;
}
.box {
  margin-bottom: 1em;
}
.box p {
  margin: 0 .5em .5em;
}
.outer_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner_box {
  position: relative;
  /*background: #ededed;*/
}
.inner_box img {
  margin-bottom: 0.2em;
}
.box p.cap {
	font-size: 0.85em;
}
#takayanagi h4,
#highlight h4.TTL,
#event h4 {
  background-image: url(../images/mark01.svg);
  background-repeat: no-repeat;
  padding-left: 28px;
}
#highlight h3 {
  margin-bottom: .5em;
}
#event h4 {
  margin: .5em 0 .2em;
  padding: .1em 0 0 30px;
  background-size: 1.5rem;
  background-position: 0 40%;
  text-indent: -.5em;
  line-height: 1.4;
}
#highlight h4.TTL {
  text-decoration: underline #f18454 1px;
  text-underline-offset: .3em;
}
#takayanagi h4 {
  margin-bottom: .5em;
}
#takayanagi > p {
  margin-top: .5em;
}