@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: #0a7eb3;
  text-decoration: underline;
}
a:hover {
  color: #0a7eb3;
  background-color: #FFF740;
  text-decoration: none;
}
footer#tmp_footer {
  margin: 0 auto;
}
/**/
.indent {
  padding-left: 5em;
}
#contents th.subtitle {
  background: #ddd;
}
.address {
  border: #ccc 1px solid;
  padding: 10px;
}
.red_text {
  color: #C60000;
}
.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;
  padding-left: 4px;
}
h5 {
  margin: 1em 0 0.3em;
  color: #BB5A0D;
  font-size: 1em;
 margin-left: 2rem; 
 text-indent: -1.3rem;
}
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: 1em;
  line-height: 1.6;
  color: #333;
}
#contents p {
  margin: 0 0 0.6em 0;
  text-indent: 0em;
}
#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 {
  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 #ddc2a8;
  border-top: none;
}
.info dt {
  background: #FFE3C7;
  font-weight: 600;
  width: 20%;
  padding: 1em;
  box-sizing: border-box;
  border-top: 1px solid #ddc2a8;
  text-align: center;
}
dd {
  padding: 1em;
  margin: 0;
  border-left: 1px solid #ddc2a8;
  border-top: 1px solid #ddc2a8;
  width: 80%;
  background: #FFFBF7;
  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;
}
/*ボタン*/
.button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-block__element {
  position: relative;
  margin: 0 20px;
}
.button {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  /*  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);*/
  border-radius: 60px;
  min-width: 240px;
  text-align: center;
  padding: 9px 40px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border: 4px solid transparent;
  position: relative;
  cursor: pointer;
  text-decoration: none !important;
  background: #006B9B;
}
.button span {
  position: relative;
  z-index: 1;
}
.button:hover {
  color: #006B9B;
  border: 4px solid #006B9B;
  border-color: #006B9B;
  background-color: #fff;
}
/*ボタン2*/
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 380px;
  height: 50px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
  background-color: #006B9B;
  border: 1px solid #006B9B;
  border-radius: 25px;
  text-align: center;
}
.btn a:hover {
  color: #006B9B;
}
.btn06 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #f2f2f2;
}
.btn06 a:hover {
  background-color: #EFFAFF;
  border: 1px solid #006B9B;
}
.btn06 a:hover::after {
  border-color: #006B9B #006B9B transparent transparent;
}
.photo_txt {
  text-align: center;
  margin: 0 auto;
  color: #666;
}

p.db {
	background-color: #fff;
	border: #FF9933 1px solid;
	border-radius: 0px;
	padding: 1em 2em;
	margin: 1.5em 0!important;
	word-wrap: break-word;
  max-width: 425px;
}
.kahakuvr {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
	font-weight: 400;
	background-color: #00AC9E;
	color: #fff;
	width: 8.6em;
	text-align: center;
	border-radius: 4px;
	margin: 0 6px;
}
.kahakuvr a {
	color: #fff;
	text-decoration: none;
}
.kahakuvr a:hover {
	color: #FFE32E;
	background-color: #00AC9E;
	text-decoration: none;
}
.img_dl_flex {
	display: flex;
	align-items: center;
}
.img_dl {
	width: 100px;
	margin-right: 1em;
}
.keikopen {
    text-decoration: underline;
}
#showcase2 ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#showcase2 ul li {
	list-style: none;
	padding: 0;
	width: 50%;
	text-align: center;
}
#showcase2 ul li p {
	text-align: left;
}
#showcase2 ul li img {
	width: 80%;
}
@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: .4em;
    line-height: 1.4;
  }
  .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: #FFE3C7;
    color: #333;
    font-weight: 600;
    width: 100%;
    padding: 10px 1em;
    box-sizing: border-box;
    text-align: left;
    border: 0px solid #FFD3A7;
    letter-spacing: 0.2em;
  }
  dd {
    padding: .7em;
    margin: 0;
    width: 100%;
    background: #FFFBF7;
    box-sizing: border-box;
    border: none;
    line-height: 1.4;
  }
  .flexbox-container-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border: 0px solid;
  }
  p.db {
    max-width: 100%;
  }
  /* access */
  #contents #access_box {
    display: block;
  }
  #contents #access_box .map, #contents #access_box .access {
    width: 100%;
  }
  h5 {
    color: #BB5A0D;
    line-height: 1.4;
  }
  .highlite_img {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .highlite_img_70 {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
  .map_img {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
  }
  /* showcase */
	#showcase .map img {
		width: 100%;
	}
  /* flyer */
  .flyerPDF a {
    width: 62%;
    margin: 0;
    padding: 25px 5% 25px 31%;
  }
  .credit {
    position: absolute;
    right: 0;
    top: 38px;
    font-size: 0.8em;
    margin-right: 0.5em;
  }
  /*リンクボタン*/
  .button_ws {
    margin: 10px auto 0 auto;
    display: block;
    width: 350px;
    height: 60px;
    line-height: 60px;
    font-size: 1.2em;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    background-color: #001345;
    border-radius: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  }
p.db {
	padding: 0.8em 1em!important;
	margin: 1.5em 0!important;
	word-wrap: break-word;
}
/*小山さんお写真*/
.flex_child img {
  display: block;
  max-width: 80%;
  margin: 0 auto .5em;
}
}
@media only screen and (max-width: 520px) {
  /*ボタン2*/
  .button-block {
    padding: 0 1em;
  }
  .btn a {
    width: 250px;
  }

p.db {
	padding: 0.8em 1em!important;
	margin: 1.5em 0!important;
	word-wrap: break-word;
}

.img_dl {
	width: 25%;
	margin-right: 1em;
}
}
@media only screen and (min-width: 769px) {
  /* contents */
  h3 {
    width: 900px;
    font-size: 1.4em;
    line-height: 1.4;
  }
  #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;
  }
  .highlite_flex {
    display: flex;
    width: 96%;
    margin: 0 auto;
  }
  .highlite_img {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 45%;
    padding: 5px;
      border:1px solid #ccc;
  }
    
  .highlite_img_70 {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
    padding: 5px;
  }
    
  .map_img {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    padding: 5px;
  }
    
  .credit {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 0.9em;
  }
/*p.db {
	background-color: #fff;
	border: #FF9933 1px solid;
	border-radius: 0px;
	padding: 1em 2em;
	margin: 1.5em 0!important;
}*/

/*小山さんお写真*/
.flex_parent {
  display: flex;
}
.flex_child img {
  margin-right: 1.6em;
}

}