@charset "UTF-8";
/*
Theme Name: AkasakaHikawaShrine
Description: 赤坂氷川神社のオフィシャルサイトテーマ
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
@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, input, textarea, select, button {
  font-weight: 600;
  font-size: 15px;
  -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 {
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}

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

img {
  height: auto;
  width: 100%;
}

ul, ol {
  list-style: none;
}

p, li, th, td {
  font-size: min(3.6vw, 1rem);
  line-height: 1.7;
  text-align: justify;
  font-weight: 500;
  font-family: "Zen Old Mincho";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif !important;
}

table {
  border-collapse: collapse;
}

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

.tb-inline {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-inline {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .tb-inline {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media only screen and (max-width: 580px) {
  .pc, .tb, .tb-inline {
    display: none !important;
  }
  h1.tate .tb {
    display: block !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
}
@media (min-width: 1401px) {
  .ld {
    display: block;
  }
}
@media (min-width: 581px) and (max-width: 1400px) {
  .ld {
    display: none;
  }
}
@media (max-width: 580px) {
  .ld {
    display: none;
  }
}

@media (min-width: 1401px) {
  .md {
    display: none;
  }
}
@media (min-width: 581px) and (max-width: 1400px) {
  .md {
    display: block;
  }
}
@media (max-width: 580px) {
  .md {
    display: none;
  }
}

@media (min-width: 1401px) {
  .sd {
    display: none;
  }
}
@media (min-width: 581px) and (max-width: 1400px) {
  .sd {
    display: none;
  }
}
@media (max-width: 580px) {
  .sd {
    display: block;
  }
}

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

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

.aCenter {
  text-align: center;
}
@media (max-width: 580px) {
  .aCenter {
    text-align: justify;
  }
}
.aCenter-tb {
  text-align: center;
}
@media (max-width: 1024px) {
  .aCenter-tb {
    text-align: justify;
  }
}
.aCenter-sp {
  text-align: center;
}
@media (max-width: 580px) {
  .aCenter-sp {
    text-align: justify;
  }
}

.aRight {
  text-align: right;
}

.flRight {
  float: right;
}

.relative {
  position: relative;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-1- {
  margin-top: -1rem !important;
}

.mt-2- {
  margin-top: -2rem !important;
}

.mt-3- {
  margin-top: -3rem !important;
}

.mt-4- {
  margin-top: -4rem !important;
}

.mb-0 {
  padding-bottom: 0 !important;
}

.mt-4-.mb-0 {
  line-height: 3 !important;
}

.m-auto {
  margin: auto;
}

.w70px {
  width: 70px !important;
}

.w90px {
  width: 90px !important;
}

.w120px {
  width: 120px !important;
}

.w140px {
  width: 140px !important;
}

.w220px {
  width: 220px !important;
}

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

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

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

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

@media (max-width: 580px) {
  .w20, .w30 {
    width: 50% !important;
  }
}

@media (max-width: 580px) {
  .w40, .w50, .w70 {
    width: 100% !important;
  }
}

.w100 {
  width: 98% !important;
}

.w30perc {
  width: 30%;
  margin: 0 5% 0 0;
}
@media (max-width: 580px) {
  .w30perc {
    width: 90%;
    margin: 0 auto 5%;
  }
}

.max-w840 {
  max-width: 840px;
  margin: auto;
}

.box70perc {
  display: block;
  width: 70%;
}

.em1 {
  width: 1em;
}

.em2 {
  width: 2em;
}

.em3 {
  width: 3em;
}

.em3x {
  width: 3.5em;
}

.em4 {
  width: 4em;
}

.em5 {
  width: 5em;
}

.em10 {
  width: 10em;
}

.em15 {
  width: 15em;
}

.em20 {
  width: 20em;
}

.em25 {
  width: 25em;
}

.em30 {
  width: 30em;
}

.block {
  display: block;
}

.caution {
  color: #c81414;
}

.smalltxt {
  font-size: 0.75rem;
}

.lh-wide {
  line-height: 2.6;
}
@media (max-width: 580px) {
  .lh-wide {
    line-height: 1.7;
  }
}

.rem1 {
  font-size: 1rem;
}
@media (max-width: 580px) {
  .rem1 {
    font-size: 0.875rem;
  }
}

.lgrey {
  background-color: #F7F7F7 !important;
}

.grey {
  background-color: #eee !important;
}

.lred {
  background-color: #FFC0B7 !important;
}

.red {
  color: #c81414 !important;
}

.purple {
  background-color: #322850 !important;
}

.linkWhite {
  color: #FFF !important;
}

.strong {
  font-weight: 700;
}

.alt {
  opacity: 0;
}

.uLine {
  border-bottom: solid 1px #C8C8C8;
  padding-bottom: 0.1rem;
}

.image-max {
  max-width: 560px;
  height: auto;
}

/* ホバー時に拡大するリンクバナー */
a.zoom .frame {
  position: relative;
  overflow: hidden;
}
a.zoom .frame img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
a.zoom .frame .luminar {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

a:hover.zoom .frame {
  position: relative;
}
a:hover.zoom .frame img {
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-5%, -5%);
          transform: translate(-5%, -5%);
}
a:hover.zoom .frame .luminar {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*レイアウト装飾*/
main {
  margin-left: 230px;
  padding: 0 0 60px;
  display: block;
}
@media (max-width: 1024px) {
  main {
    width: 100%;
    margin: 0;
    padding-top: 52px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-nosp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 580px) {
  .flex-nosp {
    display: block;
  }
}

.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;
}

@media (max-width: 580px) {
  .sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-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;
}

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

.vertical {
  margin: auto;
  width: 80%;
}

.vertical-space-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

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

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .txt {
    max-height: 300px;
  }
}
.top-info {
  width: 100vw;
  height: 40px;
  margin-left: 50%;
  translate: -50% 0;
  background-color: #C90A36;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.top-info.closed {
  height: 0;
  overflow: hidden;
}
@media (max-width: 580px) {
  .top-info {
    position: relative;
    z-index: 99;
  }
}
.top-info a {
  color: #FFF;
  font-size: 0.875rem;
}
.top-info a.top-info-link {
  display: block;
  width: 100%;
  height: 100%;
  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;
}
.top-info a.top-info-close {
  display: block;
  aspect-ratio: 1/1;
  height: 26px;
  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;
  border: solid 1px #FFF;
  border-radius: 50%;
  position: absolute;
  right: 17px;
  top: 7px;
}

.pageHeader {
  height: 36px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .pageHeader {
    display: none;
  }
}

.mediaNav li {
  font-size: 1.2rem;
  margin-right: 1rem;
}

.card {
  border: solid 1px #C8C8C8;
  padding: 0.926%;
  margin-bottom: 2rem;
}
.card .equal2 {
  width: 48%;
  margin-right: 4%;
}
@media (max-width: 580px) {
  .card .equal2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .card .equal2 .pic {
    width: 100%;
    margin-right: 0;
  }
}
.card .equal2:nth-of-type(2n) {
  margin-right: 0;
}
.card .card {
  border: none;
  margin-bottom: 0;
  padding: 1.26%;
}

.equal3 {
  width: 30.5%;
  margin-right: 4.2%;
}
.equal3:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 580px) {
  .equal3 {
    width: 49% !important;
    padding: 1rem !important;
    margin-right: 2%;
  }
  .equal3:nth-child(3n) {
    margin-right: 2%;
  }
  .equal3:nth-child(even) {
    margin-right: 0;
  }
  .equal3 .pic {
    width: 100%;
    margin-right: 0;
  }
}

.equal2 {
  width: 44.4%;
  margin-right: 10.8%;
}
@media (max-width: 580px) {
  .equal2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .equal2 .pic {
    width: 100%;
    margin-right: 0;
  }
}
.equal2:nth-of-type(2n) {
  margin-right: 0;
}

.txt {
  padding: 10px 0;
}

.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* すべて縦方向に表示 */
}
.tate p {
  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;
}

p:has(a.inbutton) {
  display: inline-block;
  width: 30%;
  padding: 1rem;
}
@media (max-width: 1024px) {
  p:has(a.inbutton) {
    width: 40%;
  }
}
@media (max-width: 580px) {
  p:has(a.inbutton) {
    width: 49%;
  }
}

p:has(a.inbutton.wide) {
  display: inline-block;
  width: auto;
  padding: 1rem;
}
@media (max-width: 1024px) {
  p:has(a.inbutton.wide) {
    width: 100%;
  }
}
@media (max-width: 580px) {
  p:has(a.inbutton.wide) {
    width: auto;
  }
}

p.no-pad:has(a.inbutton.wide) {
  display: inline-block;
  width: auto;
  padding-top: 0;
}
@media (max-width: 1024px) {
  p.no-pad:has(a.inbutton.wide) {
    width: 100%;
  }
}

/* トップページ */
.equal3n {
  width: 30.5%;
  margin-right: 4.2%;
}
@media (max-width: 580px) {
  .equal3n {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .equal3n div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .equal3n .pic {
    width: 30%;
    margin-right: 4.2%;
  }
  .equal3n .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.equal3n:nth-of-type(3n) {
  margin-right: 0;
}

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

.newsTitle {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 0.6rem;
  border-bottom: solid 1px #C8C8C8;
}

.newsList {
  padding: 1rem 1rem 0;
}
@media (max-width: 580px) {
  .newsList {
    padding: 0.6rem 0.3rem 0;
  }
}
.newsList li {
  padding-bottom: 1rem;
  line-height: 1.5;
  text-indent: -1.7rem;
  margin-left: 1.7rem;
}
.newsList li::before {
  content: "●";
  font-size: 0.7rem;
  color: #b93c14;
  padding-right: 1rem;
}

.msg {
  padding: 140px 0;
  text-align: center;
}
@media (max-width: 580px) {
  .msg {
    padding: 100px 0;
  }
}
.msg img {
  width: 176px;
  height: auto;
  margin: auto;
}
@media (max-width: 580px) {
  .msg img {
    width: 130px;
  }
}

.top-news a:hover {
  opacity: 1;
}
.top-news a img {
  opacity: 0.6;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.top-news a:hover img {
  opacity: 1;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.top-news h3 {
  display: block;
  width: calc(50% - 0.5rem);
  padding-right: 1.6rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
@media (max-width: 580px) {
  .top-news h3 {
    width: 100%;
    font-size: 1.1rem;
  }
}
.top-news p {
  font-size: 1.1rem;
  line-height: 1.5;
}
@media (max-width: 580px) {
  .top-news p {
    width: 100%;
    font-size: 0.9rem;
  }
}
.top-news a:hover {
  background-color: #e1dcd2;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

a.nolink img {
  opacity: 1;
}

.ymark {
  font-family: sans-serif;
  font-weight: 400;
  padding-bottom: 1rem;
  line-height: 1.5;
  margin-left: 1rem;
}
@media (max-width: 580px) {
  .ymark {
    margin-left: 0.5rem;
  }
}

.fa-exclamation-triangle:before {
  color: #ffc107;
  margin-right: 0.5rem;
}

.slider {
  display: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.slider.slick-initialized {
  display: block;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-menu {
  width: 100%;
  padding-top: 4rem;
}
@media (max-width: 580px) {
  .ban-menu {
    padding-top: 2rem;
  }
}
.ban-menu:nth-of-type(n+2) {
  padding-top: 0;
}
.ban-menu a:hover {
  opacity: 1;
}
.ban-menu a:hover .layer {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.w1block {
  width: 100%;
  padding-top: 23.1%;
  height: 0;
  background-color: #C8C8C8;
  position: relative;
}
.w1block_other {
  width: 100%;
  padding-top: 23.1%;
  height: 0;
  background-color: #C8C8C8;
  position: relative;
}
@media (max-width: 580px) {
  .w1block {
    margin-bottom: 0.476%;
  }
}

.w1eqblock {
  width: 100%;
  padding-top: 46.5%;
  height: 0;
  background-color: #C8C8C8;
  position: relative;
}
.w1eqblock_other {
  width: 100%;
  padding-top: 46.5%;
  height: 0;
  background-color: #C8C8C8;
  position: relative;
}
@media (max-width: 580px) {
  .w1eqblock {
    width: 100%;
    padding-top: 23.6%;
    margin-bottom: 0.476%;
  }
}

.w5block {
  width: 19.6%;
  padding-top: 46.76%;
  height: 0;
  background-color: #f7f7f7;
  position: relative;
  margin: 0.5% 0.5% 0.5% 0;
}
.w5block:last-of-type {
  margin-right: 0;
}
@media (max-width: 580px) {
  .w5block {
    width: 100%;
    padding-top: 23.6%;
    margin: 0 0 0.476% 0;
  }
}

.w4block {
  width: 24.6%;
  padding-top: 46.76%;
  height: 0;
  background-color: #f7f7f7;
  position: relative;
  margin: 0.476% 0.5% 0.476% 0;
}
.w4block:last-of-type {
  margin-right: 0;
}
@media (max-width: 580px) {
  .w4block {
    width: 100%;
    padding-top: 23.6%;
    margin: 0 0 0.476% 0;
  }
}

.w3block {
  width: 59.8%;
  padding-top: 19.63%;
  height: 0;
  background-color: #efb;
  position: relative;
  margin-right: 0.476%;
}
@media (max-width: 580px) {
  .w3block {
    width: 100%;
    padding-top: 23.6%;
    margin: 0 0 0.476% 0;
  }
}

.w5sqblock {
  width: 19.6%;
  padding-top: 19.63%;
  height: 0;
  background-color: #666;
  position: relative;
  margin-right: 0.476%;
}
@media (max-width: 580px) {
  .w5sqblock {
    width: 100%;
    padding-top: 23.6%;
    margin: 0 0 0.476% 0;
  }
}
.w5sqblock:last-of-type {
  margin-right: 0;
}

.w2eqblock {
  width: 49.016%;
  padding-top: 47%;
  height: 0;
  background-color: #efb;
  position: relative;
  margin-right: 0.476%;
}
.w2eqblock:last-of-type {
  margin-right: 0;
}

.w3eqblock {
  width: 33.016%;
  padding-top: 47%;
  height: 0;
  background-color: #efb;
  position: relative;
  margin-right: 0.476%;
}
.w3eqblock:last-of-type {
  margin-right: 0;
}

.w5eqblock {
  width: 19.6%;
  padding-top: 46.76%;
  height: 0;
  background-color: #efb;
  position: relative;
  margin-right: 0.476%;
}
.w5eqblock:last-of-type {
  margin-right: 0;
}
@media (max-width: 580px) {
  .w5eqblock {
    width: 100%;
    padding-top: 23.4%;
    margin: 0 0 0.476% 0;
  }
}

.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: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .layer {
    font-size: 2.8vw;
  }
}
@media (max-width: 580px) {
  .layer {
    font-size: 4vw;
  }
}

.w2Box {
  width: 44.44%;
  margin-right: 10.8%;
}
.w2Box.L {
  width: 54.44%;
}
@media (max-width: 580px) {
  .w2Box.L {
    width: 100%;
    padding-top: 0;
    margin: 0 0 0.476% 0;
  }
}
.w2Box.R {
  width: 34.44%;
}
@media (max-width: 580px) {
  .w2Box.R {
    width: 100%;
    padding-top: 0;
    margin: 0 0 0.476% 0;
  }
}
@media (max-width: 580px) {
  .w2Box {
    width: 100%;
    padding-top: 0;
    margin: 0 0 0.476% 0;
  }
}
.w2Box:nth-of-type(2) {
  margin-right: 0;
}
.w2Box:nth-of-type(5) {
  margin-right: 0;
}
.w2Box:nth-of-type(7) {
  margin-right: 0;
}
.w2Box:nth-of-type(n+9):nth-of-type(even) {
  margin-right: 0;
}
.w2 li {
  margin-bottom: 4rem;
}
.w2 li h2 {
  padding: 2rem 0;
}
@media (max-width: 580px) {
  .w2 li h2 {
    padding: 1rem 0;
  }
}
.w2_Box {
  width: 46.53%;
  margin-right: 6.93%;
}
@media (max-width: 580px) {
  .w2_Box {
    width: 100%;
    padding-top: 0;
    margin: 0 0 0.476% 0;
  }
}
.w2_Box:nth-of-type(even) {
  margin-right: 0;
}
.w2 li {
  margin-bottom: 4rem;
}
.w2 li h2 {
  padding: 2rem 0;
}
@media (max-width: 580px) {
  .w2 li h2 {
    padding: 1rem 0;
  }
}

.prec .w2Box {
  width: 44.44%;
  margin-right: 10.8%;
  border-bottom: solid 1px #C8C8C8;
}
@media (max-width: 580px) {
  .prec .w2Box {
    width: 100%;
    padding-top: 0;
    margin: 0 0 10% 0;
  }
}
.prec .w2Box:nth-of-type(even) {
  margin-right: 0;
}
.prec .w2 li {
  margin-bottom: 4rem;
}
.prec .w2 li h2 {
  padding: 2rem 0;
}
@media (max-width: 580px) {
  .prec .w2 li h2 {
    padding: 1rem 0;
  }
}
.prec .w2_Box {
  width: 46.53%;
  margin-right: 6.93%;
}
@media (max-width: 580px) {
  .prec .w2_Box {
    width: 100%;
    padding-top: 0;
    margin: 0 0 0.476% 0;
  }
}
.prec .w2_Box:nth-of-type(even) {
  margin-right: 0;
}
.prec .w2 li {
  margin-bottom: 4rem;
}
.prec .w2 li h2 {
  padding: 2rem 0;
}
@media (max-width: 580px) {
  .prec .w2 li h2 {
    padding: 1rem 0;
  }
}

.w3Box {
  width: 30.8%;
}
@media (max-width: 580px) {
  .w3Box {
    width: 100%;
    padding-top: 23.6%;
  }
}
.w3 li {
  margin-bottom: 2rem;
}
.w3 li h2 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.emergency {
  border: 1px solid #c81414;
  padding: 1rem 2rem !important;
  margin-bottom: 2rem;
}
.emergency p {
  margin-bottom: 1rem;
  line-height: 2 !important;
}
.emergency__title {
  font-size: 1.3rem;
  font-weight: 600;
}
.emergency__title__sub {
  font-weight: 600;
}

.ban-about {
  background: url("/img/top/top-bg-about.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about {
    background-image: url("/img/top/banner_akasakahikawa.jpg");
    background-size: 100% auto;
  }
}

.ban-kitou {
  background: url("/img/top/top-bg-kitou.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-kitou {
    background-image: url("/img/top/banner_sanpaigokitou.jpg");
    background-size: 100% auto;
  }
}

.ban-enn {
  background: url("/img/top/top-bg-enn.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-enn {
    background-image: url("/img/top/banner_enmusubi.jpg");
    background-size: 100% auto;
  }
}

.ban-ceremony {
  background: url("/img/top/top-bg-ceremony.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-ceremony {
    background-image: url("/img/top/banner_shinzenkkekonshiki.jpg");
    background-size: 100% auto;
  }
}

.ban-item {
  background: url("/img/top/top-bg-item.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-item {
    background-image: url("/img/top/banner_ofudaomamori.jpg");
    background-size: 100% auto;
  }
}

.ban-keidai {
  background: url("/img/top/top-bg-keidai.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-keidai {
    background-image: url("/img/top/banner_keidaiannai.jpg");
    background-size: 100% auto;
  }
}

.ban-hikawasai {
  background: url("/img/top/top-bg-hikawasai.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-hikawasai {
    background-image: url("/img/top/banner_akasakahikawasai.jpg");
    background-size: 100% auto;
  }
}

.ban-school {
  background: url("/img/top/top-bg-school.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-school {
    background-image: url("/img/top/banner_okyoushitsu.jpg");
    background-size: 100% auto;
  }
}

.ban-location {
  background: url("/img/top/top-bg-location.jpg") no-repeat center center/100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-location {
    background-image: url("/img/top/banner_location.jpg");
    background-size: 100% auto;
  }
}

.ban-about:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-kitou:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-enn:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-ceremony:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-item:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-keidai:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-hikawasai:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-school:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-location:hover {
  background-size: 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.ban-about-about {
  background: url("/img/about/banner_akasakahikawajinja.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-about {
    background-image: url("/img/about/sp-banner_akasakahikawa.jpg");
    background-size: 100% auto;
  }
}
.ban-about-about:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-about:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-event {
  background: url("/img/about/banner_saiten.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-event {
    background-image: url("/img/about/sp-banner_saiten.jpg");
    background-size: 100% auto;
  }
}
.ban-about-event:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-event:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-precinct {
  background: url("/img/about/banner_keidaiannai.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-precinct {
    background-image: url("/img/about/sp-banner_keidaiannai.jpg");
    background-size: 100% auto;
  }
}
.ban-about-precinct:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-precinct:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-treasure {
  background: url("/img/about/banner_shahoubunkazai.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-treasure {
    background-image: url("/img/about/sp-banner_shahobunkazai.jpg");
    background-size: 100% auto;
  }
}
.ban-about-treasure:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-treasure:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-class {
  background: url("/img/about/banner_okyoushitsu.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class {
    background-image: url("/img/about/banner_okyoushitsu-yoko.jpg");
    background-size: 100% auto;
  }
}
.ban-about-class:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class:hover {
    background-size: 110% auto;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-class-class {
  background: url("/img/about/banner_okyoushitsu-yoko.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-class {
    background-image: url("/img/about/banner_okyoushitsu-yoko.jpg");
    background-size: 100% auto;
  }
}
.ban-about-class-class:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-class:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-class-sukeikai {
  background: url("/img/about/banner_sukeikai.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-sukeikai {
    background-image: url("/img/about/sp-banner_sukeikai.jpg");
    background-size: 100% auto;
  }
}
.ban-about-class-sukeikai:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-sukeikai:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-class-gagaku {
  background: url("/img/about/banner_gagaku.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-gagaku {
    background-image: url("/img/about/sp-banner_gagaku.jpg");
    background-size: 100% auto;
  }
}
.ban-about-class-gagaku:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-gagaku:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-class-sadou {
  background: url("/img/about/banner_sadoukyoshitsu.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-sadou {
    background-image: url("/img/about/sp-banner_sadoukyoshitsu.jpg");
    background-size: 100% auto;
  }
}
.ban-about-class-sadou:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-sadou:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-class-ikebana {
  background: url("/img/about/banner_ikebana.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-ikebana {
    background-image: url("/img/about/sp-banner_ikebana.jpg");
    background-size: 100% auto;
  }
}
.ban-about-class-ikebana:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-ikebana:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-class-gasshou {
  background: url("/img/about/banner_utanokeiko.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-gasshou {
    background-image: url("/img/about/sp-banner_utanokeiko.jpg");
    background-size: 100% auto;
  }
}
.ban-about-class-gasshou:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-gasshou:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about-class-tomoe {
  background: url("/img/about/banner_tomoekai.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-tomoe {
    background-image: url("/img/about/sp-banner_tomoekai.jpg");
    background-size: 100% auto;
  }
}
.ban-about-class-tomoe:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-about-class-tomoe:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-prayer-prayer {
  background: url("/img/prayer/banner_gokito.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-prayer-prayer {
    background-image: url("/img/prayer/sp_banner_gokito.jpg");
    background-size: 100% auto;
  }
}
.ban-prayer-prayer:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-prayer-prayer:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-prayer-indivi {
  background: url("/img/prayer/banner_gokito_kojin.jpg") no-repeat center center/100% auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-prayer-indivi:hover {
  background-size: 110% auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-prayer-indivi:hover {
    background-size: 110% auto;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-prayer-corp {
  background: url("/img/prayer/banner_gokito_hojin.jpg") no-repeat center center/100% auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-prayer-corp:hover {
  background-size: 110% auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-prayer-corp:hover {
    background-size: 110% auto;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-prayer-bistrip {
  background: url("/img/prayer/banner_gokito_shuccho.jpg") no-repeat center center/100% auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-prayer-bistrip:hover {
  background-size: 110% auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-prayer-bistrip:hover {
    background-size: 110% auto;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-ceremony-ceremony {
  background: url("/img/ceremony/banner_shinzenkekkonnshiki.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-ceremony-ceremony:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-ceremony-ceremony:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-ceremony-detail {
  background: url("/img/ceremony/banner_kekkonnshikigokento.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-ceremony-detail:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-ceremony-detail:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-ceremony-calendar {
  background: url("/img/ceremony/banner_yoyaku.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-ceremony-calendar:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-ceremony-calendar:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-ceremony-trader {
  background: url("/img/ceremony/banner_teikei.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-ceremony-trader:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-ceremony-trader:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-destiny-top {
  background: url("/img/destiny/banner_enmusubi.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-destiny-top:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-destiny-top:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-destiny-matchmaking {
  background: url("/img/destiny/banner_matchmaking.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-destiny-matchmaking:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-destiny-matchmaking:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-destiny-hoshiai {
  background: url("/img/destiny/banner_hoshiai.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-destiny-hoshiai:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-destiny-hoshiai:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-destiny-momonosekku {
  background: url("/img/destiny/banner_momonosekku.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.ban-destiny-momonosekku:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-destiny-momonosekku:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-item-goshuin {
  background: url("/img/item/banner_goshuin.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-item-goshuin {
    background-image: url("/img/item/sp_banner_goshuin.jpg");
    background-size: 100% auto;
  }
}
.ban-item-goshuin:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-item-goshuin:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-item-item {
  background: url("/img/item/banner_ofudaomamori.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-item-item {
    background-image: url("/img/item/sp_banner_ofudaomamori.jpg");
    background-size: 100% auto;
  }
}
.ban-item-item:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-item-item:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-hikawasai-dashimikoshi {
  background: url("/img/hikawasai/miyamikoshidashi_link.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-hikawasai-dashimikoshi {
    background-image: url("/img/hikawasai/sp_banner_miyamikoshidashi.jpg");
    background-size: 100% auto;
  }
}
.ban-hikawasai-dashimikoshi:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-hikawasai-dashimikoshi:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-hikawasai-hikawasai {
  background: url("/img/hikawasai/akasakahikawasai_link.jpg") no-repeat center center/auto 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-hikawasai-hikawasai {
    background-image: url("/img/hikawasai/sp_banner_akasakahikawasai.jpg");
    background-size: 100% auto;
  }
}
.ban-hikawasai-hikawasai:hover {
  background-size: auto 110%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
@media (max-width: 580px) {
  .ban-hikawasai-hikawasai:hover {
    background-size: auto 110%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
}

.ban-about .firstline {
  margin: 0 0.5rem 1.5rem;
}
@media (max-width: 580px) {
  .ban-about .firstline {
    margin: 0;
  }
}
.ban-about .secondline {
  margin: 3rem 0.5rem 0;
}
@media (max-width: 580px) {
  .ban-about .secondline {
    margin: 0;
  }
}
.ban-about .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 580px) {
  .ban-about .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.breadcrumb {
  margin-left: 1rem;
}
.breadcrumb li {
  font-size: 0.7rem;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 1rem;
}
@media (max-width: 580px) {
  .breadcrumb li::after {
    margin: 0 0.2rem;
  }
}
.breadcrumb li:last-of-type::after {
  content: none;
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3rem;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 3rem;
}
@media (max-width: 580px) {
  .pageTitle {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
  }
}
.pageTitle h1 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2;
  padding: 8rem 0;
  letter-spacing: 0.15em;
}
@media (max-width: 580px) {
  .pageTitle h1 {
    font-size: 7.4vw;
    padding: 2rem 0;
    text-align: center;
  }
}
.pageTitle p {
  font-size: 1.2rem;
  line-height: 2;
}
@media (max-width: 580px) {
  .pageTitle p {
    font-size: 1.1rem;
  }
}
.pageTitle-area {
  height: auto;
  width: 100%;
}
@media (max-width: 580px) {
  .pageTitle-area {
    height: auto;
    padding: 2rem 0;
  }
}
@media (max-width: 580px) {
  .pageTitle .flex {
    display: block;
  }
}

.pageIntro {
  padding-top: 2rem;
}
.pageIntro p {
  font-size: 1.1rem;
  line-height: 2;
}
@media (max-width: 580px) {
  .pageIntro p {
    font-size: 1rem;
  }
}

.inTitle {
  width: 100%;
  padding-top: 47.9%;
  height: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inTitle h1 {
  font-size: 1.875rem;
  font-weight: 500; /*width: 2em;*/
  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%);
}
.inTitle h1.tomoe::before {
  content: url("/img/tomoe.svg");
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .inTitle h1 {
    font-size: 7.8vw;
    padding: 0;
    text-align: center;
    width: 100%;
    line-height: 1.7;
    margin: auto;
  }
  .inTitle h1.tomoe::before {
    content: url("/img/tomoe.svg");
    margin: 0 1rem 0 0;
    padding: 0;
    vertical-align: -8px;
  }
}

.inNews {
  width: 100%;
  padding-top: 10%;
  height: 0;
  min-height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 580px) {
  .inNews {
    height: 80px;
    min-height: 80px;
  }
}
.inNews h1, .inNews .blog-title {
  font-size: 1.875rem;
  font-weight: 500;
  width: 2em;
  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%);
}
.inNews h1.tomoe::before, .inNews .blog-title.tomoe::before {
  content: url("/img/tomoe.svg");
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .inNews h1, .inNews .blog-title {
    font-size: 7vw;
    padding: 0;
    text-align: center;
    width: 100%;
    line-height: 1.7;
    margin: 1rem auto;
  }
  .inNews h1.tomoe::before, .inNews .blog-title.tomoe::before {
    content: url("/img/tomoe.svg");
    margin: 0 1rem 0 0;
    padding: 0;
    vertical-align: -8px;
  }
}

.bodyBlock .textBlock {
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 580px) {
  .bodyBlock .textBlock {
    padding-top: 1rem;
  }
}
.bodyBlock .textBlock_bgred {
  background-color: #ffecea;
  padding: 0 2rem 1rem;
}
.bodyBlock .textBlock_bggrn {
  background-color: rgba(62, 86, 3, 0.1);
  padding: 0 2rem 1rem;
}
.bodyBlock .textBlock.reserve753 {
  padding-top: 0;
}
.bodyBlock .textBlock.reserve753 .button-red {
  font-size: 1.1rem;
  padding-top: 25px;
  padding-bottom: 25px;
}
.bodyBlock .imgBlock {
  padding: 4rem 0;
}
@media (max-width: 580px) {
  .bodyBlock .imgBlock {
    padding: 2rem 0;
  }
}
.bodyBlock h2 {
  font-size: 1.5rem;
  line-height: 1.7;
  padding-top: 0;
  padding-bottom: 2rem;
  font-weight: 500;
}
@media (max-width: 580px) {
  .bodyBlock h2 {
    font-size: 5vw;
  }
}
.bodyBlock h3 {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
@media (max-width: 580px) {
  .bodyBlock h3 {
    font-size: 4.5vw;
  }
}
.bodyBlock h3 span {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .bodyBlock h3 span {
    display: block;
    line-height: 1.7;
    font-size: 0.9rem;
  }
}
.bodyBlock h3.centerItem {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: inline-block;
}
.bodyBlock h3.centerItem::before {
  content: "●";
  font-size: 0.7rem;
  color: #b93c14;
  padding-right: 1.5rem;
  float: left;
  padding-top: 0.5rem;
}
.bodyBlock h3.centerItem::after {
  content: "●";
  font-size: 0.7rem;
  color: #b93c14;
  padding-left: 1.5rem;
  float: right;
  padding-top: 0.5rem;
}
.bodyBlock p {
  padding-bottom: 1rem;
}
.bodyBlock .redcircleList {
  padding: 0 1rem 1rem 0;
}
.bodyBlock .redcircleList p {
  padding-bottom: 2rem;
  line-height: 1.7;
  text-indent: 0;
  margin-left: 1.7rem;
}
.bodyBlock .redcircleList li {
  padding-bottom: 2.6rem;
  line-height: 1.7;
  text-indent: -1.6rem;
  margin-left: 1.7rem;
}
@media (max-width: 580px) {
  .bodyBlock .redcircleList li {
    padding-bottom: 1.6rem;
  }
}
.bodyBlock .redcircleList h3::before {
  content: "●";
  font-size: 0.7rem;
  color: #de2525;
  padding-right: 1rem;
  float: left;
  padding-top: 0.5rem;
}
.bodyBlock .commonBlock-indivi .textBlock:has(.toggleBox) {
  padding-top: 0;
}
.bodyBlock .commonBlock-indivi .button {
  margin-bottom: 0;
}

.button {
  width: 100%;
  background-color: #322850;
  padding: 20px 10px;
  margin: auto;
  margin-bottom: 1rem;
  cursor: pointer;
  border: none;
  display: block;
  line-height: 1.7;
  font-size: 1.1rem;
  color: #FFF !important;
  position: relative;
  text-align: center;
}
.button::after {
  content: ">>";
  font-size: 1rem;
  color: #FFF;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 580px) {
  .button {
    font-size: 4vw;
    text-align: left;
    padding-left: 4vw;
  }
}

form .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #322850;
  padding: 0;
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  position: relative;
  margin-top: 1rem;
}
form .button-inner {
  line-height: 1.7;
  font-size: 1.1rem;
  color: #FFF !important;
  text-align: center;
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  padding: 1rem 6rem;
  cursor: pointer;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  form .button {
    width: 100%;
  }
}
form .button:hover {
  opacity: 0.6;
}

.button-red {
  width: 100%;
  background-color: #c81414;
  padding: 20px 4vw;
  margin: auto;
  margin-bottom: 1rem;
  cursor: pointer;
  border: none;
  display: block;
  line-height: 1.7;
  font-size: min(4vw, 1.1rem);
  color: #FFF !important;
  position: relative;
}
.button-red.nolink {
  background-color: #C8C8C8 !important;
}
.button-red::after {
  ccontent: ">>";
  font-size: 1rem;
  color: #FFF;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inbutton {
  width: 100%;
  max-width: 230px;
  background-color: #FFF;
  padding: 0.5rem 0;
  margin: auto;
  cursor: pointer;
  border: solid #C8C8C8 1px;
  border-radius: 3em;
  display: block;
  line-height: 1.7;
  font-size: 0.875rem;
  color: #000 !important;
  position: relative;
  text-align: center;
}
@media (max-width: 580px) {
  .inbutton {
    font-size: 3.2vw;
  }
}
.inbutton::after {
  content: ">";
  font-size: 0.9rem;
  color: #000;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 580px) {
  .inbutton::after {
    font-size: 0.6rem;
    right: 4px;
  }
}
.inbutton.wide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 0.5rem 2rem;
  margin: 0.5rem 0 0;
}
@media (max-width: 580px) {
  .inbutton.wide {
    width: 100%;
    max-width: 100%;
  }
}

.button-s {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #322850;
  margin: auto 0;
  margin-bottom: 1rem;
  cursor: pointer;
  border: none;
  display: block;
  padding: 0 !important;
  position: relative;
  text-align: center;
}
.button-s::after {
  content: ">>";
  font-size: 1rem;
  color: #FFF;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button-s a {
  line-height: 1.5;
  font-size: 1.1rem;
  color: #FFF !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 60px;
}

dl.toggleBox dt {
  cursor: pointer;
  text-align: center;
  border: solid 1px #333;
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 580px) {
  dl.toggleBox dt {
    text-align: left;
    padding-left: 4vw;
  }
}
dl.toggleBox dt h2 {
  font-size: min(4vw, 1.1rem);
  line-height: 1;
  padding: 20px 0;
}
dl.toggleBox dt::after {
  content: "+";
  font-size: 1.1rem;
  display: block;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
dl.toggleBox dt.opened::after {
  content: "-";
}
dl.toggleBox dd {
  display: none;
  margin-bottom: 2rem;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  border-left: solid 1px #333;
  padding: 1.5rem;
}

/* お知らせ */
.news div {
  padding: 0.3rem;
  line-height: 1.7;
}
@media (max-width: 580px) {
  .news div {
    padding: 0;
  }
}

.news .detailUpfile {
  width: 100%;
  max-width: 640px;
}

#newsSp p {
  font-size: 1rem;
}
#newsSp .entry {
  border: solid 6px #ff9999;
  width: 800px;
  margin: 2rem auto;
  padding: 30px 60px 10px;
}
@media (max-width: 1024px) {
  #newsSp .entry {
    width: 90%;
    padding: 15px;
  }
}

#oshirase.textBlock_bgred {
  padding: 1rem 2rem;
}
@media (max-width: 580px) {
  #oshirase.textBlock {
    padding-top: 2rem;
  }
}

/* 年間祭典 */
.yearySchedule {
  border-top: solid #333 2px;
  border-bottom: solid #333 2px;
  padding: 0.6rem 0;
}
.yearySchedule li {
  border-top: solid #333 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 1.5rem 0;
}
@media (max-width: 580px) {
  .yearySchedule li {
    display: block;
  }
}
.yearySchedule li:last-child {
  border-bottom: solid #333 1px;
}
.yearySchedule li div {
  padding: 0 2rem;
}
@media (max-width: 580px) {
  .yearySchedule li div {
    width: 100% !important;
    padding: 1rem 0 !important;
    border-left: none !important;
  }
}
.yearySchedule li .eventDate {
  width: 20%;
  font-size: 1.2rem;
  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;
}
.yearySchedule li .eventName {
  width: 35%;
  font-size: 1.2rem;
  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;
  border-left: solid #333 1px;
}
.yearySchedule li .eventName span {
  font-size: 0.9rem;
  font-weight: 500;
}
.yearySchedule li .eventDesc {
  width: 45%;
  line-height: 1.7;
  border-left: solid #333 1px;
}

/* 境内案内 */
.prec_map {
  padding: 3rem 0;
}
@media (max-width: 580px) {
  .prec_map {
    padding: 0 0 4rem;
  }
}

.prec h2 {
  text-align: center;
}

/* 社宝　文化財 */
.by {
  font-size: 1.2rem;
  margin-top: -1.5rem;
}
@media (max-width: 580px) {
  .by {
    margin-top: -0.5rem;
  }
}

.w2Box.flex .picBox {
  width: 40%;
  margin-right: 10%;
}
.w2Box.flex .textBox {
  width: 50%;
}
.w2Box.flex .textBox h2 {
  padding-top: 0;
}

/* お教室　崇敬会 */
.classCard {
  border: solid 1px #333;
  padding: 5%;
  width: 100%;
  height: 100%;
}
.classCard .picBox {
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0;
}
.classCard .picBox h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #FFF;
  z-index: 100;
  width: 100%;
  height: 100%;
  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.3rem;
  font-weight: 500;
}
.classCard .picBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.classCard .textBox {
  margin-top: 2rem;
}

.curriList {
  margin: 0 0 1rem;
}
.curriList li {
  font-size: 1rem;
  padding: 0.8rem 0 0.8rem 1rem;
}
.curriList li:nth-child(odd) {
  background-color: #eee;
}
.curriList li span {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
}
.curriList li span:first-child {
  width: 3.2em;
  margin-right: 1em;
  text-align: right;
}
@media (max-width: 580px) {
  .curriList li span:first-child {
    font-size: 0.9rem;
    width: auto;
  }
}
.curriList li span:nth-child(2) {
  width: 2.5em;
  text-align: right;
}
@media (max-width: 580px) {
  .curriList li span:nth-child(2) {
    font-size: 0.9rem;
    width: auto;
    text-align: left;
  }
}
.curriList li span:nth-child(3) {
  width: 5.5em;
  margin-right: 1em;
  text-align: right;
}
@media (max-width: 580px) {
  .curriList li span:nth-child(3) {
    font-size: 0.9rem;
    text-align: left;
  }
}
@media (max-width: 580px) {
  .curriList li span:nth-child(4) {
    display: block;
    margin: 0.2rem 0 1rem 0;
    line-height: 1.7;
  }
}

.tomoeList {
  margin: 0 0 1rem;
}
.tomoeList li {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tomoeList li span {
  display: block;
}
.tomoeList li span:first-child {
  width: 3.8em;
  margin-right: 1em;
  text-align: right;
}
@media (max-width: 580px) {
  .tomoeList li span:first-child {
    width: 2.3rem;
  }
}

/* .w2 {width: calc((100% - 4.333%) / 2); margin-right: 4.333%;
		@include SP {width: 100%; margin-right: 0;}
		&:last-child {margin-right: 0;}} */
.w3-2 {
  width: 61.1113333333%;
  margin-right: 8.333%;
}
@media (max-width: 580px) {
  .w3-2 {
    width: 100%;
    margin-right: 0;
  }
}
.w3-1 {
  width: 30.5556666667%;
}
@media (max-width: 580px) {
  .w3-1 {
    width: 80%;
    margin: auto;
  }
}

.wsp {
  margin-top: 3rem;
}
.wsp .catch {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.wsp table {
  margin-bottom: 0.5rem;
}
.wsp table th {
  white-space: nowrap;
  vertical-align: top;
}
.wsp table th, .wsp table td {
  padding-bottom: 0.5rem;
}
@media (max-width: 580px) {
  .wsp table th, .wsp table td {
    display: block;
  }
}
@media (max-width: 580px) {
  .wsp table td {
    margin-bottom: 1rem;
  }
}

/* ご祈祷 */
.prayer-Top02 {
  background: url("/img/prayer/gokito02_top.svg") no-repeat bottom center/100%;
}
.prayer-Top02 + .w-inner .pageTitle p {
  padding-top: 2rem;
}

.prayer-Top03 {
  background: url("/img/prayer/gokito03_top.svg") no-repeat bottom center/100%;
}
.prayer-Top03 + .w-inner .pageTitle p {
  padding-top: 2rem;
}

.entryFlow {
  counter-reset: item;
  margin-top: 1rem;
}
.entryFlow + p {
  margin-bottom: 2rem;
}
.entryFlow li {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  margin-left: 1em;
  text-indent: -1em;
}
.entryFlow li::before {
  counter-increment: item;
  content: counter(item) ".";
}

.life_ritual dt, .life_ritual dd {
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  font-size: 0.9rem;
  padding: 0.1rem 0;
  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;
}
.life_ritual dt {
  border-right: solid 1px #333;
}
.life_ritual dd > div {
  border-right: solid 1px #333;
  width: 100%;
  margin: 1.2rem 0;
  padding: 0.4rem;
  line-height: 1.7;
}
@media (max-width: 580px) {
  .life_ritual dd > div {
    margin: 0.6rem 0;
  }
}
.life_ritual dd:last-of-type div {
  border-right: none;
}
.life_ritual h3 {
  padding-bottom: 1rem;
  margin-bottom: 0.4rem;
}
.life_ritual h4 {
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.1rem;
}
.life_ritual .line-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #707070;
  border-bottom: 2px solid #707070;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .life_ritual .line-ul {
    display: block;
  }
}
.life_ritual .line-ul > div {
  width: 50%;
}
.life_ritual .line-ul > div tr:nth-child(even) {
  background-color: #eee;
}
.life_ritual .line-ul > div th, .life_ritual .line-ul > div td {
  text-align: center;
  font-size: min(4vw, 1.2rem);
  padding: 1rem 0;
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.life_ritual .line-ul > div th span.yaku-s, .life_ritual .line-ul > div td span.yaku-s {
  font-size: min(3vw, 1rem);
}
.life_ritual .line-ul > div td {
  width: 12.5%;
}
.life_ritual .line-ul > div th, .life_ritual .line-ul > div td:first-child {
  letter-spacing: 1rem;
  border-top: solid 1px #707070;
}
.life_ritual .line-ul > div td:first-child, .life_ritual .line-ul > div th:first-child {
  border-left: none;
}
@media (max-width: 1024px) {
  .life_ritual .line-ul .male {
    width: 100%;
  }
  .life_ritual .line-ul .male table {
    width: 100%;
  }
  .life_ritual .line-ul .male th, .life_ritual .line-ul .male td {
    width: 25%;
  }
}
.life_ritual .line-ul .female td:first-child, .life_ritual .line-ul .female th:first-child {
  display: none;
}
@media (max-width: 1024px) {
  .life_ritual .line-ul .female td:first-child, .life_ritual .line-ul .female th:first-child {
    display: table-cell;
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .life_ritual .line-ul .female {
    display: block;
    width: 100%;
  }
  .life_ritual .line-ul .female table {
    width: 100%;
  }
  .life_ritual .line-ul .female td {
    width: 18.75%;
  }
  .life_ritual .line-ul .female th, .life_ritual .line-ul .female td:first-child {
    border-top: none;
  }
}
.life_ritual li {
  width: 100%;
  padding: 2rem 0;
  border-bottom: solid 1px #333;
}
.life_ritual li:nth-child(2n) {
  background-color: #eee !important;
}
.life_ritual li:first-child {
  border-top: solid 1px #333;
}
.life_ritual li div {
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  font-size: 0.9rem;
  border-right: solid 1px #333;
  padding: 0.1rem 0;
  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;
}
@media (max-width: 580px) {
  .life_ritual li div {
    border: none;
  }
}
.life_ritual li div .age {
  display: inline-block;
  width: 6em;
  font-size: 0.9rem;
  margin-left: 1rem;
}
.life_ritual li div:last-child {
  border-right: none;
}
.life_ritual li div.first {
  font-size: 1.1rem;
}
.life_ritual .x4 > div, .life_ritual .x4 dt, .life_ritual .x4 dd {
  width: 25%;
}
@media (max-width: 580px) {
  .life_ritual .x4 > div, .life_ritual .x4 dt, .life_ritual .x4 dd {
    width: 100%;
  }
}
.life_ritual .x4 .x3 {
  width: 75%;
  text-align: center;
  border-bottom: solid 1px #333;
}
@media (max-width: 580px) {
  .life_ritual .x4 .x3 {
    width: 100%;
  }
}
.life_ritual .x4 .x4 {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #333;
}
.life_ritual .x3 div, .life_ritual .x3 dt, .life_ritual .x3 dd {
  width: 33.333%;
}
@media (max-width: 580px) {
  .life_ritual .x3 div, .life_ritual .x3 dt, .life_ritual .x3 dd {
    width: 100%;
  }
}
.life_ritual .x5 div, .life_ritual .x5 dt, .life_ritual .x5 dd {
  width: 20%;
}
@media (max-width: 580px) {
  .life_ritual .x5 div, .life_ritual .x5 dt, .life_ritual .x5 dd {
    width: 100%;
  }
}
.life_ritual .flRight.smalltxt {
  margin-top: 1rem;
}
.life_ritual .chronology {
  border-top: solid 1px #333;
  width: 50%;
  border-right: solid 1pxΩ #333;
}
@media (max-width: 580px) {
  .life_ritual .chronology:last-child dd:nth-child(4) {
    border-bottom: none;
  }
}
@media (max-width: 580px) {
  .life_ritual .chronology {
    width: 100%;
    border-right: none;
  }
  .life_ritual .chronology dt {
    border-right: none;
  }
  .life_ritual .chronology dd:nth-child(2) {
    border-bottom: none;
  }
  .life_ritual .chronology dd:nth-child(3) {
    border-bottom: none;
  }
  .life_ritual .chronology .list:first-child {
    border-bottom: solid 1px #333;
  }
  .life_ritual .chronology .list:first-child .first {
    display: none;
  }
  .life_ritual .chronology div {
    border: none;
  }
  .life_ritual .chronology .first {
    font-weight: 800;
    font-size: 1rem;
    border-bottom: none;
    padding-top: 1rem;
  }
}
.life_ritual .chronology .list:nth-child(3) {
  background-color: #eee;
}
.life_ritual .chronology dt, .life_ritual .chronology dd {
  border-bottom: solid 1px #333;
}
.life_ritual .chronology:last-child {
  border-right: none;
}

.life_ritual_sp h3 {
  border-bottom: solid 2px #333;
  padding-bottom: 1rem;
  margin-bottom: 0.4rem;
}
.life_ritual_sp h4 {
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.1rem;
}
.life_ritual_sp > ul {
  margin: 2rem 0 4rem;
}
.life_ritual_sp > ul:last-child {
  margin-bottom: 0;
}
.life_ritual_sp li {
  width: 100%;
  padding: 2rem 0;
  border-bottom: solid 1px #333;
}
.life_ritual_sp li:nth-child(2n) {
  background-color: #eee !important;
}
.life_ritual_sp li:first-child {
  border-top: solid 1px #333;
}
.life_ritual_sp li div {
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  font-size: 0.9rem;
  border-right: solid 1px #333;
  padding: 0.1rem 0;
  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;
}
@media (max-width: 580px) {
  .life_ritual_sp li div {
    border: none;
  }
}
.life_ritual_sp li div .age {
  display: inline-block;
  width: 6em;
  font-size: 0.9rem;
  margin-left: 1rem;
}
.life_ritual_sp li div:last-child {
  border-right: none;
}
.life_ritual_sp li div.first {
  font-size: 1.1rem;
}
.life_ritual_sp .x4 div {
  width: 25%;
}
@media (max-width: 580px) {
  .life_ritual_sp .x4 div {
    width: 100%;
  }
}
.life_ritual_sp .x3 div {
  width: 33.333%;
}
@media (max-width: 580px) {
  .life_ritual_sp .x3 div {
    width: 100%;
  }
}
.life_ritual_sp .x5 div {
  width: 20%;
}
@media (max-width: 580px) {
  .life_ritual_sp .x5 div {
    width: 100%;
  }
}
.life_ritual_sp .flRight.smalltxt {
  margin-top: 1rem;
}
.life_ritual_sp .chronology {
  border-bottom: solid 2px #333;
  border-top: solid 1px #333;
  margin-bottom: 2rem;
}
.life_ritual_sp .chronology:nth-of-type(2) {
  margin-bottom: 0;
}
.life_ritual_sp .chronology:nth-of-type(3) {
  border-top: 0;
  margin-bottom: 4rem;
}

.blindSpace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.blindSpace img {
  width: 49%;
  border-right: solid 1px #FFF;
}

.inunohi {
  width: 100%;
  border-top: solid 2px #707070;
  border-bottom: 2px solid #707070;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.inunohi table {
  width: 100%;
  border-top: solid 1px #707070;
}
.inunohi table tr:nth-child(even) {
  background-color: #eee;
}
.inunohi table th, .inunohi table td {
  text-align: center;
  padding: 1rem 0;
  border-bottom: solid 1px #707070;
  width: 25%;
}
.inunohi table th span, .inunohi table td span {
  width: 3rem;
  display: inline-block;
  text-align: right;
}
@media (max-width: 580px) {
  .inunohi table th span, .inunohi table td span {
    width: auto;
  }
  .inunohi table th span:first-child, .inunohi table td span:first-child {
    margin-right: 0.5rem;
  }
}
.inunohi table th {
  font-size: min(4vw, 1.2rem);
}
.inunohi table td {
  font-size: min(3vw, 1rem);
  border-left: solid 1px #707070;
}

.life-753 {
  width: 100%;
  border-top: solid 2px #707070;
  border-bottom: 2px solid #707070;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.life-753 table {
  width: 100%;
  border-top: solid 1px #707070;
}
.life-753 table tr:nth-child(even) {
  background-color: #eee;
}
.life-753 table th, .life-753 table td {
  text-align: center;
  padding: 1rem 0;
  border-bottom: solid 1px #707070;
  width: 33.3333333333%;
  border-left: solid 1px #707070;
}
.life-753 table th span, .life-753 table td span {
  font-size: min(4vw, 1.2rem);
  display: inline-block;
  margin-right: 0.5em;
}
.life-753 table td:first-child, .life-753 table th:first-child {
  border-left: none;
}
.life-753 table td {
  font-size: min(3vw, 1rem);
}

div.alRight {
  width: 100%;
  text-align: right;
  padding-bottom: 1rem;
}

h2 + .alRight {
  margin-top: -1rem;
}

.gani-corp {
  width: 100%;
  border-top: solid 2px #707070;
  border-bottom: 2px solid #707070;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.gani-corp table {
  width: 100%;
  border-top: solid 1px #707070;
}
.gani-corp table tr:nth-child(even) {
  background-color: #eee;
}
.gani-corp table th, .gani-corp table td {
  padding: 1rem;
  border-bottom: solid 1px #707070;
  border-left: solid 1px #707070;
}
.gani-corp table td:first-child, .gani-corp table th:first-child {
  border-left: none;
}
.gani-corp table th {
  font-size: min(4vw, 1.2rem);
  text-align: center;
}
.gani-corp table td {
  font-size: min(3vw, 1rem);
}
.gani-corp.trip th {
  width: 20%;
  min-width: 150px;
}
.gani-corp.trip:first-of-type {
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .gani-corp.trip th, .gani-corp.trip td {
    display: block;
    border: none;
    width: 100%;
    border-bottom: solid 1px #707070;
  }
}

div.alRight {
  width: 100%;
  text-align: right;
  padding-bottom: 1rem;
}

h2 + .alRight {
  margin-top: -1rem;
}

/* 753予約状況カレンダー */
.cal753 {
  /*土曜の文字色*/
  /*日曜の文字色*/
}
.cal753 #calJump {
  font-size: 0.875rem;
}
@media (max-width: 580px) {
  .cal753 #calJump {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cal753 #calJump select {
  font-size: 0.875rem;
  border: none;
  border-bottom: solid 1px #eee;
  padding: min(1vw, 0.6rem);
}
.cal753 #calJump input[type=submit] {
  font-size: min(4vw, 0.875rem);
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  background-color: #322850;
  color: #FFF;
  cursor: pointer;
  margin-left: 1rem;
}
.cal753 #calendarTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin: 1rem auto;
}
.cal753 #calendarTable .calendarHeader {
  position: sticky;
  top: 0;
  background-color: #FFF;
  border-right: solid 1px #eee;
  border-left: solid 1px #eee;
}
.cal753 #calendarTable .calendarHeader::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #EEE;
  top: 0;
}
.cal753 #calendarTable .calendarHeader::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #EEE;
  bottom: 0;
}
.cal753 #calendarTable th {
  width: 14.2857142857%;
  text-align: center;
}
.cal753 #calendarTable tr:nth-child(2) th {
  border: solid 1px #eee;
  border-top: none;
}
.cal753 #calendarTable td {
  vertical-align: top;
  padding: 0.5rem;
  border: solid 1px #eee;
}
.cal753 .scheduleComment {
  font-size: min(4vw, 0.8rem);
  line-height: 1.5;
  color: #000;
  text-align: justify;
}
.cal753 .scheduleComment span {
  display: inline-block;
  width: 2.1rem;
  text-align: right;
  padding: 0.4rem 0rem;
  font-size: 0.7rem;
}
.cal753 .scheduleComment span.full {
  width: 100% !important;
  text-align: justify;
  font-size: min(4vw, 0.8rem);
}
.cal753 .youbi_6 {
  color: #36F;
}
.cal753 .youbi_0, .cal753 .shukujitu {
  color: red !important;
}
.cal753 .shukujitu td {
  color: #333;
}
.cal753 .youbi_lines_6 {
  background: #DBEDFF;
}
.cal753 .youbi_lines_0, .cal753 .shukujitu {
  background: #FFF3F3 !important;
}
.cal753 .holiday_txt {
  font-size: 0.7rem;
  display: inline-block;
  color: red;
  margin-left: 0.5rem;
}
@media (max-width: 580px) {
  .cal753 .holiday_txt {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.cal753 table.calendarTable {
  width: 100%;
  margin: 15px 0;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid #ccc;
}
.cal753 table.calendarTable thead {
  position: sticky;
  top: 0;
  border-top: 1px solid #ccc;
}
@media (max-width: 580px) {
  .cal753 table.calendarTable thead {
    top: 50px;
  }
}
.cal753 table.calendarTable th.thisMonth {
  font-size: min(4.3vw, 1rem);
}
@media (max-width: 580px) {
  .cal753 table.calendarTable th.width {
    width: 1em;
  }
}
.cal753 table.calendarTable td, .cal753 .main-ceremony table.calendarTable th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.cal753 table.calendarTable tr:nth-of-type(1) th {
  border-top: 1px solid #ccc;
}
.cal753 table.calendarTable th {
  background: #eee;
  padding: 5px 0px;
  line-height: 1.6;
  font-size: 0.8rem;
  width: 10%;
  text-align: center;
}
@media (max-width: 1024px) {
  .cal753 table.calendarTable th {
    top: 49px;
  }
}
@media (max-width: 580px) {
  .cal753 table.calendarTable th {
    font-size: 3vw;
  }
}
.cal753 table.calendarTable td {
  padding: 3px 0;
  line-height: 1.4;
  font-size: 0.9rem;
  text-align: center;
  height: 2.8em;
}
@media (max-width: 580px) {
  .cal753 table.calendarTable td {
    font-size: 3vw;
  }
}
.cal753 #calsp > div {
  padding: 0.4rem;
}
.cal753 #calsp > div div {
  color: #333 !important;
}
.cal753 #calsp span {
  display: inline-block;
  width: 2.2rem;
  text-align: right;
  padding: 0.4rem 0rem;
  font-size: 0.7rem;
}
.cal753 #calsp .monthMove {
  width: 100%;
  position: sticky;
  top: 50px;
  background: #FFF;
  z-index: 999;
  border-bottom: solid 1px #EEE;
}
.cal753 #calsp .monthMove td {
  width: 33.3333333333%;
  padding-bottom: 0.2rem;
  font-size: 1rem;
  border-top: 1px solid #eee;
}
.cal753 #calsp .monthMove td:first-child {
  text-align: left;
}
.cal753 #calsp .monthMove td:nth-child(2) {
  text-align: center;
}
.cal753 #calsp .monthMove td:last-child {
  text-align: right;
}

/* 縁結び */
.count {
  padding: 2rem 0;
}
.count li {
  font-size: 1.2rem;
}
.count p {
  margin: 0.5rem 0 2rem 1rem;
  line-height: 1.7;
}

.toForm {
  width: 80%;
  height: 0;
  padding-top: 14.8%;
  position: relative;
  margin: 2rem auto;
}
@media (max-width: 580px) {
  .toForm {
    width: 100%;
    padding-top: 18.65%;
    margin: auto;
  }
}
.toForm p {
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
}
@media (max-width: 580px) {
  .toForm p {
    font-size: 0.8rem;
  }
}

.matchMaking {
  background: url("/img/destiny/enmusubimairi_link.svg") no-repeat center center/contain;
}

.matchingFlow {
  counter-reset: item;
}
.matchingFlow + p {
  margin-bottom: 2rem;
}
.matchingFlow li {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.matchingFlow li::before {
  counter-increment: item;
  content: counter(item) ".";
}

.matchingDetail li {
  margin-bottom: 3rem;
}

.enmusubi-Top {
  background: url("/img/destiny/enmusubimairi-head-back.svg") no-repeat bottom center/100%;
}
.enmusubi-Top + .w-inner .pageTitle p {
  padding-top: 2rem;
}

.hoshiai-Top {
  background: url("/img/destiny/hoshiai-head-back.svg") no-repeat bottom center/100%;
}
.hoshiai-Top h1 {
  padding-top: 2rem;
  color: #FFF;
}

.momonosekku-Top {
  background: url("/img/destiny/momo-head-back.svg") no-repeat bottom center/100%;
}
.momonosekku-Top h1 {
  padding-top: 2rem;
  color: #FFF;
}

.enmusubi .card {
  border: none;
}
.enmusubi .card .pic {
  width: 300px;
  margin: auto;
}

.sakuranbo {
  padding-bottom: 4rem;
}
.sakuranbo .card {
  border: none;
}

.kikkouden {
  background-color: #ecedf7;
}
.kikkouden .w-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kikkouden .w-inner .w2Box:first-child {
  width: 70% !important;
  margin-right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: none;
}
.kikkouden .w-inner .w2Box:first-child h3 {
  font-size: 1.2rem;
  padding: 2rem 0;
}
.kikkouden .w-inner .w2Box:first-child p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .kikkouden .w-inner .w2Box:first-child {
    width: 100% !important;
  }
}
.kikkouden .w-inner .w2Box:last-child {
  width: 27% !important;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .kikkouden .w-inner .w2Box:last-child {
    width: 100% !important;
  }
  .kikkouden .w-inner .w2Box:last-child p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kikkouden .w-inner .w2Box:last-child span {
    display: block;
    margin: 0.5rem;
  }
}

/* 神前結婚式 */
.main-ceremony .pageTitle {
  border-bottom: solid 1px #c81414;
}
.main-ceremony .ceremony-image {
  margin-bottom: 3rem;
}
.main-ceremony .shikiShidai {
  position: relative;
}
.main-ceremony .shikiShidai .shidai {
  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: 1024px) {
  .main-ceremony .shikiShidai .shidai {
    margin-right: 0;
  }
}
.main-ceremony .shikiShidai .shidai li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .main-ceremony .shikiShidai .shidai li {
    width: 48%;
    margin-right: 4%;
    height: auto;
  }
}
.main-ceremony .shikiShidai .shidai li .shidaiImg {
  margin-bottom: 0.5rem;
}
.main-ceremony .shikiShidai .shidai li .shidaiTxtTtl {
  font-size: min(4vw, 1.2rem);
  text-align: center;
  color: #C90A36;
}
.main-ceremony .shikiShidai .shidai li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .main-ceremony .shikiShidai .shidai li:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 1024px) {
  .main-ceremony .shikiShidai .shidai li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.main-ceremony .shikiShidai .shidai li p {
  padding: 0.5rem 0;
}
.main-ceremony .shikiShidai .mikushi {
  width: 65.5%;
  border: 1px solid #C90A36;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  top: 75.6%;
}
@media (max-width: 1024px) {
  .main-ceremony .shikiShidai .mikushi {
    width: 100%;
    position: relative;
    margin: auto;
  }
}
.main-ceremony .alliance {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-ceremony .alliance li {
  width: 25%;
  margin-right: 12.5%;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 4rem;
}
.main-ceremony .alliance li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 580px) {
  .main-ceremony .alliance li:nth-child(3n) {
    margin-right: 10%;
  }
}
@media (max-width: 580px) {
  .main-ceremony .alliance li {
    width: 45%;
    margin-right: 10%;
  }
  .main-ceremony .alliance li:nth-child(2n) {
    margin-right: 0;
  }
}
.main-ceremony .alliance li a span {
  display: block;
  margin-bottom: 1rem;
}
.main-ceremony .alliance li a span:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.main-ceremony .alliance li a span:last-child:before {
  content: "●";
  font-size: 0.7rem;
  color: #C90A36;
  padding-right: 0.4rem;
  margin-top: -0.3rem;
  line-height: 0;
  display: inline-block;
  margin-top: 0.1rem;
}
.main-ceremony span {
  margin-top: 0.5rem;
}
.main-ceremony .cereArrow {
  display: block;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-ceremony .cereArrow {
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 5%;
    margin-bottom: 2rem;
    margin-top: 0.3rem;
  }
}
.main-ceremony .instagram {
  padding: 2rem 0 0;
  background-color: #c81414;
}
@media (max-width: 580px) {
  .main-ceremony .instagram {
    padding: 0;
  }
}
.main-ceremony .instagram p a {
  display: block;
  color: #FFF;
  padding-right: 2rem;
  font-family: sans-serif;
  margin-top: 1rem;
}
@media (max-width: 580px) {
  .main-ceremony .instagram p a {
    text-align: center;
    line-height: 1.7;
    padding-right: 0;
  }
}
.main-ceremony .instagram p a i {
  font-size: 2rem;
  padding-left: 1rem;
  vertical-align: middle;
}
.main-ceremony .instagram li:nth-of-type(-n+3) {
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .main-ceremony .instagram li:nth-of-type(-n+3) {
    margin-bottom: 0;
  }
}
.main-ceremony .instagram-h2 {
  color: #c81414;
  text-align: center;
}
@media (max-width: 580px) {
  .main-ceremony .instagram .w3Box {
    width: 50%;
    padding: 5% 3% 0;
  }
}
.main-ceremony .application {
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1024px) {
  .main-ceremony .application {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-ceremony .application li:has(.cereArrow) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 1024px) {
  .main-ceremony .application li {
    width: 100%;
    text-align: center;
  }
}
.main-ceremony .application li:nth-child(odd) {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
  width: 25%;
  position: relative;
  border: solid 1px #C90A36;
}
@media (max-width: 1024px) {
  .main-ceremony .application li:nth-child(odd) {
    width: 100%;
  }
}
.main-ceremony .application li h3 {
  margin: 0.5rem 0;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
}
.main-ceremony .application li h3 .red {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 1rem;
  font-weight: 600;
}
.main-ceremony .application li p {
  margin: 0.5rem;
  padding: 0;
  color: #333 !important;
  line-height: 2;
}
.main-ceremony .application li .inbutton.wide {
  margin: 1rem auto;
}
.main-ceremony .tourSchedule {
  padding: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -0.6rem;
}
.main-ceremony .tourSchedule li {
  padding: 0.5rem;
  margin-right: 1rem;
  width: 130px;
}
@media (max-width: 580px) {
  .main-ceremony .tourSchedule li {
    width: 32%;
    margin-right: 2%;
  }
  .main-ceremony .tourSchedule li:nth-child(3n) {
    margin-right: 0;
  }
}
.main-ceremony .tourSchedule li span {
  display: block;
  background-color: #eee;
  padding: 0.5rem;
}
.main-ceremony .tourSchedule li:last-child {
  padding-bottom: 2rem;
}
.main-ceremony .details {
  padding-top: 0.5rem;
}
.main-ceremony .details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
}
.main-ceremony .details li div:first-of-type {
  width: 55.3%;
}
@media (max-width: 580px) {
  .main-ceremony .details li div:first-of-type {
    width: 100%;
    height: auto;
  }
}
.main-ceremony .details li div:nth-of-type(2) {
  width: 30%;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .main-ceremony .details li div:nth-of-type(2) {
    width: 40%;
  }
}
@media (max-width: 580px) {
  .main-ceremony .details li div:nth-of-type(2) {
    display: none;
  }
}
.main-ceremony .details li h3 {
  color: #333;
  font-size: 1.1rem;
  padding-bottom: 0;
}
.main-ceremony .details li h3::before {
  content: "●";
  font-size: 0.7rem;
  color: #b93c14;
  padding-right: 1rem;
  float: left;
  padding-top: 0.3rem;
}
.main-ceremony .details li h3 p {
  padding: 0 0 0 1.5rem;
  color: #333 !important;
  line-height: 2;
}
.main-ceremony .details li h3 p a.red {
  color: #c81414;
}
.main-ceremony .details li p {
  margin-bottom: 3rem;
  margin-left: 1.8rem;
}
@media (max-width: 580px) {
  .main-ceremony .details li p {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 580px) {
  .main-ceremony .details li {
    margin-bottom: 0;
  }
}
.main-ceremony .details div.red {
  border-bottom: 1px solid #c81414;
}
.main-ceremony .details div.pict {
  padding-top: 0.5rem;
}
.main-ceremony .details div.pict p {
  margin-bottom: 1rem;
  margin-left: 0;
}
.main-ceremony .details .cere-Top {
  background: url("/img/ceremony/cereremony-head-back.svg") no-repeat bottom center/100%;
}
.main-ceremony .details .cere-Top + .w-inner .pageTitle p {
  padding-top: 2rem;
}
.main-ceremony .details h3 + p + p {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  margin-bottom: 0;
}

.toggleBox.max-w840 {
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .toggleBox.max-w840 dt {
    margin-top: 0;
  }
}

.schedule_flow {
  display: block;
  width: 100%;
  max-width: 740px;
  margin: 1rem;
}
@media (max-width: 580px) {
  .schedule_flow {
    margin: 1rem 0;
  }
}

/* 挙式予約状況カレンダー */
#calTop {
  font-size: 0.875rem;
  max-width: 800px;
  margin: auto;
}
#calTop select {
  font-size: 0.875rem;
  border: none;
  border-bottom: solid 1px #eee;
  padding: min(1vw, 0.6rem);
}
#calTop input[type=submit] {
  font-size: min(4vw, 0.875rem);
  padding: 0.5rem;
  border: none;
  border-radius: 0;
  background-color: #322850;
  color: #FFF;
  cursor: pointer;
  margin-left: 1rem;
}

.main-ceremony #wrap {
  width: 100%;
  margin: 0 auto;
}

/*土曜の文字色*/
.main-ceremony .youbi_6 {
  color: #36F;
}

/*日曜の文字色*/
.main-ceremony .youbi_0, .shukujitu {
  color: red !important;
}

.shukujitu td {
  color: #333;
}

.main-ceremony .youbi_lines_6 {
  background: #DBEDFF;
}

.main-ceremony .youbi_lines_0, .shukujitu {
  background: #FFF3F3 !important;
}

.main-ceremony table.calendarTable {
  width: 100%;
  margin: 15px 0;
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid #ccc;
}

.main-ceremony table.calendarTable thead {
  position: sticky;
  top: 0;
  border-top: 1px solid #ccc;
}
@media (max-width: 580px) {
  .main-ceremony table.calendarTable thead {
    top: 50px;
  }
}

.main-ceremony table.calendarTable th.thisMonth {
  font-size: min(4.3vw, 1rem);
}

@media (max-width: 580px) {
  .main-ceremony table.calendarTable th.width {
    width: 1em;
  }
}

.main-ceremony table.calendarTable td, .main-ceremony table.calendarTable th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.main-ceremony table.calendarTable tr:nth-of-type(1) th {
  border-top: 1px solid #ccc;
}

.main-ceremony table.calendarTable th {
  background: #eee;
  padding: 5px 0px;
  line-height: 1.6;
  font-size: 0.8rem;
  width: 10%;
  text-align: center;
}
@media (max-width: 1024px) {
  .main-ceremony table.calendarTable th {
    top: 49px;
  }
}
@media (max-width: 580px) {
  .main-ceremony table.calendarTable th {
    font-size: 3vw;
  }
}

.main-ceremony table.calendarTable td {
  padding: 3px 0;
  line-height: 1.4;
  font-size: 0.9rem;
  text-align: center;
  height: 2.8em;
}
@media (max-width: 580px) {
  .main-ceremony table.calendarTable td {
    font-size: 3vw;
  }
}
.main-ceremony table.calendarTable td .holiday_txt {
  font-size: 0.7rem;
  display: block;
  color: red;
}
@media (max-width: 580px) {
  .main-ceremony table.calendarTable td .holiday_txt {
    font-size: 0.5rem;
  }
}

.instagram .w3Box {
  width: 30.8%;
  padding-top: 30.8%;
  position: relative;
}
.instagram .w3Box span {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 580px) {
  .instagram .w3Box {
    width: 45% !important;
    padding-top: 45% !important;
    margin-top: 1rem;
  }
}

.nursing_room {
  margin-top: -1rem;
}
@media (max-width: 580px) {
  .nursing_room {
    text-align: center;
  }
  .nursing_room .w40 {
    width: 45% !important;
  }
}

/* ご祈祷 */
.indented {
  width: 95%;
  height: auto;
  margin: auto;
}

.prayMenu li {
  white-space: nowrap;
  margin-right: 2rem;
  display: block;
}
.prayMenu li:last-child {
  margin-right: 0;
}

.prayMenu-indivi {
  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;
}
.prayMenu-indivi li {
  width: 31%;
  height: auto;
  padding: 1.5rem 1rem;
  border: solid 1px #C8C8C8;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.prayMenu-indivi li:last-child {
  width: 100%;
}
.prayMenu-indivi li:last-child p {
  text-align: center;
}
@media (max-width: 580px) {
  .prayMenu-indivi li {
    width: 48%;
  }
}
.prayMenu-indivi h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
}

.prayMenu-corp li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
.prayMenu-corp li span {
  line-height: 1.7;
}
@media (max-width: 580px) {
  .prayMenu-corp li span {
    display: block;
    width: 100%;
  }
}
.prayMenu-corp li span:first-child {
  width: 6em;
  white-space: nowrap;
}
.prayMenu-corp li span:last-child {
  margin-right: 0;
}

.caution753 {
  width: 100%;
  border: solid 2px #333;
  padding: 8px;
  margin: auto;
}
.caution753__inner {
  padding: 16px 32px;
  border: solid 1px #333;
}
.caution753__inner h2 {
  text-align: center;
}
.caution753__inner p {
  font-size: 1.1rem;
}
@media (max-width: 580px) {
  .caution753__inner p {
    font-size: 0.9rem;
  }
}

/* 赤坂氷川祭  */
.dashiHozonkai {
  padding-top: 16.8%;
  height: 0;
  width: 80%;
  　margin: auto;
  background: url("/img/hikawasai/dashihozonkai.jpg") no-repeat center center/100%;
  color: #FFF;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  position: relative;
}
.dashiHozonkai::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.dashiHozonkai:hover {
  background-size: 110%;
}
.dashiHozonkai:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}

video {
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.hikawasai_archieve .archTitle {
  background-color: #3e5603;
  color: #FFF;
  width: 100%;
  padding: 1em 0;
  font-weight: 500;
}
.hikawasai_archieve .archCard {
  border: solid 10px #3e5603;
  margin: 0;
  width: 100%;
  height: auto;
}
.hikawasai_archieve .archCard a:hover {
  opacity: 1;
}
@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;
  line-height: 0;
}
.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;
}

/* お問合せフォーム */
.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%;
  }
}

/* 交通案内 */
.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;
  margin-top: -1rem;
}
.numberOl li {
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
  margin-left: 1em;
  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: #de2525;
  padding-right: 0.5rem;
  float: left;
  padding-top: 0.3rem;
}

/* ブログ */
@media (max-width: 580px) {
  .blog .bodyBlock {
    display: block !important;
  }
}
.blog .bodyBlock .blog-article {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 1px #C8C8C8;
}
@media (max-width: 580px) {
  .blog .bodyBlock .blog-article img {
    width: 100% !important;
    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: 1024px) {
  .blog .bodyBlock .alignright {
    float: none;
    margin: 1rem;
    width: auto !important;
  }
}
.blog .bodyBlock .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
@media (max-width: 1024px) {
  .blog .bodyBlock .alignleft {
    float: none;
    margin: 1rem;
    width: auto !important;
  }
}
.blog .bodyBlock .aligncenter {
  display: block;
  margin: 1rem auto;
}
@media (max-width: 1024px) {
  .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;
}
.blog aside ul {
  margin-bottom: 2.5rem;
}
.blog aside ul li {
  margin-bottom: 0.5rem;
}
.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 li {
  padding-top: 2.5rem;
}

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

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

/*
HEADER
*/
header {
  padding-top: 36px;
  position: fixed;
  width: 230px;
  left: 0;
  z-index: 990;
  background-color: #FFF;
  height: 100vh;
}
@media (max-width: 1024px) {
  header {
    padding-top: 0;
    width: 100%;
    height: 50px;
  }
}
header .w-inner {
  padding: 0;
}
@media (max-width: 1024px) {
  header .w-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .logoBlock {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 220px;
}
@media (max-width: 1024px) {
  header .logoBlock {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    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;
  }
}
header .header-logo {
  width: 40px;
  height: 230px;
  background: url("/img/logo.svg") no-repeat top center;
  text-indent: -999px;
  display: block;
  margin-left: 5rem;
  font-size: 1.6rem;
}
header .header-logo a {
  display: block;
}
@media (max-width: 1024px) {
  header .header-logo {
    width: auto;
    height: auto;
    background-image: url("/img/logo_yoko.svg");
    width: 200px;
    height: 60px;
    margin-left: 8px;
    margin-top: 8px;
  }
}
header .header-subcatch {
  margin: 3rem 0 0 1rem;
}
@media (max-width: 1024px) {
  header .header-subcatch {
    display: none; /*margin: 0; font-size: .7rem; margin-left: 1rem;*/
  }
}
header .hamb {
  display: none;
}
@media (max-width: 1024px) {
  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;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  header .hamb span {
    -webkit-transition: all 100ms 0s ease;
    transition: all 100ms 0s ease;
    display: block;
    background-color: #C8C8C8;
    width: 40px;
    height: 3px;
    border-radius: 4px;
    margin: auto;
  }
}
header .hamb.open {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
header .hamb.open span:nth-of-type(2) {
  display: none;
}
header .hamb.open span:first-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 50%;
}
header .hamb.open span:last-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
header nav {
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
@media (max-width: 1024px) {
  header nav {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    top: 50px;
    margin-left: 100%;
  }
  header nav.open {
    margin-left: 0%;
    position: fixed;
    left: 0;
    height: 100%;
    overflow-y: auto;
  }
}
header nav .mmenu {
  display: none;
}
@media (max-width: 1024px) {
  header nav .mmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header nav .mmenu .fab, header nav .mmenu .fas {
    font-size: 1.5rem;
    margin: 0.5rem;
    margin-bottom: 0;
  }
}
header .glNav {
  margin: 3rem 0 1rem;
}
@media (max-width: 1024px) {
  header .glNav {
    margin: 0 0 1rem;
    width: 100%;
  }
}
header .glNav li {
  margin: 0;
  display: block;
  height: 35px;
}
@media (max-width: 1024px) {
  header .glNav li {
    height: auto;
    text-align: center;
    border-bottom: solid 1px #707070;
  }
}
header .glNav li.ny {
  background-color: #C90A36;
}
header .glNav li a {
  opacity: 1;
  display: block;
  padding: 10px 0 10px 34px;
  font-size: 0.95rem;
}
@media (max-width: 1024px) {
  header .glNav li a {
    font-size: 17px !important;
    padding: 17px 0;
  }
}
header .glNav li a.menu-red {
  color: #ff3900 !important;
  font-size: 0.875rem !important;
}
header .glNav li:hover {
  background-color: #322850;
  color: #FFF;
  opacity: 1;
}
@media (max-width: 1024px) {
  header .glNav li:hover {
    width: auto;
    padding-top: auto;
    color: #333;
    background-color: transparent;
  }
}
header .glNav li:hover a {
  color: #FFF;
}
@media (max-width: 1024px) {
  header .glNav li:hover a {
    color: #333;
  }
}
header .glNavInf {
  display: none;
  width: 100%;
  margin: 1rem auto;
  padding: 1rem 0;
  border-top: solid 1px #333;
}
header .glNavInfItems {
  max-width: 300px;
  margin: auto;
}
header .glNavInfItems li {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  header .glNavInf {
    display: block;
  }
}
header .glNav2nd {
  position: fixed;
  height: 100vh;
  left: 230px;
  top: 0;
  width: 0;
  background-color: hsla(255, 33%, 24%, 0.75);
  visibility: hidden;
}
@media (max-width: 1024px) {
  header .glNav2nd {
    position: relative;
    height: auto;
    left: 0;
    width: auto;
    visibility: visible;
  }
  header .glNav2nd li a {
    color: #FFF;
    margin: 0 1rem;
  }
}
@media (max-width: 1024px) {
  header .haveChild {
    display: block;
    position: relative;
  }
  header .haveChild::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 10px;
  }
  header .haveChild > a {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  header .haveChild.opene {
    display: block;
    position: relative;
  }
  header .haveChild.opene::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  header .haveChild2 {
    display: block;
    position: relative;
  }
  header .haveChild2::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 10px;
    color: #FFF;
  }
  header .haveChild2 > a {
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  header .haveChild2.opened {
    display: block;
    position: relative;
  }
  header .haveChild2.opened::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 10px;
  }
}
header .glNav3rd {
  position: fixed;
  height: 100vh;
  left: 430px;
  top: 0;
  width: 0;
  background-color: hsla(255, 33%, 24%, 0.9);
  visibility: hidden;
}
@media (max-width: 1024px) {
  header .glNav3rd {
    position: relative;
    height: 0;
    left: 0;
    width: auto;
    visibility: visible;
    background-color: hsla(255, 18%, 63%, 0.75);
  }
}
@media (max-width: 1024px) {
  header .glNav3rd li {
    border-bottom: none;
  }
}
@media (max-width: 1024px) {
  header .haveChild ul {
    display: none;
  }
}
@media (max-width: 1024px) {
  header .haveChild2 ul {
    display: none;
  }
}
header .about:hover .about2 {
  width: 200px;
  visibility: visible;
  padding-top: 304px;
}
@media (max-width: 1024px) {
  header .about:hover .about2 {
    width: auto;
    padding-top: auto;
    padding-top: 0;
  }
}
header .about:hover .about2 li a {
  color: #FFF;
  opacity: 1;
}
header .about:hover .about2 li:hover {
  background-color: hsla(255, 18%, 63%, 0.75);
  opacity: 1;
}
@media (max-width: 1024px) {
  header .about:hover .about2 li:hover {
    background-color: transparent;
    color: #FFF;
  }
}
@media (max-width: 1024px) {
  header .about .about3 ul {
    width: auto;
    padding-top: 0;
    height: auto;
  }
}
header .about .about3:hover .glNav3rd {
  width: 200px;
  visibility: visible;
  padding-top: 444px;
}
@media (max-width: 1024px) {
  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;
}
header .about .about3:hover li:hover {
  background-color: hsla(255, 18%, 63%, 0.75);
  opacity: 1;
}
header .sanpai:hover .sanpai2 {
  width: 200px;
  visibility: visible;
  padding-top: 339px;
}
@media (max-width: 1024px) {
  header .sanpai:hover .sanpai2 {
    width: auto;
    padding-top: 0;
  }
}
header .sanpai:hover .sanpai2 li a {
  color: #FFF;
  opacity: 1;
}
header .sanpai:hover .sanpai2 li:hover {
  background-color: hsla(255, 18%, 63%, 0.75);
  opacity: 1;
}
header .ceremony:hover .ceremony2 {
  width: 200px;
  visibility: visible;
  padding-top: 374px;
}
@media (max-width: 1024px) {
  header .ceremony:hover .ceremony2 {
    width: auto;
    padding-top: 0;
  }
}
header .ceremony:hover .ceremony2 li a {
  color: #FFF;
  opacity: 1;
}
header .ceremony:hover .ceremony2 li:hover {
  background-color: hsla(255, 18%, 63%, 0.75);
  opacity: 1;
}
header .enmusubi:hover .enmusubi2 {
  width: 240px;
  visibility: visible;
  padding-top: 409px;
}
@media (max-width: 1024px) {
  header .enmusubi:hover .enmusubi2 {
    width: auto;
    padding-top: 0;
  }
}
header .enmusubi:hover .enmusubi2 li a {
  color: #FFF;
  opacity: 1;
}
header .enmusubi:hover .enmusubi2 li:hover {
  background-color: hsla(255, 18%, 63%, 0.75);
  opacity: 1;
}
header .ofuda:hover .ofuda2 {
  width: 200px;
  visibility: visible;
  padding-top: 444px;
}
@media (max-width: 1024px) {
  header .ofuda:hover .ofuda2 {
    width: auto;
    padding-top: 0;
  }
}
header .ofuda:hover .ofuda2 li a {
  color: #FFF;
  opacity: 1;
}
header .ofuda:hover .ofuda2 li:hover {
  background-color: hsla(255, 18%, 63%, 0.75);
  opacity: 1;
}
header .hikawasai:hover .hikawasai2 {
  width: 200px;
  visibility: visible;
  padding-top: 479px;
}
@media (max-width: 1024px) {
  header .hikawasai:hover .hikawasai2 {
    width: auto;
    padding-top: 0;
  }
}
header .hikawasai:hover .hikawasai2 li a {
  color: #FFF;
  opacity: 1;
}
header .hikawasai:hover .hikawasai2 li:hover {
  background-color: hsla(255, 18%, 63%, 0.75);
  opacity: 1;
}
header .subNav {
  margin: 0.5rem 0;
}
@media (max-width: 1024px) {
  header .subNav {
    margin: 0 auto;
    width: 280px;
  }
}
header .subNav li {
  margin: 0;
  padding: 10px 0 10px 40px;
  display: block;
  font-size: 0.95rem;
}
@media (max-width: 1024px) {
  header .subNav li {
    margin-left: 1rem;
    padding-left: 0;
    text-align: center;
  }
  header .subNav li a {
    font-size: 18px !important;
  }
}
header .mediaNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 60px 0 40px;
}
header .mediaNav .fab, header .mediaNav .fas {
  font-size: 1rem;
}

/* max-width: 768px */
/*
FOOTER
*/
footer {
  margin-left: 230px;
  border-top: 1px solid #707070;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  footer {
    margin-left: 0;
  }
}
footer .upper {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-bottom: 24px;
  border-bottom: 1px solid #707070;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .upper li {
  font-size: 1.3rem;
  padding-bottom: 1rem;
}
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;
}
@media (max-width: 580px) {
  footer .middle {
    padding-top: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
footer .middle li {
  padding: 0 0.5rem 1rem;
}
footer .lower {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  max-width: 1040px;
  margin: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .lower .me {
  font-size: 18px;
}
@media (max-width: 580px) {
  footer .lower {
    display: block !important;
  }
}
footer .mediaNav li {
  font-size: 2rem;
  margin-right: 1rem;
}

/*
FORM
*/
.form {
  /* input[type=text]:nth-child(2) {margin-top: 4rem;} */
}
.form .infoRequired {
  font-size: 0.8rem;
  color: #333;
  white-space: nowrap;
}
.form .infoRequired span {
  display: inline-block;
  margin-left: 0.2rem;
}
.form .infoRequired .red.linkBtn {
  display: block;
  padding-top: 1rem !important;
  font-size: 1rem;
}
.form .infoRequired .red.linkBtn::after {
  content: " >>";
}
@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.6rem 0.2rem 0 0;
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .form dt {
    width: 100%;
    text-align: left;
    margin-bottom: 0.3rem;
  }
}
.form .infoName.para {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .infoName.para span {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #333;
}
.form .infoName.para span input[type=text] {
  max-width: 10rem;
  margin: 0 0.2rem;
}
.form .infoName .coop {
  padding-top: 2rem;
}
.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 .ofuda-u {
  width: 100%;
}
.form .ofuda-u 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 .ofuda-u dd {
    width: 100%;
  }
}
.form select {
  /* -webkit-appearance: none; */
}
.form input[type=text],
.form textarea,
.form select {
  border-bottom: 1px solid #C8C8C8;
  vertical-align: 0;
}
.form select {
  text-align: center;
}
@media (max-width: 580px) {
  .form select {
    margin-bottom: 1rem;
  }
}
.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: 0 0 1rem;
}
.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 0px 12px;
  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: 0;
  padding: 0;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  position: relative;
}

.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 */