@charset "UTF-8";
/*
Theme Name: AkasakaHikawaShrine
Description: 赤坂氷川山車保存会のオフィシャルサイトテーマ
Version: 1.0
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,600,700&display=swap&subset=japanese);
@import url(https://use.fontawesome.com/releases/v5.15.3/css/all.css);
/*
Colors
*/
/*
Size
*/
/*
Times
*/
/*
Width
*/
/*
Media
*/
/* style.css */
* {
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

body, html {
  height: 100%;
  background-color: #fff !important;
}

body {
  font-weight: 600;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
  color: #333;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif !important;
}

a {
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s;
  text-decoration: none;
}

a:link,
a:visited {
  color: #333;
}

img {
  max-height: 100%;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

div {
  line-height: 0;
}

p, li, h2 {
  line-height: 2;
}

table {
  border-collapse: collapse;
}

th, td {
  vertical-align: top;
  text-align: left;
}

/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.xsp, .sp_, .sp {
  display: none !important;
}

/* General */
.nolink {
  pointer-events: none;
}

.w-inner {
  max-width: 1110px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
}

main .w-inner {
  background: url(/img/dashi_illustration_1.svg) right bottom repeat-x;
  background-size: 54%;
}

.w-header {
  padding: 0;
  width: 100%;
  margin: auto;
  height: 100%;
}

.red {
  color: #e30;
}

.strong {
  font-weight: 700;
}

@media only screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .xsp {
    display: none !important;
  }
  span.sp {
    display: inline !important;
  }
}
@media only screen and (max-width: 580px) {
  .xsp, .sp_ {
    display: block !important;
  }
  span.xsppc {
    display: inline !important;
  }
}
.lgrey {
  background-color: #F7F7F7;
}

.grey {
  background-color: #eee;
}

.lred {
  background-color: #FFC0B7;
}

/*レイアウト装飾*/
main {
  margin-left: 230px;
  padding: 0;
  display: block;
}
@media (max-width: 1023px) {
  main {
    width: 100%;
    margin: 0;
    padding-top: 85px;
  }
}
main p, main li {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.caption {
  font-size: 0.875rem;
  margin-top: 0.5em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex__PC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 580px) {
  .flex__PC {
    display: block;
  }
  .flex__PC div {
    width: 90%;
    margin: 0 auto 1rem;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.space-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.space-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.fl-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fl-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.float-right {
  float: right;
}

.txt {
  width: 100%;
  height: auto;
}

.margined {
  margin: 1rem;
}

.mt1rem {
  margin-top: 1rem;
}

.mt2rem {
  margin-top: 2rem;
}

.mt4rem {
  margin-top: 4rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr1rem {
  margin-right: 1rem;
}

.mr2rem {
  margin-right: 2rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml2rem {
  margin-left: 2rem;
}

.ml4rem {
  margin-left: 4rem;
}

.pt2rem {
  padding-top: 2rem;
}

.w20 {
  width: 20% !important;
  min-width: 5em !important;
}

.w25 {
  width: 25% !important;
  min-width: 5em !important;
}

.w30 {
  width: 30% !important;
  min-width: 5em !important;
}

.w35 {
  width: 35% !important;
  min-width: 5em !important;
}

.w40 {
  width: 40% !important;
  min-width: 10em !important;
}

.w47 {
  width: 47% !important;
  min-width: 10em !important;
}
.w47:nth-child(n+3) {
  margin-top: 1rem;
}
@media (max-width: 580px) {
  .w47:nth-child(n+3) {
    margin-top: 0;
  }
}

.w50 {
  width: 50% !important;
  min-width: 10em !important;
}

.w70 {
  width: 70% !important;
  min-width: 10em !important;
}

@media (max-width: 580px) {
  .w20, .w25, .w30, .w35 {
    width: 45% !important;
    margin: 0 2% 1rem;
  }
}

@media (max-width: 580px) {
  .w40, .w47, .w50, .w70 {
    width: 90% !important;
    margin: 0 auto 1rem;
  }
}

.w100 {
  width: 98% !important;
}

.tate-photo img {
  width: 70% !important;
}

.pageHeader {
  height: 140px;
  background-size: auto 140px;
}
@media (max-width: 1023px) {
  .pageHeader {
    display: none;
  }
}
.pageHeader.grn {
  background-image: url(/img/dashihozonkai_header-01.svg);
}
.pageHeader.yel {
  background-image: url(/img/dashihozonkai_header-02.svg);
}
.pageHeader_img div {
  text-align: center;
}

@media (max-width: 580px) {
  .mediaNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mediaNav li {
  font-size: 1.4rem;
  margin: 0 1rem 0.5rem 0;
}

.card {
  border: solid 1px #ccc;
  padding: 0.926%;
}

.equal3 {
  width: 30.5%;
  margin-right: 4.2%;
}
@media (max-width: 580px) {
  .equal3 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .equal3 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .equal3 .pic {
    width: 30%;
    margin-right: 4.2%;
  }
  .equal3 .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.equal3:last-of-type {
  margin-right: 0;
}

.txt {
  padding: 10px 0;
}

.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 580px) {
  .tate {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
}

.cf::after {
  display: block;
  float: none;
  clear: both;
  content: "";
}

/* トップページ */
.emergency {
  border: 1px solid #c81414;
  padding: 1rem 2rem !important;
  margin-bottom: 2rem;
}
.emergency p {
  margin-bottom: 1rem;
  line-height: 2 !important;
  font-size: 0.9rem;
}
.emergency__title {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
}
.emergency__title__sub {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.news {
  padding-top: 50px;
}
@media (max-width: 580px) {
  .news {
    padding-top: 30px;
  }
}

.newsTitle {
  font-size: 1.44rem;
  font-weight: 500;
  padding-bottom: 0.6rem;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 580px) {
  .newsTitle {
    font-size: 1.3rem;
  }
}

.newsList {
  padding: 1rem 1rem;
}
@media (max-width: 580px) {
  .newsList {
    padding: 1rem 0.5rem;
  }
}
.newsList li {
  padding-bottom: 1rem;
  line-height: 1.5;
  text-indent: -1.5rem;
  margin-left: 1.7rem;
}
.newsList li::before {
  content: "●";
  font-size: 0.7rem;
  color: #528736;
  padding-right: 1rem;
}
@media (max-width: 580px) {
  .newsList li::before {
    padding-right: 0.5rem;
  }
}
.newsList li .date {
  display: inline-block;
  width: 7em;
  padding-left: 2em;
}
@media (max-width: 580px) {
  .newsList li .date {
    width: 100%;
  }
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
}

.slick-slide img {
  width: 100%;
}

.colored {
  background-color: #e4e1da;
  padding: 3rem 0 1rem;
}
@media (max-width: 580px) {
  .colored {
    padding-top: 2rem;
  }
}

.ban-menu {
  width: 100%;
}
.ban-menu a {
  display: block;
}
.ban-menu a:hover {
  opacity: 1;
}
.ban-menu a:hover .layer {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.pic-topi {
  width: 100%;
  height: auto;
}
.pic-topi > div {
  padding-top: 20%;
  position: relative;
  margin-bottom: 3rem;
}
@media (max-width: 580px) {
  .pic-topi > div {
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
.pic-topi .pic-topics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 580px) {
  .pic-topi .pic-topics {
    position: relative;
  }
}
.pic-topi .pic-topics li {
  position: relative;
  padding-top: 26%;
}
@media (max-width: 580px) {
  .pic-topi .pic-topics li {
    margin-bottom: 1rem;
  }
}
.pic-topi .pic-topics li a:hover {
  opacity: 1;
}
.pic-topi .pic-topics li a:hover .pic-topics_image .pic-topics_text {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 580px) {
  .pic-topi .pic-topics li a:hover .pic-topics_image .pic-topics_text {
    opacity: 1;
  }
}
.pic-topi .pic-topics li a .pic-topics_image {
  border: solid #c99a06 15px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
@media (max-width: 580px) {
  .pic-topi .pic-topics li a .pic-topics_image {
    border-width: 6px;
    background-color: #FFF;
    width: 100%;
  }
}
@media (max-width: 580px) {
  .pic-topi .pic-topics li a .pic-topics_image-img {
    height: auto;
    width: 26%;
  }
}
.pic-topi .pic-topics li a .pic-topics_text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 580px) {
  .pic-topi .pic-topics li a .pic-topics_text {
    background-color: transparent;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 29%;
  }
}
.pic-topi .pic-topics li a .pic-topics_text .pic-topics_title {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  .pic-topi .pic-topics li a .pic-topics_text .pic-topics_title {
    font-size: 2.5vw;
  }
}
@media (max-width: 580px) {
  .pic-topi .pic-topics li a .pic-topics_text .pic-topics_title {
    font-size: 1.1rem;
  }
}
.pic-topi .pic-topics li a .pic-topics_text h3 + p {
  margin: 0 3rem;
}
@media (max-width: 580px) {
  .pic-topi .pic-topics li a .pic-topics_text h3 + p {
    margin: 0.3rem 0 0;
    width: 100%;
  }
}
.pic-topi .pic-topics li a .pic-topics_text p {
  font-size: 1.2rem;
}
@media (max-width: 580px) {
  .pic-topi .pic-topics li a .pic-topics_text p {
    font-size: 0.875rem;
    text-align: left !important;
  }
}

.top-catch {
  padding: 0;
  margin: auto;
}
.top-catch p {
  font-size: 1.7rem;
  line-height: 5vw;
  padding-left: 2.2vw;
}
@media (max-width: 1023px) {
  .top-catch p {
    line-height: 6vw;
    white-space: nowrap;
    font-size: 1.3rem;
  }
}
@media (max-width: 580px) {
  .top-catch p {
    font-size: 4vw;
    line-height: 1.7;
    padding-left: 0;
    margin: 1rem;
  }
}
@media (min-width: 1400px) {
  .top-catch p {
    line-height: 2.2em;
  }
}
.top-catch p:first-child {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .top-catch p:first-child {
    font-size: 1.7rem;
  }
}
@media (max-width: 580px) {
  .top-catch p:first-child {
    font-size: 1.4rem;
  }
}
.top-catch p:last-child {
  padding-left: 0;
}

@media (max-width: 580px) {
  .ban-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.w5block {
  width: 19.6%;
  padding-top: 31.9%;
  height: 0;
  background-color: #f7f7f7;
  position: relative;
  margin: 0.476% 0.476% 0.476% 0;
}
.w5block:nth-of-type(5n) {
  margin-right: 0;
}
.w5block > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.w5block .ban-menu-image {
  position: relative;
}
.w5block .ban-menu-image .ban-menu-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 1023px) {
  .w5block .ban-menu-image .ban-menu-layer {
    font-size: 2.8vw;
  }
}
.w5block:hover .ban-menu-layer {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 580px) {
  .w5block {
    width: 100%;
    padding-top: 23.6%;
    margin: 0 0 0.476% 0;
  }
}
@media (max-width: 580px) {
  .w5block.sp1 {
    background-color: #000;
    padding-top: 18%;
  }
}
@media (max-width: 580px) {
  .w5block.sp1 img {
    display: none;
  }
}
@media (max-width: 580px) {
  .w5block.sp1 > div {
    position: absolute;
    top: 50%;
  }
}
@media (max-width: 580px) {
  .w5block.sp3 {
    width: 33%;
    margin: 0 0 2px;
    padding-top: 54%;
  }
}
@media (max-width: 580px) {
  .w5block.sp3 .tate {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.layer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.5rem;
  line-height: 1.7;
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media (max-width: 767px) {
  .layer {
    font-size: 2.8vw;
  }
}
@media (max-width: 580px) {
  .layer {
    font-size: 5vw;
  }
}

.ban-sub-menu {
  position: relative;
  padding: 34.5% 0 5%;
  margin: 0;
}
@media (max-width: 580px) {
  .ban-sub-menu {
    padding: 1rem 0 0;
  }
}
.ban-sub-menu ul {
  position: relative;
  top: 0;
  left: 0;
  margin-top: -30.5%;
}
@media (max-width: 580px) {
  .ban-sub-menu ul {
    margin-top: 0;
  }
}
.ban-sub-menu ul li a {
  display: block;
  position: relative;
}
.ban-sub-menu ul li a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 580px) {
  .ban-sub-menu ul li a div {
    position: inherit;
  }
}
.ban-sub-menu ul li a div:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media (max-width: 580px) {
  .ban-sub-menu ul li a div:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.ban-sub-menu ul li a:hover div:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.movieBox {
  display: block;
  width: 80%;
  margin: 0 auto 4rem;
}
@media (max-width: 580px) {
  .movieBox {
    width: 100%;
  }
}

/* 他ページ */
.Title {
  height: 200px;
  width: 100%;
  background-color: #3e5603;
  color: #FFF;
}
@media (max-width: 1023px) {
  .Title {
    background-color: #000;
    height: 130px;
  }
}
.Title .pageTitle {
  font-size: 1.75rem;
}
@media (max-width: 580px) {
  .Title .pageTitle {
    font-size: 1.3rem;
  }
}

.Title-about {
  height: 200px;
  width: 100%;
  background-color: #c99a06;
  color: #FFF;
}
@media (max-width: 1023px) {
  .Title-about {
    background-color: #000;
    height: 130px;
  }
}
@media (max-width: 580px) {
  .Title-about {
    height: 80px;
  }
}
.Title-about .pageTitle {
  font-size: 1.75rem;
}
@media (max-width: 580px) {
  .Title-about .pageTitle {
    font-size: 1.3rem;
  }
}

.Title-other {
  height: 200px;
  width: 100%;
  background-color: #FFF;
  color: #333;
}
@media (max-width: 1023px) {
  .Title-other {
    background-color: #000;
    height: 130px;
    color: #FFF;
  }
}
.Title-other .pageTitle {
  font-size: 1.75rem;
}
@media (max-width: 580px) {
  .Title-other .pageTitle {
    font-size: 1.3rem;
  }
}

.contentBlock, .textBlock {
  margin-bottom: 2rem;
}

.w42per {
  width: 42%;
  height: auto;
}
@media (max-width: 580px) {
  .w42per {
    width: 100%;
  }
}

.w52per {
  width: 52%;
  height: auto;
}
@media (max-width: 580px) {
  .w52per {
    width: 100%;
  }
}

.w40per {
  width: 40%;
  height: auto;
}
@media (max-width: 580px) {
  .w40per {
    width: 100%;
  }
}

.w55per {
  width: 55%;
  height: auto;
}
@media (max-width: 580px) {
  .w55per {
    width: 100%;
  }
}

.w22per {
  width: 22%;
  height: auto;
}
@media (max-width: 580px) {
  .w22per {
    width: 30%;
  }
}

.w20per {
  width: 20%;
  height: auto;
}
@media (max-width: 580px) {
  .w20per {
    width: 20%;
  }
}

.hikawasai_archieve {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px #707070;
}
.hikawasai_archieve .archTitle {
  background-color: #3e5603;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  font-weight: 500;
}
.hikawasai_archieve .archCard {
  border: solid 10px #3e5603;
  margin: 4rem 0;
  width: 100%;
  height: auto;
}
@media (max-width: 580px) {
  .hikawasai_archieve .archCard {
    margin: 1rem 0;
  }
}
.hikawasai_archieve .archCardInner {
  width: 100%;
  height: auto;
}
.hikawasai_archieve .archCardInner :hover {
  background-color: #3e5603;
  color: #FFF;
}
.hikawasai_archieve .archCardThumb {
  width: 35%;
  height: auto;
}
.hikawasai_archieve .archCardBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FFF;
  font-size: 1.5rem;
}
@media (max-width: 580px) {
  .hikawasai_archieve .archCardBtn {
    font-size: 0.9rem;
  }
}
.hikawasai_archieve .archCardBtn span {
  margin: 0 0.5em;
}

.dashiList {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px #707070;
}
.dashiList img {
  height: auto;
}
.dashiList p, .dashiList th, .dashiList td {
  font-size: 0.975rem;
}
.dashiList p {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: solid 1px #707070;
  width: 100%;
  line-height: 1.5;
}
.dashiList table {
  margin: 1rem 0;
}
.dashiList th {
  text-align: left;
  padding: 0.5rem 2rem 0.5rem 0;
  font-weight: 500;
}
.dashiList td {
  text-align: left;
  padding: 0.5rem 0;
}
.dashiList_Name {
  background-color: #3e5603;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  font-weight: 500;
  text-align: center;
}

.tenjiList {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px #707070;
}
.tenjiList img {
  height: auto;
}
.tenjiList p, .tenjiList th, .tenjiList td {
  font-size: 0.975rem;
  line-height: 1.5;
}
.tenjiList p {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: solid 1px #707070;
  width: 100%;
  line-height: 1.5;
}
.tenjiList table {
  margin: 1rem 0;
}
.tenjiList th {
  text-align: left;
  padding: 0.5rem 2rem 0.5rem 0;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
}
.tenjiList td {
  text-align: left;
  padding: 0.5rem 0;
  vertical-align: top;
}
.tenjiList_Name {
  background-color: #3e5603;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  font-weight: 500;
  text-align: center;
}
.tenjiList_Photo {
  margin-top: 1rem;
}

.rijicho {
  width: 17%;
  height: auto;
  margin: 1rem 1rem 0 2rem;
}
@media (max-width: 580px) {
  .rijicho {
    width: 30%;
    margin: 1rem 1rem 0 1rem;
  }
}

.about_archieve {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px #707070;
}
.about_archieve .archTitle {
  background-color: #333;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  font-weight: 500;
}
.about_archieve .arch {
  margin-bottom: 2rem;
}
.about_archieve .archCard {
  border: solid 10px #c99a06;
  margin: 4rem 0;
  width: 100%;
  height: auto;
}
@media (max-width: 580px) {
  .about_archieve .archCard {
    margin: 1rem 0;
  }
}
.about_archieve .archCardInner {
  width: 100%;
  height: 120px;
}
@media (max-width: 580px) {
  .about_archieve .archCardInner {
    height: 3em;
  }
}
.about_archieve .archCardInner :hover {
  background-color: #c99a06;
  color: #FFF;
}
.about_archieve .archCardThumb {
  width: 35%;
  height: auto;
}
.about_archieve .archCardBtn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FFF;
  font-size: 1.5rem;
}
@media (max-width: 580px) {
  .about_archieve .archCardBtn {
    font-size: 0.9rem;
  }
}
.about_archieve .archCardBtn span {
  margin: 0 0.5em;
}
.about_archieve .archList {
  margin-top: -1rem;
}
@media (max-width: 580px) {
  .about_archieve .archList {
    margin-top: 0;
  }
}
.about_archieve .archList li {
  font-size: 1.1rem;
  width: 7em;
  padding: 0;
  margin-left: 1.2em;
  margin-bottom: 2em;
}
@media (max-width: 580px) {
  .about_archieve .archList li {
    font-size: 0.875rem;
    width: 5.5rem;
  }
}
.about_archieve .archList li::before {
  content: "●";
  color: #c99a06;
  margin-right: 0.3em;
  font-size: 0.7em;
}

.aboutList {
  margin: 2rem 0 4rem;
}
.aboutList img {
  height: auto;
}
.aboutList p, .aboutList th, .aboutList td {
  font-size: 0.975rem;
  line-height: 1.5;
}
@media (max-width: 580px) {
  .aboutList p, .aboutList th, .aboutList td {
    font-size: 0.875rem;
  }
}
.aboutList p {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: solid 1px #707070;
  width: 100%;
}
.aboutList th {
  text-align: left;
  padding: 0.5rem 2rem 0.5rem 0;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: top;
}
.aboutList td {
  text-align: left;
  padding: 0.5rem 0;
}
.aboutList_Name {
  background-color: #3e5603;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  font-weight: 500;
  text-align: center;
}

.storyPicts {
  margin: 1rem auto;
}
.storyPicts li {
  text-align: center;
  height: auto;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: sans-serif;
}
.storyPicts01 {
  width: 47.5%;
}
@media (max-width: 580px) {
  .storyPicts01 {
    width: 90%;
    margin: 1rem auto;
  }
}
.storyPicts02 {
  width: 51.3%;
}
@media (max-width: 580px) {
  .storyPicts02 {
    width: 90%;
    margin: 1rem auto;
  }
}
.storyPicts03 {
  width: 21.9%;
}
@media (max-width: 580px) {
  .storyPicts03 {
    width: 60%;
    margin: 1rem auto;
  }
}
.storyPicts04 {
  width: 77%;
}
@media (max-width: 580px) {
  .storyPicts04 {
    width: 90%;
    margin: 1rem auto;
  }
}
.storyPicts05 {
  width: 32.4%;
}
@media (max-width: 580px) {
  .storyPicts05 {
    width: 90%;
    margin: 1rem auto;
  }
}
.storyPicts06 {
  width: 66.5%;
}
@media (max-width: 580px) {
  .storyPicts06 {
    width: 90%;
    margin: 1rem auto;
  }
}
.storyPicts img {
  margin-bottom: 0.6rem;
  height: auto;
}

.about_join {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px #707070;
}
.about_join .joinTitle {
  font-size: 1.25rem;
  padding: 1em 0;
  font-weight: 500;
}
.about_join p {
  font-size: 0.975rem;
}

a .btnContact {
  border: solid 4px #3e5603;
  margin: 4rem auto;
  width: 90%;
  height: auto;
  padding: 2rem 0;
  border-radius: 40px;
  background-color: #FFF;
  font-size: 1.1rem;
}

a:hover .btnContact {
  background-color: #3e5603;
  color: #FFF;
}

.report-archieve {
  margin-top: 0rem;
  padding-top: 0rem;
  border-top: solid 0px #707070;
}
.report-archieve .archTitle {
  background-color: #333;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.report-archieve .yel-index {
  width: 100%;
  margin: 2rem 0;
}
.report-archieve .yel-index li {
  background-color: #FFF;
  border: #c99a06 solid 6px;
  width: 48.75%;
  height: 90px;
  margin: 0 2.5% 1.5% 0;
}
@media (max-width: 580px) {
  .report-archieve .yel-index li {
    width: 100%;
    margin: 0 0 0.5rem;
    height: 55px;
  }
}
.report-archieve .yel-index li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 580px) {
  .report-archieve .yel-index li:nth-child(2n) {
    margin-right: 0.4%;
  }
}
.report-archieve .yel-index li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.report-archieve .yel-index li a:hover {
  background-color: #c99a06;
  color: #FFF;
}

.about_repo {
  border-bottom: solid 1px #707070;
}
.about_repo .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3%;
}
.about_repo .photos li {
  width: 30%;
}

.md-body .flex__PC > div {
  width: 50%;
}
@media (max-width: 580px) {
  .md-body .flex__PC > div {
    width: 100%;
  }
}

.md-body .flex__PC.Free > div {
  width: auto;
}
@media (max-width: 580px) {
  .md-body .flex__PC.Free > div {
    width: 100%;
  }
}

.yy-index {
  width: 100%;
  margin-bottom: 4rem;
}
.yy-index li {
  background-color: #000;
  width: 19.68%;
  height: 70px;
  margin: 0 0.4% 0.4% 0;
}
@media (max-width: 580px) {
  .yy-index li {
    width: 32.8%;
    height: 35px;
  }
  .yy-index li:nth-child(3n) {
    margin-right: 0;
  }
}
.yy-index li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 580px) {
  .yy-index li:nth-child(5n) {
    margin-right: 0.4%;
  }
}
.yy-index li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.repoIndex li {
  margin-top: 1rem;
}
.repoIndex li div {
  line-height: 1.5;
  font-size: 1rem;
}
.repoIndex li div:first-child {
  width: 8em;
}
@media (max-width: 580px) {
  .repoIndex li div:first-child {
    width: 100%;
  }
}

.md-body {
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #707070;
}
.md-body h3 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
.md-body p {
  font-size: 0.975rem;
}
.md-body th, .md-body td {
  font-size: 0.975rem;
  padding: 1rem;
  line-height: 1.5;
}
@media (max-width: 580px) {
  .md-body th, .md-body td {
    display: block;
    padding: 0.2rem 0;
  }
}
.md-body .repoDay {
  font-size: 12px;
  font-weight: bold;
  margin-top: 36px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 2rem;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #333;
  clear: both;
  float: none;
}
.md-body .aC, .md-body .aR {
  text-align: inherit;
  display: block;
}
.md-body .aC img, .md-body .aR img {
  margin-right: 10px;
  margin-left: 5px;
  margin-top: -6px;
}
.md-body img.aR {
  width: auto;
  height: auto;
}
.md-body .pbox img {
  margin: 0 6px 6px 0;
  width: auto !important;
  height: auto !important;
}

.repoIndex {
  border-bottom: 1px solid #333;
  padding-bottom: 4rem;
  margin-bottom: 2rem;
}

.repoIndex + .md-body .repoDay:first-child {
  border-top: none;
}

.x4x2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.x4x2 li {
  width: 23.56%;
  height: auto;
  text-align: center;
}

/* ご寄付をお考えの方へ */
.ask {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px #707070;
}
.ask .askTitle {
  font-size: 1.25rem;
  padding: 1em 0;
  font-weight: 700;
}
.ask p, .ask li {
  font-size: 0.975rem;
}
.ask table th, .ask table td {
  padding: 1rem;
  border: solid 1px #707070;
  line-height: 1.5;
  vertical-align: middle;
}
@media (max-width: 580px) {
  .ask table th, .ask table td {
    padding: 0.5rem;
  }
}
.ask table th {
  text-align: center;
  white-space: nowrap;
}
.ask .ask-toku {
  padding: 2rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 580px) {
  .ask .ask-toku {
    text-align: center;
  }
}
.ask .ask-toku li {
  text-align: center;
  line-height: 2;
  display: block;
  width: 49%;
  margin-bottom: 2rem;
}
.ask .ask-toku li img {
  max-height: auto;
  width: auto;
}
@media (max-width: 580px) {
  .ask .ask-toku li {
    max-height: auto;
    width: 90%;
    margin: auto;
  }
}
.ask .ask-toku li:last-child {
  padding-right: 0;
}
@media (max-width: 580px) {
  .ask .ask-toku li {
    padding-right: 0;
  }
}
@media (max-width: 580px) {
  .ask .bank {
    margin-left: 0;
  }
}
.ask .bank td {
  border: none;
  padding: 0.1rem 1rem 0.1rem 0;
  line-height: 2;
}
@media (max-width: 580px) {
  .ask .bank td {
    display: block;
  }
}
.ask .kyo-san-fl li {
  text-indent: -2em;
  margin-left: 2em;
}
.ask .exp {
  padding: 0.875rem 0;
  font-size: 0.875rem;
}
@media (max-width: 580px) {
  .ask .overwrap {
    overflow-x: auto;
  }
}
@media (max-width: 580px) {
  .ask .overwrapped td {
    white-space: nowrap;
  }
}

.ask-archieve {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: solid 1px #707070;
}
.ask-archieve .archTitle {
  background-color: #333;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  font-weight: 500;
}
.ask-archieve .yel-index {
  width: 100%;
  margin: 2rem 0;
}
.ask-archieve .yel-index li {
  background-color: #FFF;
  border: #c99a06 solid 6px;
  width: 48.75%;
  height: 90px;
  margin: 0 2.5% 1.5% 0;
}
@media (max-width: 580px) {
  .ask-archieve .yel-index li {
    width: 100%;
    margin: 0 0 0.5rem;
    height: 55px;
  }
}
.ask-archieve .yel-index li:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 580px) {
  .ask-archieve .yel-index li:nth-child(2n) {
    margin-right: 0.4%;
  }
}
.ask-archieve .yel-index li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  font-weight: 500;
}
.ask-archieve .yel-index li a:hover {
  background-color: #c99a06;
  color: #FFF;
}

.askList dl {
  margin-bottom: 2rem;
}
.askList dl dt, .askList dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 1rem 0;
}
.askList dl dt {
  float: left;
  width: 10em;
}
@media (max-width: 580px) {
  .askList dl dt {
    width: 8em;
  }
}
.askList p {
  font-size: 0.975rem;
}
.askList ul.other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.askList ul.other li {
  width: 50%;
  font-size: 1.1rem;
  margin: 1rem 0;
}
@media (max-width: 580px) {
  .askList ul.other li {
    width: 100%;
  }
}

.page_other p {
  font-size: 0.975rem;
}
.page_other h2 {
  font-size: 1.5rem;
  line-height: 1.7;
  padding-top: 0;
  padding-bottom: 2rem;
  font-weight: 500;
}
@media (max-width: 580px) {
  .page_other h2 {
    font-size: 1.3rem;
  }
}
.page_other h3 {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.page_other h3 span {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .page_other h3 span {
    display: block;
    line-height: 1.7;
    font-size: 0.9rem;
  }
}

/* お問合せフォーム */
.tate {
  text-orientation: inherit;
  white-space: nowrap;
}
@media (max-width: 580px) {
  .tate {
    white-space: inherit;
  }
}
.tate .yoko {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 1.6rem;
  margin-top: 4rem;
  display: block;
}
@media (max-width: 580px) {
  .tate .yoko {
    display: block;
    margin-top: 2rem;
    text-align: center;
    width: 100%;
  }
}

input[type=submit] {
  font-family: "Noto Serif JP", serif !important;
}

/* 交通案内 */
.accessMap {
  padding-top: 46.85%;
  height: 0;
  position: relative;
  margin-bottom: 2rem;
}
.accessMap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* プライバシーポリシー */
.numberOl {
  counter-reset: item;
}
.numberOl li {
  font-size: 0.9rem;
  margin: 1rem;
  text-indent: -1em;
}
.numberOl li::before {
  counter-increment: item;
  content: counter(item) ".";
}

/* サイトマップ */
.sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: evenly;
      -ms-flex-pack: evenly;
          justify-content: evenly;
}

.sitemp {
  width: 50%;
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .sitemp {
    width: 100%;
  }
}
.sitemp li {
  margin: 0.8rem 0 0.8rem 1.3rem;
}
.sitemp > li {
  display: block;
  width: auto;
  margin: 0 0 1.5rem 0;
  font-size: 1rem;
}
.sitemp > li::before {
  content: "●";
  font-size: 0.7rem;
  color: #3e5603;
  padding-right: 0.5rem;
  float: left;
  padding-top: 0.15rem;
}

/* スタッフ募集 */
#matsuri-shouzoku {
  background-color: #FFF;
  padding: 2rem;
  border: double 6px #000;
  margin-top: 3rem;
}
#matsuri-shouzoku h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
#matsuri-shouzoku dl {
  margin-bottom: 4rem;
}
#matsuri-shouzoku dl dt {
  width: 30%;
}
@media (max-width: 580px) {
  #matsuri-shouzoku dl dt {
    width: 100%;
  }
}
#matsuri-shouzoku dl dd {
  width: 70%;
}
@media (max-width: 580px) {
  #matsuri-shouzoku dl dd {
    width: 100%;
  }
}

/* ブログ */
.inBlog {
  height: 180px;
  position: relative;
}
.inBlog .blog-title {
  font-size: 1.875rem;
  font-weight: 500;
  width: auto;
  line-height: 2;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  letter-spacing: 0.3em;
}
@media (max-width: 580px) {
  .inBlog .blog-title {
    font-size: 7vw;
    padding: 0;
    text-align: center;
    width: 100%;
    line-height: 1.7;
    margin: 1rem auto;
  }
}

.blog .bodyBlock p {
  font-size: 0.9rem;
}
@media (max-width: 580px) {
  .blog .bodyBlock {
    display: block !important;
  }
}
.blog .bodyBlock .blog-article {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 580px) {
  .blog .bodyBlock .blog-article img {
    width: 100% !important;
    height: auto;
    margin: auto;
  }
}
.blog .bodyBlock .textBlock {
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
@media (max-width: 580px) {
  .blog .bodyBlock .textBlock {
    margin-right: 0;
  }
}
.blog .bodyBlock .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}
@media (max-width: 1023px) {
  .blog .bodyBlock .alignright {
    float: none;
    margin: 1rem;
    width: auto !important;
  }
}
.blog .bodyBlock .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
@media (max-width: 1023px) {
  .blog .bodyBlock .alignleft {
    float: none;
    margin: 1rem;
    width: auto !important;
  }
}
.blog .bodyBlock .aligncenter {
  display: block;
  margin: 1rem auto;
}
@media (max-width: 1023px) {
  .blog .bodyBlock .aligncenter {
    float: none;
    margin: 1rem;
    width: auto !important;
  }
}
.blog .bodyBlock .wp-caption-text {
  font-size: 0.8rem;
}
.blog aside {
  width: 260px;
}
@media (max-width: 580px) {
  .blog aside {
    width: 100%;
  }
}
.blog aside h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.7;
}
.blog aside ul {
  margin-bottom: 2.5rem;
}
.blog aside ul li {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: justify;
}
.blog aside form input[type=text] {
  padding: 0.2rem;
}
.blog aside form button[type=submit] {
  padding: 0.2rem;
}
.blog .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog .tags li {
  margin-right: 1.5rem;
}
.blog .tags li::before {
  content: "◆";
  margin-right: 0.1rem;
  font-size: 0.7rem;
}
.blog .page-numbers li {
  margin: 0 0.5rem;
}
.blog h2 {
  font-size: 1.5rem;
  line-height: 1.7;
  padding-top: 0;
  padding-bottom: 0.5rem;
  font-weight: 500;
}
@media (max-width: 580px) {
  .blog h2 {
    font-size: 1.3rem;
  }
}
.blog .article-date-cat {
  margin-bottom: 1.5rem;
}
.blog .article-date-cat .article-date {
  margin-right: 2rem;
}
.blog .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result h3 {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.result li {
  padding-top: 2.5rem;
}
.result p {
  padding-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: justify;
}

@media (max-width: 580px) {
  .nav-links {
    margin: -2rem auto 2.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .w-inner {
    width: 100%;
    padding: 0 10px;
    margin: auto;
  }
}
.listCard-2nd {
  width: 100%;
  padding: 15px 5px;
}

/*
HEADER
*/
header {
  position: fixed;
  width: 230px;
  left: 0;
  z-index: 990;
  background-color: #000;
  height: 100vh;
}
@media (max-width: 1023px) {
  header {
    padding-top: 0;
    width: 100%;
    height: 85px;
    background: #FFF url(/img/dashihozonkai_header-sp.svg) repeat-x;
  }
}
@media (max-width: 1023px) {
  header .w-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
  }
}
header .logoBlock {
  height: auto;
  width: 100%;
  background-color: #FFF;
  padding: 40px 0 40px 4rem;
}
@media (max-width: 1023px) {
  header .logoBlock {
    background-color: transparent;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: auto;
  }
}
header .header-logo {
  width: 91px;
  height: 360px;
  background: url("./img/logo.svg") no-repeat top center;
  text-indent: -999px;
  display: block;
}
header .header-logo a {
  display: block;
}
@media (max-width: 1023px) {
  header .header-logo {
    background: url("./img/logo_yoko.svg") no-repeat top left/contain;
    width: 270px;
    height: 40px;
  }
}
@media (max-width: 1023px) and (max-width: 580px) {
  header .header-logo {
    width: 240px;
  }
}
header .header-subcatch {
  margin: 3rem 0 0 1rem;
}
@media (max-width: 1023px) {
  header .header-subcatch {
    margin: 0;
    font-size: 0.7rem;
    margin-left: 1rem;
  }
}
header .hamb {
  display: none;
}
@media (max-width: 1023px) {
  header .hamb {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 40px;
    height: 30px;
    cursor: pointer;
  }
  header .hamb span {
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
    display: block;
    background-color: #ccc;
    width: 40px;
    height: 3px;
    border-radius: 4px;
    margin: auto;
  }
}
header .hamb.open span:nth-of-type(2) {
  display: none;
}
header .hamb.open span:first-of-type {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 50%;
}
header .hamb.open span:last-of-type {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 1023px) {
  header nav {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 1rem;
    top: 85px;
    margin-left: 100%;
    -webkit-transition: 0.4s margin-left ease-out;
    transition: 0.4s margin-left ease-out;
  }
  header nav.open {
    margin-left: 0%;
    position: fixed;
    left: 0;
    -webkit-transition: 0.4s margin-left ease-out;
    transition: 0.4s margin-left ease-out;
  }
}
header .glNav {
  margin: 2rem 0 1rem;
}
@media (max-width: 1023px) {
  header .glNav {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2rem;
  }
}
header .glNav li {
  margin: 0;
  display: block;
}
@media (max-width: 1023px) {
  header .glNav li {
    text-align: center;
  }
}
header .glNav li a {
  opacity: 1;
  display: block;
  padding: 10px 0 10px 40px;
  font-size: 0.8rem;
  color: #FFF;
}
@media (max-width: 1023px) {
  header .glNav li a {
    color: #333;
    font-size: 17px !important;
    padding: 17px 0;
  }
}
header .glNav li:hover {
  background-color: #3e5603;
  color: #FFF;
  opacity: 1;
}
@media (max-width: 1023px) {
  header .glNav li:hover {
    width: auto;
    padding-top: auto;
    background-color: #FFF;
    color: #333;
  }
}
header .glNav li:hover a {
  color: #FFF;
}
@media (max-width: 1023px) {
  header .glNav li:hover a {
    color: #333;
  }
}
header .glNav2nd {
  position: fixed;
  height: 100vh;
  left: 230px;
  top: 0;
  width: 0;
  background-color: rgba(62, 86, 3, 0.75);
  visibility: hidden;
}
@media (max-width: 1023px) {
  header .glNav2nd {
    position: relative;
    height: auto;
    left: 0;
    width: auto;
    visibility: visible;
    background: #FFF;
  }
}
@media (max-width: 1023px) {
  header .haveChild {
    display: block;
    position: relative;
    border-bottom: 1px solid #707070;
  }
  header .haveChild li {
    border-top: 1px solid #F7F7F7;
    background-color: #333;
  }
  header .haveChild li a {
    color: #FFF !important;
  }
  header .haveChild li a:hover {
    color: #000 !important;
  }
  header .haveChild::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 20px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  header .haveChild.open {
    display: block;
    position: relative;
  }
  header .haveChild.open::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 20px;
  }
}
@media (max-width: 1023px) {
  header .haveChild > a {
    pointer-events: none;
  }
}
@media (max-width: 1023px) {
  header .haveChild2 {
    display: block;
    position: relative;
  }
  header .haveChild2::before {
    content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 10px;
  }
}
header .glNav3rd {
  position: fixed;
  height: 100vh;
  left: 430px;
  top: 0;
  width: 0;
  background-color: rgba(62, 86, 3, 0.9);
  visibility: hidden;
}
@media (max-width: 1023px) {
  header .glNav3rd {
    position: relative;
    height: 0;
    left: 0;
    width: auto;
    visibility: visible;
    background-color: #FFF;
  }
}
@media (max-width: 1023px) {
  header .haveChild ul {
    display: none;
  }
}
@media (max-width: 1023px) {
  header .haveChild2 ul {
    display: none;
  }
}
header .about:hover .about2 {
  width: 200px;
  visibility: visible;
  padding-top: 505px;
}
@media (max-width: 1023px) {
  header .about:hover .about2 {
    width: auto;
    padding-top: auto;
    padding-top: 0;
  }
}
header .about:hover .about2 li a {
  color: #FFF;
  opacity: 1;
}
@media (max-width: 1023px) {
  header .about:hover .about2 li a {
    color: #333;
  }
}
header .about:hover .about2 li:hover {
  background-color: rgba(3, 3, 3, 0.5);
  opacity: 1;
}
@media (max-width: 1023px) {
  header .about:hover .about2 li:hover {
    background-color: #FFF;
    color: #333;
  }
}
@media (max-width: 1023px) {
  header .about .about3 ul {
    width: auto;
    padding-top: 0;
    height: auto;
  }
}
header .about .about3:hover .glNav3rd {
  width: 200px;
  visibility: visible;
  padding-top: 432px;
}
@media (max-width: 1023px) {
  header .about .about3:hover .glNav3rd {
    width: auto;
    padding-top: 0;
  }
}
header .about .about3:hover li {
  color: #FFF;
}
header .about .about3:hover li a {
  color: #FFF;
  opacity: 1;
}
@media (max-width: 1023px) {
  header .about .about3:hover li a {
    color: #333;
  }
}
header .about .about3:hover li:hover {
  background-color: rgba(3, 3, 3, 0.5);
  opacity: 1;
}
@media (max-width: 1023px) {
  header .about .about3:hover li:hover {
    background-color: #FFF;
    color: #333;
  }
}
header .what:hover .what2 {
  width: 200px;
  visibility: visible;
  padding-top: 472px;
}
@media (max-width: 1023px) {
  header .what:hover .what2 {
    width: auto;
    padding-top: 0;
  }
}
header .what:hover .what2 li a {
  color: #FFF;
  opacity: 1;
}
@media (max-width: 1023px) {
  header .what:hover .what2 li a {
    color: #333;
  }
}
header .what:hover .what2 li:hover {
  background-color: rgba(3, 3, 3, 0.5);
  opacity: 1;
}
@media (max-width: 1023px) {
  header .what:hover .what2 li:hover {
    background-color: #FFF;
  }
}
header .subNav {
  margin: 0.5rem 0;
}
@media (max-width: 1023px) {
  header .subNav {
    margin: 0 auto;
    width: 100%;
  }
}
header .subNav li {
  margin: 0;
  padding: 10px 0 10px 40px;
  display: block;
  font-size: 0.8rem;
}
header .subNav li a {
  color: #FFF;
}
@media (max-width: 1023px) {
  header .subNav li a {
    color: #333;
  }
}
@media (max-width: 1023px) {
  header .subNav li {
    text-align: center;
    padding: 9px 0;
  }
  header .subNav li a {
    font-size: 16px !important;
  }
}
header .mediaNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 24px 60px 0 40px;
}
@media (max-width: 1023px) {
  header .mediaNav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 0;
  }
}
header .mediaNav li a {
  color: #FFF;
  font-size: 0.875rem;
}
@media (max-width: 1023px) {
  header .mediaNav li a {
    color: #333;
    font-size: 1rem;
  }
  header .mediaNav li a .fab, header .mediaNav li a .fas {
    font-size: 1.4rem;
  }
}
header .mediaNav .fab, header .mediaNav .fas {
  font-size: 1.4rem;
}

/* max-width: 768px */
/*
FOOTER
*/
footer {
  margin-left: 230px;
  background-color: #000;
  padding-top: 0;
}
@media (max-width: 1023px) {
  footer {
    margin-left: 0;
  }
}
footer li a {
  color: #FFF !important;
}
footer .middle {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px;
  max-width: 1040px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .middle li {
  padding-bottom: 1rem;
}
footer .lower {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 30px;
  max-width: 1040px;
  margin: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FFF;
}
footer .lower p {
  white-space: nowrap;
}
footer .lower .me {
  font-size: 18px;
}
@media (max-width: 580px) {
  footer .lower {
    display: block !important;
  }
}
footer .lower .link {
  width: 40%;
  height: auto;
}
@media (max-width: 580px) {
  footer .lower .link {
    width: 100%;
  }
}
footer .copy {
  font-size: 0.75rem;
  color: #FFF;
  text-align: center;
  padding-bottom: 30px;
}

/*
FORM
*/
.form .infoRequired {
  font-size: 0.8rem;
  display: block;
  color: #333;
}
@media (max-width: 580px) {
  .form .infoRequired {
    display: inline-block;
  }
}
.form span {
  color: #C90A36;
  line-height: 1.7;
}
.form dt {
  text-align: right;
  line-height: 1.4;
  width: 17%;
  padding: 0 8px 0 0;
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .form dt {
    width: 100%;
    text-align: left;
    margin-bottom: 0.3rem;
  }
}
.form dd {
  width: 80%; /*border-bottom: solid 1px $baseBlack; */
  vertical-align: 0;
  padding-left: 8px;
  padding-bottom: 0.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .form dd {
    width: 100%;
  }
}
.form select {
  /* -webkit-appearance: none; */
}
.form input[type=text], .form textarea, .form select {
  border-bottom: 1px solid #ccc;
  vertical-align: 0;
}
.form select {
  text-align: center;
}
.form {
  /* input[type=text]:nth-child(2) {margin-top: 4rem;} */
}
.form textarea {
  width: 98% !important;
  height: 12em !important;
  line-height: 1.7;
}
.form input[type=text], .form input[type=email], .form input[type=tel], .form textarea {
  background-color: #eee;
  border: none;
}
.form .checked {
  padding: 1rem 0 3rem;
}
.form div#mfp_confirm_table {
  margin-bottom: 2rem;
}
.form div#mfp_confirm_table th, .form div#mfp_confirm_table td {
  padding: 1rem;
}
@media (max-width: 580px) {
  .form div#mfp_confirm_table th, .form div#mfp_confirm_table td {
    display: block;
    width: 100%;
    text-align: left !important;
  }
}
.form div#mfp_confirm_table th {
  text-align: right;
}
@media (max-width: 580px) {
  .form div#mfp_confirm_table td {
    border-top: none;
  }
}
.form .add {
  display: none;
  width: 100%;
  margin-left: 20%;
}
@media (max-width: 580px) {
  .form .add {
    margin-left: 0;
  }
}
.form .add .infoName {
  margin-bottom: 1rem;
}
.form .add .infoName:first-child {
  margin-top: -2rem;
}
.form .add .infoName:last-child {
  margin-bottom: 4rem;
}

/*
MAILFORMPRO
*/
body {
  overflow-x: hidden;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div.mfp_thanks {
  padding: 30px;
}

div.mfp_thanks p {
  line-height: 1.7em;
}

div.mfp_thanks ul.mfp_caution {
  margin: 0px;
  padding: 0px;
}

div.mfp_thanks ul.mfp_caution li {
  display: block;
  color: #C00;
  margin: 0px;
  padding: 5px 0px;
}

div#mfp_thanks {
  text-align: center;
  font-size: 18px;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #C00;
  font-size: 24px;
}

form#mailformpro {
  padding: 10px 0px;
}

/*form#mailformpro dl dt {float: left; width: 160px; clear: both; font-size: 12px; padding: 10px 0px; text-align: right; border-top: solid 1px #CCC; margin: 0px;}
form#mailformpro dl dd {border-top: solid 1px #CCC; margin: 0px; padding: 10px 5px 20px 170px; font-size: 12px; line-height: 1.5em; text-align: left;}*/
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px #CCC;
          box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

.optionally {
  display: block;
  background-color: #06C;
  border: solid 2px #06C;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px #CCC;
          box-shadow: 0px 0px 5px #CCC;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
}

form#mailformpro label {
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
  white-space: nowrap;
}

form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
  -webkit-box-shadow: 0px 1px 3px #CCC inset;
          box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
}

table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 580px) {
  table#mfp_confirm_table {
    margin: 1rem auto !important;
  }
}

table#mfp_confirm_table tr.mfp_colored { /* background-color: #F6F7F9; */ }

table#mfp_confirm_table tr.mfp_achroma {
  background-color: #FFF;
}

table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  border-top: solid 1px #333;
  padding: 15px 10px;
}
@media (max-width: 580px) {
  table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    padding: 5px 10px;
  }
}

table#mfp_confirm_table tr:first-of-type th, table#mfp_confirm_table tr:first-of-type td {
  border-top: none;
}

table#mfp_confirm_table {
  border-bottom: solid 1px #333;
  margin: 1rem auto;
}

table#mfp_confirm_table tr th {
  white-space: nowrap;
  width: 240px;
}
@media (max-width: 580px) {
  table#mfp_confirm_table tr th {
    display: block;
    width: 100% !important;
    padding-top: 1rem;
  }
}

table#mfp_confirm_table tr td {
  line-height: 1.5em;
  word-break: break-all;
}
@media (max-width: 580px) {
  table#mfp_confirm_table tr td {
    display: block;
    width: 100% !important;
    border-top: none;
  }
}

/*div#mfp_phase_confirm {clear: both;}*/
div#mfp_phase_confirm h4 {
  font-size: 1.1rem;
  padding: 1rem 0;
  text-align: center;
}

div#mfp_overlay {
  position: absolute;
  display: none;
  z-index: 10001;
}

div#mfp_overlay_inner {
  background-color: #FFF;
  padding: 15px;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px #CCC;
          box-shadow: 0px 0px 10px #CCC;
  width: 100%;
  max-width: 640px;
}
div#mfp_overlay_inner h4 {
  font-size: 1.1rem;
  padding: 1rem 0;
  text-align: center;
}

div#mfp_overlay_background {
  background-color: #FFF;
  position: absolute;
  display: none;
  z-index: 10000;
}

div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

.mfp_colored { /* background-color: #F6F7F9; */ }

.mfp_achroma {
  background-color: #FFF;
}

div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 5px;
  color: #F00;
  font-size: 12px;
  line-height: normal; /*background-image: url(_images/mfp_error.gif);*/
  background-repeat: no-repeat;
  background-position: 0px 1px;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC !important;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  color: #F00;
}

div#mfp_price {
  color: #C00;
  font-size: 36px;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

button.mfp_next, button.mfp_prev {
  font-size: 18px;
  margin: 10px;
  padding: 5px 10px;
}

button.mfp_next {
  float: right;
}

button.mfp_prev {
  float: left;
}

ul#mfp_phase_stat {
  padding: 10px;
  text-align: center;
}

ul#mfp_phase_stat li {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  margin: 0px 5px;
  list-style: none;
  font-size: 14px;
}

ul#mfp_phase_stat li.mfp_phase_arrow {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  padding: 8px 0px;
}

ul#mfp_phase_stat li.mfp_active_phase {
  -webkit-box-shadow: 0px 1px 6px #000;
          box-shadow: 0px 1px 6px #000;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #0068B7;
  border: solid 2px #0068B7;
  font-weight: bolder;
  color: #FFF;
  text-shadow: 0px 1px 3px #000;
}

ul#mfp_phase_stat li.mfp_inactive_phase {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #EEE;
  border: solid 2px #EEE;
  color: #999;
  -webkit-box-shadow: 0px 1px 6px #CCC;
          box-shadow: 0px 1px 6px #CCC;
}

div#mfp_shopping_cart {
  border: solid 1px #CCC;
  margin: 0px;
  padding: 0px;
}

div#mfp_shopping_cart p {
  margin: 0px;
  text-align: center;
  padding: 20px 10px;
  font-size: 12px;
  background-color: #FEE;
}

table.mfp_shoppingcart {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
}

table.mfp_shoppingcart thead tr td {
  background-color: #EEE;
  border-bottom: solid 1px #CCC;
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

table.mfp_shoppingcart tbody tr th, table.mfp_shoppingcart tbody tr td {
  font-size: 12px;
  padding: 5px;
  border-bottom: solid 1px #CCC;
}

table.mfp_shoppingcart tbody tr td select {
  display: block;
  margin: 0px auto;
  text-align: center;
}

table.mfp_shoppingcart tbody tr td select option {
  text-align: center;
}

table.mfp_shoppingcart tbody tr th span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  color: #666;
  padding: 3px 0px;
}

table.mfp_shoppingcart tfoot tr td {
  padding: 5px;
  font-size: 16px;
  font-weight: bolder;
  color: #900;
}

td.msc_price {
  font-size: 12px;
  text-align: right;
}

div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

/*.mfp_element_all {max-width: 90%;}*/
.mfp_element_text,
.mfp_element_number,
.mfp_element_select-one,
.mfp_element_email,
.mfp_element_tel,
.mfp_element_textarea,
.mfp_element_date,
.mfp_element_password {
  border: none; /* border-radius: 3px; box-shadow: 0px 0px 5px #CCC inset;*/
  padding: 0.6rem;
  margin: 0;
  vertical-align: middle;
  border-bottom: solid 1px #333;
}

.mfp_element_checkbox,
.mfp_element_radio {
  margin: 8px;
}

.mfp_element_file {
  font-size: 15px;
  display: inline-block;
  padding: 5px 0 10px;
  vertical-align: middle;
}

.mfp_element_submit, .mfp_element_reset, .mfp_element_button, button.mfp_next, button.mfp_prev {
  width: 80%;
  background-color: #c8c8c8;
  padding: 15px 10px;
  margin: auto;
  margin-bottom: 1rem;
  font-size: 15px;
  cursor: pointer;
  border: none;
}

.mfp_element_reset {
  color: #333;
}

.mfp_element_submit:hover, .mfp_element_reset:hover, .mfp_element_button:hover, button.mfp_next:hover, button.mfp_prev:hover {
  background-color: rgba(200, 200, 200, 0.6);
}

button.mfp_next, button.mfp_prev {
  font-size: 14px;
}

input#mfp_reserve_item, input#mfp_reserve_date {
  display: none;
}

div#mfp_reserve_wrapper {
  position: relative;
  overflow: hidden;
  border: solid 1px #CCC;
}

div#mfp_reserve_inner {
  position: relative;
  padding: 0px 0px 0px 100px;
  overflow: auto;
}

div#mfp_reserve_wrapper table {
  border-spacing: 0px;
  border-collapse: collapse;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  background-color: #FEE;
  z-index: 100;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value {
  padding: 0px 0px 0px 0px;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
  cursor: pointer;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
  background-color: #E8EEF9;
}

div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
  background-color: #0068B7;
  color: #FFF;
}

td.mfp_reserve_disabled {
  background-color: #CCC;
}

td.mfp_reserve_warning {
  background-color: #FFC;
}

div#mfp_reserve_wrapper table tr td, div#mfp_reserve_wrapper table tr th {
  border: solid 1px #CCC;
  padding: 0px 5px;
  font-size: 12px;
  text-align: center;
  font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  height: 20px;
  text-align: left;
}

td.mfp_reserve_week_0 {
  color: #F00;
  background-color: #FEE;
}

td.mfp_reserve_week_6 {
  color: #00F;
  background-color: #EEF;
}

div.mfp_ok {
  border-radius: 5px;
  background-color: #090;
  border: solid 1px #090;
  display: inline-block;
  line-height: 1.5em;
  padding: 0px 5px;
  margin: 0px 2px;
  color: #FFF;
  font-size: 10px;
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  display: none;
}

div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px #CCC;
          box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

div.mfpSuggestWrapper {
  position: relative;
}

div.mfpSuggestResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px #CCC;
          box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.mfpSuggestResult div {
  cursor: pointer;
}

div.mfpSuggestResult div:hover {
  background-color: #C9EBFB;
}

div.mfpSuggestResult div.mfpSuggestNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

div.mfp_attached_thumbnails {
  display: none;
  padding: 5px;
  margin: 5px auto;
  border: solid 1px #CCC;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px #CCC inset;
          box-shadow: 0px 0px 5px #CCC inset;
  background: #EEE;
}

div.mfp_attached_thumbnails ul {
  margin: 0px;
  padding: 0px;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  border: solid 4px #FFF;
  margin: 5px;
  -webkit-box-shadow: 0px 2px 5px #999;
          box-shadow: 0px 2px 5px #999;
}

form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
  display: block;
  max-height: 100px;
  overflow: hidden;
}

div.mfp_attached_thumbnails ul li a img {
  display: block;
  max-width: 80px;
}

button.mfp_attached_reset {
  font-size: 14px;
}

div.mfp_guide {
  position: relative;
  width: 1px;
  height: 1px;
}

div.mfp_guide div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: -2em;
  white-space: nowrap;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 12px;
  color: #FFF;
  font-weight: bolder;
  background: #F00;
  display: none;
}

.mfp_ok {
  background-color: rgba(0, 255, 0, 0.2);
}

.mfp_ng {
  background-color: rgba(255, 0, 0, 0.2);
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
  border-radius: 5px;
  padding: 5px 10px 5px 2em;
  border: solid 1px #CCC;
  background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
  background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
  text-shadow: 0px 2px 0px #FFF;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 5px auto;
}

button#mfp_recorder_record {
  background: url(_images/mfp_record_disabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_clear {
  background: url(_images/mfp_record_remove.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button#mfp_recorder_restore {
  background: url(_images/mfp_record_restore.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
  background: url(_images/mfp_record_enabled.png) no-repeat 5px center #EEE;
  background-size: 24px 24px;
}

div#mfp_recorder_wrap {
  border: solid 1px #CCC;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}

td.request_image {
  width: 100px;
}

td.request_image img {
  max-width: 100px;
}

button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

span.mfp_tips {
  background-image: url(_images/mfp_header.png);
  background-size: 100% 100%;
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  -webkit-box-shadow: 0px 2px 10px #999;
          box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  form#mailformpro dl dt {
    float: none;
    font-size: 0.875rem;
  }
  form#mailformpro dl dd {
    clear: both;
    border-top: none;
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 0;
  }
  div.mfp_buttons button {
    font-size: 14px;
  }
  div#mfp_phase_confirm h4 {
    font-size: 18px;
  }
  ul#mfp_phase_stat {
    padding: 0px;
    text-align: left;
  }
  ul#mfp_phase_stat li {
    text-align: center;
    padding: 5px 0px;
    border-radius: 3px;
    margin: 5px;
    list-style: none;
    font-size: 14px;
    width: 28%;
  }
  ul#mfp_phase_stat li.mfp_phase_arrow {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
  }
  table#mfp_confirm_table tr th {
    white-space: inherit;
    width: 40%;
  }
  div#mfp_thanks {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
  }
  div#mfp_thanks strong {
    color: #C00;
    font-size: 24px;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */