@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以下 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: none;
}
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 {
  color: #333;
  background-color: #0f1d36;
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}
section#lead-1 {
  position: relative;
  z-index: 2;
  margin-top: -45px;
}
/*body a { /*a-link アンダーライン設定用
    text-decoration-thickness: 1px; /*a-link アンダーラインの太さ
    text-underline-offset: 3px; /*a-link アンダーラインの距離
}*/
/*#wrapper {
  font-family: 'Noto Sans JP', sans-serif;
}*/
/* p */
p.bump {
  text-indent: 1em;
  margin-bottom: .5em;
}
img#murasaki {
  border: 1px solid #999;
}
/* acccess */
.access_info ul {
  list-style: none;
}
.access_info dt {
  font-weight: 600;
  padding: .3em 0 .3em .5em;
  background: #379cb3;
  color: #333;
}
.access_info dd {
  font-weight: 600;
}
.access_info ul li {
  line-height: 1.2;
  margin-bottom: 5px;
}
/* h4 */
.chapter-header {
  background: #666;
  color: #fff;
}
.chapter-header h4 {
  margin: 0 0 .7rem;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chapter-header h4.show0 {
  background-color: #e1e1e1;
  color: #333;
}
.chapter-header h4.show0 span {
  background-color: #999;
  color: #fff;
}
.chapter-header h4.show1 {
  background-color: #a46040;
}
.chapter-header h4.show1 span {
  background-color: #65351d;
}
.chapter-header h4.show2 {
  background-color: #7ebcdc;
}
.chapter-header h4.show2 span {
  background-color: #0092be;
}
.chapter-header h4.show3 {
  background-color: #e7933f;
}
.chapter-header h4.show3 span {
  background-color: #de4b34;
}
.chapter-header h4.show4 {
  background-color: #6d6ea9;
}
.chapter-header h4.show4 span {
  background-color: #773c93;
}
.chapter-header span {
  font-weight: bold;
  font-size: .9rem;
  background: #000;
  padding: 12px 20px;
}
/* チラシダウンロード　共通 */
#flyerDL a {
  background-color: #cde6f8;
  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: #cde6f8;
  background-image: url(../images/flyerBG_on.png);
}
#flyerDL a img {
  position: absolute;
  top: 10px;
  left: 10px;
}
#flyerDL 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;
}
/* footer */
#footer .footer_in {
  position: relative;
  background: #379cb3;
  margin: 50px auto 0;
}
a#kahakutop_footer, a#co-host01_footer, a#co-host02_footer {
  display: inline-block;
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
}
a#co-host01_footer:hover, a#co-host02_footer:hover {
  opacity: .8;
}
.totop a {
  display: block;
  background: #379cb3 url(../images/btn_totop-WH.svg) no-repeat 11px 11px;
  background-size: 80%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  width: 105px;
  height: 0;
  padding: 35px 5px 0px 28px;
  position: absolute;
  right: 10px;
  top: -34px;
  overflow: hidden;
  font-size: 0px;
}
.cr {
  clear: both;
  font-size: 75%;
  color: #fff;
}
.cr span {
  font-size: 100%;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table01, .table02 {
  width: 100%;
  margin: 5px 0 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table01 th, .table02 th {
  border-right: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  color: #fff;
  background-color: #cde6f8;
}
.table01 td, .table02 td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}
.table01 th {
  font-weight: 600;
  color: #333;
	width: 4em;
}
.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: #ff9800;
  border-top: #ff9800 solid 1px;
  color: #fff;
}
.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;
}
/* section */
section {
  margin-bottom: 20px;
}
.right_contents section#showcase .inner_box p {
  margin: .5em 0;
}
/*mobile headline font color*/
h3 {
	color: #0f1d36;
}
#access_info {
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
.access_info dl {
  margin: 0;
  padding: 0;
}
.access_info dt {
  background-color: #ccc;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.access_info dd {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.access_map {
  padding: 10px;
}
.access_info ul {
  margin: 0;
  padding: 10px;
  list-style-type: none;
  border-top: 1px solid #ccc;
}