@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;
	box-sizing: border-box;
}
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;
}
.heart {
	color: #df71a8;
	font-size: 1.4rem;
	padding: 0 2px;
}
.basic_list {
	list-style: none;
}
.basic_list li {
	text-indent: -1em;
  margin-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: #6a3e18;
  background-color: #3da2d9;
	font-size: 16px;
}
/*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;
	font-size: 1em;
  line-height: 1.3;
}
/* h */
h3 {
	color: #c75a49;
  font-size: 1.3em;
  margin-bottom: .2em;
}
h3::before {
	content: url(../images/icon_kinoko.svg);
	width: 1em;
  height: 1em;
	display: inline-block;
  vertical-align: text-bottom;
	padding-right: .3em;
}
h4 {
	color: #d57b1a;
  font-size: 1.2em;
  margin: .3em 0;
}
/* p */
p.bump {
  text-indent: 1em;
  margin-bottom: .5em;
}
span.cha-mid {
	font-size: 2rem;
  color: #D35833;
  font-weight: bold;
}
span.cha-small {
	font-size: 1.2rem;
  color: #D35833;
  font-weight: bold;
}
#about-img {
	margin-top: 1em;
}
#about-img cap {
	margin-top: .5em;
	font-size: .9em;
}
/* チラシダウンロード　共通 */
#flyerDL a {
	background-color: #eed9d2;
  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: #d7bbb1;
  background-image: url(../images/flyerBG_on.png);
}
#flyerDL2 a {
	background-color: #eed9d2;
  background-image: url(../images/flyerBG_off_01.png);
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 10px;
}
#flyerDL2 a:hover {
	background-color: #d7bbb1;
  background-image: url(../images/flyerBG_on_01.png);
}
#flyerDL a img,
#flyerDL2 a img {
	position: absolute;
	top: 16px;
	left: 10px;
}
#flyerDL a p,
#flyerDL2 a p {
  position: absolute;
}
/* access */
ul.access_txt {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul.access_txt li {
  margin: 0 0 0.1em 5px;
  line-height: 1.4;
}
#linkto-access {
	margin: 10px 0;
	text-align: right;
}
/* ul */
ul.basic,
ul#aqua-layouter {
	margin-top: .5em;
	width: 100%;
}
ul.basic li,
ul#aqua-layouter li {
  list-style-position: inside;
  margin: 0 0 3px 1em;
  text-indent: -1em;
}
/* footer */
#footer {
	width: 100%;
	background: #c75a49;
}
#footer .footer_in {
  box-sizing: border-box;
  height: 88px;
  position: relative;
  margin: 40px auto 0;
}
a#kahakutop_footer {
	background: url(../images/kahaku_footer_top-HW.svg) no-repeat; /*画像が白なら-WH、黒なら-BKを末尾につける*/
	height: 0;
	overflow: hidden;
	position: absolute;
  border-bottom: none;
}
#institution_logo {
	
}
.totop a {
  display: block;
  background: #c75a49 url(../images/btn_totop-WH.svg) no-repeat 11px 11px; /*画像が白なら-WH、黒なら-BKを末尾につける*/
  background-size: 80%;
  /*border: 1px solid #1c2c59; 輪郭線を付ける場合はアクティブにする*/ 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 100px;
  height: 0;
  padding: 35px 5px 0px 28px;
  position: absolute;
  top: -35px;
  overflow: hidden;
  font-size: 0px;
}
.cr {
	clear: both;
	font-size: 75%;
	color: #fff;
}
.cr span {
	font-size: 1em;
}
/* table */
.table01 {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}
table th,
table td {
	padding: 10px;
	text-align: left;
}
.table01,
.table02 {
	width: 100%;
	margin: 5px 0 0;
}
.table01 {
}
.table01 th,
.table01 td {
}
/*.table02 {
	border-top: 1px solid #275d61;
	border-left: 1px solid #275d61;
}
.table02 th,
.table02 td {
	border-bottom: 1px solid #275d61;
	border-right: 1px solid #275d61;
}
.table02 th {
	border-bottom: 1px solid #fffaee;
}*/
.table01 td,
.table02 td {
	background: #fff;
	padding: 10px;
}
.table01 th,
.table02 th {
	text-align: center;
	background-color: #b8dee7;
	padding: 5px;
}
.table01 th {
	font-weight: 600;
	padding: 10px 0;
}
.table01 td {
	padding-left: 10px;
}
.table01 thead th {
	font-weight: 600;
	background: #b8dee7;
	padding-top: 7px;
	color: #fff;
}
.table01 thead th {
  background-color: #4caf50;
}
.table01 tbody th {
  background-color: #ffEe3b;
}
.table01 tbody td {
	background-color: #ffffed;
	border-right: #ffff00 dotted 1px;
	border-left: #ffff00 dotted 1px;
}
.table01 tbody td strong {
  font-size: 1.2rem;
}
.table01 tr td .note {
	margin-top: .7rem;
	font-size: .9rem;
	line-height: 1.5;
}
.table01 tr td ul {
	list-style: none;
	margin-left: -3em;
}
.table01 tbody table {
	margin-top: 5px;
}
.table01 tbody table tr th {
  background-color: #ffee3b;
  background-image: radial-gradient(circle, #ffffe4 1px, transparent 1px), radial-gradient(circle, #ffffe4 1px, transparent 1px), radial-gradient(circle, #ffffe4 1px, transparent 1px), radial-gradient(circle, #ffffe4 1px, transparent 1px);
  background-position: 0 0, 5px 0, 2.5px 5px, 7.5px 5px;
  background-size: 10px 10px;
}
.table01 tbody table tr td {
	background: #fff;
	border: #ff0 solid 1px;
}
.table02 th {
	background: #0079ba;
	/*border-top: #0079ba solid 1px;*/
	color: #fff;
}
.table02 td {
	background: #bce1f5;
}
/* 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;
}
p.focus {
	display: inline-block;
	background: #275d61;
	margin-bottom: .3em;
	padding: 3px 8px;
	border-radius: 2px;
	color: #fff;
	font-weight: 400;
	font-size: 0.9rem;
}
/**/
.place {
	font-size: .85em;
  color: #fff;
  padding: 5px 2px;
  border-radius: 3px;
	margin: 0 0 .7em;
}
.place.hiroba {
  background-color: #0068B7;
  width: 20em;
}
.place.hiroba02 {
  background-color: #69B96D;
  width: 3em;
}
.place.kensyu1f {
  background-color: #A40B5D;
  width: 12em;
}
.place.kensyu2f {
  background-color: #A40B5D;
  width: 12em;	
}
.place.kensyu3f {
  background-color: #A40B5D;
  width: 12em;	
}
.place.kyoiku {
  background-color: #908543;
  width: 2em;
}
/*ボタン*/
.button_ws {
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  color: #FFF !important;
  background-color: #d94d0b; /*ボタン色*/
  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: #D57D54; /*ボタン色*/
}
/*ボタン インスタライブ*/
.button_ws_insta {
  margin-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  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: 30px; /*角丸*/
  -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;
}

/* blog */
#blog_article {
	position: relative;
}
#blog_article .blog_title {
	display: inline-block;
	font-weight: 600;
	line-height: 1.6;
	font-size: 18px;
	padding-left: 10px;
	border-left: 3px #196973 solid;
}
.blog_article_flex #blog_article p {
  margin-top: 1rem;
  font-size: .95em;
  color: #333;
}
#blog_more {
	display: block;
	font-size: small;
	color: #1c60bc;
}
.blog_article_flex .button_ws {
  margin: 0.7rem 0 0;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #FFF !important;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  transition: all 0.5s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.30);
  position: relative;
  background-color: rgb(39, 93, 97);
}
.blog_article_flex .button_ws:hover {
  color: #FFF;
  background-color: #03ae98;
  text-decoration: underline;
}
#blog_main .inner p,
#blog_main .inner .blog-img {
	margin: .5em 0 0 0;
	line-height: 1.6;
}
.blog-img {
	width: 100%;
}
.blog-img img {
	width: 100%;
}
.button_ws::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
	content: "";
  background: url("../images/icon_arrow_small_white.svg") no-repeat right top;
  background-size: auto;
  background-size: 10px 16px;
}
/* ブログ動画 */
#blog_main .inner .blog_movie {
	position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
	margin: 1em auto .8em;
}
#blog_main .inner .blog_movie iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p.cap {
	text-align: center;
}

#designer-credit {
    margin-top: 10px;
}