@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  施設案内

---------------------------------*/
.title {
  display: flex;
  justify-content: space-between;
}
.title h1 {
  flex-basis: 25rem;
}
.title .page_menu {
  display: flex;
  flex-basis: 67rem;
  list-style: none;
}
.title .page_menu li {
  flex-basis: calc(100% / 3);
  text-align: center;
}
.title .page_menu li a {
  background: #7171A8;
  border: 4px double #fff;
  border-radius: .5rem .5rem 0 0;
  color: #ccc;
  display: block;
  padding: .6rem;
}
.title .page_menu li.active a, .title .page_menu li a:hover {
  background: #6666FF;
  color: #fff;
  opacity: 1;
}
#mainContainer {
  display: flex;
  justify-content: space-between;
  margin: 3rem auto;
}
#mainContainer #mainColumn {
  flex-basis: 67rem;
}
#mainContainer #sidecolumn {
  flex-basis: 25rem;
  order: -1;
}
#mainContainer #sidecolumn ul {
  list-style: none;
}
#mainContainer #sidecolumn ul li {
  border-bottom: 1px dashed #ccc;
}
#mainContainer #sidecolumn ul li a {
  background: url("../images/i_yajirusi.gif") no-repeat left center;
  color: #999;
  display: block;
  padding: 1rem 0;
  padding-left: 3.5rem;
}
#mainContainer #sidecolumn ul li a:hover {
  color: #333;
  opacity: 1;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 928px) {
  #mainContainer {
    display: block;
  }
  .title {
    display: block;
  }
}
@media screen and (max-width: 480px) {}
/*---------------------------------

  共通

---------------------------------*/
section {
  margin-bottom: 5rem;
}
section h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  padding-left: 2.3rem;
  position: relative;
}
section h2::before {
  content: '';
  background: #2D0091;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
section h3 {
  color: #0556AC;
  font-weight: 500;
  margin-bottom: .5rem;
}
section h3::before {
  content: '●';
  display: inline-block;
  margin-right: .5rem;
}
section p {
  margin-bottom: 1rem;
}
section ul, section ol {
  margin: 1rem 0;
  margin-left: 2rem;
}
section .wrap {
  margin-top: 2rem;
}
section .inner {
  padding-left: 1.2em;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 928px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  施設案内top

---------------------------------*/
.facility_top section {}
.facility_top section dl.outline {
  border: 1px solid;
  padding: 1rem 2rem;
}
.facility_top section dl.outline div {
  display: flex;
  margin: 1rem 0;
}
.facility_top section dl.outline div dt {
  flex: 0 0 10rem;
}
.facility_top section dl.outline div dd {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 928px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  利用料金

---------------------------------*/
.ryoukin section {}
.ryoukin section table {
  font-size: 80%;
  margin: 1rem 0;
  width: 100%;
}
.ryoukin section table th, .ryoukin section table td {
  border: 1px solid;
  padding: .5rem 1rem;
  vertical-align: middle;
}
.ryoukin section table th {
  background: #DACAB2;
  font-weight: 400;
}
.ryoukin section table td {}
.ryoukin section table tr:nth-child(even) {
  background: #DBDACC;
}
.ryoukin section table td + td {
  text-align: center;
}
.ryoukin section table.hall tr:nth-child(even) td:nth-child(1) {
  background: #fff;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 928px) {}
@media screen and (max-width: 480px) {
  .ryoukin section #other table th:first-child {
    width: 55%;
  }
}
/*---------------------------------

  施設のルール

---------------------------------*/
.rulu section h4 {
  margin: 3rem 0 .5rem;
}
.rulu section p.dlLink {
  text-align: right;
}
.rulu section p.dlLink a {
  background: url("../images/p_down.png") no-repeat right center;
  color: #333;
  display: inline-block;
  padding-right: 3rem;
}
/* dl */
.rulu section dl div {
  display: flex;
  margin: .7rem 0;
}
/* 番号付き */
.rulu section .numlist div dt {
  flex: 0 0 3rem;
}
.rulu section .numlist div dd {}
/*　多目的ホール使用時間区分　*/
.rulu section dl.hallList {
  background: #ccc;
  display: flex;
  justify-content: space-between;
  margin: .5rem 0;
  padding: 1rem;
}
.rulu section dl.hallList div {
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.rulu section dl.hallList div dt {
  flex: 0 0 4rem;
}
.rulu section dl.hallList div dd {
  font-size: 2rem;
  font-weight: 600;
  padding-left: .5rem;
}
.rulu section dl.hallList + p {
  font-size: 80%;
}
/*　ふれあいプラザ館内保育　*/
.rulu section .txtImg {
  display: flex;
  justify-content: space-between;
}
.rulu section .txtImg dl.hoikuList {
  flex-basis: 60%;
}
.rulu section .txtImg dl.hoikuList div {}
.rulu section .txtImg dl.hoikuList div dt {
  flex: 0 0 8rem;
}
.rulu section .txtImg dl.hoikuList div dd {}
.rulu section .txtImg dl.hoikuList div dd strong {
  display: block;
  font-size: 140%;
}
.rulu section .txtImg figure {
  flex-basis: 36%;
}
/* 施設使用の不許可について */
.rulu section .fukyoka p {
  font-size: 90%;
}
.rulu section .fukyoka p:nth-of-type(-n+3) {
  color: #990000;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 928px) {}
@media screen and (max-width: 480px) {}
/*---------------------------------

  各部屋

---------------------------------*/
.facility_room section {}
.facility_room section .taisaku {
  color: #C81E20;
}
.facility_room section table.roomImg {}
.facility_room section table.roomImg td {
  padding: .2rem;
  vertical-align: top;
}
.facility_room section table.roomImg td img {
  object-fit: cover;
  height: 20rem;
  width: 100%;
  vertical-align: bottom;
}
.facility_room section .wrap {}
.facility_room section .wrap h2 {
  background: #A996FF;
  border-radius: .5rem;
  font-size: 120%;
  padding: .5rem 1rem;
}
.facility_room section .wrap h2::before {
  content: none;
}
.facility_room section .wrap figure {
  margin: 2rem 0;
  text-align: center;
}
.facility_room section .wrap figure img {
  max-width: 100%;
  width: auto;
}
.facility_room section .wrap .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
}
.facility_room section .wrap .inner .outline {
  flex: 1 0 60%;
}
.facility_room section .wrap .inner .outline dl {
  border: 1px solid;
  margin: 0 0 1rem;
  padding: 1.5rem 2rem;
}
.facility_room section .wrap .inner .outline dl div {
  display: flex;
}
.facility_room section .wrap .inner .outline dl div dt {
  flex: 0 0 12rem;
}
.facility_room section .wrap .inner .outline dl div dd {}
.facility_room section .wrap .inner .outline ul {}
.facility_room section .wrap .inner .price {
  background-color: #fff5cf;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 30%;
  min-height: 10rem;
  margin-left: 2rem;
  position: relative;
  padding: 2rem 1rem;
}
.facility_room section .wrap .inner .price::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #cbb793 #fff #cbb793;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.facility_room section .wrap h3 {
  margin-top: 2rem;
}
.facility_room section .wrap table {
  width: 100%;
}
.facility_room section .wrap table th, .facility_room section .wrap table td {
  border: 1px solid #ccc;
  padding: .5rem;
  vertical-align: middle;
}
.facility_room section .wrap table th {
  background: #eee;
}
.facility_room section .wrap table td {}
.facility_room section .wrap .btn {
  margin: 2rem 0 0 auto;
  max-width: 30rem;
  text-align: center;
}
.facility_room section .wrap .btn a {
  background: #6666FF;
  border-radius: .5rem;
  color: #fff;
  display: block;
  padding: 1.5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 928px) {}
@media screen and (max-width: 480px) {
  .facility_room section .wrap .inner {
    display: block;
  }
  .facility_room section .wrap .inner .price {
    margin: 2rem 0;
    max-width: 20rem;
  }
  .facility_room section .wrap .btn {
    margin: 2rem auto;
  }
}