/*
Theme Name: toyokawainari
Description: 宗教法人豊川閣妙厳寺
Theme URI: https://www.toyokawainari.jp
Version: 1.0
License: toyokawainari
License URI: https://www.toyokawainari.jp
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


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

          リセットCSSここから

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

html {
    box-sizing: border-box;
    font-size:62.5%; /*1em=10px */
    overflow-y: scroll; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}


body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    font-family: Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

img{
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

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

          body設定(主に書式)

*****************************************/
body{
    color: #262626;
    line-height: 1.6;
    background: #FFF;
}

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

          ページ共通

*****************************************/
#wrapper{
	width: 100%;
	min-width: 1050px;
	min-height:100%;
	float: none;
	margin: 0 auto;
    overflow: hidden;
    background: url(images/content_bg_re.jpg) top left repeat-y;
}
#wrapper_page {
    width: 100%;
    min-width: 1050px;
    min-height:100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    #wrapper{
        width: 100%;
        min-width: 0;
        min-height:100%;
        float: none;
        margin: 0 auto;
        overflow: hidden;
    }
    
}

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

          フォント指定

*****************************************/
li,tt,tr,dt,dd,p{
	font-size: 1.3em;
    color: #262626;
}

h1{
    font-family: "游明朝", YuMincho,"Times New Roman","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","メイリオ", Meiryo, serif;
    font-weight: bold;
    font-size: 2em;
    color: #262626;
}
h2{
	font-size: 1.6em;
	font-weight: bold;
    color: #503526;
}
h3{
    font-size: 1.6em;
    color: #503E26;
}
h4{
    font-size: 1.3em;
	font-weight: bold;
	color: #333;
}
h5{
	font-size:1.3em;
	color:#585858;
	font-weight:bold;
}
 
/****************************************

          リンク指定

*****************************************/
a:link,a:visited{
    font-weight: normal;
    color: #333;
    text-decoration: underline;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}
a:hover,a:active {
    font-weight: normal;
    color: #BF3200;
    text-decoration: underline;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}

#pc_footer a:link,#pc_footer a:visited{
    font-weight: normal;
    color: #503426;
    text-decoration: underline;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}
#pc_footer a:hover,#pc_footer a:active {
    font-weight: normal;
    color: #D98400;
    text-decoration: underline;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}



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

         オンマウス時のアクション

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

a:hover img.img_opacity {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-webkit-transition:0.2s linear;
	transition:0.2s linear;
}
a img.img_opacity {
	-webkit-transition:0.2s linear;
	transition:0.2s linear;
}

a:hover img.img_opacity0 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.4s linear;
    transition:0.4s linear;
}
a img.img_opacity0 {
    -webkit-transition: 0.4s linear;
    transition:0.4s linear;
}




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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {

    #sp_header,#sp_navi,#toggle{display: none;}

    #pc_header{
        width:100%;
        background: url(images/header_bg.jpg) center top no-repeat;
    }
    
    #pc_header_page{
        width: 100%;
        background: url(images/header_bg.jpg) center top no-repeat;
    }
    
}

.pc_header_box{
    width: 1050px;
    margin: 0 auto;
}

.logo{
    width: 176px;
    margin: 0 auto 10px;
}
.header_info{
    width: 318px;
    height:25px;
    margin: 0 0 0 auto;
}
.header_info li {
    font-size: 100%;
    height: 25px;
    float: left;
    margin-right: 20px;
    padding: 0 0 0 10px;
    position: relative;
}
.header_info li::before{
    content: "";
    left: 0;
    top: 5px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #D6B058;
    position: absolute;
}


.header_info li a:link,.header_info li a:visited {
    font-weight: normal;
    color: #333;
    text-decoration: none;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}
.header_info li a:hover,.header_info li a:active {
    font-weight: normal;
    color: #BF3200;
    text-decoration: underline;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
    #pc_header,#pc_header_page{display: none;}
    img{width: 100%; height: auto;}

    #sp_header{
        display: block;
        width:100%;
    }
    
    .sp_logo{
        width: 176px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .sp_logo img{
    }


    #toggle {
        position:absolute; /*bodyに対しての絶対位置指定です*/
        right:15px;
        top:25px;
        width:30px;
        height:25px;
        cursor:pointer;
        z-index: 9999;
    }

    #toggle div {
        position:relative;
    }/*spanの絶対位置指定の親にします*/

    #toggle span {
        display:block;
        position:absolute; /*#navToggle div に対して*/
        width:100%;
        height: 4px;
        background: #999;
        border-radius: 4px;
        -webkit-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #toggle span:nth-child(1) {
        top:0;
    }
    #toggle span:nth-child(2) {
        top:11px;
    }
    #toggle span:nth-child(3) {
        top:22px;
    }
    
    .open_navi #toggle{
        position: fixed;
    }

    .open_navi #toggle span:nth-of-type(1) {
        -webkit-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }
    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }
    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }


    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background-color: rgba(0,0,0,.9);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition:.7s ease-in-out;
        transition: .7s ease-in-out;
    }


    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition:.7s ease-in-out;
        transition: .7s ease-in-out;
    }


    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter: blur(3px);
        filter: blur(3px);
        -webkit-transition:.7s ease-in-out;
        transition: .7s ease-in-out;
    }



    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }

    #sp_navi .menu .menu-item{
        width:100%;
        text-align:center;
        border:#666 1px solid;
        cursor:pointer;
        color: #FFF;
        margin: 0 auto;
        font-size: 1.4rem;
        box-sizing: border-box;
    }


    #sp_navi .menu-item a,
    #sp_navi .menu-item span{
        display: block;
        padding: 15px 0 14px;
    }

    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:active,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:active{
        color: #FFF;
        text-decoration: none;
    }

    #sp_navi .sub-menu{
        width:100%;
        text-align:center;
        display:none;
    }
    #sp_navi .sub-menu li{
        width:100%;
        text-align:center;
        border-top:#666 1px solid;
    }

    #sp_navi .sub-menu li a{
        display: block;
        padding: 11px 0 10px;
        color: #ccc;
        background:rgba(192,52,17,0.3);
    }
    #sp_navi .sub-menu li a:hover{
        color: #ccc;
        background:none;
    }


    .menu-item-has-children{
        position: relative;
    }

    .menu-item-has-children::before{
        content: '';
        width: 14px;
        height: 14px;
        border: 0px;
        border-top: solid 3px #ddd;
        border-right: solid 3px #ddd;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition:.2s ease-in-out;
        transition: .2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }
    .menu-item-has-children.menu_open::before{
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition:.2s ease-in-out;
        transition: .2s ease-in-out;
        top:22px;
    }

}



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

pc用 横ナビ

*****************************************/
#g_navi{
	width: 1050px;
	height: 50px;
    margin: 0 auto 15px;
}
#g_navi .menu{
  *zoom: 1;
  list-style-type: none;
  margin:0 auto;
}
#g_navi .menu:before, #g_navi .menu:after{
  content: "";
  display: table;
}
#g_navi .menu:after{
  clear: both;
}
#g_navi .menu li{
    position: relative;
    width: 150px;
    float: left;
    text-align: center;
    line-height:0;
}
#g_navi .menu li:nth-last-child{
    width: 150px;
}

#g_navi .menu li a{
  display: block;
  margin: 0;
  color: #262626;
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
}
#g_navi .menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#g_navi .menu li ul li{
  width: 100%;
}
#g_navi .menu li ul li a{
    width: 140px;
    padding:13px 5px;
    border-top: 1px solid #ccc;
    font-size: 1.2rem;
    background: #F3EFE8;
    text-align: center;
    opacity: 0.95;
    filter: alpha(opacity=95);
}


#g_navi .menu li ul li a:hover{
	background:#FFF;
	color:#000;
	-webkit-transition:0.2s linear;
	transition:0.2s linear;
}





#g_navi .menu li ul{
    visibility: hidden;
    opacity: 0;
    -webkit-transition:0s;
    transition: 0s;
}
#g_navi .menu li:hover ul{
    visibility: visible;
    opacity: 0.95;
}
#g_navi .menu li ul li a{
    visibility: hidden;
    opacity: 0;
    -webkit-transition:.5s;
    transition: .5s;
}
#g_navi .menu li:hover ul li a{
    visibility: visible;
    opacity: 1;
}









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

          ティーザー

*****************************************/
#slider_wrapper {
    width: 100%;
    position: relative;
    height:800px;
}
.slider_cover {
    width: 168px;
    margin: 0 auto;
    padding: 183px 0 0;
    position: relative;
    z-index: 5;
}
.slider_cover img{
}

.slider{
    width: 100%;
    position:absolute;
    overflow:hidden;
    top: 0;
}
.metaslider{
    width:1920px;
    position:relative;
    left: calc(50% - 960px);
    z-index: 0;
}



#teaser{
    width:1920px;
    height: 300px;
    background: url(images/teaser_bg.jpg) top left;
    position:relative;
    left: calc(50% - 960px);
    z-index: 0;
}



@media screen and (max-width: 767px) {

    #sp_slider{
        width: 100%;
        overflow:hidden;
        top: 0;
    }
    #sp_slider .metaslider{
        width:100%;
        position:relative;
        left: 0;
        z-index: 0;
    }

    .sp_description {
        width: 100%;
        margin: 0 auto;
        padding: 4% 2%;
        box-sizing: border-box;
        text-align: center;
        opacity: 0.7;
        background: #000;
    }
    .sp_description p{
        color: #fff;
        font-size: 1.4em;
    }

    #sp_teaser{
        width: 180%;
        position: relative;
        left: -40%;
    }
    
    #sp_teaser img{
        width: 180%;
        position: relative;
        left: -40%;
    }
    
}



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

          content 共通設定

*****************************************/
#contents_wrapper {
    width: 100%;
    margin: 0 auto;
    background: url(images/content_bg01.jpg) top left no-repeat;
}
#contents {
    width: 1050px;
    margin: 0 auto;
}

main {
	width: 100%;
	margin: 0 auto;
    padding-top: 50px;
    background: url(images/content_bg01.jpg) top left no-repeat,url(images/content_bg02.png) top -40px left 270px no-repeat;
}

#left_box {
    width: 760px;
    float: left;
    background: none;
    padding: 0;
}

.breadcrumb_area {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.breadcrumb{
	width: 1050px;
    padding: 25px 0;
    text-align: left;
}

.breadcrumb p{
	font-size:1.2rem;
    color:#47484B;
}



@media screen and (max-width: 767px) {
    main {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 30px 3% 0;
        background: url(images/content_bg01.jpg) top left no-repeat;
    }
    #contents {
        width: 100%;
        box-sizing: border-box;
        padding: 0 3% 0;
        margin: 0 auto;
    }
    .breadcrumb_area {
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .breadcrumb{
        width: 100%;
        margin:0 auto;
        text-align: right;
    }
    .breadcrumb p{
        font-size:1rem;
        color:#47484B;
    }
    #left_box {
        width: 100%;
        float: none;
        background: none;
        padding: 0;
    }
}


.ghost{
    box-sizing: border-box;
    border:solid 1px #00664B;
    text-align:center;
    position:relative;
    display: inline-block;
    color: #00664B;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.5em;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    transition:0.3s linear;
}

.ghost:hover{
    background:#00664B;
    border:solid 1px #00664B;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    transition:0.3s linear;
}

.ghost::before,
.ghost::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.ghost::after{
    right: -78%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #00664B;
    border-right: 1px solid #00664B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:0.2s linear;
    -moz-transition:0.2s linear;
    transition:0.2s linear;
}

.ghost:hover::after{
    right: -85%;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transition:0.2s linear;
    -moz-transition:0.2s linear;
    transition:0.2s linear;
}
.ghost a{
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    -webkit-transition:0.2s linear;
    -moz-transition:0.2s linear;
    transition:0.2s linear;
    z-index:2;
}

.ghost a:link,
.ghost a:visited{
    color:#2E2E2E;
    text-decoration:none;
}

.ghost a:hover,
.ghost a:active{
    color:#FFF;
    text-decoration:none;
}




.ghost02{
    box-sizing: border-box;
    border:solid 1px #2E2E2E;
    text-align:center;
    position:relative;
    display: inline-block;
    color: #2E2E2E;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.2em;
    -webkit-transition:0.2s linear;
    -moz-transition:0.2s linear;
    transition:0.2s linear;
}

.ghost02:hover{
    background:#D80421;
    border:solid 1px #D80421;
    -webkit-transition:0.2s linear;
    -moz-transition:0.2s linear;
    transition:0.2s linear;
}


.ghost02 a{
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    -webkit-transition:0.2s linear;
    -moz-transition:0.2s linear;
    transition:0.2s linear;
    z-index:2;
}
/****************************************

          contentトップ用

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

.top_headline{
    width: 246px;
    height: 128px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto 50px;
    background:url(images/top_headline.png) no-repeat top left;
}


/* top_area01 */

.top_area01 {
    width: 1050px;
    margin: 0 auto 30px;
}
.top_guide_bana {
    width: 670px;
    margin: 0 auto 35px;
}
.top_guide_bana li {
    width: 320px;
    float: left;
}
.top_guide_bana li:nth-child(even) {
    width: 320px;
    float: right;
}
.top_acrobat_box {
    width: 600px;
    margin: 0 auto;
}


/* top_area02 */






@media print, screen and (min-width: 768px) {

    .top_acrobat_img {
        width: 150px;
        float: left;
    }
    .top_acrobat_text {
        width: 420px;
        float: right;
    }
    .top_area02 {
        width: 1050px;
        margin: 0 auto 50px;
        padding: 40px 0;
    }
    .top_subhead01{
        width: 355px;
        height: 472px;
        float: right;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        background:url(images/top_subhead.png) no-repeat top left;
    }

    .top_banner01 {
        width: 695px;
        float: left;
    }
    .top_banner01 li {
        margin-bottom: 15px;
    }

    .top_bana_box {
        width: 100%;
    }
    .top_banner02 {
        width: 695px;
        float: left;
    }
    .top_banner02 li{
        width: 340px;
        float: left;
        margin-right: 15px;
    }
    .top_banner02 li:nth-child(even){
        margin-right: 0;
    }
    .top_banner03 {
        width: 340px;
        float: right;
        margin-top: -177px;
    }
    .top_banner03 li{
        width: 340px;
        margin-bottom: 15px;
    }
    .top_banner03 li:nth-last-child{
        margin-bottom: 0;
    }

    /* top_area03 */

    .top_area03 {
        width: 100%;
        margin: 0 auto 50px;
        padding: 50px 0;
        background:url(images/area01_bg.jpg) no-repeat top left;
    }

}


@media screen and (max-width: 767px) {

    .top_area01 {
        width: auto;
        margin: 30px auto;
    }

    .top_guide_bana {
        width: 100%;
        margin: 0 auto;
    }
    .top_guide_bana li {
        width: 100%;
        margin-bottom: 20px;
    }

    
    .top_guide_bana li:nth-child(even) {
        width: 100%;
    }
    .top_acrobat_img {
        width: 150px;
        margin-bottom: 20px;
    }
    .top_acrobat_text {
        width: auto;
    }

    .top_headline{
        height: 83px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto 30px;
        background:url(images/top_headline.png) no-repeat top center;
		background-size: contain;
    }


    /* top_area02 */

    .top_area02 {
        margin: 0 auto 50px;
        padding: 40px 0;
    }

    .top_subhead01{
        width: 100%;
        height: 472px;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 10px;
        background:url(images/top_subhead.png) no-repeat top center;
        background-size: contain;
    }
    .top_banner01 {
        width: 100%;
    }
    .top_banner01 li {
        margin-bottom: 15px;
    }

    .top_bana_box {
        width: 100%;
    }
    .top_banner02 {
        margin-bottom: 20px;
    }
    .top_banner02 li{
        margin-bottom: 20px;
    }
    .top_banner03 {
        margin-bottom: 20px;
    }
    .top_banner03 li{
        margin-bottom: 15px;
    }
    .top_banner03 li:nth-last-child{
        margin-bottom: 0;
    }

    /* top_area03 */

    .top_area03 {
        width: auto;
        margin: 0 auto 50px;
        padding: 50px 10px;
        background:url(images/area01_bg.jpg) no-repeat top center;
    }

}



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

news トップ用

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


.news_box{
    width: 1050px;
    margin: 0 auto;
    padding: 25px 0;
    background:url(images/news_box_bg.png) no-repeat center top;
}

.news_tit{
    width: 119px;
    height: 66px;
    margin: 0 auto;
    padding-bottom: 15px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background:url(images/top_news_tit.png) no-repeat center top;
}

.news_post{
    width: 850px;
    height: 240px;
    margin: 0 auto;
    overflow-y: scroll;
}
.news_list{
    width: 810px;
    box-sizing: border-box;
    padding: 10px 0 10px ;
    vertical-align: middle;
    border-bottom: 1px #493D2F dotted;
}
.data {
    width: 10%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    background: #B19B7A;
    margin-right: 20px;
    padding: 5px 0;
    font-size: 1.2rem;
    color: #fff;
}
.news_list h4 {
    font-size: 1.3rem;
    width: auto;
    padding: 5px 0;
    float: left;
}


.news_list a:link,
.news_list a:visited {
    color: #262626;
    text-decoration:underline;
}
.news_list a:hover,
.news_list a:active{
    color: #262626;
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    
    .news_box{
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    
    .news_post{
        width: 100%;
        height: 180px;
        overflow-y: scroll;
    }
    
    .news_list{
        width: auto;
        box-sizing: border-box;
        padding: 10px 0 10px;
        margin: 0 10px;
        vertical-align: middle;
        border-bottom: 1px #493D2F dotted;
    }
    .data {
        width: 100%;
        float: none;
        color: #FFF;
        font-size: 1.4rem;
    }
    .news_list h4 {
        font-size: 1.4rem;
        width: 100%;
        float: none;
    }
}


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

          content下層用

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

/* 01当院の歴史 */

.page01_box01 {
    width: 100%;
    margin-bottom: 40px;
}
.page01_img01 {
    width: 100%;
    margin-bottom: 30px;
}
.page01_box02 {
    width: 100%;
    margin-bottom: 40px;
}
.page01_box02_cont01 {
    margin-bottom: 30px;
}
.page01_img02 {
    width: 300px;
    float: right;
}
.page01_box03{
    margin-bottom: 40px;
}
.page01_img03 {
    width: 300px;
    float: left;
}
.page01_text_left {
    width: 420px;
    float: left;
}
.page01_text_right {
    width: 420px;
    float: right;
}
.page01_box02_cont03 {
    margin: 20px 0;
}
.page01_img04 {
    width: 366px;
    padding-top: 40px;
    float: left;
}
.page01_img05 {
    width: 350px;
    float: right;
}

.page01_box02_cont05 {
    margin:30px 0 0;
}
.page01_img06 {
    width: 300px;
    float: left;
}
.page01_img07 {
    width: 540px;
    margin: 20px auto 0;
}

/* 02交通アクセス */

.page02_box01 {
    margin-bottom: 30px;
}

.page02_img01 {
    width: 300px;
    float: right;
}
.google_map {
    margin-bottom: 20px;
}
.access_list {
    width: 100%;
}
.access_list dt:not(:first-child) {
    margin-top: 20px;
}
.page02_box01_cat01 {
    margin-bottom: 20px;
}
.page02_img02 {
    width: 100%;
    margin-bottom: 20px;
}

.page02_list {
    margin: 20px 0 0;
}
.page02_list dt {
    font-weight: bold;
}

/* 03よくあるご質問 */

.faq_list00 {
    width: 100%;
    margin: 30px 0;
    padding-bottom: 25px;
    border-bottom: 1px #947E70 dotted;
}
.faq_list {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px #947E70 dotted;
}
.faq_list00 dt,.faq_list dt{
    width: auto;
    color: #BF3200;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    background: url(images/faq_q_icon.png) top 3px left no-repeat;
}
.faq_list00 dd,.faq_list dd{
    width: auto;
    padding: 0 0 0 30px;
    background: url(images/faq_a_icon.png) top 3px left no-repeat;
}


/* 04豊川稲荷からのお知らせ */
.page_news_box {
    margin-top: 20px;
}
.page_news_post{
    width: 100%;
    margin: 0 auto;
}
.page_news_list{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    vertical-align: middle;
    border-bottom: 1px #947E70 dotted;
}
.page_data {
    width: 15%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    background: #503627;
    margin-right: 20px;
    padding: 5px;
    font-size: 1.2rem;
    color: #fff;
}
.page_news_list h4 {
    font-size: 1.3rem;
    width: auto;
    padding: 5px 0;
    float: left;
}

/* 05お問い合わせ */
.contact_box01 {
    width: 760px;
    margin: 0 auto;
}
.mail_form iframe{
    width: 100%;
}

.sitepolicy {
    margin: 20px 0;
    padding: 20px;
    background: #fff;
    border: 1px #DBCFB5 solid;
}

/* 06境内のご案内 */
.page06_box01 {
    margin-bottom: 30px;
}
.page06_map_img {
	width: 760px;
	height: auto;
    margin: 20px auto 0;
}
.page06_map_img img {
    width: 100%;
	height: auto;
    margin-bottom: 20px;
}
.page06_map_tit {
    width: auto;
    height: 18px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    background:url(images/page06_map_tit01.png) no-repeat top center;
    -webkit-background-size: contain;
    background-size: contain;
}
.clearfix_box01 {
    width: 100%;
}
.page06_parts {
    width: 100%;
    margin: 0 0 30px 0;
}

.page06_img {
    width: 240px;
    min-height: 180px;
	overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    float: left;
}
.page06_img img{
    max-width: 240px;
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.page06_img_right {
    width: 360px;
    float: right;
}
.page06_text_left {
    width: 360px;
    float: left;
}
.page06_text_right {
    width: 480px;
    float: right;
}

/* 07お守り・お札 */
.page07_box01 {
    margin-bottom: 30px;
}
.page07_img00 {
    width: 612px;
    margin: 20px auto 30px;
}
.page07_caption {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #EFEADE;
}
.page07_parts {
    width: 240px;
    float: left;
    margin: 0 20px 20px 0;
}
.page07_parts:nth-of-type(3n) {
    margin-right: 0;
}
.page07_parts:nth-of-type(3n+1) {
    clear: both;
}

.page07_img {
    width: 240px;
    margin-bottom: 15px;
}
.page07_img img{
    max-width: 240px;
    height: auto;
}


/* 08ご祈祷のご案内 */
.page08_box01 {
    margin-bottom: 30px;
}
.page08_img01 {
    width: 320px;
    float: right;
}
.page08_text_left {
    width: 400px;
    float: left;
}
.page08_box02 {
    width: 100%;
    background: url(images/page08__text_bg01.png) no-repeat top 22px right 20px rgba(239,234,222,0.7);
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 30px;
}
.page08_text01 {
    margin-bottom: 20px;
}
.page08_img02 {
    width: 550px;
    margin: 0 auto;
}
.page08_text02 {
    width: 100%;
}
.page08_box03 {
    margin-bottom: 40px;
}
.page_bottom_bana {
    width: 100%;
    padding-top: 40px;
    border-top: 1px #C6B69D solid;
}
.page_bottom_bana ul li {
    width: 183px;
    float: left;
    margin-right: 9px;
}
.page_bottom_bana ul li:last-child {
    margin-right: 0;
}


/* 09ご祈祷の流れ */
.page09_box01 {
    margin-bottom: 30px;
}
.page09_list_box01 {
    margin-bottom: 40px;
    padding-top: 20px;
    border-top: 2px #C4AF86 solid;
}
.page09_text_right {
    width: 560px;
    float: right;
}
.page09_img01 {
    width: 117px;
    float: right;
}
.page09_text_left01 {
    width: 420px;
    float: left;
}
.page09_bg_text {
    width: 100%;
    margin: 20px auto;
    padding: 25px;
    box-sizing: border-box;
    background: #E5DDCD;
}


/* 10点心 */
.page10_box01 {
    margin-bottom: 30px;
}
.page10_text01 {
}
.page10_img_list li {
    width: 600px;
    margin: 20px auto 0;
}
.page10_box02 {
    margin-bottom: 50px;
}
.page10_text_left {
    width: 420px;
    float: left;
}
.page10_img_right {
    width: 300px;
    float: right;
}

/* 11参籠祈祷 */
.page11_box01 {
    margin-bottom: 30px;
}
.page11_text01 {
    width: 420px;
    float: left;
    margin-bottom: 30px;
}
.page11_img_right {
    width: 300px;
    float: right;
}
.lodging_explanation {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border: 1px #DBCFB5 solid;
}
.page11_img01 {
    width: 240px;
    margin-bottom: 10px;
}
.page11_img01 img {
    width: 240px;
}
.page11_parts {
    width:  240px;
    float: left;
    margin: 0 20px 20px 0;
}
.page11_parts:nth-of-type(3n) {
    margin-right: 0;
}

/* 12仏前結婚式 */
.page12_box01 {
    margin-bottom: 30px;
}
.page12_box01 p{
    margin-bottom: 20px;
}

.page12_img_list li{
    width: 372px;
}
.page12_img_list li:first-child{
    width: 760px;
    margin-bottom: 20px;
}
.page12_img_list li:not(:first-child){
    float: left;
    margin-right: 16px;
}
.page12_img_list li:nth-child(3){
    margin-right: 0;
}
.page12_eachbox01 {
    margin-bottom: 20px;
}
.page12_eachbox02 {
    margin-bottom: 30px;
}
.page12_text_left {
    width: 420px;
    float: left;
}
.page12_img_right {
    width: 300px;
    float: right;
}
.page12_text_right {
    width: 420px;
    float: right;
}
.page12_img_left {
    width: 300px;
    float: left;
}
.page12_img_list02 li {
    width: 240px;
    float: left;
    margin-right: 20px;
}
.page12_img_list02 li:nth-child(3n) {
    margin-right: 0;
}
.page12_faq_list {
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px #947E70 dotted;
}
.page12_faq_list dt{
    width: auto;
    color: #BF3200;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    background: url(images/faq_q_icon.png) top 3px left no-repeat;
}
.page12_faq_list dd{
    width: auto;
    padding: 0 0 0 30px;
    background: url(images/faq_a_icon.png) top 3px left no-repeat;
}


/* 13ご供養のご案内 */
.page13_box01 {
    margin-bottom: 30px;
}
.page13_eachbox01 {
    margin: 0 0 30px 0;
}
.page13_eachbox01_text {
	width: 400px;
	float: left;
}
.page13_eachbox01_img {
	width: 320px;
	float: right;
}


/* 14仏前結婚式 */

.page14_box01 {
    margin-bottom: 30px;
}
.page14_box01 p {
    margin-bottom: 25px;
}
.page14_eachbox01 {
    width: 240px;
    float: left;
    margin: 0 20px 20px 0;
}
.page14_eachbox01:nth-of-type(3n) {
    margin-right: 0;
}
.page14_eachbox01:nth-of-type(3n+1) {
    clear: both;
}

.year_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #E5DDCD;
}

/* 15仏教講座 */
.page15_box01 {
    margin-bottom: 30px;
}
.page15_img00 {
    width: 720px;
    margin: 20px auto 30px;
}
.page15_text01 {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #AA998D;
    -webkit-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    -moz-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    -o-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    border-image: url(images/side_bdr.png) 1 / 1px repeat;
    padding: 19px;
}

.page15_each_box01 li {
    width: 240px;
	height: 180px;
	overflow: hidden;
    float: left;
    margin: 20px 20px 0 0;
}
.page15_each_box01 li img {
    width: 240px;
    height: auto;
}
.page15_each_box01 li:nth-child(3n) {
    margin-right: 0;
}

/* 16団体企画 */
.page16_box01 {
    margin-bottom: 30px;
}
.page16_img00 {
    width: 100%;
    margin-bottom: 30px;
}
.page16_img_left {
    width: 170px;
    float: left;
}
.page16_text_right {
    max-width: 560px;
    float: right;
}
.page16_box02 {
    width: 100%;
    box-sizing: border-box;
}
.page16_eachbox01 {
    width: 240px;
    float: left;
    margin: 0 20px 20px 0;
}
.page16_eachbox01:nth-of-type(3n) {
    margin-right: 0;
}
.page16_eachbox01:nth-of-type(3n+1) {
    clear: both;
}
.page16_img01 {
    width: 240px;
    height: 160px;
    position: relative;
    margin-bottom: 15px;
}
.page16_img01 img{
    min-width: 146px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.page16_box01_inner {
    margin-bottom: 20px;
}
.page16_img_left02 {
    width: 280px;
    float: left;
}
.page16_text_right02 {
    width: 450px;
    float: right;
}
.page16_text_box {
    width: 100%;
    background: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 19px 0;
    text-align: center;
    border: 1px solid #AA998D;
    -webkit-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    -moz-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    -o-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    border-image: url(images/side_bdr.png) 1 / 1px repeat;
}
.page16_img_pamphlet {
    width: 210px;
    margin: 20px 0 30px;
}
.page16_img_left03 {
    width: 158px;
    float: left;
}
.page16_text_right03 {
    width: 580px;
    float: right;
}
.page16_img02 {
    max-width: 560px;
    margin-top: 20px;
}

/* 17別院について */
.page17_box01 {
    margin-bottom: 30px;
}
.page17_img_left {
    width: 320px;
    float: left;
}
.page17_text_right {
    width: 400px;
    float: right;
    margin-bottom: 20px;
}

.page17_eachbox01 {
    width: 240px;
    float: left;
    margin: 0 20px 0 0;
}
.page17_eachbox01:nth-of-type(3n) {
    margin-right: 0;
}
.page16_eachbox01:nth-of-type(3n+1) {
    clear: both;
}
.page17_img01 {
    width: 240px;
    height: 154px;
    position: relative;
    margin-bottom: 15px;
}
.page17_img01 img{
    min-width: 146px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.page17_box02 {
    margin-bottom: 20px;
}



.news_pagebox:last-of-type {
    border-bottom: none;
}
.news_pagebox:not(:first-of-type) {
    background: none;
}

@media print, screen and (min-width: 768px) {
    .overview_table {
        width: 420px;
        float: left;
        box-sizing: border-box;
        border-collapse: collapse;
    }
    .page14_img01 {
        width: 240px;
        height: 220px;
        position: relative;
        margin-bottom: 15px;
    }
    .page14_img01 img{
        min-width: 146px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}


@media screen and (max-width: 767px) {
    .page01_img02 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page01_text_left {
        width: auto;
        float: none;
    }
    .page01_img03 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page01_text_right {
        width: auto;
        float: none;
    }
    .page01_img04 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page01_box02_cont03 {
        margin: 0 auto 20px;
    }
    .page01_img06 {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page01_img07 {
        width: 100%;
        margin-bottom: 20px;
    }
    .overview_table {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page02_img01 {
        width: 100%;
        float: none;
    }
    .google_map iframe {
        width: 100%;
        height: auto;
    }
    .page_data {
        width: 30%;
        float: none;
    }
    .page17_img_left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page17_text_right {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page17_eachbox01{
        width:100%;
        float: none;
        margin-bottom: 20px;
    }
    .page17_img01{
        width:100%;
        height: auto;
        position: static;
    }
    .page17_img01 img{
        position: static;
    }
    .contact_box01{
        width: 100%;
    }
    .ajax-loader{
        height: 20px;
    }
    .page06_map_img{
        width: 100%;
    }
    .page06_text_right{
        width: 100%;
        float: none;
    }
    .page06_img{
        float: none;
    }
    .page07_parts{
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .page07_img{
        width: 100%;
    }
    .page07_img img{
        max-width: none;
    }
    .page08_img01{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page08_img02{
        max-width: 300px;
    }
    .page09_text_right{
        width:100%;
    }
    .page09_img01{
        float: none;
        width: 20%;
        margin: 0 auto 10px;
    }
    .page09_text_left01{
        width: 100%;
        float: none;
    }
    .page07_img00{
        width: 100%;
    }
    .page_bottom_bana ul li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .page_bottom_bana ul li:nth-child(2n){
        margin-right: 0;
    }
    .page_bottom_bana ul li:nth-child(3) {
        clear: both;
    }
    .page10_img_list li{
        width: 100%;
    }
    .page10_text_left{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .page11_img_right{
        width: 100%;
    }
    .page11_parts{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .page11_img01{
        width: 100%;
    }
    .page11_img01 img{
        width: 100%;
    }
    .page13_eachbox01_text{
        width: 100%;
        margin-bottom: 15px;
    }
    .page13_eachbox01_img{
        width: 100%;
    }
    .page14_img01{
        width: 100%;
        height: auto;
        position: static;
        margin-bottom: 15px;
    }
    .page14_img01 img{
        width: 100%;
        position: static;
    }
    .page14_eachbox01{
        width: 100%;
    }
    .page15_img00{
        width: 100%;
    }
    .page15_each_box01 li{
        width: 100%;
        height: auto;
    }
    .page15_each_box01 li img{
        width: 100%;
    }
    .page12_text_left{
        width: 100%;
        float: none;
    }
    .page12_img_list02 li{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page12_img_list li:not(:first-child){
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page12_img_list li{
        width: 100%;
    }
    .page12_text_right{
        width: 100%;
    }
}

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

         single.php

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

#single_box {
	width: 760px;
    margin: 0 auto;
}

.single_text01 {
	width: 100%;
}
.single_text01 img{
    max-width: 600px;
    margin-bottom: 20px;
}

.pager{
	clear:both;
	text-align:center;
	padding:30px 0;
}

a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
    font-size: 1.4rem;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}
.nav-below{
    margin: 30px 0 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {

    #single_box {
        width: auto;
        padding: 0 10px;
    }
}


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

sp_footer

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

@media screen and (max-width: 767px) {
    
    #pc_footer{
        display: none;
    }
    
    #sp_footer {
        text-align: center;
        margin-top: 80px;
    }
    .sp_footer_list {
        width: 100%;
        padding: 20px 0;
        box-sizing: border-box;
        background: #c4b299;
    }
    
    .sp_pagetop{
        width: 50px;
        position: fixed;
        bottom:0;
        right:0;
    }
    .copyright{
        display: inline-block;
        width: 100%;
        font-size: 1.4em!important;
        color: #fff;
        text-align: center;
        padding: 9px 0;
        background: #30251c;
    }
}


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

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
    #sp_footer{
        display: none;
    }
    .copyright{
        width: 100%;
        font-size: 1.4em!important;
        color: #fff;
        text-align: center;
        margin-top: 36px;
        padding: 9px 0;
        background:url(images/copyright_bg.png) no-repeat center bottom;
    }
}

#pc_footer {
    width:100%;
    background:url(images/footer_bg.png) no-repeat center top;
    margin-top: 60px;
}
.pc_footer_inner {
    width: 1050px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}
.pagetop{
    position: absolute;
    top: 40px;
    right: 10px;
}

.footer_box{
    width: 1050px;
    margin: 0 auto;
    padding-top: 60px;
}
.footer_box p{
    font-size: 1.3em;
    color: #262626;
}

.footer_logo_area{
    width: 290px;
    float: left;
    margin-right: 20px;
}

.footer_logo{
    margin-bottom: 20px;
}

.footer_access_area {
    width: 260px;
    float: left;
}
.footer_img {
    margin-bottom: 15px;
}
.footer_navi {
    width: 440px;
    float: right;
}
.footer_navibox01 {
    width: 130px;
    float: left;
    margin-right: 20px;
}

.footer_navibox01 li {
    font-size: 1.3em;
    margin-bottom: 10px;
    padding: 0 0 0 10px;
    position: relative;
}
.footer_navibox01 li::before{
    content: "";
    left: 0;
    top: 7px;
    box-sizing: border-box;
    width: 4px;
    height: 8px;
    border: 4px solid transparent;
    border-left: 4px solid #503627;
    position: absolute;
}
.footer_navibox01:nth-child(3) {
    margin-right: 0;
}


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

         sidebar

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

#sidebar{
	width:250px;
	float:right;
}
.side_topbox {
    width: 250px;
    padding: 14px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #AA998D;
    -webkit-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    -moz-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    -o-border-image: url(images/side_bdr.png) 1 / 1px repeat;
    border-image: url(images/side_bdr.png) 1 / 1px repeat;
    margin:0 0 35px 0;

}
.side_tit01 {
    color: #262626;
    font-family: "游明朝", YuMincho,"Times New Roman","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","メイリオ", Meiryo, serif;
    width: auto;
    background:url(images/sidebar_tit_bg.jpg) no-repeat left top;
    padding-left: 15px;
    margin: 0 0 5px 0;
}
.sidebar_list li {
    color: #434343;
    font-size: 1.3em;
    margin-right: 20px;
    padding: 10px 0 10px 10px;
    position: relative;
    border-bottom: 1px #947E70 dotted;
}
.sidebar_list li::before{
    content: "";
    left: 0;
    top: 16px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #685014;
    position: absolute;
}
.side_bana {
    margin-bottom: 35px;
}
.side_bana li{
    width: 250px;
    margin-bottom: 10px;
}
.side_bana li:nth-child(7) {
    margin-bottom: 0;
}


.side_infobox {
    width: 250px;
    box-sizing: border-box;
}

.sidebar_logo {
    width: 192px;
    margin: 0 auto 10px;
}
.side_info_img {
    margin-bottom: 10px;
}
.side_infobox p{
    font-size: 1.2em;
}
.side_info_btn li {
    width: 210px;
    margin: 20px auto 10px;
}
.side_info_btn li:nth-child(2) {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    #sidebar{
        display: none;
    }

}
/****************************************

         タイトル

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

h1.headline{
    font-weight: bold;
    background: url(images/headline_bg01.png) left top no-repeat,url(images/headline_bg02.png) left top no-repeat;
    padding: 13px 0 10px 30px;
    margin-bottom: 30px;
}

h2.subhead01{
    padding: 12px 0 10px 40px;
    margin-bottom: 20px;
    background: url(images/subhead01_h2_bg.png) left bottom no-repeat;
}
h2.subhead02{
    width: 170px;
    color: #467933;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    h2.subhead02{
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

}
h2.subhead03{
    width: 100%;
    color: #C03200;
    font-size: 1.8em;
    border-top: 2px #262626 solid;
    border-bottom: 2px #262626 solid;
    padding: 15px 0;
    margin-bottom: 20px;
}

h3.subhead01{
    font-weight: bold;
    padding: 0 0 5px 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C6B69D;
    background: url(images/h3_bg.png) 0 0 no-repeat;
}
h3.subhead02{
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0 5px 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #C6B69D;
    background: url(images/h3_bg.png) 0 0 no-repeat;
}
h3.subhead03{
    color: #BF3200;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0 5px 25px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C6B69D;
    background: url(images/h3_bg.png) 0 0 no-repeat;
}
h3.subhead04{
    color: #BF3200;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0 5px 25px;
    border-bottom: 1px solid #C6B69D;
    background: url(images/h3_bg.png) 0 0 no-repeat;
}



@media screen and (max-width: 767px) {
    
    
}


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

         テーブル

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

/* 寺院概要 */

.overview_table th{
    width: 30%;
    color: #503426;
    font-weight: bold;
    text-align: left;
    padding: 3.4% 1.4%;
    font-size: 1.3rem;
    border-bottom: #BFB393 1px solid;
}

.overview_table td{
    width: 70%;
    text-align: left;
    padding: 3.4% 1.4%;
    font-size: 1.3rem;
    border-bottom: #BFB393 1px solid;
}

/* 参籠祈祷 */
.lodging_table {
    width: 420px;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-top: 10px;
}
.lodging_table th{
    width: 30%;
    color: #927953;
    font-weight: bold;
    text-align: left;
    padding: 3% 1.4% 3% 0;
    font-size: 1.3rem;
    border-bottom: #262626 1px dotted;
}

.lodging_table td{
    width: 70%;
    text-align: left;
    padding: 3% 1.4%;
    font-size: 1.3rem;
    border-bottom: #262626 1px dotted;
}

/* 仏前結婚式 */
.wedding_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-top: 10px;
}
.wedding_table th{
    width: 30%;
    color: #927953;
    font-weight: bold;
    text-align: left;
    padding: 3% 1.4% 3% 0;
    font-size: 1.3rem;
    border-bottom: #262626 1px dotted;
}
.wedding_table td{
    width: 70%;
    text-align: left;
    padding: 3% 1.4%;
    font-size: 1.3rem;
    border-bottom: #262626 1px dotted;
}

/* 年間行事について */
.year_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-top: 10px;
}
.year_ttl01{
    width: 15%;
    color: #503326;
    font-weight: bold;
    text-align: left;
    padding: 0 0 3% 0;
    font-size: 1.3rem;
    border-right: #CEBF9F 1px solid;
}
.year_data01 {
    width: 30%;
    text-align: left;
    padding: 0 0 3% 3%;
    font-size: 1.3rem;
    border-right: #CEBF9F 1px solid;
}
.year_detail01 {
    width: auto;
    text-align: left;
    padding: 0 0 3% 3%;
    font-size: 1.3rem;
}
.year_ttl02{
    width: 15%;
    color: #503326;
    font-weight: bold;
    text-align: left;
    padding: 3% 0 3% 0;
    font-size: 1.3rem;
    border-right: #CEBF9F 1px solid;
}
.year_data02 {
    width: 30%;
    text-align: left;
    padding: 3% 0 3% 3%;
    font-size: 1.3rem;
    border-right: #CEBF9F 1px solid;
}
.year_detail02 {
    width: auto;
    text-align: left;
    padding: 3% 0 3% 3%;
    font-size: 1.3rem;
}

/* 団体企画 */
.page16_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-top: 10px;
}
.page16_table th{
    width: 30%;
    color: #927953;
    font-weight: bold;
    text-align: left;
    padding: 3% 1.4% 3% 0;
    font-size: 1.3rem;
    border-bottom: #262626 1px dotted;
}
.page16_table td{
    width: 70%;
    text-align: left;
    padding: 3% 1.4%;
    font-size: 1.3rem;
    border-bottom: #262626 1px dotted;
}
.page16_table02 {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-top: 10px;
    border: #CEBF9F 1px solid;
}
.page16_table02 th{
    width: 30%;
    color: #503326;
    font-weight: bold;
    text-align: left;
    padding: 2% 0 2% 2%;
    font-size: 1.3rem;
    background: #E5DDCD;
    border: #CEBF9F 1px solid;
}
.page16_table02 td{
    width: 70%;
    background: #fff;
    text-align: left;
    padding: 2% 0 2% 2%;
    font-size: 1.3rem;
    border: #CEBF9F 1px solid;
}

/* 別院について */
.page17_table {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: #CEBF9F 1px solid;
}
.page17_table th{
    width: 30%;
    color: #503326;
    font-weight: bold;
    text-align: left;
    padding: 2% 0 2% 2%;
    font-size: 1.3rem;
    background: #E5DDCD;
    border: #CEBF9F 1px solid;
}
.page17_table td{
    width: 70%;
    background: #fff;
    text-align: left;
    padding: 2% 0 2% 2%;
    font-size: 1.3rem;
    border: #CEBF9F 1px solid;
}
/****************************************

         P

*****************************************/
/* 改行 */
p.line_break{
	padding-top: 20px;
}
/* 改行 */
p.line_break02{
	padding-top: 30px;
}
/* 赤文字*/
.red{
	color: #DF3800;
	font-weight: bold;
}
.big_red{
    color: #f00;
    font-size: 2rem;
    font-weight: bold;
}
/* 強調*/
.big_bold{
	font-size:1.6rem;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}

/* 小文字*/
.small{
	font-size: 1em;
	font-weight: bold;
	color: #384C0E;
}



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

         Contact Form7

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

.wpcf7{
	width:100%;
}

.wpcf7-form textarea{
	width: 650px !important; /*本文*/
}
.wpcf7-form .wpcf7-submit{
	width: 50px !important; /*送信ボタン*/
}
.wpcf7 p {
	line-height: 2.0; /*項目間の隙間*/
	padding-top: 3px;
}
.wpcf7-form input{
	width: auto !important; /*ラジオボタン、チェックボタン*/
}
.contact_p_strong{
	border-top: 1px dotted #999;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 15px !important;
}
.normal{
	font-weight: normal;	
}
.wpcf7-submit{
    margin-top:10px;
}

.wpcf7-response-output{
    font-size: 1.3em;
}
/****************************************

         追加

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



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

          clearfix

*****************************************/
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

/* End Hack */