@charset "utf-8";
body {
    color: #555;
    font: 18px/1.8 sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    min-width: 1200px;
}
img{
    width:100%;
    vertical-align:bottom;
}
main {
    display: block;
    margin-top: 106px;
}
.sp-none {
    display: block;
}
.pc-none {
    display: none;
}
p {
    text-align: justify;
}
/* ヘッダー */
#headerLogo {
    position: relative;
    top: 4px;
}
#headerLogo img{
    width: 42px;
    height: auto;
    margin-right: 8px;
}
#footerLogo img{
    width: 60px;
    height: auto;
    margin-right: 8px;
}
form {
    float: right;
    margin: 20px 0 10px;
}
input, button {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}
button[type="submit"] {
    font-size: 14px;
    padding: 0 10px;
    background-color: #eee;
    margin-left: 4px;
}
[type="text"] {
    outline-offset: -2px;
    width: 200px;
    font-size: 14px;
}
/*トップスライド-----------*/
.top-slidebox {
    position: relative;
    margin-bottom: 40px;
}
.top-slidebox #slide {
    position: relative;
    width: 100%;
    height: 760px;
    overflow: hidden;
}
.top-slidebox ul {
    position: relative;
    top: 50%;
}
.top-slidebox li {
    width: 100% !important;
    height: auto !important;
    transform: translate(0,-50%);
}
.top-slidebox h1 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 44px;
    display: none;
}
/*ナビゲーション-----------*/
#menubtn{
    display:none;
}
nav ul {
    display: flex;
    width: 690px;
    justify-content: space-between;
}
nav li {
    letter-spacing: 1px;
    position: relative;
}
nav li:hover {
    font-weight: bold;
    transition : 0.3s;
}
header li a::after, footer li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #777;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
footer li a::after {
    background: #ffffff;
}
header li a:hover::after, footer li a:hover::after {
    transform: scale(1, 1);
}
#menu {
    margin-bottom: 18px;
    clear: both;
}
header .flexBox {
    justify-content: space-between;
    align-items: center;
}
header {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
/* indexメイン */
.container {
    width: 1000px;
    margin: 0 auto;
}
header .flexBox.container {
    width: 1200px;
    padding: 0 2%;
}
.flexBox {
    display: flex;
}
#greeting .textBox {
    width: 640px;
    margin: 0 auto;
    text-align: justify;
}
#greeting, #syukaiannai, #access {
    padding-top: 146px;
    margin-top: -146px;
}
section {
    padding-bottom: 100px;
}
h2 {
    text-align: center;
    margin: 0 auto 40px;
    position: relative;
    font-size: 28px;
    letter-spacing: 2px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #AC9B84;
}
#pastor {
    padding-top: 40px;
    margin-top: 0px;
}
#pastor .flexBox {
    justify-content: center;
    margin-top: 50px;
}
.pastorBox img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}
.pastorBox {
    margin-left: 40px;
}
#pastor h2 {
    text-align: center;
}
#pastor span.quote {
    font-family: 'Noto Serif JP', serif;
    display: table;
    margin: 0 auto;
    padding: 40px 120px;
    background-image: url(../images/paper_s.jpg);
    border-radius: 6px;
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 10%);
    font-size: 22px;
}
#pastor span.textRight {
    text-align: right;
    font-size: 14px;
    margin-top: 8px;
}
.movieArea h2, .syukaiannaiArea h2, #access h2 {
    font-size: 26px;
    font-family: 'Kosugi Maru', sans-serif;
}
.flexBox, .movieArea .flexBox {
    justify-content: space-between;
}
article {
    margin-bottom: 46px;
    width: 310px;
    display: inline-block;
    margin-right: 35px;
    vertical-align: top;
}
article .textBox {
    font-size: 18px;
    line-height: 1.6;
}
article:nth-child(3n) {
    margin-right: 0;
}
article img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.articleBox {
    font-size: 0;
}
.movieArea .flexBox.contentLeft {
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}
.small-p {
    font-size: 16px;
    margin-bottom: 10px;
}
.veo_mov {
    margin-bottom: 10px;
}
.movieArea iframe {
    width: 100%;
    height: 170px;
}
.pagenation {
    text-align: center;
    font-size: 0;
}
.pagenation li {
    border: 1px solid #ccc;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
    width: 36px;
    height: 36px;
    line-height: 34px;
}
.pagenation li.arrow {
    font-size: 24px;
    line-height: 29px;
}
.movieArea .date {
    margin-bottom: 6px;
    font-size: 16px;
}
.movieArea .title {
    font-size: 20px;
}
a.movieListButton {
    color: #ffffff;
    background-color: #555;
    display: inline-block;
    width: 170px;
    margin: 0 auto;
    text-align: center;
    padding: 6px 0 8px 10px;
    letter-spacing: 2px;
    border-radius: 40px;
}
a.movieListButton::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
    margin-left: 0.8em;
}
p.linkButton {
    text-align: center;
}
a.movieListButton:hover {
    color: #ffffff;
    background-color: #aaa;
    transition : 0.8s;
}
.schoolArea .Box {
    display: block;
    background-color: #fff;
    padding: 20px 2em;
}
section#syukaiannai .info {
    width: 640px;
    margin: 0 auto;
}
span.space {
    display: inline-block;
    padding-right: 2em;
}
table,td,th {
    border-collapse: collapse;
    border:1px solid #333;
    vertical-align: middle;
}
.syukaiannaiArea p {
    text-align: justify;
}
table {
    margin-top: 50px;
    width: 100%;
}
th {
    text-align: center;
    background-color: #eee;
    font-weight: normal;
}
td:last-child, td.center {
    text-align: center;
}
.th1 {
    width: 40%
}
.th2 {
    width: 11%;
}
.th3 {
    width: 32%;
}
.th4 {
    width: 17%;
}
tr {
    height: 44px;
}
td.left1em {
    padding-left: 1.4em;
}
p.quote {
    font-family: 'Noto Serif JP';
    text-align: center;
    margin: 40px auto;
    padding: 30px 60px;
    border-radius: 6px;
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 10%);
    display: table;
    background-image: url(../images/paper_s.jpg);
}
.quote span.textRight {
    font-size: 14px;
    display: block;
}
p.underLine {
    border-bottom: 1px solid #aaa;
    margin-bottom: 6px;
    display: inline-block;
}
.schoolArea li {
    display: inline-block;
    margin-right: 1em;
    margin-left: 1em;
}
.schoolArea ul .sp-none {
    display: inline-block;
}
.schoolArea p.title {
    color: #AC9B84;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 20px;
    text-align: center;
}
section.movieArea, section.schoolArea {
    padding-bottom: 80px;
    margin-bottom: 40px;
    padding-top: 60px;
    background-color: #f7f7f7;
}
section.schoolArea {
    margin-bottom: 100px;
}
.secondBox {
    margin-top: 2em;
}
.grayBackground {
    margin-top: -140px;
    z-index: 1;
    position: relative;
    padding-top: 140px;
}
p.quote.scroll-block.blockIn {
    position: relative;
    z-index: 2;
    font-size: 24px;
}
.slick-slide {
    width: 400px;
    height: 260px;
    height: 22vw;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.slider {
    margin-bottom: 100px;
}
#greeting {
    padding-top: 160px;
}
p.description {
    width: 640px;
    margin: 0 auto 30px;
}
/* フッダー */
footer {
    background-color:#000000;
    color: #ffffff;
}
footer .flexBox {
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 20px;
}
.flexBox.logoBox {
    align-items: center;
    justify-content: flex-start;
}
p.subLogo span {
    display: block;
}
p.mainLogo, p.subLogo {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
}
p.mainLogo {
    font-size: 34px;
    padding-left: 8px;
    letter-spacing: 2px;
    position: relative;
    top: 8px;
}
p.subLogo {
    font-size: 24px;
    line-height: 1.5;
}
p.subLogo span{
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0;
    color: #aaa;
}
footer nav ul {
    display: flex;
    width: 440px;
}
p.copyright {
    padding:20px 0;
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
}
h2::after {
    content: '';
    background-image: url(../images/decoration.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 30px;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 50px);
}
  p.smallP {
    font-size: 16px;
    text-align: center;
}
ul.contentBox {
    text-align: center;
}
.Box.secondBox ul.contentBox {
    display: flex;
    justify-content: center;
}
/* 個別ページ */
.headerImg {
    background-image: url(../images/background02.jpg);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    background-size: cover;
    margin-bottom: 80px;
}
.headerImg.moviePage {
    background-image: url(../images/background03.jpg);
}
h1 {
    color: #ffffff;
    font-size: 38px;
    letter-spacing: 2px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    text-shadow: 0px 0px 6px #000000;
    vertical-align: middle;
    display: table-cell;
}
.photoBox {
    display: flex;
    justify-content: space-between;
    padding: 0em 2em 1em;
    background-color: #fff;
}
.photoBox img {
    width: 32.6%;
    height: auto;
}
/* 教会案内 */
p.caption {
    font-size: 14px;
    margin-top: 6px;
}
.captions {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 40px;
}
.captions p:nth-child(2){
    position: relative;
    left: 50px;
}
.captions p:nth-child(3){
    text-align: right;
}
.historyArea .flexBox img {
    margin-bottom: 0;
}
section.historyArea {
    padding-bottom: 80px;
}
.historyArea p span {
    font-feature-settings: "palt";
    letter-spacing: 1px;
}
.historyArea .textBox {
    margin-bottom: 40px;
    column-count: 2;
    column-gap: 46px;
    text-indent: 1em;
}

.introBox img {
    width: 160px;
    height: auto;
}
#access .flexBox.logoBox {
    align-items: flex-end;
}
.accessBox p.title {
    color:#AC9B84;
    font-weight: 600;
}
.accessBox .leftBox {
    width: 455px;
}
#access iframe {
    margin: 30px 0;
}
section.institution {
    background-color: #f7f7f7;
    padding: 60px 0 50px;
    margin-bottom: 80px;
}
section.institution .box1 {
    width: 43%;
    text-align: center;
}
section.institution .box2 {
    width: 21.1%;
    text-align: center;
}
section.institution .box3 {
    width: 30.84%;
    text-align: center;
}
section.institution .facility {
    margin-top: 16px;
    padding: 6px 1em 6px 1.6em;
    border-radius: 40px;
    display: inline-block;
    background-color: #fff;
}
a.facility::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
    margin-left: 0.6em;
}
section.institution a.facility:hover {
    color: #ffffff;
    background-color: #aaa;
    transition: 0.6s;
}
section.institution img:hover {
    opacity: 0.6;
    transition: 0.6s;
}
img.kaedePhoto01 {
    margin-bottom: 28px;
}
section.container.historyArea .flexBox img {
    height: 273px;
    width: auto;
}
/* 主日礼拝説教 */
.moviePage {
    margin-top: 50px;
}
section.movieArea.moviePage {
    background-color: #fff;
}
.scroll-block {
    opacity: .01;
    transition: all 2s;
}
.scroll-block.blockIn {
    opacity: 1;
}
a.prev.page-numbers, a.next.page-numbers {
    font-size: 24px;
    line-height: 29px;
}
article p.title::first-letter {
    margin-left: -10px;
}
span.page-numbers.current {
    background-color: #ddd;
    padding: 5px 12px;
}
a.page-numbers {
    padding: 5px 12px;
}
a.page-numbers:hover {
    background-color: #ddd;
    transition: 0.5s;
}
a.prev.page-numbers:hover, a.next.page-numbers:hover {
    background-color: initial;
}
main.searchPage {
    margin: 136px 0 30px;
}
.note {
    margin-bottom: 20px;
}
main.searchPage main {
    margin-top: 0;
}
.wp-block-audio audio {
    border: 1px solid #000;
    background-color: #f3f3f3;
}
/* ご案内 */
section.infoArea {
    background: linear-gradient(0deg, #ffffff 0%, #f7f7f7 100%);
    padding-top: 60px;
    padding-bottom: 80px;
}
.infoArticleBox {
    width: 450px;
}
figure img {
    border: 1px solid #cccccc;
    margin-bottom: 1em;
}
section.infoArea .flexBox {
    align-items: center;
}
.infoArticleBox:only-of-type {
    margin: auto;
}
@media screen and (max-width: 767px) {
    body {
        max-width: 100%;
        min-width: auto;
        font-size: 16px;
    }
    .container {
        width: 92%;
    }
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
    section {
        padding-bottom: 60px;
    }
/* ヘッダー */
    header .flexBox.container {
        width: 100%;
        padding: 0;
    }
    #headerLogo img {
        width: 34px;
        margin-right: 8px;
    }
    form {
        display: none;
    }
    p.subLogo {
        font-size: 19px;
    }
    #headerLogo {
        top: 10px;
        width: 260px;
        margin-left: 3%;
    }
    header {
        height: 70px;
    }
/*ナビゲーション-----------*/
    #menubtn {
        display: block;
      }
    #menu {
        display: none;
        margin-bottom: 0;
        background-color: #fff;
        padding-top: 10vh;
        height: 100vh;
        text-align: center;
    }
    .hamburger {
        float: right;
    }
    nav ul {
        display: block;
        width: 100%;
    }
   nav#menu li {
        margin-bottom: 26px;
        font-size: 20px;
    }
/* indexメイン */
    main {
        margin-top: 70px;
    }
    h2 {
        font-size: 20px;
    }
    .top-slidebox #slide {
        height: 130vw;
    }
    .top-slidebox h1 {
        font-size: 6vw;
        left: 30%;
        transform: translate(-30%, -50%);
        -webkit-transform: translate(-30%, -50%);
        margin-left: 10%;
    }
    #slide img {
        width: 100%;
        vertical-align: bottom;
        height: 130vw;
        width: auto;
        transform: translate(-25%, 0%);
        -ms-transform: translate(-25%, 0%);
    }
    #pastor span {
        margin-left: 3em;
    }
    #pastor {
        display: block;
        padding-top: 100px;
        margin-top: -100px;
        width: 100%;
    }
    #greeting .textBox {
        width: 100%;
    }
    .spNotFlex {
        display: block;
    }
    .pastorBox {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 34px;
        margin-left: 0;
    }
    .pastorBox img {
        width: 200px;
        height: 200px;
        margin: 0 auto 6px;
        display: block;
    }
    article {
        margin-bottom: 40px;
        width: 100%;
        margin-right: 0;
    }
    ul.slider {
        margin-bottom: 60px;
    }
    #greeting, #syukaiannai, #access {
        padding-top: 100px;
        margin-top: -100px;
    }
    .container.tableContainer {
        overflow-x: scroll;
    }
    .movieArea iframe {
        height: 50.4vw;
    }
    .movieArea .date {
        margin-bottom: 4px;
        font-size: 16px;
    }
    .small-p {
        font-size: 14px;
    }
    table {
        margin-top: 16px;
        min-width: 640px;
    }
    .scrollNote {
        margin-top: 20px;
        font-size: 14px;
    }
    .marLeft08em {
        margin-left: 0.8em;
    }
    .toten {
        display: none;
    }
    .th1 {
        width: 37%;
    }
    .th3 {
        width: 33%;
    }
    td.left1em {
        padding-left: 1em;
    }
    tr {
        height: 56px;
        line-height: 22px;
    }
    .photoBox {
        padding: 0;
        display: block;
    }
/* フッダー */
    footer nav ul {
        display: block;
        width: 100%;
    }
    nav#footerMenu li {
        text-align: center;
        margin-bottom: 10px;
    }
    #footerLogo {
        margin-bottom: 20px;
    }
    #footerLogo img {
        width: 50px;
    }
    p.copyright {
        font-size: 12px;
    }
    /* 教会案内 */
    section.historyArea .flexBox {
        display: block;
    }
    .historyArea p {
        width: 100%;
    }
    .accessBox.flexBox {
        display: block;
    }
    #access iframe {
        height: 400px;
    }
    .accessBox .leftBox {
        width: 100%;
        margin-bottom: 30px;
    }
    .historyArea .textBox {
        column-count: 1;
    }
    .historyArea .textBox {
        margin-bottom: 20px;
    }
    section.historyArea {
        padding-bottom: 60px;
    }
    section.institution .flexBox {
        display: block;
    }
    img.marTop8px {
        margin-top: 8px;
    }
    section.institution .box1, section.institution .box2, section.institution .box3 {
        width: 100%;
    }
    section.institution .box1, section.institution .box2 {
        margin-bottom: 46px;
    }
    img.kaedePhoto01 {
        margin-bottom: 0;
    }
    img.kaedePhoto02 {
        display: none;
    }
    p.subLogo span {
        font-size: 12px;
    }
    .subLogo.accessLogo {
        font-size: 22.4px;
    }
    p.mainLogo {
        top: 8px;
    }
    .movieArea h2, .syukaiannaiArea h2, #access h2 {
        margin-bottom: 30px;
    }
    .headerImg {
        height: 180px;
        margin-bottom: 50px;
    }
    h1 {
        font-size: 24px;
    }
    header li a::after, footer li a::after {
        display: none;
    }
    .slick-slide {
        height: 260px;
    }
    .schoolArea .flexBox {
        display: block;
    }
    .schoolArea li:first-child {
        margin-left: 0;
    }
    #pastor span.quote {
        padding: 30px 20px;
        font-size: 18px;
        margin-top: 20px;
    }
    p.quote {
        padding: 20px 60px;
    }
    .schoolArea ul .sp-none {
        display: none;
    }
    .movieArea h2, .syukaiannaiArea h2, #access h2 {
        font-size: 20px;
    }
    .schoolArea p.title {
        margin-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .schoolArea li {
        margin-right: 0;
        margin-left: 0;
        display: block;
        text-align: center;
    }
    span.space {
        padding-right: 0;
        width: auto;
        display: block;
    }
    img.tpo60px {
        top: -40px;
    }
    section.institution {
        margin-bottom: 50px;
        padding-top: 30px;
    }
    .textCenter {
        text-align: center;
    }
    p.intro {
        margin-bottom: 30px;
        text-align: center;
    }
    .grayBackground {
        padding: 20px;
        margin-top: -150px;
        padding-top: 130px;
        border-radius: 0;
    }
    p.description {
        padding: 0 0 30px;
        width: 100%;
    }
    .container.childinfo {
        width: 100%;
    }
    p.quote.scroll-block.blockIn {
        font-size: 20px;
    }
    #pastor .flexBox {
        margin-top: 20px;
    }
    .pastorBox:last-child {
        margin-bottom: 0;
    }
    section.movieArea, section.schoolArea {
        padding-bottom: 60px;
    }
    section.schoolArea {
        margin-bottom: 60px;
    }
    p.underLine {
        width: 100%;
        text-align: center;
    }
    p.smallP {
        font-size: 15px;
        text-indent: 0;
        line-height: 1.6;
        text-align: justify;
    }
    section.institution img {
        height: 240px;
        object-fit: cover;
    }
    section.container.historyArea .flexBox img {
        height: auto;
        width: 100%;
    }
    .wp-block-audio audio {
        border: none;
        background-color: none;
    }
    section#syukaiannai .info {
        width: 100%;
        margin: 0 auto;
    }
    .captions p:nth-child(2){
        position: relative;
        left: 20px;
    }
    .Box.secondBox ul.contentBox {
        display: block;
    }
    .photoBox img {
        width: 100%;
    }
    section.infoArea .flexBox {
        display: block;
    }
    .infoArticleBox {
        width: 100%;
    }
    .infoArticleBox:nth-child(2) {
        margin-top: 80px;
    }
}
/* デバイス幅が751px以内の場合（＝スマホ）、電話番号リンクが有効 */
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}
