
@charset "utf-8";
/*
 Theme Name:   wsc8
 Description:  光桂山 保福寺
 Author:
 Author URI:
 Template:     wsc8
*/

/*-----------------------------------------------------------------------

　端末用のスタイルまとめて下に書いてます。

-----------------------------------------------------------------------*/

/*------------------------------------
    ----------------------------------
  		Structure
  	----------------------------------

  	01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
    02.[START] トップページ
    03.ブログページ共通
    04.single(記事ページ)
    05.error(404.php)
    06.[START] 下層ページ　固定ページ

    Media Query
    07.レスポンシブ　(max-width: 768px)
        07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
        07-02.レスポンシブ TOPページ
    08.レスポンシブ　(min-width: 1000px)
        08-01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
    09.レスポンシブ　(max-width: 1000px)
       08-01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）
    10.レスポンシブ　(max-width: 480px)
       08-01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

    11.TOP 新着情報
    12.各 ブログページ共通
        single(記事ページ)
        error(404.php)
    13.レスポンシブ　TOP新着情報
    
------------------------------------*/

/************************************************************************

	01.共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

************************************************************************/
/*パンくずリスト*/
#main.home .feature .flex-box >div
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NotoSerifJP/NotoSerifJP-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/NotoSerifJP/NotoSerifJP-Bold.woff') format('woff');
    font-display: swap;
}



.breadcrumbs{
    display: none!important;
}

/*.single .container {*/
    /*max-width: 920px;*/
/*}*/

html,body{
    font-size: 16px;
}
body {
    font-family: "YuKyo-Medium", "游明朝", YuMincho, "Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #231815;
    font-weight: 500;
}

* {
    line-height: 1.6em;
}

em {
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    line-height: 1.6em;
}

.gothic{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

.txt-blue {
    color: #026eb8;
}

.txt-cyan {
    color: #29A99C;
}

.txt-red {
    color: #ff0000;
}


.section {
    padding: 30px;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}

.bold {
    font-weight: bold;
}
.font-m {
    font-size: 1.3em;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.float-box >*{
    width: 48%
}

.flex-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.circle {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    border: solid 1px #62d59b;
    background-color: #62d59b;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
}

.circle.reservation {
    border: solid 1px #ffc08a;
    background-color: #ffc08a;
}

.icon:before {
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.mincho{
    font-family: "YuKyo-Medium","游明朝", YuMincho,"Noto Serif Japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Sawarabi Mincho" , "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
}


.section{
    padding: 0;
}


/*ナビゲーション*/
#gnav {
    background-color: #6A4B86;
    padding: 13px 0;
}
.gnav-container li {
    font-size: 16px;
    width: 20%;
    border-right: 1px solid #7E6298;
    text-align: center;
}
.gnav-container li:first-child{
    border-left: 1px solid #7E6298;
}
.gnav-container li a {
    padding: 3px;
    color: #fff;

}
.gnav-container li.current-menu-item a {
    background-color: #6A4B86;
}
.gnav-container li a{
    background-color: #6A4B86;
    color: #fff;
}
.gnav-container li a:hover{
    background-color: #6A4B86;
    opacity: .8;
    color: #fff;
}

/*ヘッダー*/
.header{
    padding: 20px 0;
}
.site-title{
    display: inline-block;
    margin:0;
    padding:0;
}
.site-title .inner{
    display: inline-block;
    text-align: left;
    padding: 0;
}
.site-title a{
    font-weight: 700;
    font-size:32px;
    line-height:50px;
    color: #231815;
}
.site-title a span{
    font-size: 0.7em;
    margin-right: .2em;
    vertical-align: text-top;
}
.site-title .categories{
    font-size: 15px;
    font-weight: 700;
}
.site-description{
    font-size:13px;
    line-height:18px;
    font-weight:normal;
    font-style:normal;
    display:block;
    margin:0;
}

#h_tel{
    float: right;
}

#h_tel .contact{
    font-size: 16px;
    font-weight: 700;
}
#h_tel .tel {
    font-size: 30px;
    color: #6B7F38;
}

#h_tel .tel:before{
    content: '\f095';
    font-family: "FontAwesome";
    font-size: 30px;
    margin-right: 10px;
    font-weight: normal;
}

.header_left{
    float:left;
}


/*フッター*/

.footer-top{
    background-image: url("./img/hofukuji-top/hofukuji-top_05-2.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #FBF8F0;
}
.footer-top .image-box{
    margin: 4% auto;
}

.footer-top .image-box >*{
    margin: 2% auto;
}

.footer-top .info-box{
    margin: 4% auto;
    justify-content: center;
}
.footer-top .info-box >div{
    width: 50%;
    padding: 3%;
}

.footer-top .info-box .site-title{
    text-align: right;
}

.footer-top .info-box .tel{
    font-size: 2em;
    color: #6B7F38;
}

.footer-top .info-box .tel:before{
    content: '\f095';
    font-family: "FontAwesome";
    margin-right: 10px;
    font-weight: normal;
    vertical-align: text-bottom;
}

.footerBottom {
    background-color: #6A4B86;
}
#copyright {
    float: none;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    background: #6A4B86;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 44px;
}

@media (min-width: 1200px){
    .container {
        width: 980px;
    }
}



/************************************************************************

  [終わり] 共通スタイル（全体・ヘッダー・ナビゲーション・フッター）

************************************************************************/



/************************************************************************

	02.[START] トップページ

************************************************************************/

.head-image{
    display: block;
    margin: 0 auto;
}

.greeting{
    background-image: url(./img/hofukuji-top/hofukuji-top_03.jpg);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FCF8EF;
    padding: 2% 0;
}
.greeting h2{
    color: #71AB69;
}

.greeting img{
    width: 26%;
    margin-top: 5%;
}

.greeting .flex-box >div{
    width: 74%;
    padding-left: 4%;
}
h2{
    font-size: 2em;
}

.greeting p{
    line-height: 2em;
}

.noukotudou-link{
    background-image: url("./img/hofukuji-top/hofukuji-top_05-2.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #FBF8F0;
    
}
.noukotudou-link a{
    display: block;
    padding: 4% 0;
}

.page-home-staffblog {
    /* background-image: url(./img/hofukuji-top/hofukuji-top_06.jpg); */
    background-position: right;
    background-repeat: no-repeat;
    background-color: #DAD7E0;
    padding: 4% 0;
}
.page-home-conts.container{
    max-width: 800px;
}

.heading-txt {
    
    text-align: center;
}
.news-entry{

}

.heading-txt a {
    color: #000;
}

.heading-txt a,.heading-txt a:visit,.heading-txt a:active{
    color:#333!important;
}

.heading-txt a:hover{
    color:#61caa9;
    text-decoration: none;
}

.heading-txt h2 {
    display: inline-block;
    font-size: 1.9em;
    font-weight: 500;
    text-align: center;
}



.newsList{
}
.newsListItem{
    padding: 20px 3%;
    border-bottom: 1px solid #CCCCCC;
}
.newsListItem .date{
    font-weight: 700;
    color: #5E5E51;
    margin-right: 7%;
}
.newsListItem a{
    color: initial;
}
.newsListItem a:hover{
    color: #61caa9;
}
.news-list-link{
    display: block;
    font-size: 1.2em;
    color: #705A8A;
    text-align: right;
    margin: 2% auto;
}

.news-list-link　.inline{
    display: inline-block;
}

#main.home .type{
    text-align: center;
    margin: 4% auto;
}
#main.home .type h2{
    font-size: 1.75em;
    color: #615B98;
    margin-bottom: 1%;
}
#main.home .type p{
    font-size: 1.1em;
    
}

#main.home .feature h2{
    font-size: 1.9em;
    text-align: center;
    border: 1px solid #BBB3D8;
    margin-bottom: 4%;
}
#main.home .feature h2 .inner{
    display: block;
    padding: 4px 0;
    margin: 5px;
    background-color: #E3D9E7;
}
#main.home .feature .flex-box{
    align-items: stretch;
}
#main.home .feature .flex-box >div{
    min-width: 300px;
    width: 32%;
    margin-bottom: 8%;
    background-color: #EAE4CD;
}
/* 20181214 画像追加時はここから削除する */
/* 20181214 奇数だった場合の最後の対処 リサイズした場合に支障 */
/* #main.home .feature .flex-box div:nth-child(2n+1):last-child{ */
/*     min-width: 300px; */
/*     width: 32%; */
/*     margin-bottom: 8%; */
/* } */

#main.home .feature .flex-box >div.empty-item{
    background: none;
}

/*  20181214 画像追加時はここまで削除する */



#main.home .feature .flex-box img{
    min-height: 213px;
}

#main.home .feature .flex-box .text-box{
    padding: 10px 20px;
}
#main.home .feature .feature-num{
    text-align: center;
    margin: 15px 0;
}
#main.home .feature .feature-num span{
    
    background: #D1BADA;
    border-radius: 50%;
    padding: 10px 20px;
}

#main.home .feature .caption{
    font-size: 1.15em;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}

.feature .feature-bottom{
    background-image: url(./img/hofukuji-top/1031hohukuji_08.jpg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2% 0 10%;
}


.feature .feature-bottom .text-box{
    text-align: right;
}
.feature .feature-bottom .text-box .inner{
    display: inline-block;
    text-align: left;
    padding: 0;
}
.feature .feature-bottom h4{
    font-size: 1.7em;
    color: #615B98;
    margin-bottom: 2%;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
.feature .feature-bottom p{
    font-size: 1.4em;
    text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}

/************************************************************************

  [END] トップページ

************************************************************************/



/************************************************************************

	03.ブログページ共通

************************************************************************/

.main-blog{
    margin-top: 30px;
}

.main-column {
    width: 550px;
    float: left;
    padding-bottom: 30px;
}

.main-column .entry-title{
    display: block;
    font-size: 20px;
    border-top: none;
    border-bottom: 3px solid #46C5C8;
    line-height: 1.4em;
    padding: 10px 0;
    margin: 0 0 15px;
    font-weight: bold;
    text-align: left;
    color: #333;
}

.main-column .post {
    margin-bottom: 30px;
    overflow: hidden;
}


.side-column a {
    color: #333;
}

.side-widget ul{
    margin: 10px;
}

.widget-title {
    font-weight: 700;
    border-bottom: solid 3px #46C5C8;
    position: relative;
    margin-bottom:30px;
}

 /* サイドバー検索ボックス */
.side-column form#searchform{
    display: block;
    background-color: #fff;
}
.side-column .searchform{
    margin: 0;
}

.side-column .searchform-txt {
    width: 150px;
}

.side-column #searchform #s {
    padding: 4px;
    font-size: 13px;
    line-height: 15px;
    width: 150px;
    float: left;
    margin: 0;
    border-radius: 0;
    border: 1px solid #999;
    box-shadow: inset 1px 2px 4px #ddd;
}

.side-column #searchform #searchsubmit {
    float: left;
    text-indent: -9090px;
    border-style: none;
    width: 35px;
    height: 31px;
    padding: 0;
    margin: 0;
    background: #999 url(img/search_btn.png) no-repeat center center;
    border-width: 0;
    border-radius: 0;
    cursor: pointer;
}

/* /サイドバー検索ボックス */


/************************************************************************

	04.single(記事ページ)　category(一覧ページ)

************************************************************************/



.blog-header {
    padding: 20px;
    margin: 40px 0;
    font-size: 22px;
    position: relative;
    background: #46C5C8;
    color: white;
}
.blog-header:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #46C5C8;
    opacity: .8;
}

/*.entry-header{
    border-bottom: 1px solid;
}*/

.blog-content{
    margin: 10px;
}


/************************************************************************

	05.error(404.php)

************************************************************************/

.error-page{
    width: 100%;
    padding: 4%;
}


/************************************************************************

	06.[START] 下層ページ　固定ページ

************************************************************************/

/*固定ページ共通*/

.page-template-page-full .container{
    max-width: 980px;
}

h1 img{
    margin: 0 auto;
    display: block;
    height: 150px;
    width: auto;
    object-fit: cover;
    object-position: left;
}

.page-default{
    max-width: 1000px;
}

#main.page h2 {
    font-size: 2em;
    font-weight: 700;
}
#main.page .content{
    margin-bottom: 30px;
}
#main.page section{
    padding: 4% 0;
}

#main.page section.margin-none{
    margin: 0 auto;
}

.page-template-page-full #main.page .content{
    max-width: 1400px;
    margin: 0 auto;
}


/* 納骨堂のご案内 */
#main.info{
    background-color: #F9F4EC;
}

#main.info section{
    margin: 0 auto;
    padding: 0 0 4%;
}

#main.info h2{
    font-size: 2em;
    font-weight: 700;
    margin: 50px 0 20px;
}
#main.info h2 span{
    font-size: .85em;
}

#main.info #main-head p{
    font-size: 1.5em;
    font-weight: 700;
    margin-left: 2em;
}


#main.info h3.orn{
    font-size: 1.625em;
    text-align: center;
    border: 1px solid #E8DEED;
    /*background-color: #E8DEED;*/
}

#main.info h3.orn .inner{
    display: block;
    background-color: #E8DEED;
    margin: 5px;
    padding: 5px;
}

#main.info h4{
    font-size: 1.5em;
    color: #7B5E90;
    margin-bottom: 2%;
}
#main.info p{
    font-size: 1.1em;
    line-height: 1.8em;
}

#main.info #main-head{
    background-color: #D6D793;
    background-image: url(img/hohukuji-nokotsudo/hohukuji-nokotsudo_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    margin: 0 auto;
}

#main.info .content-box01 .flex-box >*{
    width: 50%;
}

#main.info .content-box01 .image-box {
    align-self: flex-end;
    padding: 2% 10px;
}

#main.info .content-box01 .text-box{
    background: url(img/hohukuji-nokotsudo/hohukuji-nokotsudo_11.jpg) no-repeat;
    padding: 30px 30px 0;
}
#main.info .content-box01 .text-box h3{
    font-size: 1.5em;
    color: #7B5E90;
    margin-bottom: 2%;
}


#main.info .content-box01 .text-box p{
    font-weight: 700;
    line-height: 1.8em;
    
}

#main.info .content-box01 .text-box p.indent{
    text-indent: -1em;
    margin-left: 1em;
}

#main.info .content-box01 .text-box p.ask{
    font-size: 1.25em;
    text-align: center;
    background: -moz-radial-gradient(#ECEBC2, #F9F4EC);
    background: -webkit-radial-gradient(#ECEBC2, #F9F4EC);
    background: radial-gradient(#ECEBC2 60%, #F9F4EC 70%);
    margin-top: 2%;
    padding: 25px;
}

#main.info .content-box01{
}

#main.info .select-type h4{
    margin-top: 4%;
}

.select-type{
    background-image: url(img/hohukuji-nokotsudo/hohukuji-nokotsudo_12.jpg);
}

.select-type .flex-box >*{
    width: 45%;
}

.select-type .flex-box img{
    display: block;
    margin: 4% auto;
}

.select-type p{
    font-weight: 700;
    margin: 2% 0;
    min-height: 155px;
}

.select-type .price-box{
    background-color: rgba(228,220,231,0.6);
    max-width: 650px;
    margin: 4% auto;
    padding: 10px 8% 40px ;
}

.select-type .price-box h4{
    text-align: center;
}

.select-type .price-box ul li{
    display: table;
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    padding: 2% 6% 1%;
    border-bottom: 1px solid #A591B1;
}
.select-type .price-box ul li span{
    display: table-cell;
    width: 200px;
}


#main.info .question-box h3.orn{
    margin: 4% 0;
    border-color: #E2E5AC;
}
#main.info .question-box h3.orn .inner{
    background-color: #E2E5AC;
}

#main.info .question-box .inner{
    padding: 0 4%;
}

#main.info .question-box h4{
    position: relative;
    font-size: 1.5em;
    color: #7B5E90;
}

#main.info .question-box h4 .inner{
    position: relative;
    padding: 5px 1%;
    z-index: 1;
    
    flex-wrap: nowrap;
    justify-content: left;
}

#main.info .question-box h4 .inner:after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 15px;
    background: #E2E5AC;
    z-index: -1;
}


#main.info .question-box p{
    margin: 2% 1% 6%;
}

#main.info h4 span.question{
    font-size: 2rem;
    line-height: 1em;
    margin-right: 10px;
}
#main.info p span.answer{
    
    font-size: 1.5em;
    color: #74477D;
    margin-right: 5px;
}
#main.info h4 span.text{
    font-size: 1em;
}

/* /納骨堂のご案内 */


/* 歴史・歩み */

#main.history{
    background-color: #F9F4EC;
}
#main.history #main-head{
    background-color: #D6D793;
    background-image: url(img/hohukuji-rekishi/hohukuji-rekishi_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 auto;
    
}

#main.history h2 {
    font-size: 2em;
    font-weight: 700;
    margin: 50px 0 20px;
}

#main.history #main-head p{
    font-size: 1.1em;
    margin-left: 3em;
}
#main.history #main-head p span{
    font-size: 1.5rem;
}

#main.history section{
    background-image: url(img/hohukuji-rekishi/hohukuji-rekishi_07.jpg);
}

#main.history section .inner{
    max-width: 670px;
    padding: 0;
    margin: 0 auto;
}

#main.history section p{
    line-height: 1.8em;
    margin: 4% 0;
}
#main.history .image-box{
    margin-top: 2%;
}
#main.history .image-box >*{
    width: 48%;
}

/* /歴史・歩み */



/*　写真　*/
#main.gallery{
    background-color: #F9F4EC;
}
#main.gallery #main-head{
    background-image: url(img/hohukuji-syashin/hohukuji-syashin_00.jpg);
    background-color: #D6D793;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 auto;
}

#main.gallery h2{
    font-size: 2em;
    font-weight: 700;
    margin-top: 60px;
}

#main.gallery h2 span{
    font-size: .85em;
}

/*　/写真　*/

/*　アクセス　*/

#main.access-contact{
    background-color: #F9F4EC;
}
#main.access-contact #main-head{
    background-image: url(img/hohukuji-access/hohukuji-access_01.jpg);
    background-color: #D6D793;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin: 0 auto;
}
#main.access-contact h2{
    margin-top: 80px;
}
#main.access-contact .access{
    align-items: stretch;
}
#main.access-contact .access .info{
    width: 380px;
    padding-right: 2%;
}
#main.access-contact .access .map{
    width: calc(100% - 380px);
}
#main.access-contact table th, #main.access-contact table td{
    font-size: 1.1em;
    padding: 5px 10px;
    vertical-align: middle;
    
}
#main.access-contact table th{
    color: #66477D;
}


#main.access-contact table .name{
    font-size: 1.2em;
}

#main.access-contact table .tel{
    font-size: 1.4em;
}

#main.access-contact p{
    font-size: 1.25em;
    text-align: center;
    background: -moz-radial-gradient(#FADAD1, #F9F4EC);
    background: -webkit-radial-gradient(#FADAD1, #F9F4EC);
    background: radial-gradient(#FADAD1 60%, #F9F4EC 70%);
    margin-top: 2%;
    padding: 50px;
}


/************************************************************************
	[END] 下層ページ　固定ページ
************************************************************************/


/************************************************************************

	07.レスポンシブ　(max-width: 992px)

************************************************************************/

@media (max-width: 992px) {
    #main.type .main-head{
        background-position: -150px;
        background-size: cover;
    }
    
    .select-type p{
        min-height: 220px;
    }
    
    #main.home .feature .flex-box{
        justify-content: center;
    }
    #main.home .feature .flex-box >div{
        margin: 0 1% 4%;
    }
}



/************************************************************************

	07.レスポンシブ　(max-width: 768px)

************************************************************************/

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 768px) {
    
    .drawer-btn {
        left: auto;
        right: 0;
    }
    
    /*ヘッダー*/
    .site-title{
        text-align: left;
    }
    #h_tel{
        float: none;
    }
    /*フッター*/
    
    .footer-top .info-box .site-title{
        text-align: left;
    }
    .footer-top .info-box >div{
        display: block;
        width: 100%;
        margin: 1% 10px;
        padding: 0;
    }
    
    /*ナビゲーション*/
    #gnav{
        padding: 0;
    }
    .gnav-container li{
        font-size: 14px;
        width: 100%;
    }
    .gnav-container li a{
       padding: 10px 0;
    }
    
    
    /* トップページ */
    .feature img.head-image{
        object-fit: cover;
        object-position: center center;
        width: auto;
        height: 75px;
    }
    
    .feature-box{
        justify-content: center;
    }
    
    .feature-box >*{
        width: 300px;
        margin: 10px;
    }
    
    .greeting .flex-box{
        justify-content: left;
    }
    .greeting img{
        max-width: 100%;
        width: auto;
    }
    .greeting .flex-box >div{
        max-width: 100%;
        width: auto;
        padding-left: 0;
    }
    
    .heading-txt, .news-entry{
        float: none;
        width: 100%;
    }
    .heading-txt h2{
        width: 100%;
        padding: 2%;
    }
    .heading-txt a{
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial;
    }
    .heading-txt .hisi{
        vertical-align: text-bottom;
    }
    .newsList{
        padding-left: 0;
    }
    
    
    
    
    /* 納骨堂のご案内 */
    
    #main.info .content-box01 .flex-box{
        justify-content: center;
        flex-wrap: wrap-reverse;
    }
    #main.info .content-box01 .flex-box >*{
        max-width: 100%;
        width: auto;
        
    }
    
    .select-type .flex-box >*{
        width: 100%;
    }
    
    .select-type p{
        min-height: auto;
    }
    
    .select-type .price-box{
        padding: 10px 4% 40px;
    }
    
    .select-type .price-box ul li{
        font-size: 1.4em;
    }
    
    .select-type .price-box ul li span{
        width: 45%;
    }
    
    
    
    #main.info .question-box h4{
        margin: 0;
    }
    
    
    
    /* /納骨堂のご案内 */
    
    /* 歴史・歩み */
    
    #main.history #main-head p{
        margin-left: 1em;
    }
    
    /* /歴史・歩み */
    
    /* アクセス */
    
    #main.access-contact h2{
        margin-top: 55px;
    }
    
    #main.access-contact .access .info{
        padding-right: 0;
        margin: 2% 0;
    }
    #main.access-contact .access .map{
        width: 100%;
        min-height: 300px;
    }
    /* /アクセス */
}
/************************************************************************

	08.レスポンシブ　(max-width: 500px)

************************************************************************/

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 500px) {
    
    
    
    /* 納骨堂のご案内 */
    #main.info h2 {
        margin: 30px 0 20px;
    }
    #main.info h2 span{
        display: block;
    }
    #main.info #main-head p{
        margin-left: 0;
    }
    
    .select-type .price-box ul li{
        font-size: 4.8vw;
    }
    #main.info h4 span.text{
        font-size: 1em;
    }
    /* /納骨堂のご案内 */
    
    /* 歴史・歩み */
    
    #main.info h4 span.question{
        font-size: 1.7rem;
    }
    #main.info .question-box h4{
        font-size: 1.35em;
    }
    
    #main.home .type h2{
        font-size: 5.8vw;
    }
    #main.home .feature h2{
        font-size: 6vw;
    }
    
    .feature .feature-bottom h4{
        font-size: 6vw;
    }
    .feature .feature-bottom p{
        font-size: 5vw;
    }
    
    /* /歴史・歩み */
}

/*--------------------------------------
	07-01.レスポンシブ ヘッダー、フッター、ナビ　ページ
--------------------------------------*/
@media (max-width: 374px) {
    
    
    
    /* 納骨堂のご案内 */
    
    #main.info .content-box01 .text-box p.ask{
        font-size: 1.1em;
        padding: 20px 0;
    }
    #main.info h4 span.text{
        font-size: 5.7vw;
    }
    
    /* /納骨堂のご案内 */
    
    /* 歴史・歩み */
    
    #main.info h4 span.question{
    
    }
    
    
    
    /* /歴史・歩み */
}



/************************************************************************

	12.各 ブログページ共通

************************************************************************/
/*固定ページで基本出てくるのh1の非表示*/

.entry-title{
    display:none;
}

.sub-mainvisual {
    /*background-image: url(http://sudo-child.com/wp-content/uploads/2018/02/0693GRL_7497.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    text-align: center;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    /*background: -moz-linear-gradient(top, #fdf19e, #FFF);
    background: -webkit-linear-gradient(top, #fdf19e, #FFF);
    background: linear-gradient(to bottom, #fff, #fdf19e);*/
}
.blog-top {
    font-size: 1.5em;
}

.blog-top a{
    color: #B10000;
}

.blog-top a:hover{
    color: #D98286;
    text-decoration: none;
}

.blog-page {
    padding: 2%;
}

.main-column h1{
    border-bottom: solid 3px #61caa9;
    position: relative;
    font-size: 1.5em;
    padding: 0 0 1%;
    margin: 0 0 2%;
}

.main-column h1:after{
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc08a;
    bottom: -3px;
    width: 30%;
}

.main-column .content{
    padding: 2%;
}

.main-column .content p{
    line-height: 30px;
    margin: 2%;
}

.main-column a {
    color: #333;
}

.main-column a:hover {
    text-decoration: none;
    color: #D98286;
}

.side-column a {
    color: #333;
}

.side-column a:hover {
    text-decoration: none;
    color: #ffc08a;
}


.entry-container{
    margin:0;
    padding:0 0 4%;
}

.entry-header{
    /*border-bottom: 1px solid;*/
}

.entry-header h2{
    font-size:1.5em;
}
.blog-category{
    float:right;
}
.blog-category a {
    color: #15a97a;
}
.blog-category a:hover {
    color: #5fcaa9;
}
/*ブログページタイトル*/

.blog-header:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #426E4C;
}


.blog-header {
    padding: 1%;
    margin: 4% 0;
    font-size: 1.5em;
    position: relative;
    background: #6A4B86;
    color: white;
}


/*ブログのタイトル*/

.blog-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}

.blog-title {
    border-bottom: solid 3px #f8e8c6;
    position: relative;
}


/*サイドバーのタイトル*/

.widget-title:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc08a;
    bottom: -3px;
    width: 30%;
}

.widget-title {
    border-bottom: solid 3px #60caa9;
    position: relative;
}


/*テキストウエッジ*/

.textwidget {
    padding: 0;
    margin: 0 0 20px 20px;
}


/* 2021-09-01 リンクおよびお寺だより */
.tayori-pdf{
	margin:30px auto;
	padding:10px;
	text-align:center;
	background-color:#6A4B86;
	border-radius:6px;
	width:60%;
}
.tayori-pdf a{
	color:#FFFFFF;
	display:block;
}

/* お寺だより（固定ページ） */
.page-home-oterablog {
    background-image:none !important;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #F9F4EC;
    padding: 4% 0;
}


/* お寺だより（投稿ページ） */

h2.otera-dayori{
	font-size:140%;
	margin:10px 0px 10px 10px;
	padding:5px 10px;
	border-bottom:1px solid #999999;
	border-left:8px solid #999999;
}


/* リンク */

h3.link-category{
	font-size:140%;
	margin:0 auto 20px;
	padding:5px 10px;
	background-color:#6A4B86;
	color:#FFFFFF;
}
.link-title{
	font-size:120%;
	margin:0px 0 10px;
	padding:5px 10px;
	border-bottom:2px solid #6A4B86;
	color:#6A4B86;
}
.link-text{
	padding:0 10px;
	line-height:1.4em;
}
.link-url{
	padding:0 10px 5px;
	margin:0 auto 20px;
}
.link-url a{
}
.link-url a:hover{
	color:#6A4B86;
	text-decoration-line:underline;
}