@charset "utf-8";
img {
 border: 0;
}
li {
 list-style-type: none;
}
.clear {
 clear: both;
}
.clearfix:after {
 clear: both;
 content: ".";
 display: block;
 height: 0;
 visibility: hidden;
}
.clearfix {
 min-height: 1px;
}
/* bugfix */
.clearfix:after {
 content: "."; /* 新しい要素を作る */
 display: block; /* ブロックレベル要素に */
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix {
 min-height: 1px;
}
* html .clearfix {
 height: 1px;
 /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
section {
 padding: 0 1em;
 margin-bottom: 2em;
}
a {
 color: #36448C;
 text-decoration: underline;
}
a:hover {
 color: #36448C;
 background-color: #FFF740;
 text-decoration: none;
}
/**/
.indent {
 padding-left: 5em;
}
#contents th.subtitle {
 background: #ddd;
}
.address {
 border: #ccc 1px solid;
 padding: 10px;
}
.red {
 color: #9e0000;
}
.norap {
 white-space: nowrap;
}
.small {
 font-size: 0.8em;
}
/* contents */
h3 {
 border-left: 8px solid #f60;
 border-bottom: 1px solid #f93;
 padding: 0 0 2px 10px;
 line-height: 1.6;
}
h3 span {
 font-weight: 300;
 font-size: .9em;
}
h4 {
 margin: .5em 0 1em;
 font-size: 1.2em;
 border-bottom: 3px solid #f93;
 padding-bottom: 2px;
}
h5 {
 margin: 1em 0 0.3em;
 color: #e60;
 font-size: 1em;
}
h5::before {
 content: "◉ ";
}
.data {
 text-align: right;
 padding: 0 1em;
}
#contents {
 width: 900px;
 margin: 15px auto 0;
 font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
 font-size: 95%;
 line-height: 1.4;
}
#contents p {
 margin: 0 0 1em 0;
 text-indent: 1em;
}
#lead {
 text-align: justify;
}
ul li {
 list-style-type: decimal;
 margin: 0 0 15px 0;
}
#contents ul.patronage p {
 margin: 0;
 text-indent: 0;
}
.photo_left {
 width: 400px;
 margin: 0 10px 5px 0;
 float: left;
}
.sub_title {
 /* border-bottom: 3px solid #ccc;*/
 display: block;
 margin-bottom: 0.5em;
 position: relative;
}
#data {
 position: relative;
}
#data span {
 position: absolute;
 right: 15px;
 top: 0;
 font-size: .9em;
}
/* table */
#contents table {
 border-collapse: collapse;
 font-size: 90%;
 width: 95%;
 margin: 1em auto;
 border-top: solid 1px #ccc;
 border-left: solid 1px #ccc;
}
#contents th, #contents td {
 padding: 5px;
 border-bottom: solid 1px #ccc;
 border-right: solid 1px #ccc;
 font-weight: 300;
}
#contents th {
 width: 8%;
}
#contents th.kikaku {
 background: #f1d6e3;
}
#contents th.tokuten {
 background: #cde9f7;
}
#contents thead th, #contents thead td {
 background: #333;
 font-weight: 600;
 text-align: center;
 color: #fff;
}
/*上下左右中央*/
.outer {
 display: table;
 width: 100%;
}
.inner {
 display: table-cell;
 vertical-align: middle;
}
/*上下左右中央2*/
.outer2 {
 position: relative;
}
.inner2 {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 width: 80%;
 height: 2rem;
}
.flexbox-container-vertical-center {
 display: flex; /* 子要素をflexboxで揃える */
 flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
 justify-content: center; /* 子要素をflexboxにより中央に配置する */
 align-items: center; /* 子要素をflexboxにより中央に配置する */
 /*width:; /* 見た目用 */
 /*height:; /* 見た目用 */
 border: 0px solid; /* 見た目用 */
}
/*info表*/
dl {
 display: flex;
 flex-wrap: wrap;
 border: 1px solid #ccc;
 border-top: none;
}
.info dt {
 background: #e9f2ff;
 font-weight: 600;
 width: 20%;
 padding: 1em;
 box-sizing: border-box;
 border-top: 1px solid #ccc;
 text-align: center;
}
dd {
 padding: 1em;
 margin: 0;
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 width: 80%;
 background: #fff;
 box-sizing: border-box;
}
/* access */
#contents #access_box {
 display: flex;
 justify-content: space-between;
}
#contents #access h4 {
 width: 100%;
 margin-bottom: 1em;
}
#contents #access_box .map, #contents #access_box .access {
 width: 49%;
}
#contents #access_box .map img {
 border: 1px solid #ccc;
}
#contents #access table {
 border-collapse: collapse;
 font-size: 100%;
 width: 100%;
 margin: 0 auto 1em;
 border-top: solid 1px #ccc;
 border-left: solid 1px #ccc;
}
#contents #access th, #contents #access td {
 padding: 1em;
 border-bottom: solid 1px #ccc;
 border-right: solid 1px #ccc;
 font-weight: 300;
}
#contents #access thead th, #contents #access thead td {
 background: #ffe7c7;
 font-weight: 600;
 font-size: 1.2em;
 text-align: center;
 color: #e60;
}
#contents #access tbody th {
 width: 5em;
 background: #e9f2ff;
}
#contents #access tbody th {
 font-weight: 600;
}
br.br {
 display: none;
}
/* flyer */
.flyerPDF a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: url("flyer.jpg") center left 10px no-repeat;
  background-size: 71px 100px;
  min-height: 3em;
  width: 78%;
  margin: 1em 0;
  padding: 25px 11%;
}
.flyerPDF a:hover {
  background-color: #e9f2ff;
}
@media only screen and (max-width: 769px) {
 br.br {
  display: inline;
 }
 #contents {
  width: 98%;
  margin: 0 1%;
  line-height: 1.2;
 }
 #contents p {
  text-indent: 0;
  padding: .7em;
 }
 .data {
  text-align: right;
  padding: 0;
 }
 section {
  padding: 0 2%;
 }
 h3 {
  padding: 5px 0 5px 10px;
  font-size: 1.2em;
  line-height: 1.3;
 }
 h3 span {
  display: block;
  line-height: 1.2;
   margin-top: .5em;
 }
 p#data {
  text-align: right;
  padding-right: 10px;
 }
 /*info表*/
 dl {
  display: inline;
  border: none;
 }
 .info dt {
  background: #2262aa;
  color: #fff;
  font-weight: 600;
  width: 100%;
  padding: 10px 1em;
  box-sizing: border-box;
  text-align: left;
  border: 0px solid #2D3872;
 }
 dd {
  padding: .7em;
  margin: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: none;
 }
 .flexbox-container-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 0px solid;
 }
 /* access */
 #contents #access_box {
  display: block;
 }
 #contents #access_box .map, #contents #access_box .access {
  width: 100%;
 }
  h5 {
    color: #2262aa;
  }
  /* flyer */
  .flyerPDF a {
		width: 62%;
		margin: 0;
		padding: 25px 5% 25px 31%;
	}
}
@media only screen and (min-width: 769px) {
 /* contents */
 h3 {
  width: 900px;
 }
 #contents {
  width: 900px;
  margin: 15px auto 0;
 }
 .photo_left {
  width: 400px;
  margin: 0 10px 5px 0;
  float: left;
 }
 #contents p.cap {
  font-size: 90%;
  line-height: 1.25;
  text-indent: 0;
  margin-top: 5px;
 }
 .sub_title {
  /* border-bottom: 3px solid #ccc;*/
  display: block;
  margin-bottom: 0.5em;
  position: relative;
 }
 #data {
  position: relative;
 }
 #data span {
  position: absolute;
  right: 15px;
  top: 0;
  font-size: .9em;
 }
 /* table */
 table .norap {
  white-space: nowrap;
 }
}