@charset "UTF-8";
/*--------------------------------------------
もくじ
- リセット -
Eric Meyer's Reset CSS v2.0 - http://cssreset.com

- 共通プロトコル -
00base. ベースメント
0all. 標準設定

- PC表示 -
1pc. ヘッダー
1.5pc. ナビゲーションポップアップ
2pc. サイドナビ
3pc. カテゴリーナビ
4pc. コンテンツ
5pc. フッター
6pc. ローディング
7pc. アニメーション
8pc. 下層共通
9pc. ご利用ガイド
10pc. ニュース
11pc. 404 File not found.

- SP表示 -
0sp. 非表示項目

- プラグイン -


---------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700,700italic);


/*--------------------------------------------
2024/10/7：追記
---------------------------------------------*/
.border-radius-box {
  border: 2px solid #000;
  border-radius: 5px;
}
.w-half {
  width: 50%;
}
.my-s {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {

}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------
  PC/SP振り分け設定
---------------------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*--------------------------------------------
  汎用クラス
---------------------------------------------*/
/*クリアフィックス*/
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
.cf:before {
  content: "";
  display: table;
}

/*クリアフィックス(簡易)*/
.oh {
  overflow: hidden;
}

/*画像置換*/
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*テキストサイズ変更*/
.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

/*文字の太さ*/
.fwb {
  font-weight: bold !important;
}

.fwn {
  font-weight: normal !important;
}

/*文字の位置*/
.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

/*文字をメインカラーに*/
.cm {
  color: #102832 !important;
}

/*背景をメインカラーに*/
.bg {
  background: #102832 !important;
}

/*マージンボトム*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
  .mb-xs {
    margin-bottom: 7.5px !important;
  }
  .mb-s {
    margin-bottom: 15px !important;
  }
  .mb-m {
    margin-bottom: 30px !important;
  }
  .mb-l {
    margin-bottom: 60px !important;
  }
  .mb-xl {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 767px) {
  .mb-xs {
    margin-bottom: 5px !important;
  }
  .mb-s {
    margin-bottom: 10px !important;
  }
  .mb-m {
    margin-bottom: 20px !important;
  }
  .mb-l {
    margin-bottom: 40px !important;
  }
  .mb-xl {
    margin-bottom: 50px !important;
  }
}

/*マージンライト*/
.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/*パディング*/
.p0 {
  margin-right: 0px !important;
}

.p5 {
  margin-right: 5px !important;
}

.p10 {
  margin-right: 10px !important;
}

.p15 {
  margin-right: 15px !important;
}

.p20 {
  margin-right: 20px !important;
}

.p25 {
  margin-right: 25px !important;
}

.p30 {
  margin-right: 30px !important;
}

.p35 {
  margin-right: 35px !important;
}

.p40 {
  margin-right: 40px !important;
}

.p45 {
  margin-right: 45px !important;
}

.p50 {
  margin-right: 50px !important;
}

/*フロート*/
.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.imgfl {
  float: left;
  margin: 0 5 5 0 !important;
}

.imgfr {
  float: right;
  margin: 0 0 5 5 !important;
}

.cb {
  clear: both !important;
}

/*インラインブロック*/
.ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*画像ホバー*/
.hvop:hover {
  opacity: 0.8 !important;
}

/*画像ホバー(拡大)*/
.hvsc:hover {
  transform: scale(1.2) !important;
}

/*--------------------------------------------
  共通クラス
---------------------------------------------*/
/*注意*/
.listmark {
  font-size: 11px;
  padding-left: 1em;
  text-indent: -1em;
}
.listmark span {
  color: #ff0024;
}

.error {
  color: #ff0024;
}

/*ボタン類*/
.btnWrap {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 0;
  margin: 0 0 10px 0;
  font-family: inherit;
  color: #fff;
  border: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
}
.btn.Msize {
  min-width: 200px;
  height: 44px;
  line-height: 44px;
}
.btn.Lsize {
  width: 100%;
  height: 44px;
  line-height: 44px;
}

.btnPrimary {
  background: #1a3845;
}
.btnPrimary:hover {
  background: #102832;
}

.btnGry {
  background: #3d3d3d;
}
.btnGry:hover {
  background: #000;
}

.btnDisabled {
  color: #fff;
  background: #ccc;
}

.btnCart {
  width: 100%;
  height: 44px;
  line-height: 44px;
  color: #fff;
  background: #fcb53f;
}
.btnCart:hover {
  background: #e99200;
}

.btn-box01 {
  width: 72px;
  height: 22px;
  display: block;
  line-height: 22px;
  border: 1px solid #102832;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  color: #102832;
  font-size: 12px;
}
.btn-box01:hover {
  background: #102832;
  color: #fff;
  text-decoration: none;
}

.btn-box02 {
  width: 268px;
  height: 68px;
  font-size: 16px;
  line-height: 68px;
  background: #1a3845;
  color: #fff;
  display: block;
  position: relative;
}
.btn-box02:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  right: 20px;
  content: "\f105";
  font-size: 24px;
  color: #fb1c3b;
}
.btn-box02:hover {
  text-decoration: none;
  color: #fff;
  background: #102832;
}
.btn-box02 span {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 16px;
}
.btn-box02 span::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.btn-light-gray {
  background: #b7b7b7;
}
.btn-light-gray:hover {
  background: #828282;
}

.add-btn {
  width: 268px;
  height: 58px;
  line-height: 58px;
  background: #373737 url(/common/img/ico-plus.png) no-repeat 65px center;
  color: #fff;
  display: block;
  position: relative;
  border: none;
  font-family: Cabin, sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding-left: 45px;
  line-height: 1.2em;
  letter-spacing: 0.09em;
  transition: all 300ms linear;
  cursor: pointer;
}
.add-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #000 url(/common/img/ico-plus.png) no-repeat 65px center;
}

/*見出し*/
.ttl {
  color: #102832;
  font-size: 0;
  margin-bottom: 60px !important;
}
.ttl span {
  font-size: 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  letter-spacing: 0.08em;
}
.ttl span:first-child {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-right: 14px;
}

.ttl-s {
  color: #102832;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}

/*テーブル*/
.tbl {
  width: 100%;
  border: 1px solid #dbdbdb;
}
.tbl tr {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.tbl tr th {
  padding: 20px 30px;
  background: #ededed;
  vertical-align: middle;
}
.tbl tr td {
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .add-btn,
  .btn-box02 {
    margin: 0 auto;
    width: 100%;
  }
}

/*--------------------------------------------
  0all. 標準設定
---------------------------------------------*/
body {
  background-color: #fff;
  color: #000;
  *font-size: small;
  *font: x-small;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align: left;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.06em;
}

a {
  color: #2971a7;
  text-decoration: underline;
  transition: all 300ms linear;
}
a:hover {
  text-decoration: underline;
}
a:active,
a:focus {
  color: #d9eaf6;
}
a img:hover {
  transition: all 300ms linear;
}

.bg-base {
  background: #4a6590;
}

.bg-gray {
  background: #f1f1f1;
  overflow: hidden;
}

.bx-viewport {
  padding-bottom: 2px;
}

@media screen and (min-width: 768px) {
  html {
    background: #191919;
  }
  body {
    font: 14px/1.61 "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  body:lang(kr) {
    font: 14px/1.61 "Noto Sans KR", sans-serif;
  }
  body:lang(zh) {
    font: 14px/1.61 "Noto Sans SC", sans-serif;
  }
  body:lang(en) {
    font: 14px/1.61 "Noto Sans", sans-serif;
  }
  /*--------------------------------------------
    1.ヘッダー
  ---------------------------------------------*/
  header {
    width: 190px;
    height: 100%;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    transition: all 300ms linear;
  }
  header .topheader-inner {
    width: 190px;
    z-index: 9999;
    position: relative;
  }
  header .topheader-inner .title {
    background: #4a6590;
    text-align: center;
    padding: 50px 0 35px;
    margin-bottom: 30px;
  }
  header .topheader-inner .sub-child-area {
    position: fixed;
    left: 190px;
    top: 0;
    width: 190px;
    height: 100%;
    background: rgba(250, 250, 250, 0.6);
    transform: translateX(-120%);
    transition: all 300ms linear;
    visibility: hidden;
  }
  header .topheader-inner .sub-child-on {
    left: 200px;
    z-index: 0;
  }
  header .topheader-inner .copyright {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #b7b7b7;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    position: relative;
    bottom: 0;
    left: 0;
  }
  header.active {
    width: 380px;
  }
  .g-nav {
    position: relative;
    z-index: 10;
  }
  .g-nav ul {
    font-size: 0;
  }
  .g-nav ul li {
    font-size: 13px;
    letter-spacing: 0.05em;
    position: relative;
  }
  .g-nav ul li a {
    text-decoration: none;
    position: relative;
    padding: 10px;
    display: block;
    color: #383838;
    background: #fff;
    z-index: 9999;
    box-sizing: border-box;
  }
  .g-nav ul li a:before {
    width: 100%;
    content: "";
  }
  .g-nav ul li a:hover {
    color: #4a6590;
    text-decoration: none;
  }
  .g-nav ul li a:hover:after {
    color: #4a6590;
  }
  .g-nav ul li a:after {
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    right: 10px;
    content: "\f105";
    color: #ddd;
    font-size: 16px;
  }
  .g-nav ul li.centered {
    display: none;
  }
  .sub-nav {
    width: 190px;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    border-right: solid 1px #bcbcbc;
    transition: all 300ms ease;
  }
  .sub-nav ul {
    padding: 0 20px 0;
    margin-top: -1em;
  }
  .sub-nav ul li {
    font-size: 14px;
    letter-spacing: 0.08em;
    position: relative;
  }
  .sub-nav ul li a {
    text-decoration: none;
    position: relative;
    margin: 20px 10px;
    display: block;
    color: #383838;
  }
  .sub-nav ul li a:hover {
    color: #4a6590;
    text-decoration: none;
  }
  .sub-menu {
    position: absolute;
    top: 0;
    width: 190px;
    left: 0;
    z-index: 9998;
    transform: translateX(0);
    transition: all 300ms linear;
  }
  .sub-menu.active {
    transform: translateX(190px);
    opacity: 1;
  }
  .language-link {
    text-align: center;
    padding: 50px 0 20px;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    background: #fff;
  }
  .language-link ul {
    text-align: center;
    overflow: hidden;
    font-size: 0;
  }
  .language-link li {
    display: inline-block;
    border-left: #e6e6e6 solid 1px;
    border-top: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
  }
  .language-link li:last-child {
    border-right: #e6e6e6 solid 1px;
  }
  .language-link li a {
    display: block;
    color: #b5b5b5;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 14px;
  }
  .language-link li a:hover {
    background: #4a6590;
    color: #fff;
  }
  .language-link li.active a {
    background: #4a6590;
    color: #fff;
  }

  .sub-menu.menu5 {
    top: -200px !important;
  }
  .sub-menu.menu6 {
    top: -40px !important;
  }
  .g-nav ul li a.prev::after {
    color: #4a6590 !important;
  }
  /*--------------------------------------------
    2.コンテンツ
  ---------------------------------------------*/
  /*コンテンツ共通*/
  .contents {
    *zoom: 1;
    width: 100%;
    padding: 0 0 0 190px;
    box-sizing: border-box;
  }
  .contents:after {
    content: "";
    display: table;
    clear: both;
  }
  .contents:before {
    content: "";
    display: table;
  }
  section {
    min-width: 860px;
  }
  .h1-title {
    position: absolute;
    font-size: 32px;
    color: #fff;
    width: 100%;
    text-align: right;
    bottom: 30px;
    padding-right: 60px;
    box-sizing: border-box;
    left: 0;
  }
  .h2-title {
    position: relative;
    font-size: 26px;
    color: #4a6590;
    margin-left: 20px;
  }
  .h2-title:before {
    content: "●";
    font-size: 15px;
    position: absolute;
    left: -20px;
    top: 10px;
  }
  .h3-title {
    position: relative;
    font-size: 18px;
    color: #4a6590;
    margin-bottom: 20px;
  }
  .h4-title {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 10px;
  }
  .h4-title:before {
    content: "-";
    display: inline-block;
    position: absolute;
    left: -10px;
  }
  .h5-title {
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
    /* font-weight: bold; */
    color: #6b81a4;
  }
  .h5-title:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: -14px;
  }
  .photo-box-list {
    overflow: hidden;
    width: 840px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .photo-box-list li {
    width: 420px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .photo-box-list li .photo {
    margin-bottom: 10px;
  }
  .photo-box-list li .photo img {
    width: 100%;
    height: auto;
  }
  .photo-box-list li .txt {
    font-size: 11px;
  }
  .photo-box {
    text-align: center;
    margin-bottom: 30px;
  }
  .pastor-list-main li {
    overflow: hidden;
    margin-bottom: 5%;
  }
  .pastor-list-main li .photo {
    float: left;
    padding-right: 40px;
    width: 30%;
  }
  .pastor-list-main li .photo img {
    width: 100%;
    height: auto;
  }
  .pastor-list-main li .detail {
    float: right;
    width: 65%;
  }
  .pastor-list-main li .detail dt.name {
    color: #4a6590;
    margin-bottom: 40px;
    font-size: 15px;
  }
  .pastor-list-main li .detail dt.name span {
    display: block;
  }
  .pastor-list-4 {
    overflow: hidden;
    margin-right: -4%;
  }
  .pastor-list-4 li {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 4% 4% 0;
  }
  .pastor-list-4 li .photo img {
    width: 100%;
    height: auto;
  }
  .pastor-list-4 li .job-title {
    font-size: 13px;
  }
  .pastor-list-4 li .name {
    color: #4a6590;
  }
  .pastor-list-4 li .name span {
    display: block;
  }
  .church-list {
    font-size: 0;
  }
  .church-list li {
    display: inline-block;
    vertical-align: top;
    width: 33.13%;
    font-size: 14px;
    padding: 10px 0;
  }
  .church-list li a {
    background: url(/common/img/ico-arrow-r.png) no-repeat left center;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) and (max-width: 1400px) {
  .church-list li {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (min-width: 1401px) {
  .church-list li {
    width: auto;
    padding: 20px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .main-image {
    position: relative;
    font-size: 0;
  }
  .main-image .img-area {
    min-width: 860px;
  }
  .main-image .img-area img {
    width: 100%;
    height: auto;
  }
  .sub-page-nav ul {
    overflow: hidden;
    box-sizing: border-box;
  }
  .sub-page-nav ul li {
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px #fff solid;
  }
  .sub-page-nav ul li:last-child {
    border-right: none;
  }
  .sub-page-nav ul li a {
    display: inline-block;
    background: #6b81a4;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
  }
  .sub-page-nav ul li a:hover {
    background: #4a6590;
  }
  .sub-page-nav ul li a:after {
    font-family: "FontAwesome";
    display: inline-block;
    padding-left: 10px;
    content: "\f107";
    font-size: 16px;
  }
  .sub-page-nav ul li.current_page_item a {
    background: #4a6590;
  }
  .sub-page-nav ul li.last {
    border-right: none;
  }
  .sub-page-nav ul.column7 li {
    width: 14.28%;
    width: calc(100% / 7);
    width: -webkit-calc(100% / 7);
  }
  .sub-page-nav ul.column6 li {
    width: 16.66%;
    width: calc(100% / 6);
    width: -webkit-calc(100% / 6);
  }
  .sub-page-nav ul.column5 li {
    width: 20%;
  }
  .sub-page-nav ul.column4 li {
    width: 25%;
  }
  .sub-page-nav ul.column3 li {
    width: calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: 33.3%;
  }
  .sub-page-nav ul.column2 li {
    width: 50%;
  }
  .inner {
    min-width: 860px;
    margin: 0 auto 0;
    box-sizing: border-box;
    position: relative;
    padding: 40px 30px;
  }
  .inner-post-nav-box {
    padding: 0px 30px;
  }
  .top-inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 40px;
  }
  .top-inner .title-h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    color: #4a6590;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
  }
  .top-inner .title-h1 span {
    display: inline-block;
    font-size: 13px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
    padding: 0 0 0 20px;
    position: absolute;
    top: 10px;
  }
  .sub-page-inner {
    background: #fff;
    padding: 40px;
    width: auto;
    margin: 0 30px;
  }
  .bread-list {
    padding: 60px 30px 20px;
    background: #f1f1f1;
    font-size: 11px;
    box-sizing: border-box;
  }
  .bread-list ul li {
    display: inline-block;
  }
  .bread-list ul li:after {
    content: " / ";
  }
  .bread-list ul li:last-child:after {
    content: "";
  }
  .news-report-detail {
    padding: 0;
  }
  .news-report-detail .entry {
    padding: 40px;
  }
  .news-report-detail .entry .entry-box h1 {
    position: relative;
    font-size: 26px;
    color: #4a6590;
    margin-bottom: 40px;
  }
  .news-report-detail .entry .entry-box .date-cat {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .news-report-detail .entry .entry-box .date-cat .date {
    font-family: "Montserrat", sans-serif;
  }
  .news-report-detail .entry .entry-box .date-cat .cat-name:before {
    content: "｜";
    color: #e4e4e4;
  }
  .news-report-detail .entry .entry-box .date-cat .report {
    color: #65bf99;
  }
  .news-report-detail .entry .entry-box .date-cat .news {
    color: #f4da49;
  }
  .news-report-detail .entry .entry-box .date-cat .happyconcert {
    color: #f46495;
  }
  .news-report-detail .entry .entry-box img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .slide-image a {
    color: #000;
  }
  .slide-image .bx-wrapper {
    position: relative;
  }
  .slide-image .bx-viewport {
    overflow: visible !important;
  }
  .slide-image .bx-controls {
    margin-top: -6px;
  }
  .slide-image .bx-controls-direction {
    display: none;
  }
  .slide-image .bx-pager {
    z-index: 100;
    position: absolute;
    bottom: 10%;
    box-sizing: border-box;
    left: 6%;
    width: 420px;
    margin: 0;
    text-align: right;
    overflow: hidden;
  }
  .slide-image .bx-pager .bx-pager-item {
    display: inline-block;
    margin-left: 15px;
  }
  .slide-image .bx-pager .bx-pager-item a {
    text-indent: -9999em;
    background: #fff;
    width: 40px;
    height: 7px;
    display: inline-block;
    font-size: 0;
    color: #000;
  }
  .slide-image .bx-pager .bx-pager-item a.active {
    background: #4a6590;
  }
  .slide-image li {
    position: relative;
  }
  .slide-image li a {
    color: #000;
  }
  .slide-image li .img-main {
    width: 100%;
  }
  .slide-image li .img-main img {
    width: 100%;
    height: auto;
  }
  .slide-image li .slide-box {
    width: 420px;
    position: absolute;
    z-index: 1;
    bottom: 14%;
    left: 6%;
    color: #000;
  }
  .slide-image li .slide-title {
    background: #ccc;
    padding: 0 14px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    margin-left: 30px;
    position: absolute;
    top: -21px;
    left: 0;
  }
  .slide-image li .detail-txt {
    background: #fff;
    padding: 30px 5% 5%;
    box-sizing: border-box;
    color: #000;
  }
  .slide-image li .detail-txt .slide-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .slide-image li .slide-box .bg-blue {
    background: #4a6590;
  }
  .slide-image li .slide-box .bg-yelow {
    background: #f5d524;
  }
  .slide-image li .slide-box .bg-pink {
    background: #f46495;
  }
  .slide-image li .slide-box .slide-title {
    color: #fff;
  }
  .slide-image li .slide-box .big-txt {
    font-weight: bold;
    font-size: 16px;
  }
  .nav-above {
    background: #d8d8d8;
    padding: 15px 40px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    overflow: hidden;
    position: relative;
  }
  .nav-above .nav-previous {
    float: left;
  }
  .nav-above .nav-next {
    float: right;
  }
  .nav-above a {
    text-decoration: none;
  }
  .nav-above .btn-view-all {
    width: 30px;
    height: 30px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  /*--------------------------------------------
  3.フッター
---------------------------------------------*/
  .f-banner-area {
    border-top: solid 1px #ddd;
    width: 100%;
    min-width: 860px;
    padding: 0 0 0 190px;
    box-sizing: border-box;
  }
  .f-banner-area .inner {
    padding: 30px 40px;
  }
  .f-banner-area .inner ul {
    overflow: hidden;
    margin: -20px;
  }
  .f-banner-area .inner ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
  }
  .f-banner-area .inner ul li a {
    width: 100%;
    height: auto;
    display: block;
  }
  .f-banner-area .inner ul li img {
    width: 100%;
    height: auto;
  }
  footer {
    color: #fff;
    box-sizing: border-box;
    background: #5e5e5e;
  }
  footer .f-inner {
    *zoom: 1;
    width: 100%;
    padding: 0 0 0 190px;
    box-sizing: border-box;
    text-align: center;
  }
  footer .f-inner:after {
    content: "";
    display: table;
    clear: both;
  }
  footer .f-inner:before {
    content: "";
    display: table;
  }
  footer .f-inner .inner {
    padding: 0;
  }
  footer .f-inner .sub-f-nav {
    background: #5e5e5e;
    padding: 20px 0;
  }
  footer .f-inner .sub-f-nav li {
    display: inline-block;
    padding: 0 20px;
  }
  footer .f-inner .sub-f-nav a {
    color: #f3f3f3;
    text-decoration: none;
  }
  footer .f-inner .sub-f-nav a:hover {
    color: #fff;
  }
  footer .page-top {
    text-align: center;
    background: #212121;
    padding: 20px 0;
    min-width: 860px;
  }
  footer .page-top a {
    display: block;
    position: relative;
    color: #c9c9c9;
    text-decoration: none;
  }
  footer .page-top a:after {
    position: absolute;
    font-family: "FontAwesome";
    top: 0px;
    right: 54%;
    content: "\f106";
    font-size: 16px;
  }
  footer .page-top a:hover {
    color: #fff;
  }
  footer.sub-footer {
    color: #c9c9c9;
    box-sizing: border-box;
    background: #fff;
    border-top: solid 1px #dddddd;
  }
  footer.sub-footer .f-inner .sub-f-nav {
    background: #fff;
    padding: 20px 0;
  }
  footer.sub-footer .f-inner .sub-f-nav li {
    display: inline-block;
    padding: 0 20px;
  }
  footer.sub-footer .f-inner .sub-f-nav a {
    color: #5e5e5e;
    text-decoration: none;
  }
  .top-contents-01 {
    position: relative;
  }
  .top-contents-01 .view-all {
    position: absolute;
    right: 40px;
    top: 40px;
  }
  .top-contents-01 .view-all a {
    background: url(/common/img/ico-all.png) no-repeat 10px center #797979;
    padding: 5px 10px 5px 50px;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }
  .top-contents-01 .bx-wrapper {
    position: relative;
  }
  .top-contents-01 .bx-pager {
    display: none;
  }
  .top-contents-01 .bx-controls {
    width: 860px;
    margin: 0 auto;
  }
  .top-contents-01 .bx-controls .bx-controls-direction .bx-prev {
    text-indent: -9999em;
    background: url(/common/img/arrow-l.png) no-repeat center center #fff;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: solid 1px #eeeeee;
    display: block;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -25px;
  }
  .top-contents-01 .bx-controls .bx-controls-direction .bx-next {
    text-indent: -9999em;
    background: url(/common/img/arrow-r.png) no-repeat center center #fff;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    border: solid 1px #eeeeee;
    display: block;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -25px;
  }
  .top-contents-01 .topics-list {
    overflow: hidden;
  }
  .top-contents-01 .topics-list li {
    box-sizing: border-box;
  }
  .top-contents-01 .topics-list li a {
    text-decoration: none;
  }
  .top-contents-01 .topics-list li dt {
    overflow: hidden;
    font-size: 0;
  }
  .top-contents-01 .topics-list li dt img {
    width: 100%;
    height: auto;
  }
  .top-contents-01 .topics-list li dd {
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
  }
  .top-contents-01 .topics-list li dd .date-box {
    font-family: "Montserrat", sans-serif;
  }
  .top-contents-01 .topics-list li dd .date-box span {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  .top-contents-01 .topics-list li dd .date-box span:before {
    content: "｜";
    color: #e4e4e4;
  }
  .top-contents-01 .topics-list li dd .date-box span.report {
    color: #65bf99;
  }
  .top-contents-01 .topics-list li dd .date-box span.news {
    color: #f4da49;
  }
  .top-contents-01 .topics-list li dd .date-box span.happyconcert {
    color: #f46495;
  }
  .top-contents-02 {
    color: #fff;
    overflow: hidden;
    position: relative;
  }
  .top-contents-02 .top-inner {
    overflow: hidden;
  }
  .top-contents-02 .first-box {
    width: 970px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
  }
  .top-contents-02 .img-left {
    width: 475px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    font-size: 0;
  }
  .top-contents-02 .img-left img {
    width: 100%;
    height: auto;
  }
  .top-contents-02 .pray-detail {
    width: calc(100% - 480px);
    width: -webkit-calc(100% - 480px);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding-left: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }
  .top-contents-02 .pray-detail a {
    color: #fff;
    text-decoration: none;
  }
  .top-contents-02 .pray-detail .title-h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.2em;
  }
  .top-contents-02 .pray-detail .explain {
    margin-bottom: 20px !important;
    font-size: 14px;
    text-align: left;
  }
  .top-contents-02 .pray-detail .title-h4 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
  }
  .top-contents-02 .pray-detail .pray-detail-txt {
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 200;
    text-align: left;
  }
  .top-contents-02 .pray-detail .btn-area {
    overflow: hidden;
    font-size: 15px;
    position: absolute;
    bottom: 40px;
    left: auto;
  }
  .top-contents-02 .pray-detail .btn-area .btn {
    background: #797979;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    position: relative;
    height: 60px;
    line-height: 60px;
    width: 126px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 0;
  }
  .top-contents-02 .pray-detail .btn-area .btn:after {
    position: absolute;
    font-family: "FontAwesome";
    top: 1px;
    right: 15px;
    content: "\f105";
    color: #fff;
    font-size: 16px;
  }
  .top-contents-02 .pray-detail .btn-area .btn:hover {
    background: #212121;
  }
  .top-contents-02:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
    left: 0;
    background: #f1f1f1;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .top-contents-02 .first-box {
    max-width: 840px;
  }
  .top-contents-02 .img-left {
    width: 40%;
    vertical-align: top;
  }
  .top-contents-02 .pray-detail {
    width: 59%;
  }
  .top-contents-02 .pray-detail .title-h3 {
    margin-top: -0.3em;
  }
}

@media screen and (min-width: 768px) {
  .top-contents-03 .movie-area {
    overflow: hidden;
    margin-right: -40px;
  }
  .top-contents-03 .movie-area li {
    width: 50%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .top-contents-03 .movie-area li a {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
    text-decoration: none;
  }
  .top-contents-03 .movie-area li dl {
    width: 100%;
    display: table;
    vertical-align: middle;
  }
  .top-contents-03 .movie-area li dl dt {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
  }
  .top-contents-03 .movie-area li dl dt img {
    width: 100%;
    height: auto;
    display: block;
  }
  .top-contents-03 .movie-area li dl dd {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
  }
  .top-contents-03 .movie-area li dl dd .title {
    color: #4a6590;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .top-contents-03 .movie-area li dl dd .detail {
    color: #000;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1480px) {
  .top-contents-03 .movie-area li dl {
    width: auto;
    padding: 30px;
  }
  .top-contents-03 .movie-area li dl dt {
    vertical-align: top;
  }
  .top-contents-03 .movie-area li dl dd {
    padding: 0 0 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .topics-contents .topics-list {
    overflow: hidden;
    margin-right: -30px;
  }
  .topics-contents .topics-list li {
    width: 330px !important;
    float: left;
    box-sizing: border-box;
    margin-right: 20px;
  }
  .topics-contents .topics-list li a {
    text-decoration: none;
  }
  .topics-contents .topics-list li dt {
    height: 180px;
    overflow: hidden;
  }
  .topics-contents .topics-list li dt img {
    width: 100%;
    height: auto;
  }
  .topics-contents .topics-list li dd {
    border: solid 1px #bcbcbc;
    padding: 20px;
    background: #fff;
  }
  .topics-contents .topics-list li dd .date-box {
    font-family: "Montserrat", sans-serif;
  }
  .topics-contents .topics-list li dd .date-box span {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  .topics-contents .topics-list li dd .date-box span:before {
    content: "｜";
    color: #e4e4e4;
  }
  .topics-contents .topics-list li dd .date-box span.report {
    color: #65bf99;
  }
  .topics-contents .topics-list li dd .date-box span.news {
    color: #f4da49;
  }
  .topics-contents .topics-list li dd .date-box span.happyconcert {
    color: #f46495;
  }
  /*プロトコル*/
  .map-box {
    overflow: hidden;
    clear: both;
  }
  .map-box iframe {
    width: 100%;
    height: 400px;
  }
  .ul-desc {
    list-style-type: disc;
    list-style-position: inside;
  }
  .p3-table {
    width: 100%;
  }
  .p3-table tr:first-child th {
    background: #4a6590;
    color: #fff;
    text-align: left;
  }
  .p3-table tr th {
    background: #d8d8d8;
    text-align: left;
  }
  .p3-table tr td {
    width: 20%;
    border: solid 1px #f1f1f1;
    text-align: center;
  }
  .p3-table tr td:first-child {
    width: 60%;
    text-align: left;
  }
  .p3-table tr td,
  .p3-table tr th {
    padding: 20px;
    box-sizing: border-box;
  }
  .base-table {
    width: 100%;
  }
  .base-table thead th {
    background: #4a6590;
    color: #fff;
    text-align: left;
    padding: 20px;
  }
  .base-table thead td {
    padding: 20px;
    background: #d8d8d8;
    word-wrap: break-word;
  }
  .base-table tbody tr th {
    background: #d8d8d8;
    text-align: left;
  }
  .base-table tbody tr td {
    border: solid 1px #f1f1f1;
    text-align: left;
    vertical-align: middle;
  }
  .base-table tbody tr td,
  .base-table tbody tr th {
    padding: 20px;
    box-sizing: border-box;
  }
  .news-menu {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-menu ul {
    text-align: right;
  }
  .news-menu ul li {
    font-size: 16px;
    margin-left: 20px;
    color: #4a6590;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
  }
  .news-menu ul li.open-cate {
    padding-left: 30px;
    background: url(../img/ico-trey.png) no-repeat center left;
  }
  .news-menu ul li.open-archive {
    padding-left: 30px;
    background: url(../img/ico-cal.png) no-repeat center left;
  }
  .news-menu ul li .menu-modal {
    white-space: nowrap;
    position: absolute;
    background: #fff;
    font-size: 13px;
    top: 30px;
    right: 0;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px);
    box-shadow: rgba(0, 0, 0, 0.06) -1px 1px 10px 1px;
    transition: all 200ms ease;
  }
  .news-menu ul li .menu-modal.open {
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
  }
  .news-menu ul li .menu-modal li {
    text-align: center;
    color: #000;
    display: block;
    text-decoration: none;
    margin: 0;
  }
  .news-menu ul li .menu-modal li a {
    display: block;
    padding: 10px 20px;
    transition: all 300ms linear;
    text-decoration: none;
  }
  .news-menu ul li .menu-modal li a:hover {
    background: #d8d8d8;
  }
  .news-box {
    width: 100%;
  }
  .news-box ul {
    overflow: hidden;
    margin-right: -20px;
    margin-bottom: -20px;
  }
  .news-box ul li {
    width: 31%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 3.5%;
  }
  .news-box ul li:nth-child(3n) {
    margin-right: 0 !important;
  }
  .news-box ul li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
  }
  .news-box ul li dt {
    overflow: hidden;
    font-size: 0;
  }
  .news-box ul li dt img {
    width: 100%;
    height: auto;
  }
  .news-box ul li dd {
    padding: 20px;
    background: #fff;
  }
  .news-box ul li dd .date-box {
    font-family: "Montserrat", sans-serif;
  }
  .news-box ul li dd .date-box span {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  .news-box ul li dd .date-box span:before {
    content: "｜";
    color: #e4e4e4;
  }
  .news-box ul li dd .date-box span.report {
    color: #65bf99;
  }
  .news-box ul li dd .date-box span.news {
    color: #f4da49;
  }
  .news-box ul li dd .date-box span.happyconcert {
    color: #f46495;
  }
  .youtube-area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube-area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .area-link li {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms linear;
    color: #4a6590;
  }
  .area-link li.show-tab {
    background: #4a6590;
    color: #fff;
  }
  .area-link li:hover {
    background: #6b81a4;
    color: #fff;
  }
  .tablenav {
    margin-top: 20px;
  }
  .tablenav .current {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
  }
  .tablenav a {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
  }
  .tablenav a.active {
    background: #4a6590;
    color: #fff;
  }
  .tablenav a:hover {
    background: #6b81a4;
    color: #fff;
  }
  .area-link a {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #fff;
    padding: 5px 10px;
    text-decoration: none;
  }
  .area-link a.active {
    background: #4a6590;
    color: #fff;
  }
  .area-link a:hover {
    background: #6b81a4;
    color: #fff;
  }
  .main-photo {
    margin-bottom: 30px;
    width: 33%;
    float: left;
  }
  .main-photo p img {
    width: 99%;
    height: auto;
  }
  .church-detail-box {
    overflow: hidden;
  }
  .is-photo {
    float: right;
    width: 63%;
  }
  .stream-area-outer {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .stream-area-outer .stream-area {
    float: left;
    width: 50%;
  }
  .stream-area-outer .stream-btn-area {
    float: right;
    width: 50%;
  }
  .stream-area-outer .stream-btn-area button {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms linear;
    background: #4a6590;
    color: #fff;
    border: none;
  }
  .stream-area-outer .stream-btn-area button span {
    font-size: 80%;
  }
  .stream-link {
    position: absolute;
    right: 4%;
    top: 1.4%;
  }
  .stream-link a {
    background: url(/common/img/ico-arrow-r.png) no-repeat left center;
    padding-left: 20px;
  }
  .entry-box img {
    max-width: 100%;
    height: auto !important;
  }
  .wp-caption {
    max-width: 100%;
  }
  /*むりやり対応したやつ*/
}

@media screen and (max-width: 767px) {
  body {
    font: 12px/1.61 "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  /*--------------------------------------------
    1.ヘッダー
  ---------------------------------------------*/
  header {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    background: #4a6590;
  }
  header .topheader-inner {
    *zoom: 1;
    padding: 0 3%;
    height: 60px;
    box-sizing: border-box;
  }
  header .topheader-inner:after {
    content: "";
    display: table;
    clear: both;
  }
  header .topheader-inner:before {
    content: "";
    display: table;
  }
  header .title {
    width: 152px;
    height: auto;
    margin-top: 9px;
    float: left;
    font-size: 0;
  }
  header .title img {
    width: 100%;
    height: auto;
    display: block;
  }
  .brg {
    float: right;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 4px -6px 0 0;
    padding: 0;
    width: 37px;
    height: 50px;
    font-size: 0;
    /*text-indent: -9999px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: transparent;
    position: relative;
    z-index: 9999;
  }
  .brg:focus {
    outline: none;
  }
  .brg span {
    display: block;
    position: absolute;
    top: 18px;
    left: 7px;
    right: 7px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
  }
  .brg small {
    font-size: 10px;
    color: #fff;
    transform: translateY(13px);
    letter-spacing: 0em;
    display: block;
  }
  .brg span::before,
  .brg span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  .brg span::before {
    top: -9px;
  }
  .brg span::after {
    bottom: -9px;
  }
  .brg span::before,
  .brg span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0;
  }
  .brg span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .brg span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .brg.active {
    background: transparent;
    border: none;
  }
  .brg.active span {
    background: none;
  }
  .brg.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .brg.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .brg.active span::before,
  .brg.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    background: #fff;
  }
  .sp-nav {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8888;
    background: #fff;
    transform: translateY(-120%);
    -webkit-transform: translateY(-120%);
    box-shadow: rgba(0, 0, 0, 0.06) -1px 1px 10px 1px;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
  }
  .sp-nav.active {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .sp-nav ul {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .sp-nav ul li {
    width: 100%;
    color: #4a6590;
  }
  .sp-nav ul li h3 {
    position: relative;
    color: #4a6590;
  }
  .sp-nav ul li h3:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #4a6590;
    border-right: 2px solid #4a6590;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -7px;
    transition: all 300ms linear;
  }
  .sp-nav ul li h3.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp-nav ul li.parent-li {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding: 10px 3%;
  }
  .sp-nav ul li.parent-li li {
    font-size: 14px;
    font-weight: 300;
    padding: 6px 0;
  }
  .sp-nav ul li.parent-li li:before {
    content: "-";
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
  }
  .sp-nav ul li.parent-li li a {
    width: 90%;
    display: inline-block;
    vertical-align: middle;
    color: #000;
  }
  .sp-nav ul li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: #4a6590;
  }
  #overlay {
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
    transition: all 300ms linear;
  }
  .active-overlay {
    z-index: 1000 !important;
    opacity: 1 !important;
  }
  .language-link {
    padding: 20px;
  }
  .language-link ol {
    font-size: 0;
    text-align: center;
  }
  .language-link li {
    width: 60px !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-right: #e6e6e6 solid 1px;
    border-top: #e6e6e6 solid 1px;
    border-bottom: #e6e6e6 solid 1px;
  }
  .language-link li:first-child {
    border-left: #e6e6e6 solid 1px;
  }
  .language-link li.active {
    background: #4a6590;
  }
  .language-link li.active a {
    color: #fff;
  }
  .language-link li a {
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
  }
  .inner {
    box-sizing: border-box;
    position: relative;
    padding: 6% 3%;
  }
  .contents {
    padding-top: 60px;
    background: #eee;
    position: relative;
  }
  .contents .top-inner {
    box-sizing: border-box;
    position: relative;
    padding: 3%;
  }
  .contents .top-inner .title-h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    color: #4a6590;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
  }
  .contents .top-inner .title-h1 span {
    display: inline-block;
    font-size: 13px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
    padding: 0 0 0 5px;
    vertical-align: middle;
  }
  .contents .top-inner .title-h3 {
    font-size: 21px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
  }
  .contents .top-inner .title-h3 a {
    color: #fff;
    text-decoration: none;
  }
  .slide-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .slide-image ul li img {
    width: 100%;
    height: auto;
  }
  .slide-image .bx-controls-direction {
    display: none;
  }
  .slide-image .slide-box {
    width: 94%;
    margin: -40px auto 0;
    background: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.06) -1px 1px 10px 1px;
  }
  .slide-image .slide-box a {
    color: #000;
  }
  .slide-image .slide-title {
    background: #ccc;
    padding: 0 10px;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 3%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
  }
  .slide-image .detail-txt {
    background: #fff;
    padding: 30px 3% 3%;
    box-sizing: border-box;
    font-size: 12px;
  }
  .slide-image .detail-txt .slide-sub-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .slide-image li .slide-box .bg-blue {
    background: #4a6590;
  }
  .slide-image li .slide-box .bg-yelow {
    background: #f5d524;
  }
  .slide-image li .slide-box .bg-pink {
    background: #f46495;
  }
  .slide-image li .slide-box .slide-title {
    color: #fff;
  }
  .slide-image li .slide-box .big-txt {
    font-weight: bold;
    font-size: 14px;
  }
  .slide-image li a {
    color: #000;
    text-decoration: none;
  }
  .report {
    color: #65bf99;
  }
  .news {
    color: #f4da49;
  }
  .happyconcert {
    color: #f46495;
  }
  .bx-pager {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    font-size: 0;
  }
  .bx-pager-item {
    width: 10%;
    height: 5px;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .bx-pager-item a {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
  }
  .bx-pager-item a.active {
    background: #4a6590;
  }
  .top-contents-01 li a {
    text-decoration: none;
  }
  .top-contents-01 li dl dt {
    overflow: hidden;
    font-size: 0;
  }
  .top-contents-01 li dl dt img {
    width: 100%;
    height: auto;
  }
  .top-contents-01 li dl dd {
    box-shadow: rgba(0, 0, 0, 0.06) -1px 1px 10px 1px;
    padding: 3%;
    background: #fff;
  }
  .top-contents-01 li dl dd p {
    color: #000;
  }
  .top-contents-01 li dl dd p.date-box {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #7491c6;
  }
  .top-contents-01 li dl dd p.date-box span {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  .top-contents-01 li dl dd p.date-box span:before {
    content: "｜";
    color: #e4e4e4;
  }
  .top-contents-01 .view-all {
    position: absolute;
    right: 3%;
    top: 12px;
  }
  .top-contents-01 .view-all a {
    background: url(/common/img/ico-all.png) no-repeat 10px center #797979;
    padding: 5px 10px 5px 30px;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }
  .top-contents-01 .bx-pager {
    display: none;
  }
  .top-contents-01 .bx-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    left: 1%;
    margin-top: -30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) -1px 1px 10px 1px;
    font-size: 0;
    border-radius: 50%;
  }
  .top-contents-01 .bx-prev:before {
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    left: 10px;
    font-size: 18px;
    color: #4a6590;
    content: "\f177";
  }
  .top-contents-01 .bx-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    right: 1%;
    margin-top: -30px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.06) -1px 1px 10px 1px;
    font-size: 0;
    border-radius: 50%;
  }
  .top-contents-01 .bx-next:before {
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    left: 10px;
    font-size: 18px;
    color: #4a6590;
    content: "\f178";
  }
  .top-contents-02 .img-left {
    margin-bottom: 10px;
  }
  .top-contents-02 .img-left img {
    width: 100%;
    height: auto;
  }
  .top-contents-02 .pray-detail {
    color: #fff;
  }
  .top-contents-02 .pray-detail a {
    color: #fff;
    text-decoration: none;
  }
  .top-contents-02 .explain {
    margin-bottom: 10px;
  }
  .top-contents-02 .title-h4 {
    margin-bottom: 5px;
  }
  .top-contents-02 .btn-area .btn {
    background: #797979;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }
  .top-contents-02 .btn-area .btn:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #fff;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .top-contents-02 .pray-detail-txt {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .top-contents-03 {
    padding-top: 20px;
  }
  .top-contents-03 .movie-area li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .top-contents-03 .movie-area li a {
    text-decoration: none;
  }
  .top-contents-03 .movie-area li dl {
    display: table;
    vertical-align: middle;
    background: #fff;
    padding: 10px;
  }
  .top-contents-03 .movie-area li dl dt {
    width: 40%;
    display: table-cell;
    vertical-align: top;
    font-size: 0;
  }
  .top-contents-03 .movie-area li dl dt img {
    width: 100%;
    height: auto;
  }
  .top-contents-03 .movie-area li dl dd {
    width: 60%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 3%;
    box-sizing: border-box;
    background: #fff;
  }
  .top-contents-03 .movie-area li dl dd .title {
    color: #4a6590;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .top-contents-03 .movie-area li dl dd .detail {
    color: #000;
    font-size: 12px;
  }
  .f-banner-area ul {
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
  .f-banner-area ul li {
    margin-bottom: 10px;
  }
  .f-banner-area ul li a {
    font-size: 0;
  }
  .f-banner-area ul li a img {
    width: 100%;
    height: auto;
  }
  footer .f-inner .inner {
    padding: 0;
  }
  footer .sub-f-nav {
    background: #5e5e5e;
    padding: 20px 0;
  }
  footer .sub-f-nav ul {
    text-align: center;
  }
  footer .sub-f-nav ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 5px;
  }
  footer .sub-f-nav ul li a {
    color: #f3f3f3;
    text-decoration: none;
  }
  footer .page-top {
    text-align: center;
    background: #212121;
    padding: 10px 0;
  }
  footer .page-top a {
    display: block;
    position: relative;
    color: #c9c9c9;
    text-decoration: none;
  }
  footer .page-top a:before {
    font-family: "FontAwesome";
    display: inline-block;
    margin-right: 10px;
    content: "\f106";
    font-size: 16px;
  }
  /*--------------------------------------------
2.下層ページ
---------------------------------------------*/
  .contents section.main-image {
    padding: 0;
    overflow: hidden;
    position: relative;
  }
  .contents section.main-image .img-area {
    font-size: 0;
  }
  .contents section.main-image img {
    width: 140%;
    margin-left: -20px;
    height: auto;
  }
  .h1-title {
    position: absolute;
    font-size: 18px;
    color: #fff;
    width: 100%;
    text-align: right;
    bottom: 12%;
    padding-right: 6%;
    box-sizing: border-box;
    left: 0;
  }
  .h2-title {
    position: relative;
    font-size: 18px;
    color: #4a6590;
    padding-left: 20px;
  }
  .h2-title:before {
    content: "●";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto;
  }
  .sub-page-nav ul {
    *zoom: 1;
  }
  .sub-page-nav ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .sub-page-nav ul:before {
    content: "";
    display: table;
  }
  .sub-page-nav ul li {
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px #fff solid;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    font-weight: 200;
  }
  .sub-page-nav ul li:last-child {
    border-right: none;
    border-bottom: none;
  }
  .sub-page-nav ul li.current_page_item a {
    background: #4a6590;
  }
  .sub-page-nav ul li a {
    display: inline-block;
    background: #6b81a4;
    width: 100%;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
  }
  .sub-page-nav ul li a:after {
    font-family: "FontAwesome";
    display: inline-block;
    padding-left: 5px;
    content: "\f107";
    font-size: 13px;
  }
  .sub-page-nav ul.column2 li {
    width: 50%;
    border-bottom: none;
  }
  .sub-page-nav ul.column3 li {
    width: 50%;
  }
  .sub-page-nav ul.column3 li:nth-of-type(2) {
    border-right: none;
  }
  .sub-page-nav ul.column3 li:last-child {
    width: 100%;
  }
  .sub-page-nav ul.column4 li {
    width: 50%;
  }
  .sub-page-nav ul.column4 li:nth-of-type(2) {
    border-right: none;
  }
  .sub-page-nav ul.column4 li:nth-of-type(3) {
    border-bottom: none;
  }
  .sub-page-nav ul.column5 li {
    width: 50%;
  }
  .sub-page-nav ul.column5 li:nth-of-type(2),
  .sub-page-nav ul.column5 li:nth-of-type(4) {
    border-right: none;
  }
  .sub-page-nav ul.column5 li:last-child {
    width: 100%;
  }
  .sub-page-nav ul.column6 li {
    width: 50%;
  }
  .sub-page-nav ul.column6 li:nth-of-type(2),
  .sub-page-nav ul.column6 li:nth-of-type(4) {
    border-right: none;
  }
  .sub-page-nav ul.column6 li:nth-of-type(5) {
    border-bottom: none;
  }
  .sub-page-nav ul.column7 li {
    width: 50%;
  }
  .sub-page-nav ul.column7 li:nth-of-type(2),
  .sub-page-nav ul.column7 li:nth-of-type(4),
  .sub-page-nav ul.column7 li:nth-of-type(6) {
    border-right: none;
  }
  .sub-page-nav ul.column7 li:last-child {
    width: 100%;
  }
  .sub-page-inner {
    background: #fff;
    padding: 3%;
    width: auto;
    margin: 0 3%;
  }
  .sub-page-inner p {
    line-height: 1.7em;
  }
  .h3-title {
    position: relative;
    font-size: 16px;
    color: #4a6590;
    margin-bottom: 10px;
  }
  .h4-title {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3%;
  }
  .h4-title:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
  }
  .h5-title {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
    color: #6b81a4;
  }
  .base-table {
    width: 100%;
    table-layout: fixed;
  }
  .base-table thead th {
    background: #4a6590;
    color: #fff;
    text-align: left;
    padding: 3%;
  }
  .base-table thead td {
    padding: 3%;
    background: #d8d8d8;
    word-wrap: break-word;
  }
  .base-table tbody tr th {
    background: #d8d8d8;
    text-align: left;
  }
  .base-table tbody tr td {
    border: solid 1px #f1f1f1;
    text-align: left;
    vertical-align: middle;
  }
  .base-table tbody tr td,
  .base-table tbody tr th {
    padding: 3%;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .tbl2col {
    width: 100%;
  }
  .tbl2col tbody tr td,
  .tbl2col tbody tr th {
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
    display: block;
    word-wrap: break-word;
  }
  .tbl2col tbody tr td >,
  .tbl2col tbody tr th > {
    word-wrap: break-word;
  }
  #tabletolist1,
  #tabletolist3,
  #tabletolist4,
  #tabletolist5 {
    margin-bottom: 30px !important;
  }
  .ul-desc {
    list-style-type: disc;
    list-style-position: inside;
  }
  .p3-table {
    width: 100%;
  }
  .p3-table tr:first-child th {
    background: #4a6590;
    color: #fff;
    text-align: left;
  }
  .p3-table tr th {
    background: #d8d8d8;
    text-align: left;
  }
  .p3-table tr td {
    width: 30%;
    border: solid 1px #f1f1f1;
    text-align: center;
  }
  .p3-table tr td:first-child {
    width: 40%;
    text-align: left;
  }
  .p3-table tr td,
  .p3-table tr th {
    padding: 3%;
    box-sizing: border-box;
  }
  .map-box iframe {
    width: 100%;
    height: 280px;
  }
  .news-box {
    width: 100%;
  }
  .news-box ul {
    overflow: hidden;
  }
  .news-box ul li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .news-box ul li a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
  }
  .news-box ul li dt {
    overflow: hidden;
    font-size: 0;
  }
  .news-box ul li dt img {
    width: 100%;
    height: auto;
  }
  .news-box ul li dd {
    border: solid 1px #bcbcbc;
    padding: 3%;
    box-sizing: border-box;
    background: #fff;
  }
  .news-box ul li dd .date-box {
    font-family: "Montserrat", sans-serif;
  }
  .news-box ul li dd .date-box span {
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  }
  .news-box ul li dd .date-box span:before {
    content: "｜";
    color: #e4e4e4;
  }
  .news-box ul li dd .date-box span.report {
    color: #65bf99;
  }
  .news-box ul li dd .date-box span.news {
    color: #f4da49;
  }
  .news-box ul li dd .date-box span.happyconcert {
    color: #f46495;
  }
  .youtube-area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube-area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .bread-list {
    padding: 20px 3% 0;
    background: #f1f1f1;
    font-size: 12px;
    box-sizing: border-box;
  }
  .bread-list ul li {
    display: inline-block;
  }
  .bread-list ul li:after {
    content: " / ";
  }
  .news-menu {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .news-menu ul li {
    font-size: 14px;
    color: #4a6590;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin: 0 0 10px;
  }
  .news-menu ul li select {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .news-menu ul li.open-cate {
    padding-left: 30px;
    background: #fff url(../img/ico-trey.png) no-repeat 10px center;
    padding: 10px 0 10px 40px;
    border: 1px solid #dedede;
  }
  .news-menu ul li.open-cate i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
  }
  .news-menu ul li.open-archive {
    padding-left: 30px;
    background: #fff url(../img/ico-cal.png) no-repeat 10px center;
    padding: 10px 0 10px 40px;
    border: 1px solid #dedede;
  }
  .news-menu ul li.open-archive i {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
  }
  .news-menu ul li .menu-modal {
    white-space: nowrap;
    position: absolute;
    background: #fff;
    font-size: 12px;
    top: 42px;
    margin: 0 10px;
    right: 0;
    opacity: 0;
    z-index: -1;
    transform: translateY(-20px);
    box-shadow: rgba(0, 0, 0, 0.06) -1px 1px 10px 1px;
    transition: all 200ms ease;
  }
  .news-menu ul li .menu-modal.open {
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
  }
  .news-menu ul li .menu-modal li {
    text-align: center;
    color: #000;
    display: block;
    text-decoration: none;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .news-menu ul li .menu-modal li.cat-item-none {
    display: none;
  }
  .news-menu ul li .menu-modal li a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  }
  .church-list {
    font-size: 0;
  }
  .church-list li {
    display: block;
    font-size: 14px;
    padding: 5px 0;
  }
  .church-list li a {
    background: url(/common/img/ico-arrow-r.png) no-repeat left center;
    padding-left: 20px;
    background-size: 14px;
  }
  .photo-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .photo-box img {
    width: 100%;
  }
  .photo-box-list li {
    margin-bottom: 20px;
  }
  .photo {
    margin-bottom: 10px;
  }
  .photo img {
    width: 100%;
    height: auto;
  }
  .pastor-list-main li {
    margin-bottom: 20px;
  }
  .pastor-list-main li .detail .name {
    margin-bottom: 20px;
    font-size: 14px;
    color: #4a6590;
  }
  .pastor-list-main li .detail .dd {
    line-height: 1.8em;
  }
  .pastor-list-4 {
    overflow: hidden;
    margin-right: -3%;
  }
  .pastor-list-4 li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 3% 3% 0;
  }
  .pastor-list-4 li .photo {
    margin-bottom: 0;
  }
  .pastor-list-4 li .job-title {
    font-size: 12px;
  }
  .pastor-list-4 li .name {
    color: #4a6590;
    line-height: 1.4em;
  }
  .pastor-list-4 li .name span {
    display: block;
  }
  .area-link li {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 300ms linear;
    color: #4a6590;
  }
  .area-link li.show-tab {
    background: #4a6590;
    color: #fff;
  }
  .area-link li:hover {
    background: #6b81a4;
    color: #fff;
  }
  .area-link a {
    display: inline-block;
    margin: 0 5px 5px 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
  }
  .area-link a.active {
    background: #4a6590;
    color: #fff;
  }
  .area-link a:hover {
    background: #6b81a4;
    color: #fff;
  }
  .tablenav {
    margin-top: 20px;
  }
  .tablenav .current {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
  }
  .tablenav a {
    display: inline-block;
    margin: 0 5px 0 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
  }
  .tablenav a.active {
    background: #4a6590;
    color: #fff;
  }
  .tablenav a:hover {
    background: #6b81a4;
    color: #fff;
  }
  .btn-gps a {
    width: 180px;
    display: block;
    padding: 5px 10px;
    margin: 0 auto 10px;
    background: #4a6590;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .entry {
    margin-bottom: 30px;
  }
  .entry h1 {
    position: relative;
    font-size: 18px;
    color: #4a6590;
    margin-bottom: 20px;
  }
  .entry img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .entry .date-cat {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .entry .date-cat .date {
    font-family: "Montserrat", sans-serif;
  }
  .entry .date-cat .cat-name:before {
    content: "｜";
    color: #e4e4e4;
  }
  .entry .date-cat .report {
    color: #65bf99;
  }
  .entry .date-cat .news {
    color: #f4da49;
  }
  .entry .date-cat .happyconcert {
    color: #f46495;
  }
  .nav-above {
    background: #d8d8d8;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    overflow: hidden;
    position: relative;
  }
  .nav-above .nav-previous {
    float: left;
  }
  .nav-above .nav-next {
    float: right;
  }
  .nav-above a {
    text-decoration: none;
  }
  .nav-above .btn-view-all {
    width: 20px;
    height: 20px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .nav-above .btn-view-all img {
    width: 100%;
    height: auto;
  }
  .main-photo p img {
    width: 99%;
    height: auto;
  }
  /*SPのエントリーCSS*/
  .entry-box img {
    max-width: 100%;
    height: auto !important;
    margin-bottom: 10px;
  }
  .entry-box iframe {
    max-width: 100%;
    height: auto;
  }
  .wp-caption-text,
  .wp-caption {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1063px) {
  body:lang(en) .page-item-79 a {
    line-height: 1.6em;
    padding-top: 13px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  body:lang(en) .page-item-79 a {
    line-height: 1.2em;
    padding-top: 10px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) and (max-width: 1226px) {
  body:lang(en) .page-item-62 a {
    line-height: 1.6em;
    padding-top: 13px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  body:lang(en) .page-item-62 a {
    line-height: 1.2em;
    padding-top: 10px;
    box-sizing: border-box;
  }
}

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .gips-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}

@media print {
  * {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: Gray();
    filter: url("desaturate.svg#grayscale");
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  a {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href="#"],
  a[href="javascript:"] {
    content: "";
  }
}

/*------------------------------------
礼拝生中継
-------------------------------------*/
@media screen and (min-width: 768px) {
  .btn-other {
    display: inline-block;
    text-align: center;
    border: solid 3px;
    padding: 10px 40px;
    border-radius: 10px;
    margin: 40px 0 100px;
    width: 560px;
  }
  .stream-top-area {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .btn-other {
    display: block;
    text-align: center;
    border: solid 3px;
    padding: 10px 40px;
    border-radius: 10px;
    margin: 30px 0 40px;
  }
  .stream-top-area {
    margin-top: 20px;
  }
  p.stream-link a {
    background: url(/common/img/ico-arrow-r.png) no-repeat left center;
    padding-left: 20px;
  }
  div#digiplayer {
    width: 256px !important;
    height: 144px !important;
    margin: 0 auto;
  }
}

/*------------------------------------
改修20170308
-------------------------------------*/
@media screen and (max-width: 767px) {
  .language-select {
    padding: 5px;
    font-size: 12px;
    border: none;
    position: absolute;
    top: 16px;
    right: 54px;
    background: #fff;
  }
  div#digiplayer.jw-flag-fullscreen {
    width: 100% !important;
    height: 100% !important;
  }
}
