/****************************************
* モジュール
*****************************************/
img.dispPc{
    display: inline !important;
}
img.dispSp{
    display: none !important;
}

/****************************************
* 全体
*****************************************/
*{
    font-family:"游ゴシック", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}   
body{
	background-color: #fff;
}
p,li,a{
    font-weight: 500;
}

.color-blue1 {
    color: #39a6c0;
}
.color-red1 {
    color: #a83963;
}

.color-orange1 {
    color: #d86b61;
}

.page-header{
    position: relative;
    width: 100%;
    background: url("../img/main_image7.jpg") no-repeat;
    background-position:  bottom ;
    background-size: cover;
    height: 300px;
}
.page-header .header-image{
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 99999;
    height: 300px;
}
.ttl2{
    margin: 1rem 0px 3rem 0px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}

.ttl2 span{
    border-left: 10px solid #77b18e;
    border-right: 10px solid #77b18e;
    color: #fff;
    background: #028245;
    display: block;
    padding: 20px 0 20px 20px;
    font-weight: bold;
}
.page-header .ttl2-2{
    position: absolute;
    left: 50%;
    bottom: 50%;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transform: translate(-50%, 50%);
}
.ttl3{
    
    border: 1px solid #14b694;
    border-left: 8px solid #14b694;
    padding: 5px 8px;
    color: #14b694;
    font-weight: bold;
    /* border-bottom: 1px solid; */
    /* background: #028245; */
}
.ttl4 {
    font-size: 1.2rem;
}
.ttl4 span{
    /* background: #6eba02; */
    color: #6eba02;
    border-bottom: 1px solid #6eba02;
}
.ttl5 h5{
    color: #028245;
    font-size: 22px;
    font-weight: bold;
    border-bottom:1px solid #028245;
    padding: 15px 15px 15px 8px;
    position: relative;
}
.ttl5 h5:before{
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    margin-right: 5px;
    font-size: 1em;
    /* left: .25em;
    top: .5em; */
    color: #028245;
}
.message{
    font-size: 18px;
    padding: 60px 0 60px 0;
}
.message .jp{
  margin-top: 20px;
}
.message .en{
  margin-bottom: 15px;
}
.message img {
    max-width: 100%;
}
.table thead{
    background-color: #ebf7d0;
}
.table tbody td, .table tbody th{
    font-weight: 500;
}

.table th:nth-child(1){
    width: 35%;
}
.table th:nth-child(2){
    width: 60px;
}
.table th:nth-child(3){
    width: 100px;
}

/****************************************
* サイドナビ
*****************************************/
#sidebar-wrapper{
    background: #fff !important;
    border-right: 1px solid #93bf96;
}

.assemblies-logo{
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 43px; */
    /* line-height: 17px; */
    /* text-align: center; */
    margin: 30px 0 30px 0;
}
.assemblies-logo img{
    width: 70%;
}
.sidebar-nav>.sidebar-brand{
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    /* background-color: #fff; */
    background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                color-stop(.25, #f0f8e5), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #f0f8e5),
                color-stop(.75, #f0f8e5), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    background-image: linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    padding-bottom: 10px;
    margin-right: 1px;
}
.sidebar-nav li:nth-child(2) a {
  border-top: 1px solid #ddebde;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #028245 !important;
    border-bottom: 1px solid #ddebde;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    background: rgba(57, 156, 94, 0.1);
}

.sidebar-brand .church-name{
    font-size: 21px !important;
    line-height: 29px;
    color: #333;
    font-family: "M PLUS Rounded 1c" !important;
    /* margin-bottom: 0px; */
}
.sidebar-brand .church-name-alias{
    font-size: 15px !important;
    color: #333;
    font-family: "M PLUS Rounded 1c" !important;
}
.sidebar-brand .syozoku{
    padding: 5px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    font-family: "M PLUS Rounded 1c" !important;
}

/****************************************
* コンテンツ
*****************************************/
#wrapper.toggled #page-content-wrapper{
    position: static;
    padding-top: 75px !important;
}
.main-image{
    /* opacity: 0.8; */
    /* max-height: 400px; */
    overflow: hidden;
    margin-bottom: 0px;
    opacity: 0.9;
}
.col3-fig{
    display: flex;
    justify-content:  center;
    width: 90%;
    margin: 0 auto;
    /* height: 100px; */
}
.col3-fig figure{
    width: 33%;
}
.col3-fig figure img {
    width: 100%;
}

.col2-fig{
    display: flex;
    justify-content:  center;
    width: 60%;
    margin: 0 auto;
}
.col2-fig figure{
    width: 50%;
}
.col2-fig figure img {
    width: 100%;
}
.col2-fig figure{
    width: 50%;
}
.col2-fig figure .addres-card {
    -webkit-background-size: 10px 10px;
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    /* background-color: #fff; */
    background-image: -webkit-gradient(linear, 0 100%, 100% 0,
                color-stop(.25, #f0f8e5), color-stop(.25, transparent),
                color-stop(.5, transparent), color-stop(.5, #f0f8e5),
                color-stop(.75, #f0f8e5), color-stop(.75, transparent),
                to(transparent));
    background-image: -webkit-linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    background-image: linear-gradient(45deg, #f0f8e5 25%, transparent 25%,
              transparent 50%, #f0f8e5 50%, #f0f8e5 75%,
              transparent 75%, transparent);
    vertical-align: middle;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #f0f8e5;
}

.col2-fig figure .addres-card p{
    width: 100%;
    margin-bottom: 0px;
    font-weight: bold;
}

.col1-fig{
    display: flex;
    justify-content:  center;
    width: 35%;
    margin: 0 auto;
}
.col1-fig figure{
    width: 100%;
}
.col1-fig figure img {
    width: 100%;
}
.asymmetry-fig {
    margin-right: 323px;
    max-width: 100%;
}
.news-item p{
    padding: 0px 0px 20px 20px;
}
.news-item .content dl{
    display: table;
    font-weight: bold;
}
.news-item .content{
    padding: 10px 10px 0px 10px;
}
.news-item .content dl dt,
.news-item .content dl dd{
    display: table-cell;
}
.news-item .content dl dt{
    width: 80px;
    vertical-align: middle;
    font-size: 16px;
    background-color:#e6540c;
    /* border-radius: 0px; */
}
.news-item .content dl dd{
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
}
.news-item{
    border: 1px solid #028245;
    /* border-radius: 5px; */
    margin-bottom: 20px;
    padding: 0 10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.news-item img.small{
    max-width: 200px;
    border:1px solid #ccc;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.news-item img.small:hover{
    -moz-box-shadow: 8px 8px 8px rgba(0,0,0,0.7);
    -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,0.7);
    -o-box-shadow: 8px 8px 8px rgba(0,0,0,0.7);
    -ms-box-shadow: 8px 8px 8px rgba(0,0,0,0.7);
    cursor: pointer;
}
.news-item img.large {
    padding-top: 10px;
}
.news-item .modal .ttl5 h5{
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px !important;
    margin-bottom: 0px;
}


/****************************************
* グローバルナビゲーション
*****************************************/
.hamburger{
    display: none;
}
.hamburger a,
.hamburger a span{
    transition: all .4s;
}
.hamburger a{
    position: relative;
    width: 35px;
    height: 30px;
    display: block;
    margin-top: 12px;
}
.hamburger a span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
}
.hamburger a span:nth-of-type(1) {
    top: 0;
  }
.hamburger a span:nth-of-type(2) {
    top: 13px;
}
.hamburger a span:nth-of-type(3) {
    bottom: 0;
}



/****************************************
* フッター
*****************************************/
footer{
    /* border-top: 1px solid #27BE89; */
    padding: 15px 0px 10px 0px;
    background-color: #028245;
    color: #fff;
}
footer .footer-col{
    border-right: 1px solid #ccc;
}
footer .footer-col:first-child{
    border-left: 1px solid #ccc;
}
footer .footer-col-inner{
    padding: 15px 0px;
}
footer .footer-col-inner h5{
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}
footer .logo{
    text-align: center;
}
footer .logo img{
    width: 30%;
}
footer .footer-col{
    font-size: 85%;
}
footer .copyright{
	display: block;
	text-align:center;
	font-size: 65%;
}
footer .footer-note{
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}


/****************************************
* トップへ戻る
*****************************************/
div#pageTop {
    /* padding: 10px; */
    position: fixed;
    background-color: #399c5e;
    bottom: 10px;
    right: 10px;
    border-radius: 5px;
    /*     opacity: 0.6; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    /* border: 1px solid #fff; */
}
div#pageTop:hover{
    opacity: 0.6;
    transition: 0.3;ransition: all 0.3s ease;
}
div#pageTop a{
    color: #fff;
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/page_top_arrow.png) no-repeat;
    background-position: center;
    background-size: 27px;
}

.sp-header-wrap {
    display: none;
}
@media (max-width: 991px) {
    .top-page-wrap {
        padding-top: 65px;
    }
    
    /****************************************
    * グローバルナビゲーション
    *****************************************/
    #wrapper.toggled {
        padding-left: 0px;
    }
    .sp-header-wrap {
        background: #fff;
        position: fixed;
        z-index: 9;
        width: 100%;
        display: block;
    }
    .sp-header {
        -webkit-background-size: 10px 10px;
        -moz-background-size: 10px 10px;
        background-size: 10px 10px;
        /* background-color: #fff; */
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, #f0f8e5), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f0f8e5), color-stop(.75, #f0f8e5), color-stop(.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, #f0f8e5 25%, transparent 25%, transparent 50%, #f0f8e5 50%, #f0f8e5 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, #f0f8e5 25%, transparent 25%, transparent 50%, #f0f8e5 50%, #f0f8e5 75%, transparent 75%, transparent);
        background-image: -ms-linear-gradient(45deg, #f0f8e5 25%, transparent 25%, transparent 50%, #f0f8e5 50%, #f0f8e5 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, #f0f8e5 25%, transparent 25%, transparent 50%, #f0f8e5 50%, #f0f8e5 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, #f0f8e5 25%, transparent 25%, transparent 50%, #f0f8e5 50%, #f0f8e5 75%, transparent 75%, transparent);
        font-weight: bold;
        font-family: "M PLUS Rounded 1c" !important;
        /* padding: 15px 10px; */
        border-bottom: 1px solid #a3ce47;
        /* position: fixed; */
        /* z-index: 9; */
        /* width: 100%; */
        font-size: 15px;
        padding: 10px;
    }
    #wrapper.toggled #sidebar-wrapper {
        display: none;
    }
    #wrapper.toggled #sidebar-wrapper .sidebar-nav{
        width: 100%;
        padding-top: 70px !important;
    }
    #wrapper.toggled #sidebar-wrapper .sidebar-nav{
        /* position: relative; */
        z-index:  9999;
    }
    .sidebar-nav>.sidebar-brand{
        display: none;
    }
    #wrapper.toggled #sidebar-wrapper .sidebar-nav{
        position: fixed;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        z-index: 9999;
        flex-direction: column;
        background:  #fff;
        text-align: center;
        /* padding-top: 30px; */
        /* display: none; */
    }
    .sidebar-nav .menu li a{
        display: inline-block;
        width: 300px;
        border-bottom: 1px solid #ddd;
    }

    .sidebar-nav .logo img{
        padding: 15px 0px 15px 10px;
    }

    .hamburger{
        position: fixed;
        display: block;
        right: 0px;
        z-index: 99999999999999999;
    }
    .hamburger a,
    .hamburger a span{
        transition: all .4s;
        z-index: 99999999999999999;
    }
    .hamburger a{
        position: relative;
        width: 34px;
        height: 30px;
        display: block;
        margin-top: 17px;
        margin-right: 18px;
    }
    .hamburger a span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #399c5e;
        border-radius: 4px;
    }
    .hamburger a span:nth-of-type(1) {
        top: 0;
    }
    .hamburger a span:nth-of-type(2) {
        top: 13px;
    }
    .hamburger a span:nth-of-type(3) {
        bottom: 0;
    }
    .hamburger a.active  span:nth-of-type(1) {
        -webkit-transform: translateY(13px) rotate(-45deg);
        transform: translateY(13px) rotate(-45deg);
    }
    .hamburger a.active span:nth-of-type(2) {
        opacity: 0;
    }
    .hamburger a.active span:nth-of-type(3) {
        -webkit-transform: translateY(-13px) rotate(45deg);
        transform: translateY(-13px) rotate(45deg);
    }
    .message{
        padding-left: 5px;
        padding-right: 5px;
    }
    .col3-fig,
    .col2-fig,
    .col1-fig{
        flex-direction: column;
        width: 100%;
        padding: 0 5px;
    }
    .col3-fig figure,
    .col2-fig figure,
    .col1-fig figure{
        width: 100%;
    }
    .col3-fig figure img, 
    .col2-fig figure img,
    .col1-fig figure img{
        margin-bottom: 1px;
    }
    .col2-fig figure .addres-card {
        height: 200px;
        margin-bottom: 1px;
    }

    .asymmetry-fig {
        margin-right: 0px !important;
        padding: 0 5px;
    }
    .asymmetry-fig img{
        width: 100%;
    }

    .modal{
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .sidebar-nav .logo img{
        width: 340px;
    }
    #products .item-list li{
        margin-bottom: 70px;
    }
    #products .item-list li:last-child{
        margin-bottom: 30px;
    }
}

@media (max-width: 400px) {
    /****************************************
    * モジュール
    *****************************************/
    img.dispPc{
        display: none !important;
    }
    img.dispSp{
        display: inline !important;
    }

    /****************************************
    * グローバルナビゲーション
    *****************************************/
    .sidebar-nav .logo img{
        width: 150px;
    }
}


.emblem {
    padding: 50px;
    border: 1px solid #ccc;
    border-radius: 78%;
    margin-bottom: 20px;
}