.mainarea .inner_right img {
  vertical-align: middle;
}
.tel_num {
  color: #0088CD;
  font-weight: bold;
  text-decoration: none;
}
.tel_num:hover {
  color: #0088CD;
  text-decoration: none;
}
.f_comts {
  overflow: hidden;
}
.f_comts p:last-child {
  margin-bottom: 0;
}
.f_comts .img_w_auto {
  width: auto;
}
.table_tl_fixed {
  table-layout: fixed;
}
.table_tl_fixed td {
  vertical-align: middle;
}
.th_ws_nowrap th {
  white-space: nowrap;
}
.list_col dt {
  font-weight: bold;
}
.list_col.list_dots > * + * {
  margin-top: 10px;
}
.list_col .list_caution > * + * {
  margin-top: 0;
}
@media screen and (min-width: 851px) {
  .list_col dl {
    display: flex;
  }
  .list_col dt {
    margin-right: 20px;
  }
}
.btnlink.mb30 {
  margin-bottom: 30px;
}

.ttl-bg {
  text-align: center;
  font-size: 1.75rem;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 30px;
  background-color: #59b222;
}
.ttl_h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.125rem;
}
.ttl_h5 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1rem;
}

.event_schedule {
  font-size: 1rem;
}
.event_schedule dl {
  border: solid 1px #ddd;
  border-bottom: none;
  width: 100%;
}
.event_schedule dl:last-child {
  border-bottom: solid 1px #ddd;
}
.event_schedule dt, .event_schedule dd {
  padding: 12px 15px;
}
.event_schedule_month {
  display: inline-block;
  vertical-align: top;
  width: 4em;
  font-weight: bold;
}
.event_schedule_day {
  display: inline-block;
  vertical-align: top;
}
.event_schedule_day .sat {
  color: #0088CD;
}
.event_schedule_day .sun {
  color: #D53711;
}
.event_schedule .cap_red{
  color:#CC0000;
}
.event_schedule .table_layout th{
  text-align: center;
  font-weight:bold;
}

@media screen and (min-width: 851px) {
  .ttl_h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .ttl_h5 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .event_schedule dl {
    display: table;
  }
  .event_schedule dt, .event_schedule dd {
    display: table-cell;
  }
  .event_schedule dt {
    width: 36%;
  }
}
@media screen and (max-width: 850px) {
  .event_schedule dd {
    padding-top: 0;
  }
  .event_schedule .table_layout th,.event_schedule .table_layout td{
    max-width: 30%;
    font-size: 0.875rem;
  }
}

.guide_wrap {
  margin: 30px 0;
}
.pr_wrap {
  margin-top: 40px;
}
.pr_col_img {
  text-align: center;
}
.pr_col_img .img_caption {
  font-size: .75rem;
}
.pr_col_img .col_item4 {
  margin-right: -8px;
}
.pr_col_img .col_item4 .col_inner {
  float: left;
  width: 25%;
  padding-right: 8px;
}
.pr_col_txt.col_item2 {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.pr_col_txt > *:first-child {
  margin-right: auto;
}
.pr_list {
  margin-bottom: 20px;
}
.pr_list:last-child,
.pr_col_txt.col_item2 .pr_list {
  margin-bottom: 0;
}
.pr_list dt {
  color: #353F43;
  margin-bottom: 5px;
  font-size: 1.125rem;
  font-weight: bold;
}
.pr_list li {
  margin-bottom: 6px;
}
.pr_list li:last-child {
  margin-bottom: 0;
}
.pr_list li a {
  display: inline-block;
  position: relative;
  border: solid 1px #ddd;
  border-radius: 30px;
  width: 100%;
  padding: 4px 20px 4px 2rem;
  font-weight: bold;
  text-decoration: none;
}
.pr_list li a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #0088cd;
  border-right: solid 2px #0088cd;
  transform: rotate(45deg);
}
.pr_list li a:hover {
  opacity: .6;
}
.pr_list i,
.pr_modal_ttl i {
  display: inline-block;
  background-color: inherit;
  border-radius: 100%;
  color: #fff;
  margin-right: 6px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
.pr_list a i {
  position: absolute;
  top: 50%;
}
.pr_list span {
  color: #4B575F;
  font-weight: bold;
}
.pr_modal {
  display: none;
}
.pr_modal_ttl {
  margin-bottom: 10px;
}
.pr_modal_ttl span {
  font-size: 1rem;
}
.pr_modal_ttl_sub {
  margin-bottom: 5px;
}
.pr_modal_txt {
  margin-bottom: 1em;
}
.pr_modal_txt:last-child {
  margin-bottom: 0;
}
.pr_modal_img {
  margin-top: 20px;
  text-align: center;
}
.pr_modal_img.all {
  text-align: left;
}
.pr_modal_col {
  display: flex;
  margin-bottom: 20px;
}
.pr_modal_col:last-child {
  margin-bottom: 0;
}
.pr_modal_img + .pr_modal_col {
  margin-top: 20px;
}
.pr_modal_col.img_al_fe {
  align-items: flex-end;
}
.pr_modal_col.img_jc_fe {
  justify-content: flex-end;
  justify-content: space-between;
}
.pr_modal_col.img_jc_fe .pr_modal_col_txt {
  /*margin-right: auto;*/
  width: calc(100% - 120px);
}
.pr_modal_note {
  margin-bottom: 0;
  font-size: .75rem;
}
.sightseeing_access {
  background-color: #F5F5F5;
  margin-top: 20px;
  padding: 10px;
}
.sightseeing_access dt {
  font-weight: bold;
}
.sightseeing_contact {
  border: solid 1px #0088CD;
  color: #4B575F;
  max-width: 390px;
  margin: 30px auto 0;
  padding: 10px;
  text-align: center;
}
.sightseeing_contact dt {
  font-weight: bold;
}
.sightseeing_contact dd {
  font-size: .75rem;
}
.sightseeing_contact strong {
  font-size: 1.125rem;
}
.sightseeing_contact .url {
  color: #0088CD;
}
@media screen and (min-width: 851px) {
  .guide_main {
    margin: 40px 0;
  }
  .guide_wrap {
    margin: 40px 0;
  }
  .guide_wrap > div {
    margin-bottom: 40px;
  }
  .pr_col {
    display: flex;
  }
  .pr_col_img {
    max-width: 380px;
    margin-right: 40px;
  }
  .pr_col_txt.col_item2 {
    min-width: 460px;
  }
  .pr_list {
    min-width: 280px;
  }
  .pr_col_txt.col_item2 .pr_list {
    min-width: 220px;
  }
  .pr_list li a {
    border-radius: 16px;
    height: 2rem;
  }
  .pr_list i,
  .pr_modal_ttl i {
    width: 1.625rem;
    height: 1.625rem;
    margin-top: -0.8125rem;
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .pr_list a i {
    left: 2px;
  }
  .pr_modal_img img + img {
    margin-left: 40px;
  }
  .sightseeing_access {
    padding: 20px;
    line-height: 1.72;
  }
}
@media screen and (max-width: 850px) {
  .pr_col_img {
    margin-bottom: 15px;
  }
  .pr_col_txt.col_item2 .pr_list:nth-child(odd) {
    padding-right: 2px;
  }
  .pr_col_txt.col_item2 .pr_list:nth-child(even) {
    padding-left: 2px;
  }
  .pr_list li a {
    display: flex;
    align-items: center;
    height: 2.25rem;
    padding-left: 1.75rem;
    font-size: .75rem;
    line-height: 1.16;
  }
  .pr_list i,
  .pr_modal_ttl i {
    width: 1.375rem;
    height: 1.375rem;
    margin-top: -0.6875rem;
    font-size: .875rem;
    line-height: 1.375rem;
  }
  .pr_list a i {
    left: 3px;
  }
  .pr_modal_img img + img {
    margin-top: 20px;
  }
  .pr_modal_col.sp_row {
    display: block;
  }
  .pr_modal_col.sp_row .pr_modal_col_img {
    margin: 20px 0 0;
    text-align: center;
  }
}

html {
  overflow: visible;
}
.modaal-overlay {
  opacity: .3 !important;
}
.modaal-container {
  max-width: 830px;
  border: solid 2px;
}
.modaal-content-container {
  padding: 20px 10px 30px;
}
.modaal-content-container img {
  vertical-align: bottom;
}
.modaal-close {
  position: absolute;
  width: 24px;
  height: 24px;
}
.modaal-close:after,
.modaal-close:before {
  top: 0;
  left: 7px;
  background: #8096A3;
  width: 1px;
  height: 15px;
}
@media screen and (min-width: 851px) {
  .modaal-container {
    border-width: 4px;
    border-radius: 4px;
  }
  .modaal-content-container {
    padding: 40px 40px 60px 40px;
  }
  .modaal-close:after,
  .modaal-close:before {
    top: -3px;
    left: 11px;
    width: 2px;
    height: 30px;
  }
}
@media screen and (max-width: 850px) {
  .modaal-inner-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modaal-close {
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
  }
}

.access_list dt {
  margin-bottom: 1em;
  font-weight: bold;
}
.access_list dd {
  margin-bottom: 1em;
}
.access_note {
  font-size: .75rem;
}
.qa_wrap {
  margin-top: 40px;
}
.qa_note {
  font-size: .75rem;
}
.inquiry {
  color: #4B575F;
  border: solid 1px #ddd;
  margin: 20px auto;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.inquiry:first-of-type {
  margin-top: 30px;
}
.inquiry:last-of-type {
  margin-bottom: 30px;
}
.inquiry dt {
  margin-bottom: 10px;
}
.inquiry dd {
  font-size: 1.125rem;
}
.reservation_table {
  margin-bottom: 20px;
}
.reservation_table th,
.reservation_table td {
  vertical-align: middle;
}
.reservation_table td.num {
  width: 40px !important;
  text-align: center;
}
.reservation_list {
  margin-top: 20px;
}
.reservation_note {
  font-size: .75rem;
}
@media screen and (min-width: 851px) {
  .inquiry {
    max-width: 540px;
    padding: 20px;
  }
  .reservation_table th {
    width: 180px;
  }
  .reservation_list.col_w_01 dt {
    min-width: 5.5em;
  }
  .reservation_list.col_w_02 dt {
    min-width: 9.5em;
  }
}
@media screen and (max-width: 850px) {
  .reservation_table td.num,
  .reservation_table td.num + td {
    display: table-cell;
  }
}