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

style.css

***************************************************************/
/* Reset CSS */
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

form {
  margin: 0;
  padding: 0;
}

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

li img, dt img, dd img {
  vertical-align: top;
}

a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

figure {
  margin: 0;
  padding: 0;
}

/*  link
-----------------------------------------------------------------------------*/
a {
  color: #d06082;
}

a:visited {
  color: #d06082;
}

a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

a img {
  border: 0;
}

/*  font
-----------------------------------------------------------------------------*/
.txt14 {
  font-size: 14px;
  line-height: 18px;
}

.txt12 {
  font-size: 12px;
  line-height: 16px;
}

.txt10 {
  font-size: 10px;
  line-height: 13px;
}

.txt_b {
  font-weight: bold;
}

.comment {
  font-size: 12px;
  color: #999;
}

/*  align
-----------------------------------------------------------------------------*/
.align_r {
  text-align: right;
}

.align_c,
.text-center {
  text-align: center;
}

.align_l {
  text-align: left;
}

.valign_m {
  vertical-align: middle;
}

/*  float
-----------------------------------------------------------------------------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

/*  margin
-----------------------------------------------------------------------------*/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.row {
  margin: 15px 0;
}

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



/*  responsive
-----------------------------------------------------------------------------*/
@media screen and (min-width: 680px) {
  .pc-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 679px) {
  .sp-hidden {
    display: none !important;
  }
}

/*  common
-----------------------------------------------------------------------------*/
/* Hr */
hr.dotted {
  border: 0;
  border-bottom: 1px dotted #ccc;
  margin: 40px 0;
  position: relative;
  overflow: visible;
}

hr.dotted:before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  background: #cd5979;
  position: absolute;
  top: -2px;
  left: 0;
}

/* Img */
.img-responsive {
  max-width: 100%;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Link */
a.more {
  display: block;
  text-align: right;
  font-size: 112.5%;
  text-decoration: none;
  color: #444;
  font-weight: 700;
  letter-spacing: -4px;
}

a.more .kanji {
  letter-spacing: 1px;
  padding-left: 2px;
}

/* Body */
body {
  font-family: " メイリオ", Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック",
 "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #777777;
}

/* Wrapper */
#wrapper {
  margin: 0 auto;
  width: 100%;
}

/* Contents */
h1,
h2,
h3,
h5,
h6 {
  margin-bottom: 20px;
}

.mainImg {
  overflow: hidden;
  margin-bottom: 20px;
}

article {
  overflow: hidden;
}

article > div {
  margin: 0 auto 50px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 auto 15px;
  text-align: right;
  font-size: 85%;
}

.breadcrumb li {
  display: inline-block;
  padding: 0 5px;
}

.breadcrumb li a {
  color: #777777;
  text-decoration: none;
}

#main section {
  margin-bottom: 60px;
}

/* Banner */
.banner {
  position: relative;
  overflow: auto;
}

.banner li {
  list-style: none;
}

.banner ul li {
  float: left;
}

@media screen and (min-width: 680px) {
  footer,
  header,
  nav {
    min-width: 1180px;
  }
  #main {
    width: 1190px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #b28500;
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #b28500;
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #b28500;
    font-size: 100%;
  }
}

@media screen and (max-width: 679px) {
  .fl,
  .fr {
    width: 100%;
    float: none;
  }
  /* facebook */
  #facebook iframe {
    width: 100%;
  }
  /* twitter */
  #twitter {
    width: 100%;
    height: 500px;
    overflow: auto;
  }
  /* aside */
  aside nav ul li a {
    display: block;
    padding: 10px 0 10px 5px;
  }
}

*[id]::before {
  content: "";
  display: block;
  height: 140px;
  margin-top: -140px;
  visibility: hidden;
}

.more-btn {
  display: block;
  color: #ffffff !important;
  text-align: center;
  background-color: #414141;
  vertical-align: middle;
  height: 39px;
  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;
  text-decoration: none !important;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  background-color: #eeeeee;
  margin-top: 30px;
}

.post-item {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #eee;
}

.post-item time {
  margin-right: 15px;
}

header {
  background: rgba(255, 255, 255, 0.68);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-top: 40px solid #382B28;
}

header .header {
  position: relative;
  margin: 0 auto;
}

header h1 {
  margin: 0 auto;
}

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

header li {
  float: left;
}

header #subnav {
  position: absolute;
  right: 0;
  top: -21px;
  width: 500px;
}

#subnav > ul {
  position: absolute;
  top: -4px;
  right: 205px;
}

header #subnav > ul > li > a > img {
  display: table-cell;
  vertical-align: top;
  margin: 0 5px;
}

header #font ul {
  position: absolute;
  top: -15px;
  right: 0;
  display: table;
  background: #EFEFEF;
  padding: 5px;
}

header #font ul li {
  border-right: 1px solid #ccc;
}

header #font ul li:first-child {
  font-size: 95%;
  background: #DDDDDD;
  padding: 2px;
}

header #font ul li:last-child {
  border-right: none;
}

header #font ul li:nth-child(n+2) span {
  padding: 3px 8px;
  margin: 0 4px;
  font-size: 82%;
  cursor: pointer;
}

header #font ul li:nth-child(n+2) span.active {
  color: #FFF;
  background-color: #999;
}

@media screen and (min-width: 680px) {
  header h1 {
    max-width: 200px;
  }
  header .header {
    width: 1180px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 679px) {
  header {
    position: relative;
    border-top: 2px solid #382B28;
  }
  header .header {
    padding: 20px 0 10px;
  }
  header h1 {
    width: 150px;
  }
  header #subnav {
    display: none;
  }
}

footer div {
  width: 25%;
}

footer {
  background: #D7DEDF;
  overflow: hidden;
  padding: 40px 0 0;
  margin: 60px 0 0;
}

footer li a {
  color: #D05F81;
}

.footer {
  margin: 0 auto;
}

.footer > div > ul {
  margin-bottom: 10px;
}

.footer > div > ul > li {
  margin: 5px 0;
}

.footer > div > ul > li a {
  color: #666666;
  text-decoration: none;
  margin-left: 30px;
}

.footer > div > ul > li:first-child {
  background: url("../../common/img/footer/icon_arrow.png") left center no-repeat;
}

.footer > div > ul > li:first-child a {
  color: #D06082;
  text-decoration: underline;
  margin: 0;
  padding-left: 20px;
}

footer .list-inline {
  display: table;
  margin: auto;
}

footer .list-inline > li {
  display: inline-block;
  margin: 0 5px;
}

footer .copy {
  text-align: center;
  background: #FFFFFF;
  padding: 10px 0 20px;
}

.footer .fl:nth-child(4) > a > img {
  margin-bottom: 20px;
}

.footer .fl:nth-child(4) > p {
  margin-bottom: 10px;
}

@media screen and (min-width: 680px) {
  /* Footer */
  .footer {
    width: 980px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 679px) {
  .footer {
    display: none;
  }
  footer {
    margin: 5% 0 0;
    padding: 5% 0 0;
  }
  footer .copy {
    background: #D7E1E1;
    font-size: 80%;
  }
  #page-top a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    font-size: 62.5%;
  }
}

@media screen and (min-width: 680px) {
  /* sidenav
  ---------------------------------------*/
  #middle aside {
    float: left;
    width: 21%;
    /*background:#ccc;*/
    max-width: 234px;
  }
  #middle aside .sidenav {
    border: 1px solid #eeeeee;
    background: #ffffff;
    margin-bottom: 30px;
  }
  #middle aside ul > li {
    margin-bottom: 10px;
  }
  #middle aside .sidenav h2 {
    margin-bottom: 0;
    background: url(../img/sidebar/sidebar_bg_ttl.jpg) 0 0 no-repeat;
    color: #333;
    font-family: "游明朝", "Sawarabi Mincho", serif;
    font-weight: 400;
    font-size: 1.2em;
    padding: 15px 20px;
    letter-spacing: 0.1em;
  }
}

.recent-posts {
  padding-top: 10px;
}

.recent-posts li {
  padding-right: 15px;
  padding-left: 15px;
}

.recent-posts li time {
  display: block;
}

/* Fonts */
/* Text */
.kanji {
  font-family: "游明朝", "Sawarabi Mincho", serif;
  font-weight: 700;
  letter-spacing: 0.2rem;
}

.tit .kanji {
  color: #333333;
  font-size: 1em;
  display: inherit;
}

.hannari {
  font-family: "Hannari";
  line-height: 1;
  font-weight: 300;
  color: #444;
}

.tit-h3 {
  background: url("../img/main/h3_tit.png") left 2px no-repeat;
  background-size: 22px 22px;
  padding: 10px 0 10px 40px;
  font-size: 137.5%;
}

.tit-h4 {
  font-size: 115%;
}

.text {
  font-size: 100%;
  line-height: 2;
  margin-bottom: 1em;
}

/* table */
.table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  margin: 10px 2% 30px;
  width: 96%;
}

.table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #CDE6C4;
  padding: 2%;
  width: 15%;
  white-space: nowrap;
}

.table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 2%;
  width: 70%;
}

.simple {
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

.simple th {
  border-bottom: 1px solid #ccc;
  padding: 2%;
  width: 15%;
  text-align: left;
}

.simple td {
  border-bottom: 1px solid #ccc;
  padding: 2%;
  width: 70%;
}

@media screen and (max-width: 679px) {
  #main td,
  #main th {
    display: block;
    width: 100%;
  }
}

/* Grid */
.flex-row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

*[class^="col-"] {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

@media screen and (max-width: 679px) {
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9 {
    width: 100%;
  }
}

@media screen and (min-width: 680px) {
  nav {
    clear: both;
    background: url("../img/header/naviback.jpg");
    background-size: auto 100%;
    border: 2px solid #ffffff;
    box-shadow: 0 0 37px 0 #b3b3b3;
    -moz-box-shadow: 0 0 37px 0 #b3b3b3;
    -webkit-box-shadow: 0 0 37px 0 #b3b3b3;
    max-width: 1189px;
    margin: -60px auto 0;
    position: relative;
  }
  #middle nav {
    margin-top: 150px;
  }
  nav ul {
    max-width: 980px;
    margin: 0 auto;
  }
  nav span {
    display: none;
  }
  nav li {
    display: inline-block;
    padding: 6px 2%;
  }
  nav li:first-child {
    border: none;
  }
  nav li a {
    display: inline-block;
    padding: 2% 0;
  }
  #middle .nav {
    padding: 15px;
  }
  #middle .nav li a {
    color: #777777;
    font-size: 105%;
    text-decoration: none;
  }
  #middle .nav > li > a {
    display: block;
    border-bottom: 1px dotted #777;
    padding-bottom: 10px;
  }
  #middle .nav > li > ul.list-child > li {
    padding: 10px 0 0 20px;
    background: url("../img/icon/list_icon.png") left 50% no-repeat;
  }
}

@media screen and (max-width: 679px) {
  nav {
    clear: both;
    margin: 0 0 5%;
  }
  nav ul {
    width: 100%;
    box-shadow: 0 0 37px 0 #b3b3b3;
    -moz-box-shadow: 0 0 37px 0 #b3b3b3;
    -webkit-box-shadow: 0 0 37px 0 #b3b3b3;
    overflow: hidden;
    background: #dadada;
  }
  nav li {
    float: left;
    /*padding: 4%;*/
    background: url("../img/header/naviback.jpg");
    background-size: 100%;
    border: 5px solid #ffffff;
    margin: 0 auto 10px;
  }
}

* html .layer_board_bg,
* html .layer_board {
  position: absolute;
}

.layer_board_bg {
  position: fixed !important;
  width: 100%;
  height: 100%;
  z-index: 99998;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}

.layer_board {
  display: none;
  /*position: fixed !important;*/
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0%;
  margin: 50px auto 0px auto;
  text-align: left;
  z-index: 99999;
  width: 85%;
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_close {
  position: absolute;
  right: -30px;
  top: -40px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .layer_board {
    margin: 30px auto 0px auto;
    width: 95%;
  }
  .btn_close {
    right: -15px;
    top: -15px;
  }
  .btn_close img {
    width: 45px;
    margin: 0 auto 6px;
  }
}

/*@media (min-width: 769px) { */
.layer_board .pop_main img {
  max-height: 85vh;
  margin: 0 auto;
}

/*}
/*
@media (max-width: 768px) {
	.layer_board .pop_main img {
		width: 100%;
		margin: 0 auto;
	}
}*/
.btn_close {
  text-align: right;
  margin-bottom: 10px;
}

.popup_fixed {
  position: fixed;
}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  /*  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);*/
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #000;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #666;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*************************************

		#top

*************************************/

#prayer .box.fl {
  background: url("../../img/top/bg_gokitou.png") center center no-repeat;
}

#prayer .box {
  padding: 30px 2% 20px;
  border: 1px solid #d19b9d;
  width: 49%;
}

#prayer .box ul li:nth-child(even) {
  width: 100%;
  float: left;
  margin: 4% 0 0;
}

#prayer .box ul li:nth-child(even) + li {
  float: right;
  margin: 4% 0 0;
}

#prayer .box.fr {
  background: url("../../img/top/bg_bridal.png") center center no-repeat;
}

#feeds dl span {
  display: none;
}

.news-container {
  padding-right: 15px;
  padding-left: 15px;
}

.news-container li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.news-container li time {
  margin-right: 1em;
}

@media screen and (min-width: 680px) {
  #wrapper .bx-wrapper {
    min-width: 1180px;
  }
  #toppage article {
    margin: 10px 15px;
  }
  #prayer {
    width: 100%;
  }
  #prayer > .row > .fl {
    width: 670px;
  }
  #eventlist li {
    margin-bottom: 10px;
  }
  #information {
    width: 100%;
    padding-top: 50px;
  }
  #information h2 {
    text-align: center;
    border-bottom: 1px dotted #333;
    position: relative;
    margin-bottom: 50px;
  }
  #information h2 img {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 2px 4px 0 0;
    background: #fff;
  }
  #information > .fl {
    width: 669px;
    font-size: 95%;
  }
  #information .boxwrap .box {
    width: 48%;
  }
  #information .boxwrap.fl {
    width: 50%;
    max-width: 315px;
  }
  #information .boxwrap.fr {
    width: 50%;
    max-width: 258px;
  }
  #news {
    width: 100%;
    border: 4px solid #e0e0e0;
    padding: 10px 15px 30px;
    margin-bottom: 40px;
  }
  #news h3 {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
  }
  #news h3 span {
    position: absolute;
    top: 0;
    right: 0;
  }
  #news dl {
    padding: 10px;
  }
  #news dl dd,
  #news dl dt {
    display: inline-block;
  }
  #news dl dt {
    width: 20%;
    vertical-align: top;
  }
  #news dl dd {
    width: 77%;
  }
  #twitter {
    float: right;
    width: 438px;
    height: 500px;
    overflow: auto;
  }
  #banner > .row {
    position: relative;
  }
  #banner > .row.bridal > p {
    position: absolute;
    top: 100px;
    left: 3%;
    right: 0;
    margin: auto;
    width: 25%;
    font-size: 85%;
    color: #fff;
  }
  #banner > .row.tenjinsan > p {
    position: absolute;
    top: 64px;
    left: 315px;
    right: 0;
    width: 33%;
    font-size: 85%;
  }
  #banner > .row > p > a {
    display: block;
    text-align: right;
    margin-top: 5px;
  }
}

@media screen and (max-width: 679px) {
  #toppage nav li img,
  #main img {
    /*width:100%;*/
    max-width: 100%;
    height: auto;
  }
  #toppage nav li {
    padding: 4%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  #toppage nav li:nth-child(1) {
    width: 51.4%;
    padding: 4% 23%;
  }
  #toppage nav li:nth-child(2) {
    width: 36.4%;
    border-right: 5px solid #ffffff;
  }
  #toppage nav li:nth-child(3) {
    float: right;
    width: 40.4%;
    border-left: 5px solid #ffffff;
  }
  #toppage nav li:nth-child(4) {
    clear: both;
    width: 36.4%;
    border-right: 5px solid #ffffff;
  }
  #toppage nav li:nth-child(5) {
    float: right;
    width: 40.4%;
    border-left: 5px solid #ffffff;
  }
  #toppage nav li a {
    display: inline-block;
    padding: 2% 0;
  }
  /* main */
  #toppage #news dl {
    margin: 0 5%;
  }
  #toppage #news dl dd {
    margin-bottom: 7%;
  }
  #toppage aside ul li {
    float: left;
    width: 40%;
    margin: 5%;
  }
  #toppage aside ul + ul > li {
    float: left;
  }
  #toppage aside ul + ul > li.tel {
    width: 90%;
  }
  #toppage aside ul + ul > li.mail {
    width: 12%;
  }
  /* prayer */
  #prayer .bnr li.fl {
    width: 58.666%;
    float: left;
  }
  #prayer .bnr li.fr {
    width: 37.6666%;
    float: right;
  }
  /* eventlist */
  #eventlist ul {
    width: 96%;
    margin: 20px auto 0;
    overflow: hidden;
  }
  #eventlist li {
    float: left;
    width: 17%;
    margin: 0 0 0 3%;
  }
  #eventlist li:first-child {
    margin: 0;
  }
#eventlist li:nth-child(2) {

}
  #eventlist li:nth-child(5) {
    display: none;
  }
#eventlist li:last-child {
    /*display: none;*/
}
}

/*************************************

	#middle

*************************************/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #d05e80;
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 0;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #fff;
}

#page-top a:hover {
  text-decoration: none;
}

#middle #main h1 {
  margin-bottom: 30px;
}

#middle #main h1.tit {
  background: url("../img/main/h1_tit.png") left 0 no-repeat;
  background-size: 42px 42px;
  padding: 0 0 0 50px;
  font-size: 187.5%;
  font-weight: 300;
  color: #444;
  line-height: 42px;
}

#middle #main .entry h1.tit {
  font-size: 137.5%;
  line-height: 1.4;
}

#middle #main h2.tit {
  background: url("../img/main/h2_tit.png") left 45% no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 5px 30px;
  font-size: 162.5%;
}

#middle #main h3 {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 20px;
  position: relative;
  padding: 4px 0 4px 2%;
}

#middle #main h3.tit {
  background: url("../img/main/h3_tit.png") 2px 50% no-repeat;
  background-size: 16px 16px;
  padding: 5px 0 5px 30px;
  font-size: 137.5%;
}

#middle #main h4.tit {
  background: url("../img/main/h4_tit.png") 2px 50% no-repeat;
  background-size: 16px 16px;
  padding: 5px 0 5px 30px;
  font-size: 137.5%;
}

#middle.saijireki #main h3:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 6px;
  height: 24px;
  background: #d05e80;
  margin: 0 8px 0 0;
}

#middle #main h3.tit img {
  max-height: 22px;
}

/* tenjin */
#middle.tenjin #hokonagashi dl dd {
  margin-bottom: 15px;
}

#middle.tenjin #main .banner a img {
  max-width: 270px;
}

@media screen and (min-width: 680px) {
  /* main
  ---------------------------------------*/
  #middle article {
    overflow: hidden;
  }
  #middle.page_employ article {
    overflow: visible;
  }
  #middle article h1 {
    margin-bottom: 30px;
    background: url("../img/main/bg_h1.gif") no-repeat;
    padding: 16px;
  }
  #middle article {
    float: right;
    width: 80%;
    /*background:#000;*/
    max-width: 907px;
  }
  #middle section .row .img.fl,
  #middle section .row .img.fr {
    width: 40%;
  }
  #middle section .row .box.fl,
  #middle section .row .box.fr {
    width: 55%;
  }
  #middle section .row .box.fl p,
  #middle section .row .box.fr p {
    margin: 0 auto 20px;
  }
  #middle section.sec04 .row .box.fl {
    width: 41%;
    margin-left: 50px;
    min-height: 256px;
  }
  #middle #main {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #middle h3 img {
    max-width: 100%;
    /*max-height: 20px*/
  }
}

@media screen and (max-width: 679px) {
  #middle #main .row .boder img {
    width: 80%;
    height: auto;
    margin: 10% auto 0;
  }
  #middle section .img {
    padding-bottom: 15px;
  }
  #middle section .box {
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #middle article {
    float: none;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  #middle aside {
    display: none;
  }
  #middle #navi li img {
    display: none;
  }
  #middle nav li a:before {
    content: attr(data-label);
  }
  #middle nav li:after {
    content: ">";
    display: block;
    display: inline-block;
    color: #ccc;
    font-size: 120%;
    margin: 0 10px 0 auto;
    position: absolute;
    top: 16px;
    right: 5px;
  }
  #middle nav li {
    width: 100%;
    position: relative;
    background: none;
    border: none;
    margin: 0;
    border-bottom: 1px dotted #ccc;
  }
  #middle nav ul {
    display: none;
  }
  #middle nav ul {
    position: absolute;
    top: 62px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 13px 14px -7px rgba(181, 181, 181, 0.7);
    -moz-box-shadow: 0px 13px 14px -7px rgba(181, 181, 181, 0.7);
    -webkit-box-shadow: 0px 13px 14px -7px rgba(181, 181, 181, 0.7);
    z-index: 999;
  }
  #middle nav ul a {
    /*text-shadow: 2px 2px 4px #ccc;*/
    text-decoration: none;
    font-weight: bold;
    font-size: 105%;
    font-family: "Sawarabi Mincho";
    padding: 4%;
    display: block;
  }
  #middle nav ul a:hover,
  #middle nav ul a:active {
    /*text-shadow: 2px 2px 4px #ccc;*/
    text-decoration: none;
    font-weight: bold;
    font-size: 105%;
    padding: 4%;
    display: block;
    background-color: #d06082;
    color: #fff;
  }
  #middle nav span {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    text-indent: -999em;
    background: url(../img/header/menu_btn.gif) no-repeat;
    /* Safari 3.0 */
    /* Gecko 1.9.2 (Firefox 3.6) */
    /* Opera 9.5 */
    background-size: 100% auto;
    /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
    height: 50px;
    z-index: 999;
  }
  #middle nav span.active {
    background: url(../img/header/menu_btn_close.gif) no-repeat;
    /* Safari 3.0 */
    /* Gecko 1.9.2 (Firefox 3.6) */
    /* Opera 9.5 */
    background-size: 100% auto;
    /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  }
  #middle nav .mainnavi {
    position: absolute;
    top: 62px;
    width: 100%;
    box-shadow: 0px 13px 14px -7px rgba(181, 181, 181, 0.7);
    -moz-box-shadow: 0px 13px 14px -7px rgba(181, 181, 181, 0.7);
    -webkit-box-shadow: 0px 13px 14px -7px rgba(181, 181, 181, 0.7);
    z-index: 999;
  }
  #middle #main {
    width: 96%;
    margin: 0 auto;
  }
  #middle .nav li a {
    color: #777777;
    font-size: 105%;
    text-decoration: none;
  }
  #middle .nav > li > a {
    display: block;
    border-bottom: 1px dotted #777;
    padding: 10px 0;
  }
  #middle .nav > li:nth-child(2) > ul > li {
    padding: 10px 0 0 20px;
    background: url(../img/icon/list_icon.png) left 50% no-repeat;
  }
}

/*************************************

	about,access

*************************************/
@media screen and (min-width: 680px) {
  /* .about */
  #middle.about .sec01 {
    background: url("../../img/about/bg_section.jpg");
    padding: 10px;
  }
  #middle.about .sec01 p {
    font-size: 105%;
  }
  #middle.about .sec04 .box {
    background: url("../../img/about/bg_footer_bnr.gif");
    padding: 10px;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    min-height: 200px;
  }
  #middle.about .sec04 .box span a {
    display: block;
    text-align: right;
    margin: 20px 0 0;
  }
  /* .access */
  #middle.access .sec01 .box.fl,
  #middle.access .sec02 .box.fl {
    width: 38%;
  }
  #middle.access .sec01 .img.fr,
  #middle.access .sec02 .img.fr {
    width: 61%;
  }
  #middle.access .box dl {
    margin: 0 0 10px;
  }
  #middle.access .box h3 {
    padding: 10px 0 0;
  }
  #middle.access #traffic h3 {
    display: inline-block;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-left: 0;
    padding-bottom: 5px;
    font-weight: 400;
    color: #333;
  }
  #middle.access #traffic p span {
    display: block;
    font-size: 85%;
    position: relative;
    padding-left: 15px;
  }
  #middle.access #traffic p span:before {
    content: "※";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #CB0003;
    font-weight: bold;
  }
  #middle.access #traffic .img {
    margin-top: 30px;
  }
  #middle.access #traffic .ifr-container {
    margin-top: 30px;
    width: 100%;
    height: 450px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 679px) {
  /* about */
  #middle.about .sec04 .box {
    width: 95%;
    background: url(../../img/about/bg_footer_bnr.gif);
    padding: 2%;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    min-height: 200px;
    margin-bottom: 30px;
  }
  /* access */
  #middle.access #traffic h3 {
    display: inline-block;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  #middle.access #traffic p span {
    display: block;
    font-size: 85%;
    position: relative;
    padding-left: 15px;
  }
  #middle.access #traffic p span:before {
    content: "※";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #CB0003;
    font-weight: bold;
  }
  #middle.access #traffic dl dd {
    margin-bottom: 10px;
  }
  #middle.access #traffic .ifr-container {
    margin-top: 30px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
  }
}

/*************************************

	keidai

*************************************/
@media screen and (min-width: 680px) {
  /* keidai */
  #middle.keidai ul .box {
    width: 22%;
    float: left;
    margin: 1%;
    text-align: center;
    border: 1px solid #777777;
    padding: 3px;
  }
  #middle.keidai ul .box .box-inner {
    border: 1px solid #CCCCCC;
    padding: 10px;
    position: relative;
  }
  #middle.keidai ul .box .box-inner:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/icon/icon_circle.png") left center no-repeat;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 20px;
  }
}

@media screen and (max-width: 679px) {
  /* keidai */
  #middle.keidai ul .box {
    width: 95%;
    float: left;
    margin: 1%;
    text-align: center;
    border: 1px solid #777777;
    padding: 3px;
  }
  #middle.keidai ul .box .box-inner {
    border: 1px solid #CCCCCC;
    padding: 10px;
    position: relative;
  }
  #middle.keidai ul .box .box-inner:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/icon/icon_circle.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 20px;
  }
}

/*************************************

	gokito

*************************************/
/* gokito */
#middle.gokito section.fl {
  width: 46%;
  margin-bottom: 15px;
  padding: 1%;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  background: #FFFFFF;
}

#middle.gokito section.fr {
  width: 46%;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 1%;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  background: #FFFFFF;
}

#middle.gokito section .sec-header h3 {
  padding-left: 20px;
  position: relative;
}

#middle.gokito section .sec-header h3:before {
  content: " ";
  display: block;
  width: 4px;
  height: 22px;
  background: #CF617F;
  position: absolute;
  top: 4px;
  left: 0;
}

#middle.gokito section .sec-body .text.fl {
  width: 60%;
}

#middle.gokito section .sec-body .img.fr {
  width: 30%;
}

.boder img {
  box-shadow: 0 0 9px -1px #999999;
  -moz-box-shadow: 0 0 9px -1px #999999;
  -webkit-box-shadow: 0 0 9px -1px #999999;
  border: 6px solid #fff;
}

#middle.gokito section#sec03 li.fl {
  margin-right: 3.886%;
}

#middle.gokito section#sec03 li.fl:last-child {
  margin-right: 0;
}

@media screen and (max-width: 679px) {
  /* gokito */
  #middle.gokito section.fl {
    width: 98%;
    margin-bottom: 15px;
    padding: 1%;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
    background: #FFFFFF;
  }
  #middle.gokito section.fr {
    width: 98%;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 1%;
    -webkit-box-shadow: 2px 2px 2px #ccc;
    box-shadow: 2px 2px 2px #ccc;
    background: #FFFFFF;
  }
  #middle.gokito section .sec-body .text.fl {
    width: 98%;
  }
  #middle.gokito section .sec-body .img.fr {
    width: 98%;
  }
  #middle.gokito section#sec03 li.fl {
    width: 47.333%;
    float: left;
    margin-bottom: 5%;
  }
  #middle.gokito section#sec03 li.fl:nth-child(even) {
    float: right;
    margin-right: 0;
  }
  article {
    width: 98%;
    margin: 0 auto;
  }
}

/*************************************

	saiji:tjm,ebisu,ume,saijireki,fukumusume

*************************************/
/*  saijireki */
.saijireki .tab li:first-child {
  margin: 0;
}

.saijireki .tab {
  overflow: hidden;
  margin-bottom: 0;
}

.saijireki .tab li {
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #ffe0e0)); */
  /* background: -webkit-linear-gradient(#f8cdd4, #fbeece); */
  background: -webkit-gradient(linear, left top, left bottom, from(#fffafa), to(#fffafa));
  background: linear-gradient(#fffafa, #fffafa);
  width: 8.33%;
  float: left;
  text-align: center;
  padding: 1.6% 0;
  margin: 0;
  /* border-left: 3px solid #fff; */
  /*border-top: 10px solid #fff;*/
  -webkit-box-shadow: 1px 1px 5px #999;
  box-shadow: 1px 1px 5px #999;
}

.saijireki .tab li.select {
  /* font-size: 16px; */
  background: -webkit-gradient(linear, left top, left bottom, from(#f8cdd4), to(#fbeece));
  background: linear-gradient(#f8cdd4, #fbeece);
  /* border-left: 1px solid #ccc; */
  /* border-right: 1px solid #ccc; */
  /* border-top: 1px solid #ccc; */
  /* border-bottom: none !important; */
  /* -webkit-box-sizing: border-box; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #333;
  /* text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px; */
}

.saijireki .tab li:hover {
  cursor: pointer;
  opacity: 0.7;
}

.saijireki .content li {
  background: #FFFAFA url("../../img/saijireki/bg_tab.gif") right bottom no-repeat;
  background: url("../../img/saijireki/bg_tab.gif") right bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fbeece), to(#f8cdd4));
  background: url("../../img/saijireki/bg_tab.gif") right bottom no-repeat, linear-gradient(#fbeece, #f8cdd4);
  background: url("../../img/saijireki/bg_tab.gif") right bottom no-repeat, -moz-linear-gradient(#fbeece, #f8cdd4);
  padding: 20px;
  /*border-left: 1px solid #ccc; */
  /*border-right:1px solid #ccc; */
  /*border-bottom: 1px solid #ccc;*/
}

.saijireki .hide {
  display: none;
}

.saijireki .tab-body > li > div {
  width: 100%;
  float: left;
}

.saijireki .tab-body > li > div:last-child {
  margin-right: 2%;
  margin-top: 20px;
}

.saijireki li table th {
  width: 120px;
  color: #d05e80;
}

.saijireki .section {
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 0 #999;
  box-shadow: 2px 2px 3px 0 #999;
}

.saijireki .section h3 {
  padding: 5px 12px;
  position: relative;
}

.saijireki .section h3::before {
  content: " ";
  width: 5px;
  height: 20px;
  background: #666666;
  position: absolute;
  top: 7px;
  left: 0;
}

.tab-body > li > div > .fl {
  width: 49%;
  margin: 0 0 25px;
  padding: 2%;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tab-body > li > div > :nth-child(even) {
  margin-left: 2%;
}

.tab-body > li > div > .fl.w100 {
  width: 40%;
}

.tab-body > li > div > .fl:not(:first-child):nth-child(odd) {
  clear: both;
}

.tab-body .sec-body .text.fl {
  width: 100%;
}

.tab-body .sec-body .text.fl p {
  line-height: 1.6;
}

.tab-body .sec-body span {
  display: inline-block;
  padding: 10px 0;
  border: 1px solid #ddd;
  width: 47%;
  margin: 1%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
}

.tab-body .sec-body .img.fl {
  margin-left: 4%;
}

.tab-body li span img {
  vertical-align: -2px;
  padding-right: 5px;
}

/* えびす祭 */
body.ebisu #main dl {
  margin-bottom: 1em;
}

body.ebisu #main dl dt {
  margin-top: 1em;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

body.ebisu #main dl dt span {
  padding-right: 0.25em;
}

body.ebisu #main dl dd {
  padding-left: 1em;
}

body.ebisu #main h4 {
  font-size: 100%;
}

@media screen and (min-width: 680px) {
  /* .tenjin */
  #middle.tenjin .sec01 .box.fl,
  #middle.tenjin .sec02 .row + .row .box.fl {
    width: 38%;
  }
  #middle.tenjin .sec01 .img.fr,
  #middle.tenjin .sec02 .row + .row .img.fr {
    width: 61%;
  }
  #middle.tenjin section .img.fr .row .fl,
  #middle.tenjin section .row + .row .img.fr .row .fr {
    width: 50%;
  }
}

@media screen and (max-width: 679px) {
  /* tenjin */
  #middle.tenjin #intro .row {
    margin: 0;
  }
  body.tenjin #intro .row p {
    width: 48%;
    float: left;
    margin-bottom: 15px;
    margin: 0 1% 2%;
  }
  body.tenjin #intro .row .banner {
    clear: both;
    width: 100%;
    overflow: hidden;
  }
  body.tenjin #history .row p {
    width: 48%;
    float: left;
    margin: 0 1% 2%;
  }
  #middle.tenjin #main .text {
    width: 100%;
  }
  /* saijireki */
  .saijireki .tab li {
    display: table-cell;
    width: 24.88666%;
    white-space: nowrap;
    font-size: 75%;
  }
  .saijireki .tab li:nth-child(7) {
    /*clear: both;*/
  }
  .tab-body > li > div > .fl {
    width: 100%;
    margin-bottom: 15px;
  }
  .tab-body > li > div > .fl:nth-child(even) {
    margin-left: 0;
  }
}

body.ume .parallax {
  width: 100%;
  height: 200px;
  background-attachment: fixed;
}

body.ume table.simple th {
  white-space: nowrap;
  background: #eee;
  padding: 15px;
}

body.ume img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body.ume table th span {
  font-size: 0.8em;
}

body.ume h3 img {
  width: auto;
  height: 26px;
}

body.ume .text {
  padding: 2%;
}

body.ume section#sec2 .fl {
  width: 60%;
}

body.ume .contact {
  font-size: 18px;
  color: #555;
  font-family: "游明朝",serif;
  vertical-align: middle;
  margin-left: 2%;
}

body.ume .contact span {
  padding: 5px;
  font-size: 2em;
  margin-right: 10px;
  vertical-align: middle;
}

body.ume .contact b {
  font-family: "游明朝",serif;
  margin-right: 1em;
}

body.ume .contact small {
  background-color: #d05e80;
  color: #fff;
  line-height: 1;
  padding: 2px 5px;
}

body.ume .twitter-row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 679px) {
  body.ume section#sec2 .fl {
    width: 100%;
  }
  body.ume #middle #main h3.wf-hannari img {
    max-height: 22px;
  }
  body.ume .contact b {
    display: block;
  }
}

@font-face {
  font-family: はんなり明朝;
  src: url("https://cdn.leafscape.be/hannari/hannari_web.woff2") format("woff2");
}

/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
-------------------------------------------------*/
#middle #main h3.tit {
  /*font-family: "はんなり明朝";*/
}

.wf-hannari {
  font-family: "Hannari";
}

#middle #main h3.tit img {
  max-height: 22px;
}

/*************************************

	tenjinsan

*************************************/
@media screen and (min-width: 680px) {
  /* tenjinsan */
  #main.tenjinsan section .poetry {
    display: table;
    margin: 0 auto;
  }
  #main.tenjinsan section .poetry .fl + .fl {
    margin-left: 15px;
  }
  #main.tenjinsan .sec04 .box span a {
    display: block;
    text-align: right;
    margin: 20px 0 0;
  }
  #main.tenjinsan .sec01 {
    background: url("../../img/about/bg_section.jpg");
    padding: 10px;
  }
  #main.tenjinsan .sec04 .box {
    background: url("../../img/about/bg_footer_bnr.gif");
    padding: 10px;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    min-height: 200px;
  }
  #main.tenjinsan .sec04 .box:nth-child(2) {
    margin: 0 auto;
    padding-bottom: 10px;
  }
  #main .sec04 .box:nth-child(2) span a {
    margin-top: 41px;
  }
  #middle #main section:last-child .box.fl p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #main.tenjinsan #relation section {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 679px) {
  /* tenjinsan */
  #main.tenjinsan .sec04 .box {
    width: 95%;
    background: url(../../img/about/bg_footer_bnr.gif);
    padding: 2%;
    -webkit-box-shadow: 2px 2px 3px #999;
    box-shadow: 2px 2px 3px #999;
    min-height: 200px;
    margin-bottom: 30px;
  }
  #main.tenjinsan .row:nth-child(2) .fl, #main.tenjinsan .row:nth-child(2).fr {
    width: 51%;
    float: none;
    margin: 0 auto;
  }
  #main.tenjinsan .sec01 .row:nth-child(2) .fl, #main.tenjinsan .row:nth-child(2).fr {
    width: 29%;
    min-width: 191px;
    float: none;
    margin: 0 auto;
  }
  #main.tenjinsan .row:nth-child(2) .fl, #main.tenjinsan .row:nth-child(2).fr {
    width: 70%;
    min-width: 191px;
    float: none;
    margin: 0 auto;
  }
  #main.tenjinsan .sec02 .row .fl {
    width: 29%;
    min-width: 191px;
    float: none;
    margin: 0 auto;
  }
  #main.tenjinsan .row span img {
    padding-top: 10px !important;
    margin-bottom: 0 !important;
  }
  #main.tenjinsan #relation section {
    margin-bottom: 15px;
  }
}

/*************************************

	sitemap

*************************************/
/* sitemap */
@media screen and (min-width: 680px) {
  body.sitemap section .fl {
    width: 24%;
  }
  body.sitemap section ul li {
    background: url("../../common/img/footer/icon_arrow.png") left center no-repeat;
    margin: 5px 0;
  }
  body.sitemap section ul li a {
    padding-left: 20px;
  }
}

@media screen and (max-width: 679px) {
  /* sitemap */
  body.sitemap section .fl {
    width: 100%;
  }
  body.sitemap section ul li {
    background: url(../../common/img/footer/icon_arrow.png) left center no-repeat;
    margin: 5px 0;
  }
  body.sitemap section ul li a {
    padding-left: 20px;
  }
}

/*************************************

  天神祭渡御行事保存協賛会

*************************************/
.togyo .table th {
  width: 1%;
}

.form {
  max-width: 100%;
  margin: auto;
  padding: 15px;
}

.form-parts {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.form-parts dt {
  width: 18%;
  margin-right: 2%;
}
.form-parts dd .zip_block {
    display: block;
    margin: 5px 0;
}
.form-parts dd .zip_block span {
    margin-right: 5px;
}


@media screen and (max-width: 679px) {
  .form-parts dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}

.form-parts dd {
  width: 80%;
}

.required span {
  font-size: 12px;
  background-color: #cc5978;
  color: #fff;
  line-height: 1;
  padding: 5px;
  float: right;
}

input,
textarea {
  border: solid 1px #ccc;
  width: auto;
  padding: 5px;
  border-radius: 5px;
}

button[type="submit"] {
  display: block;
  margin: 30px auto 0;
  width: 300px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #cc5978;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #999;
}

.notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 1em;
}

.notes li {
  margin-bottom: 10px;
}

@media screen and (max-width: 679px) {
  #main .table th,
  #main .table td {
    display: table-cell;
  }
  #main .table th {
    width: 20%;
  }
  #main .table td {
    width: 80%;
  }
  .tit .kanji {
    letter-spacing: 0;
  }
  .form-parts {
    display: block;
  }
  .form-parts dt,
  .form-parts dd {
    width: 100%;
  }
  .form-parts dd {
    padding-left: 0 !important;
  }
  .required span {
    float: none;
  }
  input,
  textarea {
    width: 100%;
  }
}

/*************************************

	employ

*************************************/
.signature {
  font-size: 115.5%;
  max-width: 205px;
  margin: 10px auto 0;
  color: #333;
  line-height: 1.2;
}

.signature-name {
  font-size: 1.5em;
}

.event {
  margin-bottom: 30px;
}

.event-title {
  font-size: 105%;
  color: #333;
  padding-left: 0 !important;
}

.jobtype-title {
  color: #333;
  padding: 5px 5px 5px 10px;
  font-size: 115%;
  font-family: "Sawarabi", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.table .jobtype-title {
  color: inherit;
  font-family: inherit;
  padding: 0;
}

.jobtype-1 .jobtype-title {
  background-color: #dcdddd;
}

.jobtype-2 .jobtype-title {
  background-color: #f19cb4;
}

.jobtype-3 .jobtype-title {
  background-color: #bae2f0;
}

.jobtype-4 .jobtype-title {
  background-color: #ffe57a;
}

.jobtype-desc {
  padding: 10px;
}
/*# sourceMappingURL=style.css.map */


#about_block {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#about_block > div {
    margin: 0 30px;
}
a.access_link {
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
}

a.access_link span::before {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../../img/top/icon_map.jpg) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin: 0 10px -6px 0;
}
#main section#prayer {
    margin: 0;
}
#information::before {display: none;}

.sp_bridal {
	display: none;
}

#middle .magazine article {
    float: none;
    width: 100%;
    max-width: 100%;
}
.magazine_list{
    margin: 0 0 100px;
}
.magazine_list li {
    width: 23%;
    display: inline-block;
    margin: 0 2% 50px 0;
}
.magazine_list li:nth-child(4n) {
    margin-right: 0;
}
.magazine_list li img {
    border: 1px solid #ccc;
}
@media screen and (max-width: 679px) {
.sp_bridal {
    display: block;
}
.sp_bridal_block {
    overflow: hidden;
    display: block;
    width: 100%;
}
.sp_bridal_block a {
    margin: 0;
    line-height: 0;
    position: relative;
    width: 20%;
    display: inline-block;
    float: left;
}
.sp_bridal_block a:nth-of-type(3) {
    width: 19.9%;
}
.sp_bridal_block a:first-child {
    width: 40%;
}
	
.magazine_list li {
    width: 48%;
    display: inline-block;
    margin: 0 2% 30px 0;
}
.magazine_list li:nth-child(3n) {
    margin-right: 2%;
}
.magazine_list li:nth-child(2n) {
    margin-right: 0;
}
}

/*privacy-policy*/
.privacy-policy section{
	width: 80%;
	margin: 50px 10%;
}
ol.privacy-policy_list{
	width: 100%;
	display: block;
}
ol.privacy-policy_list > li{
	margin: 0 0 20px 30px;
	list-style: decimal outside;
}
ol.privacy-policy_list ul {
	margin: 10px 0 0;
}
ol.privacy-policy_list ul li{
	margin: 0 0 0 30px;
	list-style: disc outside;
}
ol.privacy-policy_list li p.title{
	margin: 0 0 10px;
	font-weight: bold;
}
ol.privacy-policy_list li p.address{
	margin: 10px 0 0;
}
/*transaction*/
.transaction section{
	width: 80%;
	margin: 50px 10%;
}
ol.transaction_list{
	width: 100%;
	display: block;
}
ol.transaction_list li{
	margin: 0 0 20px 30px;
	list-style: decimal outside;
}
ol.transaction_list li p.title{
	margin: 0 0 10px;
	font-weight: bold;
}
/*apply*/
#middle.apply #main h1{
	margin: 30px auto 80px;
	display: table;
}
.apply_contents{
	text-align: center;
}
.apply_contents h2 br{
	display: none;
}
.apply_contents p{
	line-height: 30px;
	margin: 0 0 20px;
	font-size: 18px;
}
ul.apply_list{
	width: auto;
	margin: 100px auto;
	display: table;
}
ul.apply_list li{
	float: left;
}
ul.apply_list li:first-child{
	margin: 0 50px 0 0;
}
ul.apply_list li a{
	width: 350px;
	height: 250px;
	line-height: 20px;
	padding: 30px 0 0 30px;
	display: block;
	text-decoration: none;
	border: 1px solid #b28500;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #b28500;
	font-size: 14px;
	color: #555;
	background: url("../../img/apply/apply_list1.jpg") right bottom no-repeat;
	background-size: cover;
}
ul.apply_list li:last-child a{
	background: url("../../img/apply/apply_list2.jpg") right bottom no-repeat;
	background-size: cover;
}
ul.apply_list li a span{
	margin: 0 0 15px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.apply_notice{
	width: 750px;
	margin: 0 auto 50px;
	padding: 30px;
	background: #f8f8f8;
}
#middle #main .apply_notice h3{
	margin: 0 0 10px;
	padding: 0 0 5px;
	color: #444;
}
.apply_notice p{
	line-height: 24px;
	margin: 0 0 10px;
	color: #444;
}
.apply_notice p.mailaddress{
	margin: 0;
	pointer-events: none;
	font-weight: bold;
}
ul.apply_notice_list{
	margin: 10px 0 0;
	display: block;
}
ul.apply_notice_list li{
	display: block;
}
ul.apply_notice_list li:first-child{
	margin: 0 0 5px;
}
/**/
ul.items_list {
	width: 100%;
	display: inline-block;
}
ul.items_list li{
	float: left;
	width: 25%;
	padding: 10px;
	position: relative;
}
ul.items_list li a {
	display: block;
	text-decoration: none;
	color: #444;
	font-size: 16px;
}
ul.items_list li a img{
	width: 100%;
	height: auto;
	display: block;
}
ul.items_list li a p{
	width: 100%;
	margin: 5px 0 0;
	display: block;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
}
ul.items_list li a p br{
	display: none;
}
/*omamori_apply*/
.omamori_apply section,
.gokigan_apply section,
.omamori_confirm section,
.gokigan_confirm section,
.omamori_send section,
.gokigan_send section,
.detail section{
	/*width: 80%;
	margin: 50px 10%;
	display: inline-block;*/
	width: 900px;
	margin: 50px auto;
	display: block;
}
/*detail*/
.detail_article{
	width: 100%;
	padding: 20px;
	display: inline-block;
	border: 1px solid #d06082;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #d06082;
}
.detail_image{
	float: left;
	margin: 0 50px 0 0;
}
.detail_image img{
	width: auto;
	height: 300px;
	display: block;
}
.detail_contents{
	height: 300px;
	display: table;
	font-size: 16px;
	position: relative;
}
.detail_contents p.items_name{
	margin: 10px 0;
	font-size: 24px;
	font-weight: bold;
}
.detail_contents p.items_price{
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	color: #cc5978;
}
.detail_contents p.items_price span{
	margin: 0 5px 0 0;
	color: #777;
	font-size: 14px;
}
.items_count_submit{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
}
.items_count_submit span{
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 5px 0 0;
}
.items_count_submit select{
	width: 60px;
	height: 30px;
	border: solid 1px #aaa;
	border-radius: 0;
	font-size: 14px;
	text-align: center;
}
.items_count_submit input{
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	background: #cc5978;
	font-size: 14px;
	color:#fff;
	border:none;
	border-radius: 0;
	transition: color 0.5s ease 0s;
	cursor: pointer;
}
.items_count_submit input:hover{
	background:#999;
}
/*cart*/
p.nocart{
	margin: 80px 0;
	text-align: center;
	font-size: 16px;
}
.cart section{
	width: 800px;
	margin: 0 auto;
}
table.cart_table {
	width: 100%;
	margin: 0 0 30px;
}
table.cart_table th,
table.cart_table td{
	padding: 10px;
}
table.cart_table th{
	background: #fdf4e2;
}
table.cart_table th.items_image{
	width: 120px;
}
table.cart_table th.items_price,
table.cart_table th.items_count,
table.cart_table th.items_subtotal{
	width: 100px;
}
table.cart_table td.items_price,
table.cart_table td.items_count,
table.cart_table td.items_subtotal{
	text-align: right;
}
table.cart_table td.delete{
	width: 100px;
}
table.cart_table td span{
	display: none;
}
table.cart_table img{
	width: auto;
	height: 70px;
	margin: 0 auto;
	display: block;
}
table.cart_table button[type="submit"]{
	width: 50px;
	margin-top: 0;
	padding: 5px;
	background: #aaa;
}
table.cart_table button[type="submit"]:hover{
	background: #555;
}
.total{
	width: auto;
	margin: 0 auto 50px;
	padding: 0 5px;
	display: table;
	border-bottom: solid 1px #aaa;
}
.total p{
	line-height: 30px;
	display: inline-block;
	font-size: 16px;
}
.total p.total_price{
	margin: 0 0 0 5px;
	font-size: 28px;
	font-weight: bold;
	color: #000;
}
.cart_submit{
	display: block;
	text-align: center;
}
.cart_submit input[type="submit"]{
	margin-bottom: 30px; 
}
.apply_submit.cart_submit a{
	width: 200px;
	height: 30px;
	line-height: 30px;
	background: #555;
	font-size: 14px;
}
/**/
.apply_errorbox{
	width: auto;
	margin: 0 auto 20px;
	padding: 20px;
	display: table;
	background: #fffdeb;
}
.apply_errorbox ul{
	margin: 0 0 0 20px;
}
.apply_errorbox ul li{
	list-style: disc outside;
}
table.apply_table{
	width: 800px;
	margin: 0 auto 50px;
}
table.apply_table th,
table.apply_table td{
	padding:20px;
}
table.apply_table th{
	width:200px;
}
table.gokigan_table th{
	width: 300px;
}
table.apply_table th span.hissu{
	color:#cc5978;
	font-size:12px;
}
table.apply_table td input[type=text],
table.apply_table td input[type=email]{
	width:100%;
	line-height:25px;
	padding:5px;
	border:solid 1px #ccc;
	border-radius:5px;
	font-size: 14px;
}
table.apply_table td textarea{
	width:100%;
	line-height:20px;
	font-size: 14px;
}
table.apply_table td input.small{
	width: 80px;
	padding-right: 10px;
	text-align: right;
}
table.apply_table td input.middle{
	width: 200px;
}
table.apply_table td select{
	line-height:25px;
	padding:5px;
	border:solid 1px #ccc;
	border-radius:5px;
	font-size: 14px;
}
table.apply_table td p.errtxt{
	color:#cc5978;
	font-size:12px;
	font-weight: normal;
}
.apply_submit{
	width:100%;
	text-align:center;
	position: relative;
}
.apply_accept{
	width: auto;
	margin: 0 auto 30px;
	display: table;
}
.apply_submit input{
	width:300px;
	height:40px;
	line-height:40px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	display: block;
	transition: color 0.5s ease 0s;
	background: #cc5978;
	font-size: 16px;
	color:#fff;
	border:none;
	position: relative;
	cursor: pointer;
}
.apply_submit input[disabled]{
    opacity: 0.4;
    pointer-events: none;
}
.apply_submit input:hover{
	background:#999;
}
.apply_submit.true form{
	display: inline;
}
.apply_submit.true input{
	display: inline;
}
.apply_submit.true input[name=back]{
	width: 100px;
	margin: 0 0 0 20px;
	background: #555;
}
.apply_submit.false input[name=back]{
	margin-top: 50px;
	background: #555;
}
.apply_submit.true input[name=back]:hover,
.apply_submit.false input[name=back]:hover{
	background:#999;
}
.description{
	width: auto;
	margin: 0 auto 30px;
	display: table;
}
/**/
.apply_send_box{
	width: auto;
	margin: 0 auto 50px;
	padding: 30px;
	display: table;
	border: 1px solid #b28500;
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #b28500;
}
#middle #main .apply_send_box h3{
	text-align: center;
	border: none;
}
.apply_submit a{
	width:300px;
	height:40px;
	line-height:40px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	display: block;
	transition: color 0.5s ease 0s;
	background: #cc5978;
	font-size: 16px;
	color:#fff;
	border:none;
	border-radius: 5px;
	position: relative;
	text-decoration: none;
}
.apply_submit a:hover{
	background:#999;
}
.cart_back{
	width: 100%;
	margin: 50px 0 0;
	position: relative;
}
.cart_back a{
	width:250px;
	height: 30px;
	line-height: 33px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	display: block;
	transition: color 0.5s ease 0s;
	/*background: #cc5978;*/
	background: url("../../img/apply/cart.png") left 25% center no-repeat,#cc5978;
	color:#fff;
	position: relative;
	text-decoration: none;
	border-radius: 5px;
}
.submit_back{
	width: 100%;
	margin: 50px 0 0;
	position: relative;
}
.submit_back a{
	width: 250px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	display: block;
	transition: color 0.5s ease 0s;
	background: #D7DEDF;
	color:#555;
	border:none;
	position: relative;
	text-decoration: none;
	border-radius: 5px;
}
/**/
ul.apply_list li a.no_event{
	pointer-events: none;
	position: relative;
}
ul.apply_list li a.no_event:before{
	content: "準備中";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 250px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
}
/**/
#middle #main h1.tit .small{
	font-size: 14px;
	letter-spacing: 0;
}
@media screen and (max-width: 679px) {
	.privacy-policy section,
	.transaction section{
		width: 100%;
		margin: 0 0 30px;
	}
	#middle.privacy-policy #main h1.tit,
	#middle.transaction #main h1.tit{
		line-height: 30px;
		padding: 0 0 0 30px;
		font-size: 20px;
		background-size: 25px 25px;
	}
	ol.privacy-policy_list ul li {
		margin: 0 0 0 15px;
	}
	/**/
	#middle.apply #main h1{
		line-height: 30px;
		margin: 30px auto;
		padding: 0 0 0 30px;
		font-size: 20px;
		background-size: 25px 25px;
	}
	.apply_contents h2{
		font-size: 16px;
	}
	.apply_contents h2 br{
		display: inline-block;
	}
	.apply_contents p{
		line-height: 20px;
		font-size: 14px;
		text-align: left;
	}
	.apply_contents p br{
		display: none;
	}
	ul.apply_list {
		width: 100%;
		margin: 30px auto;
	}
	ul.apply_list li{
		width: 48%;
	}
	ul.apply_list li:first-child{
		margin: 0 4% 0 0;
	}
	ul.apply_list li a{
		width: 100%;
		height: 150px;
		line-height: 16px;
		padding: 10px;
		font-size: 12px;
	}
	ul.apply_list li a span{
		font-size: 14px;
	}
	.apply_notice {
		width: 100%;
		margin: 0 0 30px;
		padding: 20px;
	}
	#middle #main .apply_notice h3{
		font-size: 14px;
	}
	.apply_notice p{
		line-height: 18px;
		font-size: 13px;
	}
	ul.apply_notice_list li a{
		font-size: 13px;
	}
	/**/
	#middle.parent-pageid-542 #main h1{
		line-height: 30px;
		margin: 0 0 20px;
		padding: 0 0 0 20px;
		background-position: left center;
		background-size: 18px 18px;
	}
	#middle.parent-pageid-542 #main h1.tit .kanji{
		font-size: 16px;
		letter-spacing: -1px ;
	}
	ul.items_list li{
		width: 50%;
	}
	ul.items_list li a p{
		line-height: 16px;
		font-size: 13px;
	}
	ul.items_list li a p br{
		display: block;
	}
	/**/
	.omamori_apply section,
	.gokigan_apply section,
	.omamori_confirm section,
	.gokigan_confirm section,
	.omamori_send section,
	.gokigan_send section,
	.detail section{
		width: 100%;
		margin: 50px 0;
		padding: 0 5%;
	}
	.detail_image{
		width: 100%;
		margin: 0 0 10px;
	}
	.detail_contents{
		width: 100%;
		height: auto;
		line-height: 20px;
		display: inline-block;
		font-size: 14px;
	}
	.detail_contents p.items_name{
		margin: 10px 0;
		font-size: 18px;
	}
	.detail_contents p.items_price{
		font-size: 16px;
	}
	.items_text{
		margin: 0 0 10px;
	}
	.items_count_submit{
		position: relative;
		left: inherit;
		bottom: inherit;
	}
	.items_count_submit input{
		float: none;
		margin: 20px auto 0;
		display: block;
	}
	/*cart*/
	p.nocart{
		margin: 30px 0;
		font-size: 14px;
	}
	.cart section{
		width: 100%;
		margin: 50px 0;
		padding: 0 5%;
	}
	table.cart_table {
		width: 100%;
		margin: 0 0 30px;
	}
	table.cart_table thead{
		display: none;
	}
	table.cart_table th,
	table.cart_table td{
		padding: 5px;
		display: inline;
	}
	table.cart_table th{
		font-weight: normal;
	}
	table.cart_table td.items_image{
		padding: 0;
	}
	table.cart_table td.items_name{
		margin: 10px 0;
		padding: 0;
		font-size: 16px;
		text-align: center;
	}
	table.cart_table td.delete{
		margin: 0 0 10px;
		padding-bottom: 10px;
		border-bottom: dashed 1px #ccc;
	}
	table.cart_table td span{
		float: left;
		display: block;
		font-weight: bold;
	}
	/**/
	table.apply_table{
		width: 100%;
	}
	table.apply_table th,
	table.apply_table td{
		float: left;
		width: 100%;
		padding: 0;
	}
	table.apply_table th{
		text-align: left;
	}
	table.apply_table td{
		padding: 0 0 10px;
	}
	table.apply_table td span.hyphen{
		display: block;
	}
	.apply_accept {
		line-height: 20px;
		padding: 0 0 0 20px;
		position: relative;
		font-size: 13px;
	}
	.apply_accept input{
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
	}
	.apply_submit.true input[name="back"]{
		margin: 30px auto 0;
		display: block;
	}
	.apply_errorbox{
		width: 100%;
		padding: 10px;
	}
	.apply_errorbox ul{
		margin: 0 0 0 10px;
	}
	.apply_errorbox ul li{
		font-size: 12px;
	}
	/**/
	.apply_send_box{
		width: 100%;
	}
	/**/
	ul.apply_list li a.no_event:before{
		line-height: 150px;
		font-size: 14px;
	}
	
	/**/
	.apply_submit a,
	.apply_submit input{
		width: 100%;
	}
}

.wp-pagenavi {
    padding-bottom: 20px;
}

