@charset "utf-8";

#pc .nav-menu-list li:nth-child(2) {
  background-color: #006837;
}

p{
  font-size: 1em;
}

/* キービジュアルの指示 */
#keyvisual {
  background-color: #800000;
  margin-bottom: 20px;
}

h4 {
  background-color: #800000;
  margin-top: 25px;
  margin-bottom: 5px;
}


h5 {
  margin-bottom: 15px;


}

.info_title {
  border: 1px solid #800000;
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.text1 {
  font-size: 1.3em;
  text-align: center;
  color: #800000;
  font-weight: 600;
}

.text2 {
  text-align: center;
}


.info {
  overflow: hidden;
}

/* 開館情報　駐車場 */
.info_lh {
  width: 48%;
  float: left;
}

.info_lh p {
  border-top: 1px #333 dotted;
  padding: 5px 0;

}

.info_lh p:nth-child(5),
.info_lh p:nth-child(3) {
  border-bottom: 1px #333 dotted;
  padding: 5px 0;
}

.info_lh span {
  font-weight: 600;
}


/* 入館料 */
.info_rh {
  width: 48%;
  float: right;
}

.info_rh dl {
  display: flex;
  flex-wrap: wrap;
}

.info_rh dt {

  flex-basis: 180px;
  padding: 5px 0;
  border-top: 1px #333 dotted;
}

.info_rh dd {
  flex-basis: calc(100% - 180px);
  padding: 5px 0;
  border-top: 1px #333 dotted;
  flex-grow: 1;
}

.info_rh dl:last-of-type {
  border-bottom: 1px #333 dotted;
  margin-bottom: 15px;
}

.info_rh span {
  font-weight: 600;
}

/* 所在地 */

.add_text {
  width: 48%;
  float: left;
}

.add_text_1 {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
}

.add_text dl {
  display: flex;
  flex-wrap: wrap;
}

.add_text dt {
  flex-basis: 85px;
  padding: 5px 0;
  border-top: 1px #333 dotted;
}

.add_text dd {
  flex-basis: calc(100% - 85px);
  padding: 5px 0;
  border-top: 1px #333 dotted;
  flex-grow: 1;
}

.add_text dl:last-of-type {
  border-bottom: 1px #333 dotted;
  margin-bottom: 15px;
}

.info_rh span {
  font-weight: 600;
}

.add_map {
  float: right;
  width: 50%;
  margin-bottom: 10px;
}

.add_map iframe {
  width: 100%;
}



/* 電話をかける */
.add_text_2 {
  text-align: center;
  background-color: #800000;
  color: #fff;
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 25px;
  font-weight: 600;
}

/* 撮影についての注意事項 */

.caution dl {
  display: flex;
  flex-wrap: wrap;
}

.caution dt {
  flex-basis: 20px;
  padding: 5px 0;
  border-top: 1px #333 dotted;
}

.caution dd {
  flex-basis: calc(100% - 20px);
  padding: 5px 0;
  border-top: 1px #333 dotted;
  flex-grow: 1;
}

.caution dl:last-of-type {
  border-bottom: 1px #333 dotted;
  margin-bottom: 15px;
}

/* アクセス */
.access_car_lh {
  width: 48%;
  float: left;
  background-color: #fff;
  margin-bottom: 10px;
}

.access_car_rh {
  width: 48%;
  float: right;
  background-color: #fff;
}

.access {
  overflow: hidden;
}

.access_car_lh p,
.access_car_rh p {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
  margin-bottom: -30px;
}

.access_car p {
  text-align: left;
  font-size: 1em;
  font-weight: 500;
}

.access_car {
  display: flex;
}

.access_car span {
  font-weight: 600;
}

.access_car_text {
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.access_map {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.access_map iframe {
  width: 100%;
}

.access_car p {
  text-align: left;
  font-size: 1em;
  font-weight: 500;
}

.access_car {
  display: flex;
}

.access_car strong {
  font-weight: 600;
  font-size: 1.1em;
}

.route {
  font-size: 1.1em;
}


.access_car_text {
  padding-left: 20px;
  padding-bottom: 25px;
  text-indent: -0.5em;

}

.from {
  margin-top: -5px;
  text-align: center;
}

.access_public_inner  {
 background-color: #fff;
 padding-top: 20px;
 padding-bottom: 5px;
 padding-left: 20px;
 padding-right: 20px;
}

.access_public_inner dl {
  display: flex;
  flex-wrap: wrap;
  text-indent: -1em;
}

.access_public_inner dt {
  flex-basis: 140px;
  padding: 5px 0 5px 13px;
  border-top: 1px #333 dotted;
}

.access_public_inner dd {
  flex-basis: calc(100% - 140px);
  padding: 5px 0;
  border-top: 1px #333 dotted;
}

.access_public_inner dl:last-of-type {
  border-bottom: 1px #333 dotted;
  margin-bottom: 15px;
}



/* .access_rh {
  width: 48%;
  float: right;
} */


/* 900px以下 */
@media screen and (max-width:900px) {

  .info_lh {
    width: 100%;
  }

  /* 入館料 */
  .info_rh {
    width: 100%;
  }

  .add_text {
    width: 100%;
  }

  .add_map {
    width: 100%;
  }

  .access_car_lh {
    width: 100%;
  }

  .access_car_rh {
    width: 100%;
  }

}

/* 電話をかける　PCの時に消す */
@media screen and (min-width:600px) {
  .add_text_2 {
    display: none;
  }
}