@media only screen and (max-width: 497px) {/*当初480から497へ変更*/
  body {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","游明朝 Light", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px ; /* 文字サイズ */

    }
  h1 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: normal;
  }
  h2 {
    font-size: 18px;
    letter-spacing: normal;
    line-height: normal;
  }
  h3 {
    font-size: 15px;
    letter-spacing: normal;
    line-height: normal;
  }
  h4 {
    font-size: 15px;
    letter-spacing: normal;
    line-height: normal;
  }
  p {
    font-size: 13px;
    letter-spacing: normal;
    line-height: normal;
  }
  img{
  max-width: 100%;
  height: auto;
  width /***/:auto;　
  }
/*---------------------------*/
@media screen and (max-width: 497px) {
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
  }
  #mobile-head {
      width: 100%;
      height: 48px;/* pc 117番目　 #top-head.fixedのheightに相対  */
      z-index: 999;
      position: relative;
      text-align: center;
      padding: 0px 0px 0px 0px ;
      background: rgba(0,0,0,0.7);
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
  }
  #logo{/* ロゴの大きさ */
    width: 120px;
    margin: 0 auto ;
    padding: 10px 0px 0px 0px ;
  }
  #global-nav {
      position: absolute;
      /* 開いてないときは画面外に配置 */
      top: -508px;
      background: linear-gradient(#111,#333,#555);/* 開いたときの背景色 */
      width: 100%;
      text-align: center;
      padding: 0px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
  }
  #global-nav ul li {
      float: none;
      position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {/* 開いたときの文字色・間隔 */
      width: 100%;
      display: block;
      color: #fafafa;
      padding: 16px 0;
      border-bottom: 1px solid #555 ;
  }
  #nav-toggle {
      display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 8px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 8px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
    }
}
/* 以上、トグルメニュー */
/*----------eyecatch----------*/
.eyecatch_sp{
  position: relative;/*相対配置*/
  text-align: center;
  margin-bottom: 10px;
}
.eyecatch_sp h1,.eyecatch_sp h2,.eyecatch_sp h3{
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  width: 100%;
  background: ;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  z-index: 99;
}
.eyecatch_sp h1{
  top: 18%;
  font-size:4.0vw;
  letter-spacing: -0.1px;
}
.eyecatch_sp h2{
  top: 24%;
  font-size:5.8vw;
  letter-spacing: -0.1px;
  }
.eyecatch_sp h3{
  top: 32%;
  font-size:4.0vw;
  letter-spacing: -0.1px;
  line-height: 1.5;
  }
/*miya*/
.eyecatch_sp .flex-control-paging li a {
  margin: -20px 0px 0px 0px ;/*●●●を上に詰めてみた*/
  width: 6px;
  height: 6px;
  }
  .eyecatch{
    display: none;
  }
  .eyecatch_sp{
    display: block;
  }
/*-------以上、eyecatch-------*/
/*------↓可変グリット flexbox-----*/
/*　最初の挨拶文　ご参拝のみなさまへ　*/
.contents-index_sp{
  text-align: center;
  padding: 40px 20px 30px 20px;
  background: ;
}
.contents-index_sp h1{
  font-size: 16px;
  line-height: 1.5;
  padding: 0px 0px 10px 0px;
}
.contents-index_sp h2{
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.contents-index_sp h3{
  line-height: 1.5;
  font-size: 14px;
}
.contents-index_sp h4{
  line-height: 1.5;
  font-size: 12px;
}
.contents-index_sp p{
  line-height: 1.5;
  font-size: 12px;
}
.contents-index{
  display: none;
}
.contents-index_sp{
  display: block;
}
/*　以上、最初の挨拶文　ご参拝のみなさまへ　*/
/* 一番目立たせたいトピック！ */
.topic_sp{
  color:#3c3c3c;  
  font-size: 18px;
  padding: 10px 1px 1px 1px ;
  background: linear-gradient(#fafafa,#f1f1f1);
}
.topic_sp{
  display: block;  
}
/*　----0113用----　*/
.contents-index_event{
  text-align: center;
  margin: 0px 0px 1px 0px;
  padding: 0px 0px 0px 0px ;
  background: ;
}
.contents-index_event p{
  font-size: 14px;
  margin: 0px 0px 1px 0px;
}
.contents-index_event img{
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
/*　-------------------------　*/
.contents-index02_sp,.contents-index02_sp02 {
  display: flex;
  align-items: center;
  margin: 1px 0px 0px 0px ;
  background: #fafafa;
}
.contents-index02_sp02 {
  background: #f2f2f2 ;
}
.contents-index02_sp section,.contents-index02_sp02 section{
  -webkit-flex: 1;
  flex: 1;
}
.contents-index02_sp .col-1,.contents-index02_sp02 .col-1 {
  flex: 1;
}
.contents-index02_sp .col-1 img,.contents-index02_sp02 .col-1 img {
  width:100%; 
}
.contents-index02_sp .col-2,.contents-index02_sp02 .col-2 {
  flex: 1.2;
  margin: 10px 0px -10px 0px ;
  padding: 0px 10px 0px 10px ;
}
.contents-index02_sp h2,.contents-index02_sp02 h2{
  font-size: 16px;
}
.contents-index02_sp h3,.contents-index02_sp02 h3{
  font-size: 14px;
  color: #222;
}
.contents-index02_sp p,.contents-index02_sp02 p{
  font-size: 13px;
}
.contents-index02_sp a,.contents-index02_sp02 a{
  text-decoration: none;
}

.contents-index02{
  display: none;
}
/* 以上、一番目立たせたいトピック！ */
.wrapper-index01 {
  padding: 1px 0px 0px 0px;
  background:  ;
}
.contents_sp{
  display: none; 
}
.main-sp-01{
  display: block;
}
.main-sp-01 img{
  width: 100%;
}
.caption {
  text-align: left;
  width: 100%;
  padding: 5px 0px 5px 0px;
  background-color:rgba(000,000,000,0.2);
}
.caption h1,.caption h2{
  color: #fff;
  margin: 0px 0px 0px 20px;  
}
.caption h1{
  font-size: 15px;
}
.caption h2{
  font-size: 13px;
}
.caption a,.main-sp-02 a{
  text-decoration: none;
}
/*------------------------------------*/
.main-sp-02 {
  display: flex;
}
.main-sp-02 section {
  -webkit-flex: 1;
  flex: 1;
  margin-top: 1px;
}
.caption02 {
  text-align: left;
  width: 100%;
  padding: 3px 0px 3px 0px;
  margin: -24px 0px 0px 0px;
  background: black;
  filter:alpha(opacity=70);
  opacity:0.7;
}
.main-sp-02 .col-25,.main-sp-02 .col-27,.main-sp-02 .col-29{
  margin-right: 1px;
}
.main-sp-02 h1 {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
  margin: 0px 0px 0px 10px;
}
/*----------PC-----------*/
.main-pc-01,.main-pc-02 {
  display: none;
}
/*-------タブレット--------*/
.main-tab-01,.main-tab-02 {
  display: none;
}
/*------以上、可変グリット flexbox-----------*/

/*-------News--------*/
.contents-index03 {
  margin: 0px 0px 20px 0px;
  padding: 10px 20px 10px 20px;
}
.date{
  margin-top: 10px;
  color: #e74c3c;
  font-size: 12px;
}
.contents-index03 h1{
  text-align: left;
  color:#3c3c3c;
  font-size: 18px;
  margin-bottom: -5px;
}
.contents-index03 ul{
  width:auto;
  padding: 0px 0px 10px 0px;
  list-style:none;green
}
.contents-index03 li{
  margin: -2px 0px 10px 0px;
  border-bottom: 1px solid rgba(0,0,0,.1) ;
  font-size: 13px;lightblue
}
.ichiran {
  text-align: center;
  width:auto;
  padding: 0px 10px 0px 10px ;
}
.ichiran_border{
  color: #fff;
  padding: 10px 0px 7px 0px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);;
}
/*---------以上、News-------*/

/*-------pickup メディア掲載　-----*/
.contents-index04 {
  padding: 10px 20px 30px 20px;
  background: #fafafa ;
}
.contents-index04 h1{
  text-align: left;
  color:#3c3c3c;
  font-size: 18px;
  margin-bottom: 8px;
}
.contents-index04 ul{
  width:auto;
  padding: 0px 0px 10px 0px;
  list-style:none;
}
.contents-index04 li{
  margin: -2px 0px 10px 0px;
  border-bottom: 1px solid rgba(0,0,0,.1) ;
  font-size: 13px;
  text-indent: -1em; margin-left: 1em; /*----　先頭一文字下げる　テキストインデント----*/
}
.contents-index04 a{
}
.contents-index04 a:hover {
}
/*--------以上、pickup メディア掲載--------*/
/*--　SNS ----*/
.contents-index05{
  text-align: center;
  padding: 15px 0px 10px 0px ;
  background: ;
}
.content-index05{
  width:auto;
  padding: 0px 20px 0px 20px ;
}
/*--以上、SNS ----*/
/*-------------------------- about　---------------------------*/
.big_bnr_about,.big_bnr_prayer,.big_bnr_kuyo,.big_bnr_sche,.big_bnr_access,
.big_bnr_event,.big_bnr_column,.big_bnr_media,.big_bnr_sp,
.big_bnr_store,.big_bnr_contact,.big_bnr_odeshi{

}
.big_bnr_about h1,.big_bnr_prayer h1 ,.big_bnr_kuyo h1,.big_bnr_sche h1,.big_bnr_access h1,
.big_bnr_event h1,.big_bnr_column h1,.big_bnr_media h1,.big_bnr_sp h1,
.big_bnr_store h1,.big_bnr_contact h1,.big_bnr_odeshi h1,.big_bnr_faq h1{
  font-size: 24px;
  margin-top: 0px;
  padding: 260px 0px 0px 0px;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.3);
}
.big_bnr_sche h2,.big_bnr_odeshi h2 {
  font-size: 16px;
  color: #fff;
  margin: -5px 0px 0px 0px;
}
.big_bnr_event h2,.big_bnr_column h2{
  color: #fff;
  letter-spacing: -0.1px;
  margin: -10px 0px 0px 0px;
}
/*---------------------------*/
.big_bnr_about{
  background-image: url(../img/about/about_big_bnr_sp.jpg); 
  height: 500px;
}
/*---------------------------*/
#contents01_about{
  background-image: url(../img/about/aozora05_sp.jpg);
  height: 700px;
}
#contents01_about h3{
  text-align: left;
  padding: 0px 20px 0px 20px;
  font-size: 15px;
  letter-spacing: -0.5px;
}
#about_bnr01{
  width: auto;
  text-align: left;
  margin-top: 40px;
  padding: 0px 0px 0px 0px;
}
#about_bnr01 h2{
  padding: 0px 0px 0px 20px;
}
#about_bnr01 h3{
  text-align: left;
}
/*-------------------------*/
#contents02_about{
  height: 450px;
  background-image: url(../img/about/about_soshi_sp.jpg);
}
#content02_about{
  padding-top: 100px;
}
p.rubi_index{
  width: auto;
  font-size: 10px;
  letter-spacing: -1.0px;
}
#contents02_about h3{
  width: auto;
  text-align: left;
  padding: 0px 20px 0px 20px;
  letter-spacing: -0.2px;
}
/*-------------------------*/
#contents02_2_about{
  height: 700px;
  background-image: url(../img/about/yoru03.jpg);
}
#contents02_2_about h3{
  text-align: left;
  width: auto;
  padding: 0px 20px 0px 20px;
  letter-spacing: -0.9px;
}
.space{
  height: 100px;
}
.soshi_setsumei{
  width: auto;
  margin: 0px 10px 0px 10px;
  padding: 10px 10px 10px 10px ;
  background: #000;
    filter:alpha(opacity=90);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.soshi_setsumei p{
  color: #fff;
  font-size: 13px;
  text-align: left;
  text-indent: -1em; margin-left: 1em;
}
/*-------------------------*/
.contents03_about section ,.contents04_about section{
  margin: 15px 10px 5px 10px ;

}
.contents03_about h2  ,.contents04_about h2{
  text-align: left;
  letter-spacing: 0px;
  font-size: 18px;
}
.contents03_about h3  ,.contents04_about h3{
  text-align: left;
  letter-spacing: -0.6px;
  font-size: 15px;
}
.contents03_about p  ,.contents04_about p{
  font-size: 12px;
  margin: 0px 0px 0px 0px; 
}
.contents03_about .col-2 ,.contents04_about .col-2{
  flex: 1;
}
.contents03_about .col-2 img ,.contents04_about .col-2 img{
  width: 70%;
}
.contents03_about .col-3 ,.contents04_about .col-3 {
  flex: 1;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
}
/*-------------------------- 以上、about　----------------------*/
/*　-----------------------prayer---------------------- */
.big_bnr_prayer{
  background-image: url(../img/prayer/prayer_top02_sp.jpg);
}
/*-------------------------*/
#contents01_prayer{
  padding: 30px 0px 40px 0px ;
}
#content01_prayer,#content02_prayer{
  width:auto;
  padding: 0px 20px 0px 20px ;
}
#content01_prayer h1,#contents02_prayer h1{
  font-size: 22px;
  letter-spacing: -1.0px;
}
#content01_prayer h2,#content02_prayer h2{
  text-align: left;
  font-size: 18px;
  letter-spacing: -0.5px;
}
#content01_prayer h3{
  width:auto;
  text-align: left;
  font-size: 15px;
  padding: 0px 0px 30px 0px ;
}
#content01_prayer p{
  width:auto;
  font-size: 14px;
  padding: 20px 0px 5px 0px ;
}
#content01_prayer img{
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.gyodou{
  text-align: center;
  width:auto;
  padding: 0px 0px 0px 0px ;
  border-style: solid ;border-width: 1px; padding: 5px 10px 5px 10px; border-color: #e74c3c;
  background: ;
}
.gyodou h4{
  font-size: 18px;
  color: #e74c3c;
}
.gyodou h5{
  font-size: 16px;
  color: #555;
}
/*-------------------------*/
#contents02_prayer{
  padding: 30px 0px 0px 0px ;
}
#content02_prayer h2{
  padding: 0px 0px 0px 0px ;
  margin-top: 30px;
}
#content02_prayer h3{
  margin: 0px 0px 0px 0px ;
}
.line { 
  border-bottom: 1px solid #D1C6AD;
  margin-top: 20px;
}
p.kitoh01{
  text-align: left;
  width:auto;
  font-size: 12px;
  padding: 20px 20px 20px 20px ;
}
#contents02_prayer img{
  width: 90%;
}
/*-------------------------*/
.contents03_prayer{
  padding: 30px 20px 0px 20px ;
}
.content03_prayer{
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
.content03_prayer h1{
  text-align: center;
}
.content03_prayer h3{
  margin: 8px 0px 0px 0px ;
  letter-spacing: -0.7px;
}
.line_kitoh{
  margin: 0px 50px 30px 50px ;
  border-bottom: 1px solid #D1C6AD;
}
/*-------------------------*/
.contents03_01_prayer,.contents03_02_prayer,.contents03_03_prayer{
  width:auto;
  padding: 0px 0px 0px 0px ;
}
.content03_01_prayer,.content03_02_prayer,.content03_03_prayer{
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.content03_01_prayer h2,.content03_02_prayer h2,.content03_03_prayer h2{
  text-align: left;
  color: #fff;
  padding: 5px 0px 3px 10px ;
  letter-spacing: 4.0px;
  border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    -webkit-box-shadow: 2px 2px 4px #bf9f5e;
    -moz-box-shadow: 2px 2px 4px #bf9f5e;
}
.content03_01_prayer h3,.content03_02_prayer h3,.content03_03_prayer h3{
  text-align: left;
  font-size: 15px;
  letter-spacing: -1.0px;
}
.content03_01_prayer p,.content03_02_prayer p,.content03_03_prayer p{
  text-align: left;
  font-size: 13px;
  padding: 0px 0px 10px 0px ;
  letter-spacing: -0.7px;
}
p.caution_prayer {
  font-size: 12px;
  padding: 0px 30px 0px 30px ;
  letter-spacing: -1.0px;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
.kitoh_main,.kigan_main,.kigan_main02{
  flex-direction: column;
  justify-content:center;
  align-items:center;
  padding: 0px 0px 0px 0px ;
}
.kitoh_main section,.kigan_main section,.kigan_main02 section{
  -webkit-flex: 1;
  flex: 1;
}
.kitoh_main img,.kigan_main img{
  max-width: 80%;
}
.kitoh_main .col-1,.kigan_main .col-1{
  flex: 1;
  text-align: center;
  padding: 0px 20px 0px 20px ;lightblue
}
.kitoh_main .col-2,.kigan_main .col-2{
  flex: 1;
  padding: 10px 10px 10px 10px ;pink
}
table.kitoh01{
  border-collapse: collapse;
}
table.kitoh01 th{
  font-weight: normal;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  background-color: #C1A06C;
  border: 1px solid #9C713E;
}
table.kitoh01 td{
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
  color: #444444;
  padding: 15px 10px 10px 10px ;
  line-height: 1.7;
  letter-spacing: -0.7px;
  border: 1px solid #9C713E;
}
table.kitoh01 col.shurui{
  background: #C1A06C;
}
table.kitoh01 col.contents{ #f1f1f1
}
.ippan_kobetsu{
  margin: 20px 0px 0px 0px ;
  padding: 0px 20px 0px 20px ;
  background: ;
}
p.ippan_kobetsu_title{
  width:auto;
  padding: 5px 0px 4px 10px ;
  font-size: 16px;
  color: #fff;
  letter-spacing: 3.0px;
}
.ippan,.kobetsu{
  flex-direction: column;
  justify-content:center;
  align-items:center;
  text-align: center;
  padding: 0px 0px 30px 0px ;
}
.ippan section,.kobetsu section {
  -webkit-flex: 1;
  flex: 1;
}
.ippan .col-1,.kobetsu .col-1{
  flex: 1;
  margin: -10px 0px 0px 0px ;
  padding: 0px 0px 0px 0px ;
}
.ippan_kobetsu img{
  width: 50%;
  padding: 0px 0px 0px 0px ;
}
.ippan .col-2,.kobetsu .col-2 {
  flex: 3.0;
}
p.ippan_kobetsu01{
  text-align: left;
  font-size: 14px;
  margin: 10px 0px 0px 0px ;
  padding: 10px 10px 10px 10px ;
  letter-spacing: -0.9px;
  line-height: 1.8 ;
}
.kigan_fuda{
  flex-direction: column;
  justify-content:center;
  align-items:center;
  text-align: center;
  padding: 0px 0px 20px 0px ;
}
.kigan_fuda section {
  -webkit-flex: 1;
  flex: 1;
}
.kigan_fuda .col-1 {
  flex: 1;
  margin: 10px 0px 0px 0px ;
  padding: 0px 0px 0px 0px ;lightblue
}
.kigan_fuda img{
  width: 70% ;
  padding: 0px 0px 0px 0px ;
}
.kigan_fuda .col-2 {
  flex: 4.0;
}
p.ippan_kobetsu02{
  text-align: left;
  font-size: 14px;
  margin: 10px 0px 0px 0px ;
  padding: 10px 10px 10px 10px ;
  line-height: 1.5 ;
}
/*-------------------------*/
.kigan_main02{
  display: none;
}
/*-------------------------*/
.content03_04_prayer{
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.content03_04_prayer h3{
  padding: 0px 0px 20px 0px ;
  letter-spacing: -1.8px;
}
.kitoh_shurui{
  width:auto;
  padding: 0px 0px 0px 0px ;
}
p.kitoh_shurui01{
  font-size: 14px;
  letter-spacing: -1.0px;
  border-bottom: 1px solid rgba(0,0,0,.2) ;
}
p.kitoh_shurui02{
  width:auto;
  text-align: left;
  font-size: 13px;
  padding: 20px 0px 0px 0px ;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
/*-------------------------*/
.contents04_prayer{
  padding: 30px 20px 30px 20px ;
}
.content04_prayer{
  width:auto;
  padding: 0px 0px 0px 0px ;
  background: 
}
.content04_prayer h2{
  padding: 0px 40px 0px 40px ;
}
.omoshikomi_01{
  width:auto;
  font-size: 18px;
  padding: 0px 20px 0px 20px ;
}
.omoshikomi_02{
  font-size: 14px;
  padding: 5px 0px 10px 5px ;
}
.security{
  width:auto;
  padding: 10px 10px 0px 5px ;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
.contents04_prayer h3{
  width:auto;
  text-align: left;
  font-size: 13px;
  margin: 0px 0px 0px 0px ;
}

.docs_tab{
  display: none;
}
.docs_sp{
  display: block;

}
/*-------------------------*/
#content05_prayer{
  width:auto;
  padding: 0px 10px 0px 10px ;
}
#content05_prayer h2{
  text-align: left;
  font-size: 17px;
  padding: 0px 10px 0px 10px ;
}
#content05_prayer h3{
  font-size: 15px;
  margin: 0px 0px 20px 0px ;
}
#content05_prayer h4{
  font-size: 13px;
  color: #666;
  font-weight: normal;
  text-align: left;
  margin-top: -10px;
  padding: 0px 10px 0px 10px ;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
/*table*/
.yakudoshi01,.yakudoshi02{
  width:auto;
}
.yakudoshi01 th,.yakudoshi02 th{
font-size: 14px;
}
.yakudoshi01 td,.yakudoshi02 td{
margin: 8px 5px 8px 5px ;
font-size: 11px;
}
p.yaku{
  text-align: left;
  width:auto;
  padding: 0px 10px 0px 10px ;
  letter-spacing: -0.7px;
}
/*--------------------- 以上、prayer　--------------------*/
/*　-------------------------------kuyo------------------------------ */
.big_bnr_kuyo{
  background-image: url(../img/kuyo/kuyo_big_bnr04_sp.jpg);
}
/*-------------------------*/
#contents01_kuyo{
  text-align: center;
  padding: 30px 20px 30px 20px ;
}
#content01_kuyo{
  width:auto; 
  padding: 0px 0px 0px 0px ;
}
#content01_kuyo h2{
  text-align: left;
}
#content01_kuyo h3{
  text-align: left;
  width:auto; 
  padding: 10px 0px 0px 0px ;
  letter-spacing: -0.7px;
}
#content01_kuyo h3.mataha{
  width:auto; 
  padding: 20px 0px 0px 0px ;
  letter-spacing: -1.2px;
}
#content01_kuyo h3.soitta{
  width:auto; 
  padding: 20px 0px 0px 0px ;
  letter-spacing: -0.7px;
}
/*-------------------------*/
#contents02_kuyo{
  text-align: center;
  padding: 10px 20px 20px 20px ;
  background: #fafafa ;
}
#contents02_kuyo h1{
  padding: 0px 0px 0px 0px ;
}
#contents02_kuyo h3{
  text-align: left;
  width:auto;
  margin: 0px 0px 20px 0px ;
  padding: 0px 0px 0px 0px ;
}
#contents02_kuyo h3.gyojiniha{
  font-size: 13px;
  margin: -12px 0px 20px 0px ; 
}
#contents02_kuyo img{
  width: 90%;
}
#content02_kuyo{
  text-align: left;
  width:auto; 
  padding: 0px 0px 0px 0px ;  
}
#content02_kuyo h3{
  margin-top: 20px;
  letter-spacing: -1.5px;
}
p.rubi_kuyo{
  font-size: 10px;
  padding: 0px 0px 10px 28px ;
  letter-spacing: 0.4em;
}
p.kuyo01{
  width:auto; 
  padding: 0px 0px 0px 0px ;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: -0.5px;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
.line_kuyo { 
  margin-top: 30px;
  border-bottom: 1px solid #D1C6AD;
}
table.tsukisegaki01 {
  width:auto; 
  border-collapse: collapse;
}
table.tsukisegaki01 caption {
  text-align: left;
  font-size: 14px;
}
table.tsukisegaki01 th{
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  padding: 5px 0px 3px 0px;  
}
table.tsukisegaki01 td {
  padding: 5px 5px 2px 5px;
}
table.tsukisegaki01 td.date,
table.tsukisegaki01 td.time,
table.tsukisegaki01 td.name {
  text-align: center;
  font-size: 13px;
}
table.tsukisegaki01 tr.date-02,
table.tsukisegaki01 tr.date-04,
table.tsukisegaki01 tr.date-06,
table.tsukisegaki01 tr.date-08,
table.tsukisegaki01 tr.date-11,
table.tsukisegaki01 tr.date-12 {
}
table.tsukisegaki01 tr.date-03,
table.tsukisegaki01 tr.date-07,
table.tsukisegaki01 tr.date-09 {
}
/*-------------------------*/
#contents03_kuyo{
  text-align: center;
  padding: 20px 20px 30px 20px ;
}
#content03_kuyo{
  width:auto; 
  padding: 0px 0px 0px 0px ;  
}
#content03_kuyo h2{
  font-size: 17px;
  text-align: left;
  width:auto; 
  padding: 0px 0px 0px 0px ;
  letter-spacing: -0.5px;
}
#content03_kuyo h3{
  text-align: left;
  width:auto; 
  padding: 0px 0px 0px 0px ;
}
#content03_kuyo h3.enpukuji{
  width:auto; 
  padding: 10px 0px 10px 0px ;
}
/*-------------------------*/
#contents04_kuyo{
  text-align: center;
  padding: 20px 20px 0px 20px ;
  overflow: hidden;
  background: #fafafa ;
}
#content04_kuyo{
  width:auto; 
  padding: 0px 0px 0px 0px ;   
}
#content04_kuyo h2{
  font-size: 17px;
  text-align: left;
  width:auto; 
  padding: 0px 0px 0px 0px ;   
}
#content04_kuyo h3{
  text-align: left;
  width:auto; 
  padding: 0px 0px 0px 0px ;   
}
/*-------------------------*/
.contents05_kuyo{
  text-align: center;
  padding: 20px 20px 20px 20px ;
  clear: both;
}
.contents05_kuyo h1{
  width:auto; 
  padding: 0px 0px 0px 0px ;
  background:;     
}
.contents05_kuyo h2{
  text-align: left;
  width:auto; 
  padding: 0px 0px 0px 0px ;
  background:;     
}
.contents05_kuyo h3{
  text-align: left;
  width:auto; 
  padding: 0px 0px 20px 0px ;
  background:;     
}
.content05_kuyo{
  width:auto; 
  padding: 0px 10px 20px 10px ;
  background:;   
}
table.tsukisegaki02{
  width:auto; 
  border-collapse: collapse;
}
table.tsukisegaki02 th{
  font-weight: normal;
  padding: 5px 3px 5px 3px ;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
}
table.tsukisegaki02 td{
  text-align: center;
  vertical-align: middle;
  padding: 10px 2px 8px 2px ;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.5;
}
/*-----水子供養-------*/
table.mizukokuyo{
  width:auto; 
  border-collapse: collapse;
}
table.mizukokuyo th{
  font-weight: normal;
  padding: 5px 3px 5px 3px ;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
}
table.mizukokuyo td{
  text-align: center;
  vertical-align: middle;
  padding: 10px 2px 8px 2px ;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 1.5;
}
/*-------------------------*/
p.kuyo02{
  width:auto; 
  text-align: left;
  font-size: 13px;
  padding: 10px 5px 0px 5px ;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
.omoshikomi_03{
  text-align: left;
  width:auto;
  font-size: 18px;
  padding: 0px 10px 0px 10px ;
}
.omoshikomi_04{
  text-align: left;
  font-size: 14px;
  padding: 5px 0px 10px 5px ;
}
/*-------------------------*/
.contents06_kuyo{
  width:auto;
  padding: 5px 0px 20px 0px ;
}
.content06_kuyo{
}
.security_kuyo{
  font-size: 12px;
  text-align: left;
  color: #666;
  margin: 0px 0px 20px 0px ;
  padding: 10px 20px 0px 15px ;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
.content06_kuyo h3{
  font-size: 14px;
  padding: 0px 20px 0px 20px ;
  letter-spacing: -1.5px;
}
/*　---------------------------- 以上、kuyo--------------------------　*/
/*　------------------------------amulet---------------------------- */
.contents01_amulet{
  padding: 100px 0px 0px 0px;
  text-align: center;
}
.contents01_amulet h1{
  margin: 0px 0px 0px 0px;
}
.contents01_amulet p{
  font-size: 20px;
  color: #3c3c3c;
  margin: 0px 0px 0px 0px 
}
.amulet_gazo {/*親div*/
  position: relative;/*相対配置*/
  text-align: center;
  padding: 30px 0px 20px 0px;
  }
.amulet_gazo h2 {/*pタグを画像の真ん中に*/
  font-size: 20px;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0px;
  }
.amulet_gazo h3 {/*pタグを画像の真ん中に*/
  width: 290px;
  position: absolute;
  top: 67%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  color: white;/*文字色*/
  font-size: 18px;/*文字サイズ*/
  letter-spacing: 2.0px;
  }
.amulet_gazo h4 {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 0px 0px 5px 0px;
  letter-spacing: 2.0px;
  }
.amulet_gazo p {/*pタグを画像の真ん中に*/
  width: 290px;
  position: absolute;
  top: 74%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  color: white;/*文字色*/
  font-size: 14px;/*文字サイズ*/
  }
.amulet_gazo a {/*aタグを画像の真ん中に*/
  width: 280px;
  position: absolute;
  top: 84%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 13px;/*文字サイズ*/
  border: solid white 1px; /*線で囲う*/
  padding: 2px 0px 2px 0px ;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-decoration: none;/*下線を表示させない*/

  }
.amulet_gazo a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
  }
.amulet_gazo img {
  width: 90%;
 }
/*　------------------------------以上、amulet---------------------------- */
/*----------パンくずリスト---------*/
nav#breadcrumbs {
  margin: 0px 0px 0px -20px ;
  padding: 10px 0px 10px 0px ;
}
nav#breadcrumbs ol {
  font-size: 12px;
  margin-left: 0px;
}
/*-------------------------*/
/*　------------------------------sange---------------------------- */
.contents01_sange{
  padding: 30px 0px 0px 0px ;
}
.content01_sange{
  text-align: center;
  padding: 20px 0px 0px 0px ;
}
.content01_sange h1{
  font-size: 30px ;
}
.content01_sange h2{
  width:auto;
  padding: 0px 20px 10px 20px ;
}
.content01_sange h3{
  text-align: left;
  width:auto;
  padding: 10px 20px 10px 20px ;
}
.amulet_back{
  height: 294px;
  background: url(../img/amulet/sange/test_sp.jpg) center bottom / cover no-repeat;
}
/*-------------------------*/
.contents02_sange{
  padding: 1px 0px 10px 0px ;
}
.content02_sange{
  text-align: center;
}
.content02_sange h1{
  font-size: 30px;
}
.content02_sange h2{
}
.content02_sange h3{
  text-align: left;
  width:auto;
  padding: 15px 20px 0px 20px ;
  background: ;
}
.content02_sange img{
  padding: 30px 0px 0px 0px ;
  width: 90%;
}
/*-------------------------*/
.contents03_sange{
  text-align: center;
  padding: 20px 0px 40px 0px ;
}
.content03_sange h2{
  text-align: left;
  font-size: 18px;
  width:auto;
  padding: 10px 20px 0px 20px ;
}
.content03_sange h3{
  text-align: left;
  font-size: 15px;
  width:auto;
  padding: 10px 20px 0px 20px ;
}
.content03_sange img{
  padding: 30px 0px 20px 0px ;
  width: 90%;
}
.sange_setsumei{
  width:auto;
  margin: 0px 20px 0px 20px ;
  padding: 10px 10px 10px 10px ;
}
.sange_setsumei p{
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  margin:  0px 0px 0px 0px ;
  padding: 0px 0px 0px 0px ;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
/*-------------------------*/
.contents04_sange{
  padding: 30px 0px 30px 0px;
}
.content04_sange {
  text-align: left;
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.content04_sange h2 {
  font-size: 20px;
  margin-bottom: 5px;
  }
.content04_sange h3 {
  font-size: 14px;
  margin:  0px 0px 0px 0px ;
  letter-spacing: -0.7px;
  }
.content04_sange p {
  font-size: 13px;
  font-weight: bold;
  margin:  0px 0px 10px 0px ;
  letter-spacing: 0.5px;
  }
.content04_sange_yoru {/*親div*/
  position: relative;/*相対配置*/
  text-align: center;
  padding: 0px 0px 0px 0px;
  }
.content04_sange_yoru a {
  position: absolute;
  width: 250px;
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 16px;/*文字サイズ*/
  border: solid white 2px; /*線で囲う*/
  padding: 5px 0px 3px 0px ;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-shadow: 1px 1px 0 #555;
  text-decoration: none;/*下線を表示させない*/
  background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  }
.content04_sange_yoru a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.5);/*背景を半透明に*/
  }
.content04_sange_yoru img {
  border: solid #fff 2px;
 }
/*-------------------------
.youtube{
  padding: 40px 0px 1px 0px ;
}
.youtube_yoru{
  width: 750px;
  margin: 0 auto;
}
-------------------------*/
.contents05_sange{
  padding: 30px 0px 30px 0px;
}
.content05_sange {
  text-align: left;
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.content05_sange h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 5px;
  }
.content05_sange h3 {
  font-size: 14px;
  color: #fff;
  margin:  0px 0px 0px 0px ;
  letter-spacing: 0px;
  }
.content05_sange p {
  font-size: 13px;
  color: #fff;
  margin:  0px 0px 10px 0px ;
  letter-spacing: 3.0px;
  }
.content05_sange_store {/*親div*/
  position: relative;/*相対配置*/
  text-align: center;
  padding: 0px 0px 0px 0px;
  }
.content05_sange_store p {/*pタグを画像の真ん中に*/
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;/*余計な隙間を除く*/
  padding:0;/*余計な隙間を除く*/
  color: white;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  letter-spacing: 1.0px;
  text-shadow: 1px 1px 0 #111;
  }
.content05_sange_store a {
  position: absolute;
  width: 250px;
  top: 80%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 16px;/*文字サイズ*/
  border: solid white 2px; /*線で囲う*/
  padding: 5px 0px 3px 0px ;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-shadow: 1px 1px 0 #555;
  text-decoration: none;/*下線を表示させない*/
  background: rgba(255, 255, 255, 0.3);/*背景を半透明に*/
  box-shadow: 0 2px 5px rgba(0,0,0,0.26);
  }
.content05_sange_store a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 0.5);/*背景を半透明に*/
  }
.content05_sange_store img {
  border: solid #fff 2px;
 }
/*-------------------------*/
#contents06_sange{
}
/*　---------------------------- 以上、sange--------------------------　*/
/*　---------------------------- godan--------------------------　*/
#contents01_godan{
  margin-top: 0px;
  padding: 30px 0px 0px 0px ;
}
#content01_godan{
  text-align: left;
  padding: 20px 20px 30px 20px ;
}
#content01_godan h1{
  text-align: center;
  font-size: 30px ;
}
#content01_godan h2{
  width:auto; 
  padding: 0px 0px 0px 0px ;
}
.godan_back{
  height: 758px;
}
/*-------------------------*/
#contents02_godan{
  padding: 30px 20px 40px 20px ;
}
#content02_godan{

}
#content02_godan h2{
  text-align: left;
  width:auto; 
  padding: 0px 0px 20px 0px ;
}
#content02_godan h3{
  text-align: left;
  width:auto; 
  padding: 0px 0px 20px 0px ;
}
#content02_godan h3.setsumei{
  font-size: 14px;
  text-align: left;
  width:auto; 
  padding: 0px 0px 20px 0px ;
}
/*-------------------------*/
.contents03_godan{
  text-align: center;
  padding: 30px 20px 40px 20px ;
  background: #fafafa ;
}
.content03_godan{
}
.content03_godan h2{
  text-align: left;
  width:auto; 
  padding: 0px 0px 20px 0px ;
  background:;
}
.content03_godan h3{
  text-align: left;
  font-size: 15px;
  width:auto; 
  padding: 0px 0px 20px 0px ;
  background:;  
}
.content03_godan img{
  margin:  0px 0px 40px 0px ;
}
.godan_setsumei{
  width:auto;
  margin: 0px 0px 0px 0px ;
  padding: 10px 10px 10px 10px ;
}
.godan_setsumei p{
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  margin:  0px 0px 0px 0px ;
  padding: 0px 0px 0px 0px ;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
/*　---------------------------- 以上、godan--------------------------　*/
/*　-----------------------------schedule---------------------------- */
.big_bnr_sche{
  background-image: url(../img/schedule/sche_big_bnr_sp.jpg);
}
.big_bnr_sche h1{
  font-size: 23px;
  letter-spacing: -2px;  
}
.big_bnr_sche h2{
  font-size: 15px;
  letter-spacing: -1.0px;  
}
/*-------------------------*/
#contents01_sche{
  padding: 40px 0px 0px 0px ;
}
#content01_sche{
  text-align: center;
  clear: both;  
}
#content01_sche h1,#content01_sche h2{
  text-shadow: 2px 2px 0 #fff;
}
#content01_sche img{
  float: right;
  margin-top: -50px;
  width: 30%;
}
/*-------------------------*/
.contents02_sche_grey{
  clear: both;
  padding: 0px 0px 30px 0px ;
  background: #f6f7f0; 
}
.contents02_sche_white{ 
  padding: 0px 0px 30px 0px ;
  background: #fff;  
}
.month01 { 
  flex-direction: column;
}
.month01 section{
  -webkit-flex: 1;
  flex: 1;
}
.month02,.month03 { 
  display: flex;
  justify-content:center;
  margin-top: 8px;
}
.month02 a,.month03 a{
  color: #fff;
  margin: 0px 4px 0px 4px ;
  display: block;
  text-decoration: none;   
}
.month02 a :hover,.month03 a :hover{
  filter:alpha(opacity=80);
  opacity:0.8;
}
.number01{
  color: #fff;
  font-size: 20px;
  width: 10px;
  padding: 8px 22px 8px 16px ;
  border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
  background: #60B99A;
}
.number02{
  color: #fff;
  font-size: 20px;
  width: 20px;
  padding: 8px 18px 8px 10px ;
  border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
  background: #60B99A;
}
.monthly{
  margin: 10px 0px 0px 0px ;
}
.monthly a{
  text-decoration: none;
}
.number03{
  width:320px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0px 5px 0px ;
  color: #fff;
  font-size: 17px;
  border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
  background: #60B99A;
}
.white_sche{
  width:auto;
  clear: both;
}
.grey_sche{
  width:auto;
  clear: both;
  background: #f6f7f0; 
}
.numbering{
  width:auto;
  margin: 0px 10px 0px 10px ;
  height: 40px;
  border-radius: 10px;
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
  background: #60B99A;
}
.numbering p{
  color: #fff;
  font-size: 20px; 
  padding: 5px 0px 5px 20px ; 
}
.titele_sche{
  margin-top: 30px;
}
.titele_sche h2{
  font-size: 15px;
  width:auto;
  padding: 0px 20px 0px 20px ;
  border-bottom: 1px solid rgba(0,0,0,.1) ;
}
.cap_sche{
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.cap_sche h3{
  font-size: 14px;
  letter-spacing: -1.0px;
}
/*　--------------------------- 以上、schedule--------------------------　*/
/*　-------------------------------access------------------------------ */
.big_bnr_access{
  background-image: url(../img/access/access_big_bnr01_sp.jpg); 
}
.big_bnr_access h1{
  width:auto;
  padding: 240px 30px 0px 30px ;
}
/*-------------------------*/
.contents01_access{
  text-align: center;
  padding: 30px 20px 30px 20px ;
}
.content01_access{
}
.content01_access h2{
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
.content01_access h2.moyori{
  width:auto;
  padding: 7px 0px 20px 0px ;
}
.content01_access h3{
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
.content01_access h4{
  font-size: 12px;
  width:auto;
  padding: 20px 0px 0px 0px ;
}
.access_grey{
  background: #fafafa ;
  padding: 20px 0px 10px 0px ;
}
.access_white{
  background: #ffffff;
  padding: 20px 0px 10px 0px ;
}
.access01{
  width:auto;
  padding: 0px 20px 0px 20px ;
  text-align: left;
  overflow: hidden;
  clear: both;pink
}
.access_description01{
  color: #5c5c5c;
  font-size: 17px;
  border-bottom: 1px solid rgba(0,0,0,.1) ;green
}
.access_description02{
  color: #666666;
  font-size: 15px;
  margin: 10px 0px 10px 0px ;
  letter-spacing: 0.4px;
  line-height: 1.7;lightgreen
}
.access_description02 a{
  color: #666666;  
}
.access_description03{
  color: #666666;
  font-size: 15px;
  margin: 10px 0px 10px 0px ;
  letter-spacing: -0.8px;
  line-height: 1.7;lightblue
}
.access_description03 img{
  margin: 0px 0px -3px 0px ;
  width: 6%;
}
.access_description04{
  letter-spacing: -1.5px;
  padding: 5px 10px 10px 0px ;lightgreen
}
.g-map_back{
  background: #fff ; 
}
.g-map {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;  
  margin: 0px 5px 0px 5px ;
  height: 0;
  overflow: hidden;
}
.g-map iframe,
.g-map object,
.g-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------*/
.contents02_access{
  text-align: left;
  padding: 40px 20px 20px 20px ;
}
.content02_access{
  width:auto;
  overflow: hidden;
}
.content02_access h2{
  width:auto;
  padding: 0px 0px 0px 0px ;
  margin: 0px 0px 20px 0px ;
}
.content02_access h3{
  width:auto;
  text-align: left;
  letter-spacing: 0px;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
.contents02_access h3.tokyometro{
  width:auto;
  padding: 0px 0px 30px 0px ;lightblue
}
.content02_access a{
  color: #666666; 
}
.access_photo{
  flex-direction: column;
  width:auto;
  text-align: center;/*画像真ん中*/
}
.access_photo section{
  margin: 0 auto;
  padding: 0px 0px 20px 0px ;
}
p.access02,p.access03,p.access04{
  text-align: left;
  margin: 0 auto;
  letter-spacing: -1.8px;
}
p.access02{
  width:auto;
  padding: 10px 10px 0px 10px ;lightblue
}
p.access03{
  width:auto;
  padding: 10px 10px 0px 10px ;blue
}
.access_photo02{
  width:auto;
  padding-bottom: 10px;
}
p.access04{
  width:auto;
  padding: 10px 10px 0px 10px ;lightgrey
}
/*-------------------------*/
.contents03_access{
  text-align: left;
  padding: 0px 20px 20px 20px ;
  background: #fafafa ;
}
.content03_access{
  width:auto;
  overflow: hidden;
}
.content03_access h3{
  width:auto;
  padding: 0px 0px 20px 0px ;
}
/*　---------------------------- 以上、access--------------------------　*/
/*　----------------------------- kishimojin--------------------------　*/
.contents01_kishi{
  background: #222222;
  padding: 80px 0px 0px 0px ;
}
.contents01_kishi h1{
  text-align: center;
  color: #996701;
  font-size: 28px ;
}
.content01_kishi{
  width:auto;
  padding: 0px 20px 0px 20px 
}
.content01_kishi h2,.content01_kishi h3{
  color: #eeeeee;
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
.content01_kishi h2{ 
}
.content01_kishi h3{
  margin-top: 20px;
}
.kishi_back{
  background-image: url(../img/kishimojin/kishimojin_sp.jpg); 
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}
/*-------------------------*/
.contents02_kishi{
  background: #fafafa ;
  padding: 30px 0px 10px 0px ;
}
.content02_kishi{
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.content02_kishi h2,.content02_kishi h3{
  text-align: left;
}
.content02_kishi img{
  margin-top: 10px;
  text-align: center;
  max-width: 70%;
}
.kishi{
  text-align: left;
  width:auto;
  margin: 0px 10px 0px 10px ;
  padding: 10px 10px 20px 10px ;
  background:  ;lightgrey
}
.kishi h1{
  text-align: center;
}
.kishi h2{
  font-size: 17px;
}
.kishi h3{
  font-size: 14px;
}
/*-------------------------*/
.contents03_kishi{
  text-align: center;
  padding: 40px 0px 0px 0px ;
  background: #333333;
}
.content03_kishi{
}
.content03_kishi h2{
  color: #eeeeee;
}
.kishi_circle{
  flex-direction: column;
}
.kishi_circle section{
  -webkit-flex: 1;
  flex: 1;  
}
.kishi_circle p{
  font-size: 14px;
  color: #f3f3f3;
  margin: 3px 0px 30px 0px;
}
/*-------------------------*/
.contents04_kishi{
  text-align: left;
  padding: 40px 20px 40px 20px ;
  background: 
}
.content04_kishi{
  overflow: hidden;
}
.content04_kishi h3{
  font-size: 15px;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
/*-------------------------*/
.contents05_kishi{
  text-align: left;
  padding: 40px 20px 30px 20px ;
  background: #fafafa ;
}
.content05_kishi{
  overflow: hidden;
}
.content05_kishi h3{
  width:auto;
  padding: 0px 0px 30px 0px ;
}
img.odeshi_matsuri{
  width:auto;
  padding: 0px 0px 0px 0px ;
}
/*-------------------------*/
.contents06_kishi{
  padding: 60px 0px 30px 0px ;
}
.content06_kishi{
  overflow: hidden;
}
.content06_kishi h1{
  text-align: left;
  width:auto;
  padding: 0px 20px 0px 20px ;
  font-size: 21px; 
}
.odeshi{
  text-align: left;
  width:auto;
  padding: 20px 20px 0px 20px ;
  color: #555555;
  font-weight: normal; 
  font-size: 17px;
  letter-spacing: -2px;
  line-height: 1.4 ;
}
.content06_kishi h3{
  text-align: left;
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.content06_kishi h4{
  width:auto;
  padding: 0px 20px 0px 20px ;
}
img.odeshi01{
  max-width: 300px;
  height: auto;
}
.caution_kishi{
  width:auto;
  padding: 0px 10px 20px 10px ;grey
}
p.caution_kishi{
  text-align: left;
  font-size: 12px;
  width:auto;
  padding: 0px 10px 0px 10px ;
  letter-spacing: -1.0px;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
/*　----------------------- 以上、kishimojin--------------------------　*/
/*　----------------- kishimojin_odeshi---------------　*/
.big_bnr_odeshi{
  background-image: url(../img/kishimojin/odeshi/big_bnr_odeshi04_sp.jpg);
}
.big_bnr_odeshi h1{
  text-align: center;
  color: #ffffff;
  line-height: 1.5 ;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.3);
  clear: both;
}
.contents01_odeshi{
  padding: 30px 0px 30px 0px ;
  /*background: #E4CD8E;*/
}
.contents01_odeshi h1{
  text-align: center;
  font-size: 24px ;
}
.content01_odeshi{
  text-align: center;
}
.content01_odeshi h2{
  text-align: center;
  width:auto;
  padding: 0px 20px 20px 20px ;
}
.content01_odeshi h3{
  text-align: center;
  width:auto;
  padding: 0px 30px 0px 30px ;
}
img.flyer_odeshi{
  width: 40%;
  margin: 20px 0px 0px 0px ;
}
/*-------------------------*/
.contents02_odeshi{
  text-align: center;
  padding: 30px 20px 30px 20px ;
  background: #fafafa ;
}
.content02_odeshi{
  text-align: center;
}
.content02_odeshi h2{
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
.content02_odeshi h3{
  text-align: left;
  font-size: 14px;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
/*--------アコーディオン--------*/
.menu {
  width:auto;
  padding: 0px 0px 0px 0px ;
  margin: 20px auto;
}
label {
  background: #C1A06C;
  color: #fff;
  padding: 5px;
  display: block;
  margin: 0;
  cursor: pointer;
  filter:alpha(opacity=80);
  opacity:0.8;
    border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    -webkit-box-shadow: 2px 2px 4px #bf9f5e;
    -moz-box-shadow: 2px 2px 4px #bf9f5e;
}
label:hover {
  background: #cfaa4d;
}
input[type="checkbox"].on-off{
  display: none;
}
.menu div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.menu p {
  text-align: left;
  font-size: 13px;
  padding: 0px;
}
input[type="checkbox"].on-off + div{
  display: none;
}
input[type="checkbox"].on-off:checked + div{
  display: block;
}
/*--------以上、アコーディオン--------*/
/*-------------------------*/
.contents03_odeshi{
  padding: 30px 0px 30px 0px ;
}
.content03_odeshi{
  text-align: center;
}
.content03_odeshi h1{
  font-size: 20px;
  width:auto;
  padding: 0px 5px 0px 5px ;    
}
.content03_odeshi h3{
  text-align: center;
  width:auto;
  padding: 20px 20px 0px 20px ;  
}
.photo_odeshi{
  margin: 10px 0px 20px 0px ;
}
img.odeshi01{
  width: 80%;
  height: auto;
}
.flow01_odeshi{
  width:auto;
  margin: 0px 10px 0px 10px ;
  padding: 20px 0px 10px 0px ;
  border: 1px solid grey;
  background: #fafafa ;
}
.flow02_odeshi{
  width:auto;
  margin: 0px 10px 0px 10px ;
  padding: 20px 0px 0px 0px ;
  border: 1px solid grey;
  background: #fff ;
}
.flow03_odeshi{
  text-align: left;
  width:auto;
  padding: 0px 20px 20px 20px ;
}
p.flow01{
  font-size: 18px;
  margin: 0px 5px 15px 5px ;
  border: none;
}
p.flow02{
  font-size: 15px;
  margin: 0px 20px 10px 20px ;
  border: none;
}
p.flow03{
  font-size: 14px;
  margin: 0px 0px 10px 0px ;
}
/*-------------------------*/
.contents04_odeshi{
  padding: 40px 0px 40px 0px ;
  background: #fafafa ;
}
.content04_odeshi{
  text-align: center;
}
.content04_odeshi h1{
  font-size: 24px;
  width:auto;
  padding: 0px 20px 0px 20px ;    
}
.content04_odeshi h3{
  text-align: center;
  width:auto;
  padding: 20px 20px 20px 20px ;  
}
.content04_odeshi h4{
  font-size: 13px;
  width:auto;
  padding: 5px 0px 20px 0px ;
}
.img_odeshi{
  width: 80%;
  margin: 0 auto;
  padding: 10px 0px 0px 0px ;
}
/*-------------------------*/
.contents05_odeshi{
  padding: 30px 0px 30px 0px ;
  background:  ;
}
.content05_odeshi{
  text-align: center;
}
.content05_odeshi h1{
  font-size: 24px;
  width:auto;
  padding: 0px 0px 0px 0px ;    
}
.content05_odeshi h2{
  text-align: center;
  font-size: 18px;
  width:auto;
  padding: 20px 20px 20px 20px ;  
}
.caution_odeshi{
  width:auto;
  padding: 0px 10px 20px 20px ;
}
p.caution_odeshi{
  text-align: left;
  font-size: 12px;
  margin: 0px 0px 0px 0px ;
  padding: 0px 0px 0px 60px ;
  letter-spacing: -1.0px;
  text-indent: -1em; margin-left: 1em; /* インデント */
}
/*　-------------------- 以上、kishimojin_odeshi------------------　*/
/*　----------------------------- darani--------------------------　*/
#contents01_darani{
  background: #d1bfb0;
  margin-top: 0px;
  padding: 40px 0px 20px 0px ;
}
#content01_darani,#content02_darani{
  text-align: left;
  width:auto;
  padding: 0px 20px 0px 20px ;
}
/*-------------------------*/
#contents02_darani{
  background: #fafafa ;
  padding: 40px 0px 20px 0px ;
}
/*　---------------------------- 以上、darani--------------------------　*/
/*　----------------------------- sangenoyoru--------------------------　*/
#big_bnr_yoru{
  background-image: url(../img/sangenoyoru/yoru_images_sp01.jpg); 
  background-position: center center; /* 画像を常に天地左右の中央に配置 */
  background-repeat: no-repeat;
  height: 775px;
  margin: 0px 0px 0px 0px ;
  overflow: hidden;
}
p.bnr_title_yoru01, p.bnr_title_yoru02{
  text-align: center;
  color: #ffffff;
  text-shadow: -2px 2px 0 rgba(0,0,0,0.3); 
}
p.bnr_title_yoru01 {
  font-size: 15px;
  margin: 160px 0px 0px 0px;
}
p.bnr_title_yoru02 {
  font-size: 13.5px;
  margin: 65px 0px 0px 0px;
}
#contents01_yoru{
  text-align: center;
  margin: 60px 0px 0px 0px ;
}
#content01_yoru{
  text-align: center;
  width:auto;
}
#contents01_yoru h1{
  color: #fff; 
  margin-top: 0px;
}
#content01_yoru h2{
  color: #fff;
  margin-top: 40px;
}
#content01_yoru h3{
  color: #fff;
  margin-top: 0px;
}
#content01_yoru h3.oshigoto{
  margin-top: -15px;
  letter-spacing: -0.7px;
}
/*-------------------------*/
#contents02_yoru{
  text-align: center;
  padding: 30px 20px 50px 20px ;
  background: #fafafa ;
  clear: both;
}
#contents02_yoru p{
  font-size: 12px;
  text-align: center;
  width:auto;
  padding: 10px 0px 0px 0px ;
}
#content02_yoru{
  width:auto;
  padding: 0px 0px 0px 0px ;
}
.movie_yoru {
    position:relative;
    width:100%;
    padding-top:56.25%;
    overflow: hidden;
    margin-bottom: 20px;
}
.movie_yoru iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#content02_yoru h2{
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
#content02_yoru h3{
  text-align: left;
  width:auto;
  padding: 20px 0px 0px 0px ;
}
#big_bnr_yoru02{
  background-image: url(../img/sangenoyoru/goibun01_sp.jpg); 
  background-position: center top;
  background-repeat: no-repeat;
  position:relative;
  height: 400px;
  overflow: hidden;
}
#goibun{
  width:auto;
}
p.bnr_title_goibun01 {
  width:auto;
  padding: 0px 10px 0px 10px ;
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  margin: 110px 0px 0px 0px;
  text-shadow: -2px 2px 0 rgba(0,0,0,0.3);
}
p.bnr_title_goibun02 {
  text-align: left;
  font-size: 13px;
  color: #ffffff;
  width:auto;
  padding: 20px 20px 20px 20px ;
}
p.bnr_title_goibun03 {
  margin: 0 auto;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
  width:auto;
  padding: 0px 10px 0px 10px ;
}
/*-------------------------*/
#contents03_yoru{
  text-align: center;
  margin: 0 auto;
  padding: 40px 0px 0px 0px ;
}
#contents03_yoru h2{
  text-align: left;
  width:auto;
  padding: 0px 20px 10px 20px ;
}
#content03_yoru{
  text-align: left;
  padding-top: 0px;
}
#content03_yoru h3{
  width:auto;
  padding: 0px 20px 20px 20px ;
  letter-spacing: -0.5px;
}
.content03_yoru_images {
  text-align: center;
  padding: 0px 0px 10px 0px ;
}
.content03_yoru_images img{
  width: 90%;
}
/*--------みんなの声--------*/
.content03_yoru_voice{
  text-align: center;
  padding: 30px 0px 0px 0px ;
  background: #fafafa;
}
.yoru_voice {
  width:auto;
  padding: 0px 20px 0px 20px ;
  position: relative;
  clear: both;
  overflow: hidden;
}
p.yoru_voice{
  text-align: left;
  font-size: 13px;
  width: 260px;
  padding: 15px 10px 0px 10px ;
  letter-spacing: -0.7px;green
}
.box01 {
  position: relative;
  background: #fff; 
  height: 90px;
  width: 280px;
  margin: 0px 5px 30px 0px ;
  border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
  float: left;
}
.box01:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
  background: #fafafa;
  bottom: -30px;
  left: 50px;
}
.box01:before {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
  background: #fff; 
  bottom: -20px;
  left: 35px;
}
.box02 {
   position: relative;
   background: #fff;
   height: 90px;
   width: 280px;
   margin: 0px 0px 30px 0px ;
  border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
   float: right;
}
.box02:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
  background: #fafafa; 
  bottom: -30px;
  right: 50px;
}
.box02:before {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
  background: #fff;
  bottom: -20px;
  right: 35px;
}
.content03_yoru_voice img{
  max-width:28%;
  margin: 0px 0px 0px 0px ;
}
.yoru_media{
  max-width:none;
  padding: 30px 0px 10px 0px ;
}
.yoru_media h2{
  font-size: 16px;
}
.yoru_media img{
  max-width:90%;
}
/*-------------------------*/
.contents03_yoru_shosai{
  text-align: center;
  padding: 30px 0px 10px 0px ;
}
.contents03_yoru_shosai h3{
  text-align: left;
  width:auto;
  margin: 0px 20px 0px 20px ;
  padding: 0px 0px 0px 0px ;
}
.content03_yoru_shosai{
  text-align: left;
  width:auto;
  margin: 10px 10px 10px 10px ;
  padding: 20px 10px 20px 10px ;
  background: #fafafa; 
}
.content03_yoru_shosai h2{
  font-size: 14px;
  padding: 0px 0px 0px 0px ;
  letter-spacing: -0.7px;
}
.content03_yoru_shosai h3{
  font-size: 10px;
  margin: 0px 0px 0px 0px ;
  padding: 0px 0px 0px 0px ;
}
.content03_yoru_shosai p{
  font-size: 11px;
  margin: 0px 0px 0px 65px ;
}
.content03_yoru_shosai a{
  color: #888;
}
table.yoru_sche{
  width:auto;
  border-collapse: collapse;
}
.yoru_sche th{
  font-weight: normal;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.3;
  color: #ffffff;
  background-color: #C1A06C;
  border: 1px solid #C1A06C;
}
.yoru_sche td{
text-align: center;
vertical-align: middle;
font-size: 12px;
margin: 0px 20px 0px 20px ;
line-height: 1.2;
color: #666666;
border: 1px solid #C1A06C;
}
table.yoru_schedule {  
  width:auto; 
  border-collapse: collapse;
}
table.yoru_schedule caption {
  text-align: left;
  font-size: 14px;
}
table.yoru_schedule th{
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  padding: 5px 0px 3px 0px;  
}
table.yoru_schedule td {  
  padding: 5px 5px 2px 5px;
}
table.tsukisegaki01 td.date,
table.tsukisegaki01 td.time,
table.tsukisegaki01 td.name {
  text-align: center;
  font-size: 13px;
}
/*-------------------------*/
#contents04_yoru{
  text-align: center;
  padding: 30px 20px 30px 20px ;
  background: #fafafa ;
}
#content04_yoru{
  
}
#content04_yoru h1 {
  line-height: 1.3 ;
}
#content04_yoru h2 {
  font-size: 17px;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
#content04_yoru h3 {
  text-align: left;
  width:auto;
  padding: 20px 0px 0px 0px ;
}
#content04_yoru h4 {
  font-size: 11px;
  text-align: left;
  width:auto;
  margin: 10px 0px 10px 0px ;
  padding: 0px 0px 0px 0px ;
}
#content04_yoru p {
  text-align: left;
  font-size: 12px;
  width:auto;
  margin: 20px 0px 0px 0px ;
  padding: 10px 10px 10px 10px ;
  line-height: 1.5 ;
  background: #fff;
}
#content04_yoru img {
  margin: 0px 0px 0px 0px ;
}
/*-------------------------*/
#contents05_yoru{
  overflow: hidden;
}
#content05_yoru{
  text-align: left;
  margin: 0 auto;
}
#big_bnr_13_01{
  background-image: url(../img/sangenoyoru/yoru03_sp.jpg); 
  background-position: center top;
  background-repeat: no-repeat;
  position:relative;
  height: 294px;
  overflow: hidden;
}
#content05_yoru h1 {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  margin: 40px 0px 40px 0px;
  padding: 0px 10px 0px 10px ;
  text-shadow: -2px 2px 0 rgba(0,0,0,0.3);
}
#content05_yoru h2 {
  text-align:left;
  width:auto;
  padding: 0px 20px 20px 20px ;
  font-size: 13px;
  color: #ffffff;
  text-shadow: -2px 2px 0 rgba(0,0,0,0.3);
}
/*　------------------------- 以上、sangenoyoru------------------------　*/
/*　----------------------------- media--------------------------　*/
.big_bnr_media{
  background-image: url(../img/media/media_big_bnr_sp.jpg); 
}
/*-------------------------*/
.contents01_media{
  padding: 40px 0px 30px 0px ;
}
.content01_media{
  text-align: center;
  width:auto;
  padding: 0px 10px 0px 10px ;  
}
/*-------------------------*/
.contents02_media{
  padding: 0px 20px 30px 20px ;
  background: #f6f7f0;
}
.content02_media{
  padding: 0px 0px 0px 0px ; pink
}
.media_title { 
  flex-direction: column;
  margin: 1px ;
  padding: 20px 0px 10px 0px ;
  border-bottom: 1px solid rgba(0,0,0,.1) ;green
}
.media_title section{
  -webkit-flex: 1;
  flex: 1;
}
.media_title .col-1{
  flex: 1;
  text-align: center;grey
}
.media_title .col-1 img{
  width: 70%;
}
.media_title .col-2{
  flex: 2.2;
  padding: 0px 0px 0px 0px ;lightblue
}
.media_title .col-3{
  flex: 1;
  text-align: center;
}
.media_title .col-3 img{
  text-align: center; 
  width: 70%;
  padding: 10px 10px 0px 10px ;
}
.media_title h2{
  font-size: 16px;
  margin: -10px 0px 0px 0px ;
}
.media_title h3{
  font-size: 13px;
  margin: 10px 0px 0px 0px ;
}
.media_title p{
  font-size: 12px;
}
.content02_media a{
  color:#777;
}
.content02_media a:hover {
  color:#888888;
  text-decoration: underline;
}
/*　---------------------------- 以上、media--------------------------　*/
/*　----------------------------- 0113--------------------------　*/
.big_bnr_0113{
  background-image: url(../img/0113kitohe/big_bnr_0113_sp.jpg);
    width: 100%;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 78%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.big_bnr_0113 h1{
  text-align: center;
  font-size: 48px;
  color: #fff;
  margin: -10px 0px -5px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: 3px;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
  clear: both;
}
.big_bnr_0113 h2{
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 10px 0px 0px 0px;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
  clear: both;
}
.big_bnr_0113 h3{
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: 0.5px;
  text-shadow: -2px 2px 0 rgba(0,0,0,0.5);
  clear: both;
}
.big_bnr_0113 h4{
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  letter-spacing: 1px;
  text-shadow: -2px 2px 0 rgba(0,0,0,0.5);
  clear: both;
}
/*-------------------------*/
.movie_0113 {
    position:relative;
    width:100%;
    padding-top:56.25%;
    overflow: hidden;
}
.movie_0113 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------------------------*/
.contents01_0113{
  text-align: center;
  padding: 40px 0px 30px 0px ;
}
.contents01_0113 h1{
  font-size: 30px;
  letter-spacing: 5px;
  margin: 0px 0px 20px 0px ;
  padding: 0px 10px 0px 10px ;
}
.contents01_0113 h1:before{
  left: -6px;
}
.contents01_0113 h1:after{
  right: -6px;
}
.contents01_0113 h4{
  font-size: 22px;
  letter-spacing: 8px;
  margin: 10px 0px 0px 0px ;
}
.contents01_0113 h6{
  font-size: 18px;
  width:auto;
  margin: 0px 20px 0px 20px ;
  padding: 3px 0px 0px 0px ;
  letter-spacing: 5px;
}
.contents01_0113 a{
  color: #666;
}
.content01_0113 h2{
  text-align: left;
  font-size: 18px;
  width:auto;
  padding: 0px 20px 20px 20px ;pink
}
.content01_0113 h3{
  text-align: left;
  width:auto;
  padding: 0px 20px 20px 20px ;lightblue
}
.content01_0113 h5{
  text-align: left;
  color: #777;
  font-weight: normal; 
  font-size: 12px;
  letter-spacing: -0.5px;
  width:auto;
  padding: 2px 20px 0px 20px ;
}
.contents01_0113 img{
  width: 90%;
}
img.past_0113{/* 過去の様子はコチラの画像 */
  margin: 20px 0px 20px 0px ;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/*-----「守護神御祭典 大祈祷会」お申込のご案内-----*/
.contents_0113_omo{
  text-align: center;
  margin: 0px 0px 0px 0px ;
  padding: 40px 0px 30px 0px ;
  background: #f2f2f2 ;
}
.contents_0113_omo h1{
  letter-spacing: 2px;
  margin: 0px 0px 10px 0px ;
}
.contents_0113_omo h2{
  font-size: 22px;
  margin: 0px 0px 0px 0px ;
  padding: 0px 0px 0px 0px ;
  letter-spacing:2pt;
  background: ;
}
.contents_0113_omo h3{
  font-size: 22px;
  letter-spacing: 0px;
  margin: 0px 0px 10px 0px ;
  padding: 0px 0px 0px 0px ;
  background: ;
}
.btn_sanka_kahi{
  width:auto;
  padding: 10px 20px 10px 20px ;
  filter:alpha(opacity=80);
  opacity:0.8;
}
.sanka_kahi{
  font-size: 16px;
  padding: 15px 0px 10px 0px ;  
}
.btn_sanka_kahi a{
  text-decoration: none;
}
.btn_sanka_kahi a:hover {

}
/*-------------------------*/
.contents02_0113{
  padding: 30px 20px 0px 20px ;
  text-align: center;
  background: ;
}
.contents02_0113 h1{
  font-size: 20px;
}
.content02_0113{
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
.content02_0113 h2{
  margin-top: 20px;
}
.content02_0113 h3{
  font-size: 14px;
  letter-spacing: -0.2px;
}
/*-------------------------*/
.contents03_0113{
  text-align: center;
  padding: 0px 0px 30px 0px ;
}
.content03_0113{
  padding: 0px 0px 0px 0px ;
}
.kakomu_0113{
  width:auto;
  margin: 0px 10px 0px 10px ;
  border-style: solid ;border-width: 1px; padding: 10px 10px 10px 10px; border-color: #C1A06C;
  background: #fafafa;
}
.btn_sanka_kahi02,.btn_sanka_kahi03{
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.sanka_kahi02,.sanka_kahi03{
  margin: 0px 0px 20px 0px ;
  padding: 3px 0px 2px 0px ; 
}
.sanka_kahi03{
  margin: 0px 0px 10px 0px ;
}
.content03_0113 h1{
  font-size: 24px;
  letter-spacing: 0px;
  padding: 0px 10px 0px 10px ;
}
.content03_0113 h2{
  letter-spacing: 6px;
  width:auto;
  padding: 10px 0px 10px 0px ;
  background: ;
}
.content03_0113 h3{
  font-size: 17px;
  width:auto;
  padding: 0px 0px 10px 0px ;
  letter-spacing: 0.5px;
  background: ;
}
.content03_0113 h4{
  font-size: 15px;
  color: #444;
  width:auto;
  padding: 0px 0px 10px 0px ;
  letter-spacing: 0.5px;
  background: ;
}
.content03_0113 h5{
  font-size: 13px;
  width:auto;
  padding: 0px 0px 10px 0px ;
  letter-spacing: -1.0px;
  background: ;
}
.content03_0113 h6{
  font-size: 13px;
  font-weight: normal;
  width:auto;
  padding: 0px 20px 0px 20px ;
}
.content03_0113 p{
  font-size: 13px;
}
.left_yose{
  text-align: left;
  width: 160px;
  margin: 0 auto;
  padding: 0px 0px 0px 0px ;
  background: ;
}
.content03_0113 h2.omo{
  width:auto;
  padding: 25px 0px 10px 0px ;
}
.kitoh_shurui_0113{
  text-align: center;
  width:auto;
  margin: 0px 20px 0px 20px ;
  padding: 0px 10px 0px 10px ;
  border-style: solid ;border-width: 1px; border-color: #C1A06C;
}
p.kitoh_shurui01_0113{
  font-size: 12px;
  color: #555555;
  border-bottom: 1px solid rgba(0,0,0,.2) ;
}
p.kitoh_shurui02_0113{
  margin: 0 auto;
  font-size: 12px;
}
.tel_0113{
  text-align: left;
  width:auto;
  margin: 0px 10px 0px 10px ;
  font-size: 17px;
  line-height: 1.6;
  border-style: solid ;border-width: 1px; padding: 20px 5px 20px 10px; 
}
/*-------------------------*/
.contents04_0113{
  text-align: center;
  padding: 20px 10px 30px 10px ;
}
.content04_0113{
  width:auto;
  overflow: hidden;
}
.contents04_0113 h2{
  text-align: left;
  font-size: 14px;
  width:auto;
  padding: 0px 10px 0px 10px ;
}
.contents04_0113 h3{
  text-align: left;
  font-size: 16px;
  width:auto;
  margin: 0px 0px 0px 0px ;
  padding: 10px 10px 10px 10px ;
}
.content04_0113 h4{
}
.content04_0113 img{

}
.btn_yuso{
  padding: 0px 0px 50px 0px ; 
  margin: 0 auto;
  width: 250px;
}
.yuso{
  color: #fff;
  font-size: 16px;
  padding: 20px 0px 15px 0px ;  
}
.btn_yuso a{
  text-decoration: none;
}
.btn_yuso a:hover {

}
/*-------------------------*/
.contents05_0113{
  text-align: center;
  padding: 30px 0px 30px 0px ;
}
.contents05_0113 h1{
  font-size: 26px;
}
.content05_0113{
  width:auto;
  overflow: hidden;
}
.content05_0113 h2{
  text-align: left;
  width:auto;
  padding: 0px 20px 0px 20px ;
  font-size: 14px;
}
.contents05_0113 img{
  width: 90%;

}
/*　---------------------------- 以上、0113--------------------------　*/
/*　----------------------- special-feature------------------------　*/
.big_bnr_sp{
  background-image: url(../img/special-feature/sp_sp.jpg); 
}
/*-------------------------*/
#contents01_sp{
  text-align: center;
  padding: 40px 20px 40px 20px ;
}
#content01_sp{
}
#content01_sp h2{
  text-align: left;
  width:auto;
  padding: 0px 0px 20px 0px ;
}
#content01_sp h3{
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
  letter-spacing: -1.0px;
}
/*-------------------------*/
#contents02_sp{
}
#content02_sp{
  padding: 0px 0px 30px 0px ;
  overflow: hidden;
  background: #fafafa;lightgrey
}
.bnr_sp01{
  flex-direction: column;
}
.bnr_sp01 section{
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  margin: 30px 1px 0px 1px;
}
.circle_sp{
  margin: 0 auto;
  width: 150px;
  border-radius: 100px;
    -webkit-border-radius: 100px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 100px;   /* Firefox用 */
  padding: 30px 0px 30px 0px ;
  background: #60B99A;
}
.circle_sp p{
  font-size: 24px;
  color: #fff;
}
p.sp_description01{
  font-size: 22px;
  color: #3c3c3c;
  margin: 10px 0px 0px 0px;
}
p.sp_description02{
  font-size: 15px;
  color: #666666;
  margin: 0px 5px 0px 5px;
}
/*-------------------------*/
#contents03_sp{

}
#content03_sp{
  text-align: left;
  width:auto;
  margin-left: 0px;
  padding: 0px 20px 0px 20px ;
  overflow: hidden;
}
#content03_sp h1,#content03_sp h2,#content03_sp h3{
  color: #ffffff ;  
}
#content03_sp h1{
  font-size: 24px;
}
#content03_sp h2{
  font-size: 18px;  
}
#content03_sp h3{
  font-size: 13.5px;  
}
#sange_sp{
  background-image: url(../img/special-feature/sange_sp.jpg); 
  height: 500px;
  margin: 0px 0px 0px 0px ;
  padding: 40px 0px 0px 0px ;
  background-position: center top;
  background-repeat: no-repeat;
}
#innen_sp{
  background-image: url(../img/special-feature/innen01_sp.jpg); 
  height: 500px;
  margin: -40px 0px 0px 0px ;
  padding: 40px 0px 0px 0px ;
  background-position: center top;
  background-repeat: no-repeat;
}
#kuyo_sp{
  background-image: url(../img/special-feature/kuyo01_sp.jpg); 
  height: 500px;
  margin: -40px 0px -40px 0px ;
  padding: 40px 0px 0px 0px ;
  background-position: center top;
  background-repeat: no-repeat;
}

/*　----------------------- 以上、special-feature----------------------　*/
/*　----------------------------- store--------------------------　*/
#contents01_store{
  padding: 70px 20px 20px 20px ;
}
#content01_store{
}
#content01_store h1{
  text-align: center;
}
#content01_store h2{
  text-align: left;
  width:auto;
  padding: 0px 0px 0px 0px ;
}
#content01_store h3{
  text-align: left;
  width:auto;
  padding: 20px 0px 20px 0px ;
}
#content01_store p{
  text-align: left;
  font-size: 13px;
  width:auto;
  padding: 0px 0px 0px 0px ;
  text-indent: -1em; margin-left: 1em;
}
#contents02_store{
  text-align: center;
  padding: 20px 20px 20px 20px ;
}
/*　---------------------------- 以上、store--------------------------　*/
/*　----------------------------- contact--------------------------　*/
.big_bnr_contact{
  background-image: url(../img/contact/contact_big_bnr_sp.jpg); 
}
#contents01_contact{
  text-align: center;
  padding: 30px 0px 0px 0px ;
}
#content01_contact{
  padding: 0px 20px 0px 20px ;
}
#content01_contact h2{
  text-align: left;
}
#content01_contact h3{
  text-align: left;
  width:auto;
  padding: 0px 0px 30px 0px ;
}
#contact01{
  font-size: 15px;
  text-align: left;
  width:auto;
  margin: 0px 10px 0px 10px ;
  padding: 30px 10px 30px 10px ;
  color: #3c3c3c;
  background: #fafafa ;
}
#contact01 a{
  color: #3c3c3c;  
}
/*-------------------------*/
#contents02_contact{
  padding: 10px 0px 0px 0px ;
  background:  #fafafa;
}
/*　---------------------------- 以上、contact--------------------------　*/
/*　-----------------------------sitemap--------------------------　*/
.contents01_sitemap{
  padding: 70px 0px 30px 0px ;
  background: #fafafa ;
}
.contents01_sitemap h1{
  text-align: center;
  margin: 0px 0px 10px 0px ;
}
.underline_sitemap{
  margin: 0 auto;
  width: 70px;
  height: 3px;
  background: #333;
}
.content01_sitemap{
  margin: 50px 0px 0px 0px ;
  flex-direction: column;
}
.content01_sitemap section{
  -webkit-flex: 1;
  flex: 1;
  text-align: left;
  background:#f9f9f9 ;
  border: 1px solid #C1A06C;
}
.content01_sitemap .col-1{
  margin: 0px 10px 0px 10px ;
  padding: 50px 0px 0px 0px ;
}
.content01_sitemap .col-2{
  margin: 20px 10px 0px 10px ;
  padding: 50px 0px 0px 0px ;
}
.content01_sitemap ul{
  font-size: 13px;
  color: #555;
  letter-spacing: -2px;
  margin: 0px 0px 0px 10px ;
  list-style:none;
}
.content01_sitemap li{
  margin: 0px 5px 30px 0px ;
}
.content01_sitemap a{
  font-size: 15px;
  color: #222;
}
.content01_sitemap a:hover {
  text-decoration: underline;
}
/*　---------------------------- 以上、sitemap--------------------------　*/
/*　----------------------------- faq--------------------------　*/
.big_bnr_faq{
  background-image: url(../img/faq/faq_big_bnr_sp.jpg); 
}
/*-------------------------*/
.contents01_faq{
  text-align: center;
  padding: 40px 20px 0px 20px ;
}
.contents01_faq h1{
  margin: 0px 0px 20px 0px ;
}
.content01_faq h2{
  width:auto;
  padding: 0px 0px 20px 0px ;
}
.btn_faq{
  width:auto;
  padding: 0px 0px 15px 0px ;
  filter:alpha(opacity=80);
  opacity:0.8;
}
.faq{
  font-size: 14px;
  padding: 8px 0px 4px 0px ;  
}
/*-------------------------*/
.contents02_faq{
  text-align: center;
  padding: 30px 20px 10px 20px ;
}
.content02_faq{
  text-align: left;
  padding: 0px 0px 0px 0px ;
}
.content02_faq h2{
  font-size: 15px;
  width:auto;
  margin: 0px 0px 0px 0px ;
  padding: 5px 0px 5px 10px ;
  border-bottom: 1px solid ; border-color: #999;
  border-left: 5px solid ; border-color: #60B99A;
}
.btn_faq_01{
  margin: 30px 0px 20px 0px ; 
}
.faq_q{
  width:auto;
  color: #666;
  font-size: 14px;
  padding: 8px 5px 5px 10px ;  
  border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
  border-style: solid ;
  border-width: 1px; 
  border-color: #f1f1f1;
}
.faq_q_text{
  width: auto;
  margin: -18px 0px 0px 25px ;
}
.btn_faq_02{
  margin: 20px 0px 20px 0px ; 
}
.faq_a{
  width:auto;
  color: #666;
  font-size: 14px;
  padding: 8px 5px 5px 10px ;  
  border-radius: 5px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px; 
  border-style: solid ;border-width: 1px; border-color: #f1f1f1;
  background: #fafafa;
}
.faq_a_text{
  width: auto;
  margin: -20px 0px 0px 25px ;
}
.contents03_faq{
  text-align: center;
  padding: 0px 20px 30px 20px ;
}
.content03_faq{
  text-align: left;
  padding: 0px 0px 0px 0px ;
}
.content03_faq h2{
  font-size: 15px;
  width:auto;
  margin: 0px 0px 0px 0px ;
  padding: 5px 0px 5px 10px ;
  border-bottom: 1px solid ; border-color: #999;
  border-left: 5px solid ; border-color: #60B99A;
}
/*　---------------------------- 以上、faq--------------------------　*/
/*　-------------------------------footer------------------------------ */
.footer_sp {
  padding: 20px 0px 10px 0px;
  background: #60B99A;
}
.content01footer_sp{
  margin:  0px 20px 0px 20px;
}
.content01footer_sp img{
  width: 160px;
  margin:  0px 0px 10px 0px;
}
.content01footer_sp p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.0px;
  margin:  0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.content01footer_sp p.info{
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.0px;
  margin:  5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.content01footer_sp a{
  color: #fff;
}
/*　------------------------ */
.content02footer_sp{
  flex-direction: column;
  margin: 10px 10px 0px 10px ;
  padding: 0px 0px 0px 0px ;
}
.content02footer_sp li{
  list-style:none; 
  letter-spacing: 0.5px;
  margin: 0px 0px 0px 15px ;
  padding: 0px 0px 5px 0px ;
  color: #fff;grey
}
.content02footer_sp a{
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.content02footer_sp a:hover {
  text-decoration: underline;
}

/*　------------------------ */
#copyright{
  text-align: center;
  color: #fafafa;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin: 0px 0px -10px 0px ;
  padding: 5px 0px 2px 0px;
  background: #16a085;
}

.footer_sp{
  display: block;
}
.footer{
  display: none;
}
/* ----------------------------以上、footer ----------------------------*/

}/* ----最後に閉じる------*/

