@charset "utf-8";
.over_img {
  position: relative;
  display: block;
}
.over_img img {
  position: relative;
}
.over_img img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.over_img:hover img:last-of-type {
  opacity: 1;
}
.over_img span {
  display: none;
}
.hover_img:hover {
  opacity: .6;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}
/* ------------------------
詳しくはこちら
------------------------ */
.btn-treatment {
  display: inline-block;
  margin: .5rem;
  padding: 0.2rem .5rem;
  text-decoration: none;
  background: #981000;
  border-radius: 8rem;
  font-weight: bold;
}
.btn-treatment:hover {
  opacity: 0.5;
}
.btn-treatment a {
  display: block;
  color: #fff;
  text-decoration: none;
}
/* ------------------------
site module
------------------------ */
.txt_disc {
  padding-left: 1em;
  text-indent: -1em;
}
.txt_disc::first-letter {
  margin-right: .2em;
  font-size: .8em;
  display: inline-block;
  color: #6f310a;
}
/* list */
.list {
  position: relative;
  margin-left: 1em;
}
.list.list_disc li {
  list-style: disc;
}
/* title */
h2:not(.notitle) {
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 10px;
  border: 1px solid #f1b12a;
  border-radius: 8px;
  background: #fef0b3;
  background: linear-gradient(to bottom, rgb(255, 229, 117) 0%, rgb(255, 250, 232) 50%, rgb(254, 242, 190) 100%);
  padding: 0 1em;
  text-align: left;
  box-sizing: border-box;
}
h2:not(.notitle) span {
  display: block;
  padding: .5em;
  padding-left: 40px;
  text-shadow: 1px 1px 0px #dcdcdc;
  background: url("../image/title_deco.png") left center no-repeat / 30px;
}
h3:not(.notitle) {
  font-size: 1.2em;
  margin-bottom: 10px;
  border-top: 5px solid #fede58;
  border-bottom: 2px dashed #f1b12a;
  padding: 0 1em;
  text-align: left;
  color: #981000;
  box-sizing: border-box;
}
h3:not(.notitle) span {
  display: block;
  padding: .5em;
  padding-left: 40px;
  background: url("../image/title_deco_h3.png") left center no-repeat / 32px;
}
/* timeline */
.timeline {
  border-collapse: collapse;
  width: 100%;
}
.timeline th, .timeline td {
  border: 1px solid #6a3906;
}
.timeline th {
  padding: 3px;
  color: #fff;
  background: #6a3906;
  border-right-color: #9a6227;
}
.timeline th:last-of-type {
  border-right-color: #6a3906;
}
.timeline td {
  padding: 5px 3px;
  position: relative;
  text-align: center;
}
.timeline .hour {
  font-weight: bold;
  font-size: 20px;
}
.timeline .hour_time {
  font-size: 1em;
}
.timeline .open {
  color: #ff5a00;
}
.timeline .caution {
  position: absolute;
  display: block;
  line-height: 1;
  bottom: 0;
  left: 5px;
  text-align: center;
  font-size: 10px;
  white-space: nowrap;
}
.timeline .time_asta {
  position: absolute;
  display: block;
  line-height: 1;
  top: 0;
  right: 0;
  font-size: 10px;
}
.timeline_box, .timeline_box * {
  box-sizing: border-box;
}
.timeline_text {
  margin-top: 1.5em;
}
.timeline_text dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  line-height: 1.3;
}
.timeline_text dt, .timeline_text dd {
  padding-bottom: 5px;
}
.timeline_text dt {
  font-weight: bold;
}
.timeline .hour {
  width: 140px;
}
.breadcrumbBox {
  padding: 2px 10px;
  color: #f3f1f0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #fede58;
  background: #fede58;
  white-space: nowrap;
  overflow-x: auto;
  color: #970f00;
}
.breadcrumb {
  display: flex;
  font-size: 12px;
  list-style: none;
  justify-content: flex-end;
}
.breadcrumb li:not(.first):before {
  content: ">";
  width: 1rem;
  padding-left: 7px;
  text-align: center;
  display: inline-block;
}
.breadcrumb a {
  color: #970f00;
}