@charset "utf-8";

/* Bootstrap5 My CSS　（北教会改造用）------- */
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "Yu Gothic", "MS PGothic", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
  /*  padding-top: 70px;*/
  min-height: 75rem;
  padding-top: 4.5rem;
}

/*
.headtitle {
    color:darkolivegreen;
    font-weight: 900;
}
.navbar navbar-inverse navbar-fixed-top {
 }*/
a {
  color: #2a863c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #26e351;
  text-decoration: underline;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 2rem;
  font-size: 1.25rem;
  color: #145a24 !important;
  /*  color: #656042  */
  font-weight: bold;
  line-height: inherit;
  white-space: nowrap;
  font-family: Meiryo;
}

/*フッタの名古屋北教会のサイズと色*/
.church-name {
  font-size: 1.35rem;
  color: #145a24;
  font-weight: bold;
}

/*北教会ロゴ　　　使用していない？？？*/
.brand_nk {
  color: #ffffff;
  text-shadow:
    2px 2px 5px green;
}


.footer-title {
  color: #3c3636;
}

/* Google Map
---------------------------------- */
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* マウスオーバーで画像を入れ替える。（牧師の顔）
---------------------------------- */

.minister {
  background: url(../image/sirou_02.jpg) no-repeat;
  /*  background: url(http://webfeelfree.com/sample/img/btn_minister_02.gif) no-repeat;*/
  width: 100px;
  height: 100px;
}

.minister a {
  display: block;
}

.minister img {
  border: none;
}

.minister a:hover {
  background: none;
}

.minister a:hover img {
  visibility: hidden;
}

.minister_02 {
  background: url(../image/maiko_02.jpg) no-repeat;
  /*  background: url(http://webfeelfree.com/sample/img/btn_minister_02.gif) no-repeat;*/
  width: 100px;
  height: 100px;
}

.minister_02 a {
  display: block;
}

.minister_02 img {
  border: none;
}

.minister_02 a:hover {
  background: none;
}

.minister_02 a:hover img {
  visibility: hidden;
}

/* ---------------------------------- */
.alert-grey {
  background-color: #f6f7fa;
  border-color: #e4e7e8;
  color: #3f464a;
}

.alert-darkgreen {
  background-color: #83c483;
  border-color: #2ba37d;
  color: #fff;
}

.alert-danger_orange {
  background-color: #fcf0c7;
  border-color: #ffd752;
  color: #7b3f3e;
}

.card-outline-grey {
  background-color: transparent;
  border-color: #899389;
}

.card-header_cs {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #FFa500;
  /*#FF8C00  #FFa500*/
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item-action-1 {
  width: 100%;
  color: #fff;
  /*#888585*/
  text-align: inherit;
  background-color: #e1cea3;
}

.list-group-item-action-2 {
  width: 100%;
  color: #fff;
  text-align: inherit;
  background-color: #7b9ad0;
}

.list-group-item-action-3 {
  width: 100%;
  color: #fff;
  text-align: inherit;
  background-color: #c8d627;
}

.card-title_cs {
  margin-bottom: 0.75rem;
  color: #FF8C00;
}

.card-block_bible {
  padding: 1.25rem;
}


.card-block_footer {
  background-image: url(../image/logo_parth.jpg);
  /*  background-image: url(../image/logo_c_grey.png);*/
  background-size: auto auto;
  background-position: 95% 30%;
  background-repeat: no-repeat;
  padding: 1.25rem;
}

.card-block_footer_2 {
  background-image: url(../image/logo_c_grey.png);
  background-size: auto auto;
  background-position: 95% 40%;
  background-repeat: no-repeat;
  padding: 1.25rem;
}


/*
.portfolio-item {
    margin-bottom: 25px;
}
*/
.card_green {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #f0f2ef;
  /*変更#fff*/
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.alert-warning-light {
  background-color: #f4eece;
  /*変更#fcf8e3*/
  border-color: #faf2cc;
  /*変更#faf2cc*/
  color: #5a4520;
  /*変更#8a6d3b*/
}

.card-header-g {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #1d9d74;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color: #ffffff;
}

.accordion-button:not(.collapsed) {
  color: #0f5132;

  background-color: #d1e7dd;
}

/*
btn_margine {
  margin-top: 1rem;
  margin-bottom: 1rem;
}*/
.card-title-g {
  margin-bottom: 0.75rem;
  color: darkgreen;
}

.dd {
  margin-bottom: .3rem;
  margin-left: 1rem;
  font-weight: bold;
  color: #3d5764;
}

.dt {
  font-weight: bold;
  color: #373A3C;
}

.dropdown-item-my {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: bold;
  color: #145a24;/* #145a24  #212529 */
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-menu-my {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #e41e04;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.nav-link-my {
  color:#555455;/* #145a24   */
  font-weight: bold;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; */
}
.nav-link-my_2 {
  color:#a1a1a1;/* #145a24   */
  font-weight: bold;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; */
}
.link-color-my {
  color: #b63c17;
}
.card-body-my {
  /* flex: 1 1 auto; */
  padding: 1rem 1rem;
  background-color: rgb(246, 245, 245);
}
.under_space{
  margin: 2rem;
}
.card-header-my {
  font-size: 1.25rem;
  /* font-weight: bold; */
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-my:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.row-my {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
/* carousel Lazy Load
---------------------------------- */
/* .owl-carousel {
  width: 1000px;
  margin: 0 auto;
}
.owl-access .item{
  margin: 3px;
}
.owl-access .item img{
  display: block;
  width: 100%;
  height: auto;
} */
.footer-blurb {
  padding: 30px 0;
  margin-top: 20px;
  background-color: #eee;
  color: black;
}
/* #owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
} */

/* .multi-carousel {
	opacity: 0;
	padding: 0 25px;
}*/
/* #multi-carousel .carousel-control-next,
#multi-carousel .carousel-control-prev {
	width: 25px;
	background: gray;
}
*/
.bg-img-org{
	background-image: url("./image/organ_title_1.jpg");
	/* width: 50%;
	height: 500px;
	background-size: cover;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;

	font-size: 32px;
	text-align: center;
	line-height: 500px; */
}

.tab_bg_color_1{
  background-color: rgb(248, 248, 248);
}
.tab_bg_color_2{
  background-color: rgb(241, 248, 240);
}