@charset "UTF-8";
/* ----------------------------------------------------------
下層ページ
---------------------------------------------------------- */
.page section {
  margin-bottom: 60px;
  padding: 30px;
  background: #fff;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}

.page .bg_none {
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page article {
  position: relative;
}

.page h1 {
  margin: 0 0 20px;
  color: #926C1D;
  font-family: fot-chiaro-std,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page h1:after {
  content: "";
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 4px;
  background: no-repeat 50%/cover url(../img/parts/h_border.svg);
}

.page h1 .att {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000;
  font-weight: 400;
}

.page h1.col {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page .page_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

.page .page_title h1 {
  margin: 0;
  padding: 0;
  color: #E84D2C;
}

.page .h_red {
  color: #E84D2C;
}

.page .h_red span {
  font-size: 12px;
  font-size: 0.75rem;
}

@media all and (max-width: 780px) {
  .page section {
    padding: 20px 10px;
  }
  .page .page_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page .page_title h2 {
    margin: 0 0 20px;
  }
  .page .page_title img {
    margin-left: auto;
  }
  .page .h_red {
    font-size: 16px;
  }
}

@media all and (max-width: 780px) {
  .page section {
    padding: 20px 10px;
  }
  .page .page_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page .page_title h2 {
    margin: 0 0 20px;
  }
  .page .page_title img {
    margin-left: auto;
  }
  .page .h_red {
    font-size: 16px;
  }
}

#page_footer {
  padding: 30px 0;
}

.bg_h {
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff;
  background: #926C1D;
}

@media all and (max-width: 780px) {
  .bg_h {
    font-size: 18px;
  }
}

@media all and (max-width: 780px) {
  .bg_h {
    font-size: 18px;
  }
}

.col_title {
  margin-bottom: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col_title p {
  padding-left: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.col_title p strong {
  color: #C6000B;
}

.col_title p span {
  font-size: 12px;
  font-size: 0.75rem;
}

/* ----------------------------------------------------------
写真付き　レイアウト
---------------------------------------------------------- */
/*floatバージョン */
.media_float {
  *zoom: 1;
}

.media_float:after {
  content: "";
  display: table;
  clear: both;
}

.media_float h3 {
  margin-bottom: 10px;
  color: #926C1D;
  font-family: dnp-shuei-nmincho-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

@media all and (max-width: 780px) {
  .media_float figure {
    text-align: center;
  }
}

@media all and (max-width: 780px) {
  .media_float figure {
    text-align: center;
  }
}

.media_float.media_right figure {
  margin-left: 20px;
  float: right;
}

@media all and (max-width: 780px) {
  .media_float.media_right figure {
    margin: 0 auto 20px;
    float: none;
  }
}

@media all and (max-width: 780px) {
  .media_float.media_right figure {
    margin: 0 auto 20px;
    float: none;
  }
}

.media_float.media_left figure {
  margin-right: 20px;
  float: left;
}

@media all and (max-width: 780px) {
  .media_float.media_left figure {
    margin: 0 auto 20px;
    float: none;
  }
}

@media all and (max-width: 780px) {
  .media_float.media_left figure {
    margin: 0 auto 20px;
    float: none;
  }
}

.media_float.minus_l figure {
  margin-left: -3vw;
}

@media all and (max-width: 780px) {
  .media_float.minus_l figure {
    margin-left: auto;
  }
}

@media all and (max-width: 780px) {
  .media_float.minus_l figure {
    margin-left: auto;
  }
}

.media_float.minus_r figure {
  margin-right: -5vw;
}

@media all and (max-width: 780px) {
  .media_float.minus_r figure {
    margin-right: auto;
  }
}

@media all and (max-width: 780px) {
  .media_float.minus_r figure {
    margin-right: auto;
  }
}

/*flexバージョン */
.media_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 780px) {
  .media_col {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media_col figure {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 780px) {
  .media_col {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media_col figure {
    margin-bottom: 10px;
  }
}

.media_col.media_right figure {
  width: 40%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 20px;
}

.media_col.media_right article {
  width: 60%;
}

@media all and (max-width: 780px) {
  .media_col.media_right figure {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
  .media_col.media_right article {
    width: 100%;
  }
}

@media all and (max-width: 780px) {
  .media_col.media_right figure {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
  .media_col.media_right article {
    width: 100%;
  }
}

.media_col.media_left figure {
  width: 40%;
  padding-right: 20px;
}

.media_col.media_left article {
  width: 60%;
}

@media all and (max-width: 780px) {
  .media_col.media_left figure {
    width: 100%;
    padding-right: 0;
  }
  .media_col.media_left article {
    width: 100%;
  }
}

@media all and (max-width: 780px) {
  .media_col.media_left figure {
    width: 100%;
    padding-right: 0;
  }
  .media_col.media_left article {
    width: 100%;
  }
}

/* ----------------------------------------------------------
画像調整
---------------------------------------------------------- */
.img_shadow {
  margin-bottom: 20px;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}

.rotate4 {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.minus_l3 {
  position: relative;
  left: -3vw;
}

@media all and (max-width: 780px) {
  .minus_l3 {
    left: 0;
  }
}

@media all and (max-width: 780px) {
  .minus_l3 {
    left: 0;
  }
}

.minus_r5 {
  position: relative;
  right: -5vw;
}

@media all and (max-width: 780px) {
  .minus_r5 {
    right: 0;
  }
}

@media all and (max-width: 780px) {
  .minus_r5 {
    right: 0;
  }
}

.chara_right {
  position: absolute;
  right: 0;
  bottom: -40px;
}

@media all and (max-width: 780px) {
  .chara_right {
    bottom: -60px;
  }
}

@media all and (max-width: 780px) {
  .chara_right {
    bottom: -60px;
  }
}

.chara_left {
  position: absolute;
  left: 0;
  bottom: -90px;
}

.chara_uma {
  left: 20px;
  bottom: -90px;
}

/* ----------------------------------------------------------
ブルー背景コンテンツ
---------------------------------------------------------- */
.memo_box {
  position: relative;
  padding: 20px;
  background: #EBF5F0;
}

.memo_box:after {
  display: block;
  content: "";
  position: absolute;
  width: 57px;
  height: 42px;
  right: 0;
  bottom: 0;
  background: no-repeat center url(../img/parts/memo.svg);
}

.memo_box .bg_h {
  margin-bottom: 10px;
}

.memo_box p {
  margin-bottom: 1em;
}

/* ----------------------------------------------------------
dlテーブル
---------------------------------------------------------- */
.table_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.table_dl dt {
  width: 5em;
  padding: 5px 10px;
  border-radius: 20px;
  text-align: center;
}

.table_dl dd {
  padding-left: 1em;
  width: calc(100% - 5em);
}

.table_dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table_dl dd ul li {
  margin-bottom: 10px;
}

@media all and (max-width: 780px) {
  .table_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table_dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
  .table_dl dd {
    padding-left: 0;
    width: 100%;
  }
}

@media all and (max-width: 780px) {
  .table_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table_dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
  .table_dl dd {
    padding-left: 0;
    width: 100%;
  }
}

.color_grn dt {
  color: #fff;
  background: #A9C475;
}

.color_grn li:before {
  display: inline-block;
  content: "●";
  color: #A9C475;
}

.color_orn dt {
  color: #fff;
  background: #EBB871;
}

.color_orn li:before {
  display: inline-block;
  content: "●";
  color: #EBB871;
}

ol {
  counter-reset: my-counter;
}

ol li {
  margin-left: 30px;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #926C1D;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  font-size: 14px;
  border-radius: 50%;
}

.ul_red {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ul_red li {
  margin-right: 3em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

.ul_red li:before {
  display: inline-block;
  content: "●";
  color: #AC5943;
}

/* ----------------------------------------------------------
テーブル
---------------------------------------------------------- */
.table {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
}

.table thead {
  background: #E84D2C;
}

.table thead th {
  padding: 10px 5px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}

.table tr td {
  padding: 10px 5px;
  font-weight: 700;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-size: 0.75rem;
}

.table tr td:first-child {
  font-size: 15px;
  font-size: 0.9375rem;
}

.table tr td a {
  color: #000;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
}

.table tr .time {
  font-size: 11px;
  font-size: 0.6875rem;
}

.table tr .time span {
  -webkit-transform: scale(0.6, 1);
          transform: scale(0.6, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.table tr .holiday {
  text-align: center;
  color: #E84D2C;
  font-size: 11px;
  font-size: 0.6875rem;
}

.table tr .holiday span {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.table tr:nth-child(even) td {
  background: #FEF3DB;
}

.sp_scroll {
  overflow: scroll;
}

.cate1 {
  display: block;
  width: 100%;
  height: 10px;
  background: #F6B148;
}

.cate2 {
  display: block;
  width: 100%;
  height: 10px;
  background: #93252A;
}

.cate3 {
  position: relative;
  display: block;
  width: 100%;
  height: 10px;
  background: #F6B148;
}

.cate3:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 50%;
  height: 10px;
  background: #93252A;
}

.romen_info {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.romen_info .cate1, .romen_info .cate2, .romen_info .cate3 {
  width: 20px;
  display: inline-block;
}

.romen_info em {
  font-size: 11px;
  font-size: 0.6875rem;
}

/* ----------------------------------------------------------
ニュース、イベントアーカイブ
---------------------------------------------------------- */
.news {
  margin-bottom: 40px;
  border-top: 1px solid #000;
}

.news dl {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}

.news dl:nth-child(odd) {
  background: #FEF3DB;
}

.news dl dt {
  padding: 0 1em;
}

.news a {
  color: #000;
}
/*# sourceMappingURL=page.css.map */