@charset "UTF-8";
/* CSS Document */
/*
Theme Name: sotozenitn_Theme
Theme URI: 
Description: This is the sotozenitn_Theme.(2024)
*/
/**********************************************
 * 
 * 全体
 *
 **********************************************/
body, html {
  height: 100%;
  width: 100%;
  background-color: #FFFDFA;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #004D43;
}
/*==========タイトルタグ==========*/
h1, h2 {
  font-weight: 500;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 18px;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 20px;
  }
  h2 img {
    width: 90%;
    max-width: 300px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
}
/*==========背景色==========*/
.nk_bg_white {
  background-color: #fff;
}
.nk_bg_black {
  background-color: #000;
}
/*==========フォントカラー==========*/
.nk_fontclr_base {
  color: #004D43;
}
.nk_fontclr_white {
  color: #ffffff;
}
/*==========フォントファミリー明朝系==========*/
.nk_font_mincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*==========テキストリンク==========*/
a:link {
  color: #004D43;
  text-decoration: underline;
}
a:visited {
  color: #004D43;
  text-decoration: underline;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}
a:active {
  color: #004D43;
  text-decoration: underline;
}
header a:link, footer a:link {
  color: #004D43;
  text-decoration: none;
}
header a:visited, footer a:visited {
  color: #004D43;
  text-decoration: none;
}
header a:hover, footer a:hover {
  color: #666666;
  text-decoration: none;
}
header a:active, footer a:active {
  color: #004D43;
  text-decoration: none;
}
/*==========行間==========*/
.nk_line_height_20 {
  line-height: 2.0em;
}
/**********************************************
 * 
 * ヘッダー header.php
 *
 **********************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 20;
  height: 110px;
  margin: 0 auto;
  inset: 0; /*top, bottom, right, left を同時に指定*/
  background-color: #FFFDFA;
}
/*=====企業ロゴ=====*/
.nk_logo {
  display: block;
  width: 320px;
  position: absolute;
  left: 20px;
  top: 30px;
}
.nk_logo a img {
  width: 100%;
}
/*=====ナビ=====*/
/*header>nav*/
.nk_navi {
  padding: 0 0 0 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/*******************************
    画面サイズlg以上の時の設定
*******************************/
@media (min-width: 992px) {
  /*ulを囲むdiv：lg以上の時のナビゲーションの位置*/
  .navbar-expand-lg .nk_navi_list {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 70px;
    line-height: 70px;
  }
  .navbar-expand-lg .nk_navi_list .nk_navbar-nav {
    margin: auto;
  }
  /*リストスタイル*/
  .nk_nav_item {
    padding-top: 0;
    text-align: left;
    font-weight: 500;
    display: inline-block;
    margin-right: 50px;
  }
  .nk_nav_item a {
    color: #004D43;
  }
  /*お問い合わせ*/
  .nk_nav_item-cont {
    margin-right: 0;
  }
	/*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 110px;
  }
}
/*******************************
    画面サイズmd以下の時の設定
*******************************/
@media (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    height: 60px;
  }
  /*-----企業ロゴ-----*/
  .nk_logo {
    display: block;
    width: 260px;
    position: absolute;
    left: 10px;
    top: 10px;
  }
  /*=====ナビ=====*/
  .nk_navi {
    margin: 0 auto;
    padding: 0;
  }
  .nk_navi_list {
    background-color: #FFFDFA;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .nk_nav_item {
    list-style: none;
    text-align: center;
    width: 100%;
    margin: auto;
  }
  .nk_nav_item a {
    color: #232122;
    text-decoration: none;
    padding: 20px 20px;
    display: block;
    /*text-transform: uppercase;*/
    letter-spacing: 0.1em;
    border-bottom: solid 1px #999;
    margin: auto 20px;
    transition: .5s;
  }
  /*ul>li>a*/
  .navbar-light .navbar-nav .nk_nav_link {
    padding-left: 0;
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
  }
  /*ナビゲーションのリンクカラー*/
  .navbar-light .navbar-nav .nk_fontclr_base {
    color: #232122;
    /*border-bottom: solid 1px #009266;*/
  }
  /*メニューの上線：リスト1番目*/
  /*.navbar-light .navbar-nav:nth-child(1) {
    border-top: solid 1px #009266;
  }*/
  /*各ページのTOPのズレ解消*/
  .nk_margin_pagetop {
    margin-top: 60px;
  }
  /*アンカーリンク位置のズレ解消*/
  .nk_margin_pagetop_sp {
    margin-top: -60px;
    padding-top: 60px;
  }
  /*menu*/
  .menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .menu_line {
    background: #000;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu_line_center {
    top: 9px;
  }
  .menu_line_bottom {
    bottom: 0;
  }
  .menu_line_top.active {
    top: 8px;
    transform: rotate(45deg);
  }
  .menu_line_center.active {
    transform: scaleX(0);
  }
  .menu_line_bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
  }
}
/********************************

フッター footer.php

*********************************/
footer {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #F1F0E8;
  text-align: center;
}
footer ul {
  margin: 0;
  padding: 0;
}
/*ページトップへ*/
#arrow li {
  list-style: none;
  margin: 0 0 0 0;
}
#arrow li a {
  position: fixed;
  bottom: 100px;
  right: 0px;
  z-index: 11; /*レイヤーの最上位にする*/
}
/*円*/
#arrow li a::before {
  background: #505050;
  border-radius: 50%;
  content: "";
  padding: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 1px;
}
/*矢印*/
#arrow li a::after {
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  border-radius: 1px;
  content: "";
  margin: 0 0 0 10px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 34px;
  right: 31px;
  width: 17px;
  height: 17px;
}
#arrow li a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.foot_navi_wrap {
  width: 100%;
  height: auto;
  padding: 20px 0 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*logo*/
.footer_logo {
  width: 320px;
}
.footer_logo a img {
  width: 100%;
}
/*========ナビ部分========*/
.footer_menu {
  margin: 0 auto 30px auto;
  padding: 0 0 0 0;
}
.footer_menu li {
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  list-style: none;
  padding: 0 1rem;
  margin: 0.5rem 0 0 0;
}
.footer_menu li a {
  text-align: center;
  display: block;
}
/*========コピーライト部分========*/
.footer_copy {
  width: 100%;
  height: 35px;
  text-align: center;
  position: absolute;
  bottom: 0;
  background-color: #692D64;
  color: #fff;
  line-height: 35px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  /*logo*/
  .footer_logo {
    width: 250px;
  }
  /*========ナビ部分========*/
  .footer_menu li {
    box-sizing: border-box;
    display: block;
    height: 30px;
    line-height: 30px;
    list-style: none;
    padding: 0 1rem;
    margin: 0.5rem 0 0 0;
  }
  .footer_menu li:last-child {
    padding: 0 0 0 0;
    margin-bottom: 15px;
  }
  .footer_menu li a {
    text-align: center;
    display: inline-block;
  }
}
/**********************************************
 * 
 * トップページ front-page.php
 *
 **********************************************/
.main_image {
  background-image: url("img/top/bg-top.png");
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  height: 150px;
  margin-top: 110px;
  border-bottom: 10px solid #692D64;
}
.deco-top {
  position: absolute;
  right: 0;
  top: 30px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .main_image {
    margin-top: 60px;
  }
  .deco-top {
    width: 383px;
  }
}
/*==========お知らせ==========*/
.deco-t-cloud01 {
  background-image: url("img/top/deco-t-cloud01.png");
  background-repeat: no-repeat;
  background-size: 386px;
  background-position: left center;
}
.top-news-wrap {
  width: 90%;
  max-width: 550px;
  margin: auto;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .top-news-wrap {
    width: 90%;
    max-width: none;
  }
}
.top-title {
  background-image: url("img/common/fra-title.png");
  background-repeat: no-repeat;
  background-size: 306px;
  background-position: center;
  height: 72px;
  line-height: 72px;
  margin-bottom: 60px;
  text-align: center;
}
.top-news {
  margin-bottom: 30px;
}
time {
  font-size: 14px;
  margin-right: 50px;
}
/*リンクボタン*/
.nk_btn_base {
  display: block;
  margin: 0 auto 0 auto;
  text-align: center;
}
.nk_btn_base a {
  padding: 15px 60px;
  border: solid 1px #004D43;
  text-decoration: none;
  background-color: #FFFDFA;
}
.nk_btn_base a:hover {
  background-color: #FAF6F1;
}
.btn-ico {
  margin-right: 10px;
  margin-top: -3px;
}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
  .top-title {
    background-image: url("img/common/fra-title.png");
    background-repeat: no-repeat;
    background-size: 290px;
    background-position: center;
    height: 72px;
    line-height: 72px;
    margin-bottom: 60px;
    text-align: center;
  }
  .nk_btn_base a {
    padding: 15px 40px;
    border: solid 1px #004D43;
    text-decoration: none;
    background-color: #FFFDFA;
  }
}
/*==========世界をむすぶ==========*/
.purple-line {
  border-bottom: 10px solid #692D64;
}
.deco-t-lotus {
  background-image: url("img/top/deco-t-lotus.png");
  background-repeat: no-repeat;
  background-size: 268px;
  background-position: left bottom 160px;
}
.deco-t-cloud02 {
  background-image: url("img/top/deco-t-cloud02.png");
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: center top;
}
.nk-line-p {
  border-bottom: solid 1px #004D43;
}
.world-ti {
  margin-top: 100px;
}
.sub-ti{
	font-weight: 700;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .world-ti {
    margin-top: 0;
  }
  .deco-t-cloud02 {
    background-position: right top;
  }
  .deco-t-lotus {
    background-size: 240px;
    background-position: left bottom 0;
  }
}
/*==========海外の寺院==========*/
.deco-temples {
  background-image: url("img/top/earth.png"), url("img/top/gold-back.gif");
  background-repeat: no-repeat, repeat;
  background-size: 560px, 167px;
  background-position: center, center;
  height: 250px;
}
.deco-t-cloud03 {
  background-image: url("img/top/deco-t-cloud03.png"), url("img/top/deco-t-cloud04.png"), url("img/top/deco-t-kiku.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 373px, 373px, 240px;
  background-position: right center, left bottom 150px, right bottom 50px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .deco-temples {
    background-image: url("img/top/earth.png"), url("img/top/gold-back.gif");
    background-repeat: no-repeat, repeat;
    background-size: 300px, 80px;
    background-position: center, center;
    height: 133px;
  }
  .deco-t-cloud03 {
    background-image: url("img/top/deco-t-cloud03.png"), url("img/top/deco-t-cloud04.png"), url("img/top/deco-t-kiku.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 373px, 373px, 200px;
    background-position: right center, left bottom 150px, right bottom 50px;
  }
}
/*==========会報==========*/
.top-newsletter {
  padding: 15px;
  margin-bottom: 20px;
}
.top-newsletter h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.top-newsletter-img {
  float: left;
  width: 30%;
}
.top-newsletter-cont {
  float: left;
  width: 70%;
  padding-left: 50px;
}
.top-newsletter-img img {
  width: 100%;
  height: auto;
  max-width: 300px;
  object-fit: cover;
}
/*投稿内のボタン*/
/*.wp-block-file a:link {
  color: #fff;
  font-size: 16px;
}*/
.wp-block-file__button:link {
  color: #fff;
  font-size: 16px;
}
.wp-block-file__button:visited {
  color: #fff;
}
.wp-block-file__button:active {
  color: #fff;
}
.wp-block-file__button:hover {
  color: #fff;
}
.deco-t-cloud05 {
  background-image: url("img/top/deco-t-cloud05.png"), url("img/top/deco-t-botan.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 456px, 224px;
  background-position: right top 200px, left 30px bottom 30px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  .top-newsletter-img {
    float: none;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
  }
  .top-newsletter-cont {
    float: none;
    width: auto;
    padding-left: 0;
  }
  .deco-t-cloud05 {
    background-image: url("img/top/deco-t-cloud05.png"), url("img/top/deco-t-botan.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 456px, 180px;
    background-position: right top 200px, left 30px bottom 30px;
  }
}
/*リンクバナー*/
.bg-banner {
  background-image: url("img/top/bg-banner.png");
  background-repeat: repeat;
  background-size: 149px;
  background-position: center;
}

/**********************************************
 * 
 * 会報 category-newsletter.php
 *
 **********************************************/
.main_image-nl {
  background-image: url("img/newsletter/bg-news.png");
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  height: 150px;
  /*margin-top: 110px;*/
  border-bottom: 10px solid #692D64;
}
.nl-wrap{
	border-bottom: 2px dotted #692D64;
}

.cat-newsletter-img img {
  width: 90%;
	/*margin: auto;*/
  /*height: auto;
  max-width: 200px;
  object-fit: cover;*/
}
.cat-newsletter_title{
	font-size: 16px;
}
/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
	.cat-newsletter_title{
	font-size: 14px;
}
}
/**********************************************
 * 
 * About SZI page.php
 *
 **********************************************/
.main_image-about {
  background-image: url("img/about/bg-about.png");
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  height: 150px;
  /*margin-top: 110px;*/
  border-bottom: 10px solid #692D64;
}
/**********************************************
 * 
 * 国際布教支援積立金 page.php
 *
 **********************************************/
.main_image-sup {
  background-image: url("img/support/bg-sup.png");
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  height: 150px;
  /*margin-top: 110px;*/
  border-bottom: 10px solid #692D64;
}
.top-title2{
	font-size: 21px;
}

/*****画面サイズ最小以下の時の設定*****/
@media (max-width: 575px) {
	.top-title2{
	font-size: 20px;
}
	/*投稿内のテーブル*/
	.wp-block-table{
	overflow-x: scroll;
	white-space: nowrap;
}
	.wp-block-table::before{
		content:"※表は横にスクロールできます。"
}
}
/**********************************************
 * 
 * お問い合わせ contact.php
 *
 **********************************************/
.main_image-cont {
  background-image: url("img/contact/bg-con.png");
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  height: 150px;
  /*margin-top: 110px;*/
  border-bottom: 10px solid #692D64;
}
/*========メールフォーム========*/
.cf7_table {
  width: 100%;
  margin: 100px auto 20px auto;
}
.cf7_table div {
  margin-bottom: 40px;
  border-bottom: 0px solid #cccccc;
}
.cf7_table div label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cf7_table div label span.cf7_table-column1 {
  width: 280px;
  white-space: nowrap;
}
.hissu {
  padding: 1px 5px;
  font-size: 0.7rem;
  white-space: nowrap;
  /*border: solid 1px #000;*/
  /*border-radius: 15px;*/
  margin-left: 5px;
  color: #fff;
  background-color: #E54848;
}
/*入力枠*/
.wpcf7-form-control-wrap {
  width: 100%;
}
input.wpcf7-form-control, textarea.wpcf7-form-control {
  padding: 10px 5px;
  /*border-radius: 5px;*/
  border: solid 1px #000000;
  width: 100%;
}
p.soushin_btn {
  text-align: center; /*width: 90%;*/
}
p.soushin_btn input[type="submit"] {
  text-align: center;
  background-color: #004D43;
  padding: 12px 28px;
  border: 1px solid #004D43;
  /*border-radius: 30px;*/
  /*font-size: 16px;
	font-size: 1.6rem;*/
  color: #FFFFFF;
  cursor: pointer;
  margin: 20px auto 20px auto;
  width: 200px;
}
p.soushin_btn input[type="submit"]:hover {
  opacity: 0.8;
}
input[type="button"], input[type="submit"] {
  -webkit-appearance: none; /*iOS対策*/
}
.wpcf7-spinner {
  display: block;
}

/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
  .cf7_table {
    margin: 50px auto 20px auto;
  }
  .cf7_table div label {
    display: block;
  }
  .cf7_table div label span.cf7_table-column1 {
    display: block;
    margin-bottom: -10px;
  }
}
/*========個人情報の取り扱いについて========*/
.waku_line {
  border-bottom: 1px solid #000000;
  font-size: 18px;
  padding: 5px 5px;
}
/**********************************************
 * 
 * お知らせ　information.php（全カテゴリー取得一覧）
 *
 **********************************************/
.main_image-info {
  background-image: url("img/info/bg-info.png");
  background-repeat: repeat;
  background-position: center top;
  position: relative;
  height: 150px;
  /*margin-top: 110px;*/
  border-bottom: 10px solid #692D64;
}
.info_cate_top a {
  background-color: #E54848;
  /*border: solid 1px #2f4d91;*/
  color: #fff;
  padding: 2px 12px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 5px;
	text-decoration: none;
}
.top-blog-img{
float: left;
	width: 400px;
	height: 300px;
	margin-right: 30px;
}
.info-wrap{
	width: calc(100% - 430px);
	float: left;
}
.blog_time{
	margin-right: 10px;
}
/*画像*/
.top-blog-img a img {
  width: 100%;
  /*max-width: 410px;*/
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
}
.blog_wrap{
	line-height: 2;
}
.single_wrap{
	min-height: 60vh;
}
.single_wrap h1{
	font-size: 28px;
}
/*****画面サイズsm以下の時の設定*****/
@media (max-width: 767px) {
	.top-blog-img{
float: none;
	width: 100%;
	height: auto;
	margin-right: 0;
}
.info-wrap{
	width: 100%;
	float: none;
}
    .top-blog-img a img {
    width: 100%;
    max-width: none;
    max-height: 270px;
    min-height: 270px;
  }
}
/*========もっと見るボタン========*/
.view-more-button {
  appearance: none;
  display: block;
  background-color: #FFFDFA;
  list-style: none;
  /*border-radius: 25px;*/
  padding: 10px 15px;
  margin: 15px auto;
  color: #004D43;
  border: #004D43 solid 1px;
  width: 200px;
}
/*****画面サイズmd以下の時の設定*****/
@media (max-width: 991px) {
  
}
/**********************************************
 * 
 * カテゴリー別一覧　archive.php
 *
 **********************************************/
.catepage-title {
  height: 72px;
  line-height: 72px;
  margin-bottom: 60px;
  text-align: center;
}
/**********************************************
 * 
 * 固定ページ共通 page.php
 * 　About SZIページ
 * 　国際布教支援積立金ページ
 **********************************************/
.pagetop-margin {
  margin-top: 50px;
}
.pagetop-margin-h {
  margin-top: 120px;
}
.page-area{
	line-height: 2;
}
.page-area img {
  max-width: 100%;
}
.page-area table tbody tr:first-child td{
	background-color: #004D43;
	color: #fff;
	border: solid 1px #004D43; 
}
.page-area table tbody tr td{
	vertical-align: top;
}
.page-area .wp-block-file__button{
	border-radius: 20px;
	padding: 7px 15px;
}
/**********************************************
 * 
 * 共通装飾 front-page.php以外に使用
 *
 **********************************************/
.deco-p-cloud01-03 {
  background-image: url("img/page/p-cloud01.png"), url("img/page/p-cloud02.png"), url("img/page/p-cloud03.png");
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-size: 354px,354px,529px;
  background-position: left top 100px, right top 240px, left 170px bottom 250px;
}
.deco-p-cloud04-01 {
  background-image: url("img/page/p-cloud04.png"), url("img/page/p-cloud01.png");
  background-repeat:no-repeat,no-repeat;
  background-size:530px,354px,354px;
  background-position: right 200px top, left top 100px;
}
.deco-p-cloud01-04 {
  background-image: url("img/page/p-cloud01.png"), url("img/page/p-cloud02.png"), url("img/page/p-cloud03.png"),url("img/page/p-cloud04.png");
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-size: 354px,354px,529px,530px;
  background-position: left top 100px, right top 240px, left 170px center,right 200px bottom;
}
.deco-p-cloud01 {
  background-image: url("img/page/p-cloud01.png");
  background-repeat:no-repeat;
  background-size:354px;
  background-position: left top 100px;
}
.deco-p-cloud02 {
  background-image: url("img/page/p-cloud02.png");
  background-repeat:no-repeat;
  background-size:354px;
  background-position: right bottom;
}

/**********************************************
 * 
 * ビジュアルエディター用
 *
 **********************************************/
/*strong {
  font-weight: bold;
}
em {
  font-style: oblique;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}*/
/* img */
/*.aligncenter {
  display: block;
  margin: 0 auto;
}*/
/*.alignright {
  float: right;
  margin-left: 1em;
}
.alignleft {
  float: left;
  margin-right: 1em;
}*/
img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}