@charset "utf-8";

/* トップ
---------------------------------------------------------------------------- */
.p-box li {
  float: left;
  width: auto;
}

.p-news {
  background: #fff;
  padding: 30px 20px;
  border: solid 1px #d2d2d2;
  box-shadow: rgba(113, 135, 164, 0.239216) 0px 0px 5px 1px;
  -webkit-box-shadow: rgba(113, 135, 164, 0.239216) 0px 0px 5px 1px;
  -moz-box-shadow: rgba(113, 135, 164, 0.239216) 0px 0px 5px 1px;
}

.p-news-box {
  background: #f7f7f7;
  padding: 25px;
  height: 100px;
  overflow: auto;
}

.p-news-table {
  width: 100%;
}

.p-news-txt {
  background: #d8cba9;
  padding: 5px;
  text-align: center;
}

.p-news-txt02 {
  vertical-align: top;
}

.p-w20 {
  width: 14%;
}

.p-w12 {
  width: 12%;
}

.p-news-table td {
  padding: 5px;
}

.p-news-link {
  background: url(../common2/images/icon_arrow.png) no-repeat right 3px;
  float: right;
  padding-right: 15px;
}

.p-news-link a {
  color: #212020;
}

.p-about {
  background: url(../images2/bg_01b.png) no-repeat left top;
  width: 1000px;
  height: 542px;
  position: relative;
}

.p-about-left {
  padding: 3px 0 0 3px;
  float: left;
  width: 470px;
}

.p-about-right {
  float: right;
  width: 457px;
  padding: 40px 45px 0 0;
}

.p-side-btn {
  position: fixed;
  bottom: 50%;
  left: 0px;
}

/* カレンダー追加
---------------------------------------------------------------------------- */
/* カレンダー追加 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-table {
  width: 560px;
  margin: 0 auto;
}

.p-bold {
  font-weight: bold;
}

.p-table-txt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px !important;
}

.sche {
  width: 560px;
  margin-top: 15px;
}

.sche_tt {
  color: #0f77ca;
  font-weight: bold;
  font-size: 16px;
  float: left;
}

.bule_day {
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
  color: #ffffff;
  line-height: 150%;
  background-color: #0f77ca;
  vertical-align: middle;
  height: 30px;
  width: 80px;
}

.holiday {
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
  color: #ffffff;
  background-color: #ff7d7d;
  line-height: 150%;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.date {
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
  vertical-align: middle;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
}

.date_red {
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
  vertical-align: middle;
  color: #ff0000;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
}

.date_blue {
  font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
  vertical-align: middle;
  color: #0033cc;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
}

.pink_bg {
  background-color: #fff0f0;
  vertical-align: middle;
}

.orange_bg {
  background-color: #ffd1a4;
  vertical-align: middle;
}

.yellow_bg {
  background-color: #ffffc1;
  vertical-align: middle;
}

.bule_bg {
  background-color: #dfeffd;
  vertical-align: middle;
}

.green_bg {
  background-color: #bbffbb;
  vertical-align: middle;
}

.red_bg {
  background-color: #ffcaca;
  vertical-align: middle;
}

.purple_bg {
  background-color: #e0c1ff;
  vertical-align: middle;
}

.yellow_bg {
  background-color: #fffacd;
  vertical-align: middle;
}

.yellow_bg02 {
  background-color: #8d8d47;
  vertical-align: middle;
}

table.reservation {
  width: 560px;
  padding-bottom: 30px;
}

table.reservation th.date {
  color: #fff;
  line-height: 150%;
  background-color: #0f77ca;
  width: 20%;
}

table.reservation .b_b {
  border-bottom: solid 3px #ccc;
}

table.reservation td {
  border: solid 1px #ccc;
  text-align: center;
  padding: 5px 5px;
  width: 80px;
}

table.reservation th {
  width: 20%;
  border: solid 1px #ccc;
}

table.reservation th.first {
  background-color: #fff0f0;
}

table.reservation th.second {
  background-color: #dfeffd;
}

table.reservation td.space {
  border: none;
  padding: 0;
}

.gold {
  background: #daa520;
}

/* トップ修正
---------------------------------------------------------------------------- */
/* トップ修正 */
/* .content__area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1000px;
	margin: 0 auto;
} */

/* .content__area p {
	width: 484px;
} */

/* .content__area p a img {
	width: 100%;
} */

.content__area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  column-gap: 32px;
  row-gap: 24px;
  margin-top: 40px;
}

.content__area li {
  list-style-type: none;
}

.content__area figure {
  position: relative;
  padding-top: 35.633%;
}

.content__area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content__area .operation-bnr-txt {
  display: none;
}

.content__area .sp-none {
  display: none;
}

#symp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#symp-list li {
  width: 144px;
  margin-right: calc((100% - 144px * 6) / 5);
  margin-top: 24px;
  background: #fff;
}

#symp-list li:nth-of-type(6n) {
  margin-right: 0;
}

#symp-list li a {
  text-decoration: none;
  color: #000;
  display: block;
}

#symp-list li a span {
  display: inline-block;
  width: 100%;
  height: 85px;
  padding: 10px 0 5px;
}

#symp-list li a p {
  padding: 10px 0 10px 10px;
  font-weight: bold;
  background: url(https://www.shirono.net/common2/image/icon_arw_right-gray.png)
    no-repeat 95% 50%;
  background-size: 6px 11px;
}

#symp-list li a img {
  display: block;
  margin: auto;
}
