@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

@media screen and (max-width: 1210px) {
  .inner {
    padding: 0 20px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #206541;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

#global_header {
  position: relative;
  z-index: 2;
}

#header {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.header .main {
  position: relative;
}

.header .main-item img {
  width: 100% !important;
}

.header .main-txt {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 100px 80px;
}

@media screen and (max-width: 1200px) {
  .header .main-txt {
    width: 520px;
  }
}

@media screen and (max-width: 1000px) {
  .header .main-txt {
    width: 460px;
  }
}

@media screen and (max-width: 640px) {
  .header .main-txt {
    width: 420px;
  }
}

.header .main-txt img {
  width: 216px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .header .main-txt img {
    width: 149px;
  }
}

@media screen and (max-width: 1500px) {
  .header .main-txt {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 1200px) {
  .header .main-txt {
    padding: 40px 20px;
  }
}

.header .main-txt p {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .header .main-txt p {
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .header .main-txt p {
    font-size: 1.5rem;
  }
}

.header .main-txt ul li, .header .main-txt ul li a {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .header .main-txt ul li, .header .main-txt ul li a {
    font-size: 1.6rem;
  }
}

.header .sub {
  background-color: #206541;
}

.header .sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .header .sub ul {
    padding: 0 10px;
  }
}

.header .sub ul li a {
  color: white;
  position: relative;
  padding-left: 45px;
  font-size: 1.4rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .sub ul li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
}

.header .sub ul li a:hover {
  opacity: 0.6;
}

.header .nav {
  background-color: #206541;
}

.header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .header .nav-list {
    display: none;
  }
}

.header .nav-list li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .nav-list li a {
  color: white;
  position: relative;
  padding-top: 50px;
  display: block;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .nav-list li a::before {
  content: "";
  background-image: url(../images/menu/menu_01.png);
  background-size: contain;
  background-repeat: none;
  width: 60px;
  height: 59px;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: auto;
  position: absolute;
}

.header .nav-list li a:hover {
  opacity: 0.6;
}

.header .nav-list li .info::before {
  background-image: url(../images/menu/menu_01.png);
}

.header .nav-list li .pastor::before {
  background-image: url(../images/menu/menu_02.png);
}

.header .nav-list li .assembly::before {
  background-image: url(../images/menu/menu_03.png);
}

.header .nav-list li .schedule::before {
  background-image: url(../images/menu/menu_04.png);
}

.header .nav-list li .school::before {
  background-image: url(../images/menu/menu_05.png);
}

.header .nav-list li .visitor::before {
  background-image: url(../images/menu/menu_06.png);
}

.header .nav-list li .youtube::before {
  background-image: url(../images/menu/menu_07.png);
}

.header .nav-list li:not(:last-child) a {
  border-right: 1px dashed white;
}

.fixed {
  position: fixed !important;
  top: 0;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(32, 101, 65, 0.9);
}

@media screen and (max-width: 1050px) {
  .fixed {
    background-color: transparent;
  }
}

.fixed ul {
  max-width: 1200px;
  margin: auto;
  padding: 0 !important;
}

.fixed ul li {
  padding: 5px !important;
}

.fixed ul li a {
  color: white;
  text-shadow: none;
}

@media screen and (max-width: 1200px) {
  .fixed {
    position: relative;
  }
}

.main-sub {
  background-color: #206541;
  padding-top: 20px;
}

.footer {
  position: relative;
  max-width: 1000px;
  margin: auto;
  padding-top: 60px;
}

.footer-logo {
  display: block;
  margin-bottom: 60px;
}

.footer .nav2-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .footer .nav2-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer .nav2-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .footer .nav2-item {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 25%;
    margin-bottom: 10px;
  }
}

.footer .nav2-item a {
  font-size: 1.4rem;
  color: white;
  display: block;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .nav2-item a:hover {
  opacity: 0.6;
}

.footer .nav2 li:not(:last-child) a {
  border-right: 1px solid white;
}

@media screen and (max-width: 640px) {
  .footer .nav2 li:nth-child(4) a {
    border-right: none;
  }
}

.footer .copyrights a {
  position: relative;
  display: block;
  background-color: #164c30;
  color: white;
  border-top: 1px solid white;
  font-size: 1.4rem;
  margin-top: 30px;
}

.pagetop {
  position: absolute;
  top: -35px;
  right: 0;
}

.pagetop a {
  color: white;
  font-size: 1.4rem;
  background-color: #206541;
  display: block;
  padding: 3px 20px;
  position: relative;
  width: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagetop a::before {
  content: "";
  border-bottom: 13px solid #206541;
  border-right: 70px solid transparent;
  border-left: 70px solid transparent;
  position: absolute;
  top: -13px;
  right: 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagetop a::after {
  content: "\f0de";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  font-weight: 700;
  font-size: 2rem;
}

.pagetop a:hover {
  background-color: #164c30;
}

.pagetop a:hover::before {
  border-bottom: 13px solid #164c30;
}

#contents {
  position: relative;
}

.pankuzu {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 2px;
  line-height: 1.2;
}

.pankuzu a {
  color: #333333;
  font-weight: 400;
  font-size: 1.3rem;
}

.pankuzu li:first-child a span {
  position: relative;
  padding-right: 20px;
}

.pankuzu li:first-child a span::before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: 700;
  top: 0px;
  right: 0px;
  display: block;
}

.pankuzu li {
  display: inline-block;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*  ホーム  */
.cont_01 {
  background-image: url(../images/home/bg_news.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cont_01 .n_wp {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
}

.cont_01 .news {
  height: 400px;
  overflow-y: auto;
  padding: 5px;
}

.cont_01 .news-item {
  border-bottom: 1px solid #333333;
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.cont_01 .news-item td {
  padding: 4px !important;
  border: none !important;
}

.cont_01 .news-item td div {
  font-size: 1.5rem;
  line-height: 1.6;
}

.cont_01 .news-item .title {
  padding: 4px 4px 0 4px !important;
}

.cont_01 .news-item .title div {
  font-weight: 600;
}

.ttl_01 h2 {
  font-size: 3.4rem;
  font-weight: 600;
  color: white;
  line-height: 1.5;
}

.ttl_02 h1 {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.cont_02 {
  background-color: #e0fcf7;
  padding-top: 60px;
  padding-bottom: 60px;
}

.cont_02 .txt_01 img {
  width: 30% !important;
}

@media screen and (max-width: 640px) {
  .cont_02 .txt_01 img {
    width: 80% !important;
  }
}

.cont_02 .txt_01 div {
  font-weight: 600;
  line-height: 1.8;
}

.cont_02-cont {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .cont_02-cont {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cont_02-cont a {
  width: 31%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .cont_02-cont a {
    width: 48%;
    margin: 0 auto 20px auto;
  }
}

.cont_02-cont a::before {
  content: "";
  background: rgba(32, 101, 65, 0.4);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_02-cont a::after {
  content: "";
  border: 1px solid white;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  visibility: visible;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_02-cont a .box img {
  width: 100% !important;
}

.cont_02-cont a .box div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_02-cont a:hover::before {
  opacity: 0;
}

.cont_02-cont a:hover::after {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
}

.cont_02-cont a:hover .box div {
  font-size: 4.8rem;
  opacity: 0;
}

.banner {
  position: relative;
}

.banner a {
  width: 100% !important;
  height: auto !important;
  position: relative;
}

.banner div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: inherit;
          transform: inherit;
  font-size: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #164c30;
  letter-spacing: 0.5em;
}

@media screen and (max-width: 1000px) {
  .banner div {
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

@media screen and (max-width: 834px) {
  .banner div {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  .banner div {
    font-size: 3.2rem;
    letter-spacing: 0.3em;
  }
}

.banner img {
  width: 100% !important;
  display: block;
  float: none !important;
}

/*  牧師紹介　*/
.pg_ttl01 {
  background-color: #e0fcf7;
}

.pg_ttl01 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  line-height: 1.8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pg_ttl01 h1 {
  font-size: 3.2rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #206541;
  padding-right: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .pg_ttl01 h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .pg_ttl01 h1 {
    font-size: 2.6rem;
  }
}

.pg_ttl01 div {
  font-size: 5rem;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .pg_ttl01 div {
    font-size: 4.6rem;
  }
}

@media screen and (max-width: 640px) {
  .pg_ttl01 div {
    font-size: 4rem;
  }
}

.pankuzu {
  position: absolute;
  top: 0;
  right: 0;
}

.pg_ttl02 h2 {
  font-size: 3rem;
  padding-left: 40px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .pg_ttl02 h2 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 834px) {
  .pg_ttl02 h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .pg_ttl02 h2 {
    font-size: 2.4rem;
  }
}

.pg_ttl02 h2::before {
  content: "";
  display: block;
  background: #206541;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.pg_ttl02 div {
  margin-top: 10px;
}

.pg_cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .pg_cont01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pg_cont01-left {
  width: 50%;
  height: 100%;
  padding-right: 15px;
}

@media screen and (max-width: 834px) {
  .pg_cont01-left {
    width: 80%;
    padding-right: 0;
    margin: 0 auto 20px auto;
  }
}

.pg_cont01-right {
  width: 50%;
  padding-left: 15px;
}

@media screen and (max-width: 834px) {
  .pg_cont01-right {
    width: 100%;
    padding-left: 0;
  }
}

.pg_cont01-right div {
  font-size: 1.3rem;
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .pg_cont01-right div {
    font-size: 1.5rem;
  }
}

.gallery .box {
  width: 50%;
  margin-bottom: 30px;
}

.gallery .box img {
  width: 100% !important;
}

.gallery .box div {
  text-align: center;
  font-size: 1.5rem;
}

.gallery .box:nth-child(odd) {
  padding-right: 15px;
}

.gallery .box:nth-child(even) {
  padding-left: 15px;
}

.pastor_txt div {
  font-size: 1.5rem;
  line-height: 1.8;
}

.reverse .pg_cont01-right {
  padding-right: 15px;
  padding-left: 0px;
}

.reverse .pg_cont01-left {
  padding-right: 0px;
  padding-left: 15px;
}

/*  行事と予定表　*/
.pg_ttl03 h3 {
  background-color: #206541;
  font-size: 3rem;
  color: white;
  text-align: center !important;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .pg_ttl03 h3 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .pg_ttl03 h3 {
    font-size: 2.2rem;
  }
}

.pg_ttl03 div {
  font-size: 1.5rem;
  margin-top: 30px;
}

/*  教会学校　*/
.tbl_01 tr {
  margin-bottom: 10px;
}

.tbl_01 .margin {
  margin-bottom: 15px;
}

.tbl_01 td {
  border: none !important;
}

.tbl_01 td div {
  font-size: 2.8rem;
}

.school_cont img {
  display: block;
  margin: auto;
  float: none !important;
  margin-bottom: 20px;
}

.cont_tel {
  background-color: #4aaa78;
  padding: 30px;
}

.cont_tel a {
  text-align: center !important;
  display: block;
  width: 100%;
}

.cont_tel a div {
  font-size: 6rem;
  color: white;
  line-height: 1.6;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .cont_tel a div {
    font-size: 5rem;
  }
}

@media screen and (max-width: 640px) {
  .cont_tel a div {
    font-size: 4rem;
  }
}

.cont_tel a span {
  display: block;
  font-size: 2.4rem;
  font-weight: 400;
}

.school_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.school_txt img {
  display: block;
  float: none !important;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
}

.school_txt div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  color: #000;
}

/*  初めての方へ　*/
.faq tr {
  position: relative;
}

.faq tr td {
  padding: 10px !important;
}

.faq tr td div {
  font-size: 2.2rem;
  padding-left: 55px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .faq tr td div {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .faq tr td div {
    font-size: 1.6rem;
  }
}

.faq tr:first-child {
  background-color: #e0fcf7;
}

.faq tr:first-child td div {
  font-size: 2.8rem;
}

@media screen and (max-width: 834px) {
  .faq tr:first-child td div {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .faq tr:first-child td div {
    font-size: 2.0rem;
  }
}

.faq tr:first-child td div::before {
  content: "";
  background-image: url(../images/visitor/icon_q.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 35px;
  display: block;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 20px;
}

.faq tr:nth-child(2) td div::before {
  content: "";
  background-image: url(../images/visitor/icon_a.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 35px;
  display: block;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 20px;
}

/*  教会案内　*/
.info_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .info_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.info_cont-txt {
  width: 60%;
  padding-right: 30px;
}

@media screen and (max-width: 834px) {
  .info_cont-txt {
    width: 100%;
    padding-right: 0;
  }
}

.info_cont-txt div {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.info_cont-img {
  width: 40%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .info_cont-img {
    width: 80%;
    margin: 0 auto 20px auto;
  }
}

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

.info_cont02 .info_cont-img div {
  font-size: 1.5rem;
}

/*  アクセス　*/
.access_list .box {
  margin-bottom: 20px;
  width: 100%;
}

.access_list .box h3 {
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .access_list .box h3 {
    font-size: 2rem;
  }
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(128, 128, 128, 0.6);
}

/*   404ページ　　*/
.error_txt a {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "NotoSans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 2px;
  text-align: center;
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
  padding: 10px;
  color: #206541;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #206541;
  color: white !important;
  border-radius: 50px;
  font-size: 1.8rem;
}

.error_btn:hover {
  color: white;
  background-color: #164c30;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: fixed;
  top: 10px;
  right: 10px;
  height: 65px;
  width: 65px;
  padding: 9px;
  background-color: #206541;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle span {
  height: 4px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 15px;
  width: 100%;
}

#nav-toggle span:nth-child(3) {
  top: 27px;
  width: 100%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 27px;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

#nav_sp {
  display: none;
  background: rgba(32, 101, 65, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
  overflow-y: auto;
}

#nav_sp .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap li {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform 1.05s ease;
  transition: opacity .2s ease, -webkit-transform 1.05s ease;
  transition: transform 1.05s ease, opacity .2s ease;
  transition: transform 1.05s ease, opacity .2s ease, -webkit-transform 1.05s ease;
  list-style: none;
  width: 50%;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}

#nav_sp .nav_wrap li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp .nav_wrap li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp .nav_wrap li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp .nav_wrap li:nth-child(8) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

#nav_sp .nav_wrap li:nth-child(9) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

#nav_sp .nav_wrap li:nth-child(10) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

#nav_sp .nav_wrap a {
  display: block;
  color: white;
  font-size: 1.8rem;
  position: relative;
  z-index: -1;
  line-height: 1.6;
  padding: 10px;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  border: none;
  padding-left: 60px;
}

@media screen and (max-width: 550px) {
  #nav_sp .nav_wrap a {
    padding-left: 50px;
  }
}

#nav_sp .nav_wrap a::before {
  right: inherit;
  width: 55px;
  height: 54px;
  top: 20px;
}

#nav_sp .nav_wrap a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  #nav_sp .nav_wrap a::after {
    right: 10px;
  }
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav_info {
  text-align: center;
  margin-top: 50px;
}

.nav_info img {
  width: 160px !important;
}

.nav_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #164c30;
  padding-right: 20px;
  margin-top: 20px;
}

.nav_info ul li a {
  color: white;
  position: relative;
  padding-left: 45px;
  font-size: 1.6rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav_info ul li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
}

.nav_info ul li a:hover {
  opacity: 0.6;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav-toggle span {
  background: white;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 90%;
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 90%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.open #nav_sp .in_wp {
  width: 100%;
  text-align: center;
}

.open #nav_sp .in_wp > a {
  display: block;
  text-align: center;
  margin: 0 auto;
  border-bottom: none !important;
}

.open #nav_sp .in_wp > a img {
  width: 130px;
  height: 130px;
  margin: auto;
}
/*# sourceMappingURL=common_style.css.map */