@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/


/* レイアウト */
#main {
    border-style : none;
}

#header {
  margin-bottom: 0;
  padding-top : 24px;
}



/* タイトル */
#site-title {
  font-size: 16px;
}

#site-description {
  color : #fafafa;
}


/* 目次 */
#page-index{
  background-color : #fcfcfc;
  border-width : 1px;
  border-style : solid;
  border-color : #cccccc;
  font-size : 16px;
  padding-top : 8px;
  padding-left : 12px;
  padding-right : 8px;
  padding-bottom : 8px;
  margin-top : 4px;
  margin-bottom : 12px;
}

.mokuji-midashi{
  font-size : 18px;
  font-weight : bold;
  background-color : #f5f5f5;
  letter-spacing : 4px;
  text-align : center;
  padding-top : 8px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 8px;
  margin-top : 6px;
  margin-bottom : 2px;
  box-shadow : 7px -7px #696969;
  width : 200px;
}

/************************************
** 見出し
************************************/

/* 見出し */

.article h1 {
    font-size: 18px;
    font-weight : bold;
}

.article h2 {
    color : #808000;/*文字色*/ 
    font-size : 16px;
    font-weight : bold;
    letter-spacing : 1px;
    text-align : center;
    padding-top : 16px;
    padding-bottom : 16px;
    line-height : 20px;
    margin-top : 48px;
    margin-bottom : 12px;
    border-bottom : 7px double #bdb76b;
    border-top : 7px double #bdb76b;
    background: linear-gradient(#fffaf0, #faf0e6);
    
}

.article h3 {
    color: #808000;/*文字色*/
    border-top-style : none;    
    font-size: 18px;
    box-shadow: 1px 1px 2px lightgray;
    font-weight : bold;
    border-left: 8px solid #bdb76b;
    border-bottom: 1px solid #bdb76b;
    margin-top : 20px;
    margin-bottom : 20px;
    padding:10px 0;
    padding-left : 12px;
}


.article h4 {
  color: #808000;/*文字色*/
  font-size : 18px;
  border-bottom: double 4px #bdb76b;
  border-top-style : none;
  padding-left : 12px;
}


.article h5 {
    color: #808000;/*文字色*/
    border-top-style : none;    
    font-size: 18px;
    box-shadow: 1px 1px 2px lightgray;
    font-weight : bold;
    border-left: 8px solid #bdb76b;
    border-bottom: 1px solid #bdb76b;
    margin-top : 20px;
    margin-bottom : 20px;
    padding:10px 0;
    padding-left : 12px;
}

.article h6 {
  color: #808000;/*文字色*/
  font-size : 18px;
  border-bottom: double 4px #bdb76b;
  border-top-style : none;
  padding-left : 12px;
}



/************************************
** 日付
************************************/

.date-time{
  position: relative;
  padding: 0.3em;
  background : none 0% 0% / auto auto repeat scroll padding-box border-box #000040;
  width : 180px;
  height : auto;
  color : white;
  text-align : center;
  font-size : 15px;
  font-weight : bold;
  letter-spacing : 1px;
}

.date-time::after{
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #000040;
  width: 0;
  height: 0;
}

/************************************
** 製品レビュー
************************************/

.review{
  font-size : 32px;
  color : red;
  text-align : center;
}

/* テキストバナー */
.bana-text {
display: flex;
}
.bana-left {
background: linear-gradient(#ffffff, #e9e9e9);
text-align : center;
padding: 10px;
border : 1px;
border-style : solid;
border-color : silver;
width : 30%;"
}
.bana-right {
background-color : #fbfbfb;
text-align : left;
padding: 10px;
width : 70%;"
}

/* 昭和世代アイテムバナー */

.showa-item-01{
  background-color : #fff3ee;
  text-align : center;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
  margin-top : 6px;
  color : black;
  width : 300px;
  margin-bottom : 0px;
  font-weight : bold;
  font-size : 18px;
}
/* 昭和世代アイテムボタン */
.ojisan-item {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height : 22px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 6px;
  margin-bottom : 6px;
  text-decoration: none;
  color:#5f9ea0;
  font-size: 16px;
  border-radius: 6px;
  width: auto;
  height: auto;
  border: 1px solid #008080;
  position: relative;
  transition: 0.3s;
  background-color: #fffffb;
}

.ojisan-item::before {
  content: "昭和世代";
  display: block;
  font-size: 16px;
  background-color: #008080;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -30%);
  transition: .3s;
}

.ojisan-item:hover::before {
  transform: translate(-5px, -50%);
}

/************************************
** ディスカッション
************************************/

/* ディッカッションの入力欄の必須文字を消す */
.comment-notes .email-notes,
.comment-form-email {display: none}
.comment-notes { display: none; }

/* ディッカッション（ラジオ深夜便）の背景色 */
body.page-id-11310 {
  background-color: #f8f8f8;
}


/* ストライプ文字 */

.stripe{ 
  color: #3366ff;/*文字色*/
  position: relative;
  padding: 0.3em;
}
.stripe:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(-45deg, skyblue, #3366ff 2px, white 2px, white 4px);
}


/* アコーディオンポインター */

summary {
  cursor: pointer;
  margin-bottom : 12px;
  font-weight : bold;
}


/************************************
** カラー／サイズ
************************************/

.color-red{
  color : red;
}

.color-blue{
  color : blue;
}

.color-royalblue{
  color : #0080ff;
}

.color-gray{
  color : #808080;
}

.color-lightgray{
  color : #d3d3d3;
}
.font-size12{
  font-size : 12px;
}
.font-size13{
  font-size : 13px;
}

.font-size14{
  font-size : 14px;
}

.font-size16{
  font-size : 16px;
}

.font-size18{
  font-size : 18px;
}

.font-size20{
  font-size : 20px;
}

.font-size22{
  font-size : 22px;
}

.font-size24{
  font-size : 24px;
}

.bold{
  font-weight : bold;
}

.color-orange{
  color : #ff7f50;
}

.underline{
  text-decoration : underline;
}

.td_bg{
  background: linear-gradient(#ffffff, #e9e9e9);;text-align : center;
}

.td_bg02{
  background-color : #f8f8f8;
}

.td_bg03{
  color : white;
  background-color : #6a6a6a;
}

.td_bg05{
  color : #ffffff;
  background-color : #004080;
}

.td_ave{
   background-color : #fafafa;
}

.td_yellow{
  background-color : #ffffe6;
}
.td-century{
  background-color : #fff7f2;
}

.td_lightgray{
  color : #c0c0c0;
}

.no_underline{
  text-decoration : none;
}

.date_weather{
  font-weight : 600;
  font-size : 15px;
  color : white;
  background-color : #000040;
  padding-top : 3px;
  width : 160px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 3px;
  text-align : center;
  letter-spacing : 1px;
}


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

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

.text-center{
  text-align : center;
}
/************************************
** テキストボタン
************************************/

/* テキストボタン（青） */

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #4169e1;
  background:#ffffff;
  border: solid 1px #4169e1;
  border-radius: 3px;
  transition: .4s;
  text-align : center;
  width : 100%;

}

.btn-flat-border:hover {
  background: #4169e1;
  color: white;
}

/* テキストボタン（点線） */

.btn-flat-dashed-border {
  display: inline-block;
  padding: 0.5em 1em;
  margin-top : 20px;
  text-decoration: none;
  color: #1e90ff;
  border: dashed 1px #1e90ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-dashed-border:hover {
  border-style: dotted;
  color: #679efd;
}

/* テキストボタン（点線）2 */

.btn-flat-dashed-border-2 {
  display: inline-block;
  padding: 0.3em 1em;
  font-size : 12px;
  font-weight : bold;
  text-decoration: none;
  background-color : #ffffff;
  margin-top : 8px;
  margin-bottom : 8px;
  color: #6495ed;
  border: dashed 1px #b0c4de;
  border-radius: 3px;
  transition: .4s;
  text-align : center;
  width : 100%;
}

.btn-flat-dashed-border-2:hover {
  border-style: dotted;
  color: #6495ed;
  font-weight : bold;
  background-color : #f0ffff;
}

/************************************
** ノート
************************************/

.note{
 
  border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px; border-bottom-left-radius: 5px 5px;
  padding : 12px 8px;
  margin-top : 12px;
  letter-spacing : 1px;
  background-color : #fafafa;
}

.note_yellow{
  background-color : #fffff2;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
}

.note_dimgray{
  color : #ffffff;
  background-color : #696969;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
}

.note_01{
 
 border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px;
 border-bottom-right-radius: 5px 5px; border-bottom-left-radius: 5px 5px;
 padding: 8px; border: 1px solid silver;
 margin-top : 12px;
 letter-spacing : 1px;
}
.note_04{
  background-color : #fffbff;
  padding-top : 12px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 12px;
  margin-top : 12px;
  margin-bottom : 12px;

}


/************************************
**サイドメニュー用
************************************/

/* メニュー01 */
.menu-001 a {
    background: #ffe4c4;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom : 6px;
    max-width: 300px;
    padding-top : 6px;padding-bottom : 6px;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.menu-001 a:hover {
    background: #ff7f50;
    color: #fff;
}
.menu-001 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.menu-001 a:hover:after {
    border-color: #FFF;
}

/* メニュー02 */
a.btn-radius-solid {
  border: 1px solid #ccc;
  color: #000000;
  width : 100%;
  margin-top : 12px;
  padding:20px;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

a.btn-radius-solid:hover {
  color: #000000;
  width : 100%;
  margin-top : 12px;
  padding:20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}

/************************************
** なごや七福神
************************************/
/* 恵比寿 */
.ebisu {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height : 22px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 12px;
  margin-bottom : 12px;
  text-decoration: none;
  color:#000000;
  font-size: 16px;
  border-radius: 6px;
  width: auto;
  height: auto;
  border: 1px solid #ff6347;
  position: relative;
  transition: 0.3s;
  background-color: #fffffb;
}

.ebisu::before {
  content: "恵比寿";
  display: block;
  font-size: 16px;
  background-color: #ff6347;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -30%);
  transition: .3s;
}

.ebisu:hover::before {
  transform: translate(-5px, -50%);
}

/* 大黒天 */
.daikokuten {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height : 22px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 12px;
  margin-bottom : 12px;
  text-decoration: none;
  color:#000000;
  font-size: 16px;
  border-radius: 6px;
  width: auto;
  height: auto;
  border: 1px solid #ff6347;
  position: relative;
  transition: 0.3s;
  background-color: #fffffb;
}

.daikokuten::before {
  content: "大黒天";
  display: block;
  font-size: 16px;
  background-color: #ff6347;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -30%);
  transition: .3s;
}

.daikokuten:hover::before {
  transform: translate(-5px, -50%);
}

/* 毘沙門天 */
.bishamon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height : 22px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 12px;
  margin-bottom : 12px;
  text-decoration: none;
  color:#000000;
  font-size: 16px;
  border-radius: 6px;
  width: auto;
  height: auto;
  border: 1px solid #ff6347;
  position: relative;
  transition: 0.3s;
  background-color: #fffffb;
}

.bishamon::before {
  content: "毘沙門天";
  display: block;
  font-size: 16px;
  background-color: #ff6347;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -30%);
  transition: .3s;
}

.bishamon:hover::before {
  transform: translate(-5px, -50%);
}

/* 弁才天 */
.benzaiten {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height : 22px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 12px;
  margin-bottom : 12px;
  text-decoration: none;
  color:#000000;
  font-size: 16px;
  border-radius: 6px;
  width: auto;
  height: auto;
  border: 1px solid #ff6347;
  position: relative;
  transition: 0.3s;
  background-color: #fffffb;
}

.benzaiten::before {
  content: "弁才天";
  display: block;
  font-size: 16px;
  background-color: #ff6347;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -30%);
  transition: .3s;
}

.benzaiten:hover::before {
  transform: translate(-5px, -50%);
}

/* 福禄寿 */
.fukurokuju {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height : 22px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 12px;
  margin-bottom : 12px;
  text-decoration: none;
  color:#000000;
  font-size: 16px;
  border-radius: 6px;
  width: auto;
  height: auto;
  border: 1px solid #ff6347;
  position: relative;
  transition: 0.3s;
  background-color: #fffffb;
}

.fukurokuju::before {
  content: "福禄寿";
  display: block;
  font-size: 16px;
  background-color: #ff6347;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -30%);
  transition: .3s;
}

.fukurokuju:hover::before {
  transform: translate(-5px, -50%);
}

/* 寿老人 */
.juroujin {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height : 22px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 12px;
  margin-bottom : 12px;
  text-decoration: none;
  color:#000000;
  font-size: 16px;
  border-radius: 6px;
  width: auto;
  height: auto;
  border: 1px solid #ff6347;
  position: relative;
  transition: 0.3s;
  background-color: #fffffb;
}

.juroujin::before {
  content: "寿老人";
  display: block;
  font-size: 16px;
  background-color: #ff6347;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -30%);
  transition: .3s;
}

.juroujin:hover::before {
  transform: translate(-5px, -50%);
}


/* 布袋尊 */
.hoteison {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height : 22px;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 12px;
  margin-bottom : 12px;
  text-decoration: none;
  color:#000000;
  font-size: 16px;
  border-radius: 6px;
  width: auto;
  height: auto;
  border: 1px solid #ff6347;
  position: relative;
  transition: 0.3s;
  background-color: #fffffb;
}

.hoteison::before {
  content: "布袋尊";
  display: block;
  font-size: 16px;
  background-color: #ff6347;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-5px, -30%);
  transition: .3s;
}

.hoteison:hover::before {
  transform: translate(-5px, -50%);
}
/* ご利益 */

.sichifuku-goriyaku{
  font-size : 22px;
  font-weight : bold;
  color : black;
  background-color : #fffff7;
  text-align : center;
  empty-cells : hide;
border-width : 2px;border-style : solid;border-color : orange;
}



/************************************
** 昭和博物館
************************************/

.btn-flat-border-showa-next {
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  font-weight : bold;
  border: solid 1px #000000;
  border-radius: 4px;
  transition: .4s;
  text-align : center;
  width : 100%;

}

.btn-flat-border-showa-next:hover {
  background: #666666;
  color: white;
}

.btn-flat-border-showa-back {
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  border: solid 1px #000000;
  border-radius: 4px;
  transition: .4s;
  text-align : center;
  width : 100%;

}

.btn-flat-border-showa-back:hover {
  background: #666666;
  color: white;
}

.showa-bg01 {
  background: #eeeeee;
}

.showa-bg02{
  color : white;
  background-color : #3f3f3f;
}

.box-showa-text01{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #4ec4d3;/*左線*/
    border-right: double 7px #4ec4d3;/*右線*/
}
.box-showa-text01 p {
    margin: 0; 
    padding: 0;
}

.box-showa-text02{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.box-showa-text02:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box-showa-text02 p {
    margin: 0; 
    padding: 0;
}

.td_bg-showa{
  color : #00000;
  background-color : #f5f5f5;
}

/************************************
** 時代年表
************************************/


.box28-orange {
    position: relative;
    margin: 2em 0;
    padding: 25px 12px 12px;
    border-width : 1px 2px 2px 1px;border-style : solid;border-color : orange;
    background: #fffdfb;
}
.box28-orange .box-title {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -1px;
    padding-top : 6px;padding-left : 12px;padding-right : 12px;padding-bottom : 12px;
    height: 32px;
    line-height: 25px;
    font-size: 17px;
    background: orange;
    color: #ffffff;
}

.box28-gray {
    position: relative;
    margin: 2em 0;
    padding: 25px 12px 12px;
　　color: #c0c0c0;
    background:repeating-linear-gradient(
   -45deg,#f5f5f5,#f5f5f5 1px,#fff 0,#fff 4px);
    border-width : 1px 2px 2px 1px;border-style : solid;border-color : #708090 #708090 #708090 #708090;
}
.box28-gray .box-title {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -1px;
    padding-top : 6px;padding-left : 12px;padding-right : 12px;padding-bottom : 12px;
    height: 32px;
    line-height: 25px;
    font-size: 16px;
    background: #708090;
    color: #ffffff;
    
}


/************************************
** 光る画像
************************************/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 5s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/************************************
** マウスオーバーで画像変化
************************************/
.switch_image {
    position: relative;
}

.switch_image img {
    transition: opacity 0.5s;
}
.switch_image:hover img:first-of-type {
    opacity: 0;
}
.switch_image img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.switch_image:hover img:last-of-type {
    opacity: 1;
}



/************************************
** メニューボタン
************************************/

/*メニュー（基本） */

.menu-btn-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #000000;
  font-size: 18px;
  border-radius: 4px;
  width: 300px;
  height: 60px;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  background-color: [object object];
  background-image: linear-gradient(360deg, rgba(210, 215, 216, 1), rgba(236, 240, 240, 1) 17%, rgba(241, 243, 243, 1) 39%);
}

.menu-btn-01:hover {
  box-shadow: 0 0 rgba(0, 0, 0, .3);
}

/* 寺院・神社 */

a.btn-gradient {
  font-size : 22px;
  width : 300px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
　margin-bottom : 12px;
}

a.btn-gradient:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}



/************************************
** ボックス
************************************/

.box50 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #800080;
}
.box50 .box-title {
    position: absolute;
    display: inline-block;
    padding-top : 12px;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #800080;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box50 p {
    margin: 0; 
    padding: 0;
}



.box4-blue {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:600px; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 1.7em 2em;	/* ボックスの内側余白(上下:1.7em　左右:2em) */
	border: 2px dotted #0e7ac4;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
}
.box4-blue .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -10px; /* 上から（-10px）移動*/
	left: 30px; /* 左から(30px)移動 */
	background: #fff; /* タイトル背景色 */
	color: #0e7ac4; /* タイトル文字色 */
	padding: 0 10px;/* タイトルの余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 20px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
}
.box4-blue p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}



.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #1e90ff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #1e90ff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}



.box26-data {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #a9a9a9;
    border-radius: 4px;
　 font-size: 16px;
}
.box26-data .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 6px;
    line-height: 1;
    font-size: 16px;
    background: #ffffff;
    color: #808080;
    font-weight: bold;
}
.box26-data p {
    margin: 0; 
    padding: 0;
   font-size: 16px;
   color : #696969;
}
.box26-data li {
   font-size: 16px;
  color : #808080;
}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 1px #FFC107;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -1px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    
}
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #978642;
    border-radius: 8px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #978642;
    font-weight: bold;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box27-point {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27-point .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27-point p {
    margin: 0; 
    padding: 0;
}


.box28 p {
    margin: 0; 
    padding: 0;
}

.box18{
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 2px #ffcb8a;
    border-radius: 3px 0 3px 0;
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 2px #ffcb8a;
    border-radius: 50%;
}
.box18:after {
    top:-12px;
    left:-12px;
}
.box18:before {
    bottom:-12px;
    right:-12px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}


.box8 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
.box29 {
    margin: 2em 0;
    background: #fffaf0;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #2f4f4f;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

/************************************
** sns下ボタン
************************************/

.btn-sns-under{
    height:80px;
    line-height:80px;
}
.btn-sns-under a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#ffdab9;
    text-align:center;
    margin-top : 12px;
    color:#000000;
    font-size:20px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.btn-sns-under a:hover{
    background:#4169e1;
    color:#F0FCFF;
    margin-left:0px;
    margin-top:12px;
    box-shadow:none;
}

/************************************
** リストデザイン
************************************/

.list-1{
    list-style: none;
    padding:0 !important;
    margin:0;
}
.list-1 li { 
    position: relative;
    margin:0.5em 0 !important;
    padding-left: 25px;
}
.list-1 li:before {
   background-color:  #ffa952; /* 点の色 */
   position: absolute;
   content: '';
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.list-2{
   list-style: none;
   padding:0 !important;
   margin:0;
}
.list-2 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:auto; /* 横幅 */
   padding: 0 0 0.5em 1.4em;
}
.list-2 li:last-child{ 
   border:none;
}
.list-2 li:before {
   background-color:  #ffa952; /* 点の色 */
   position: absolute;
   content: '';
   top:0.9em;
   left: 0.5em;
   width: 7px;
   height: 7px;
   border-radius: 4px;
}

.list-3{
   list-style: none;
   padding:0 !important;
   margin:0;
}
.list-3 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:auto; /* 横幅 */
   padding: 0 0 0.5em 1.4em;
}
.list-3 li:before {
   font-family: FontAwesome;
   content: "\f058"; /*アイコン*/
   color:  #ffa952; /* 色 */
   position: absolute;
   left:0;

}

.list-4{
  list-style: none;
  padding:0 !important;
  margin:0;
}
.list-4{
  list-style: none;
  padding:0;
  margin:0;
}
.list-4 li { 
  border-bottom:2px dashed;
  border-color:#cdcdcd; /* 線の色 */
  position: relative;
  margin:0.5em 0 !important;
  max-width:500px; /* 横幅 */
  padding: 0 0 0.5em 1.4em;
}
.list-4 li:last-child{ 
  border:none;
}
.list-4 li:before {
  font-family: FontAwesome;
  content: "\f27a"; /*アイコン*/
  color:  #ffa952; /* 点の色 */
  position: absolute;
  left:0;
}

.list-5{
   counter-reset:number; 
   list-style-type: none; 
   padding:0 !important;
   margin:0;
}
.list-5 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 1.8em;
}
.list-5 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-6{
   counter-reset:number;
   list-style-type: none;
   padding:0 !important;
   margin:0;
}
.list-6 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:500px; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-6 li:last-child { 
   border:none;
}
.list-6 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   border-radius: 50%;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-7{
   counter-reset:number; 
   list-style-type: none; 
   padding:0 !important;
   margin:0;
}
.list-7 li { 
   position: relative;
   margin:0.5em 0 !important;
   padding-left: 1.8em;
}
.list-7 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}

.list-8{
   counter-reset:number;
   list-style-type: none;
   padding:0 !important;
   margin:0;
}
.list-8 li { 
   border-bottom:2px dashed;
   border-color:#cdcdcd; /* 線の色 */
   position: relative;
   margin:0.5em 0 !important;
   max-width:auto; /* 横幅 */
   padding: 0 0 0.5em 1.8em;
}
.list-8 li:last-child { 
   border:none;
}
.list-8 li:before {
   counter-increment: number;
   content: counter(number);
   background-color: #ffa952; /* 文字背景色 */
   color: #fff; /* 文字色 */
   position: absolute;
   font-weight:bold;
   font-size: 14px;
   left: 0;
   top:0.5em;
   width: 22px;
   height: 22px;
   line-height: 22px;
   text-align: center;
}


/************************************
** リンクボタン
************************************/


.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 13pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding-left : 4px;padding-right : 4px;  /* 余白       */
  padding-top : 8px;padding-bottom : 8px;
  margin-left : 3px;
  margin-bottom : 10px;
  text-decoration : none;
  background    : #ffffff;     /* 背景色     */
  color         : #003300;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px #666666;  /* 影の設定 */
}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
}

/************************************
** 五色園
************************************/



.sozo{
  font-size : 15px;
  text-align : center;
}
.no-green{
  font-size : 16px;
  color : white;
  background-color : #009933;
  text-align : center;
}

.no-blue{
  font-size : 16px;
  color : white;
  background-color : #0033cc;
  text-align : center;
}



/************************************
** 寺院
************************************/

.goriyaku{
  font-size : 22px;
  font-weight : bold;
  background-color : #ffffaa;
  padding-top : 8px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 2px;
  margin-top : 6px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 12px;
}




/************************************
** ブログカード
************************************/
.blogcard-snippet,
.blogcard-footer {
  display: none;
}
.blogcard-wrap {
  transition: all .3s;
  max-width: 680px;
  margin: 2em auto;
}
.blogcard {
  border:1px solid #eaeaea !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  padding: 10px;
}
.blogcard-wrap:hover {
  background: none;
  transform: translateY(-3px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}
.blogcard-thumbnail {
  margin: 0;
}
.blogcard-thumbnail img {
  display: block;
}
.blogcard-title {
  color: #555;
  letter-spacing: 0.5px;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  height: 45px;
  overflow: hidden;
}
.blogcard-content {
  min-height: auto;
  margin-left: 185px;
  padding-right: 6px;
}
.blogcard-label {
  top: -11px;
  left: 9px;
  padding: 3px 0.6em;
  background:#aaa;
  padding: 1px 10px;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 1px;
}
.blogcard-content:after {
  content: "クリックして読む";
  background: #1e90ff; /* 背景色 */
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  width: 180px;
  border-radius: 20px;
  font-size: 13px;
  padding: 1px 0;
  margin-top: 6px;
}
@media screen and (max-width: 834px) {
  .blogcard-content {
    margin-left: 130px;
  }
  .blogcard-title {
    font-size:12px;
    line-height: 1.5;
    height: 35px;
    margin:0;
  }
  .blogcard-content:after {
    content: "タップして読む";
  }
  .blogcard-thumbnail{
    width:120px;
  }
}
@media screen and (max-width: 560px) {
  .blogcard-content:after {
    width: 120px;
    font-size: 12px;
  }
  .blogcard-title {
    margin:0;
  }
}
@media screen and (max-width: 320px) {
  .blogcard-thumbnail {
    width: 100px;
  }
  .blogcard-content {
    margin-left: 110px;
  }
  .blogcard-title {
    height: 35px;
  }
}



/* 装飾 */
.relation{
	background-color : #f2f9ff;border-width : 1px;border-style : solid;border-color : #004080;
padding-top : 6px;
padding-left : 6px;
padding-right : 6px;
padding-bottom : 6px;
}

.frame01{
	border-width : 1px;border-style : solid;border-color : gray;
}

.comments{
font-size : 14px;
line-height : 24px;
background-color : #fafafa;
letter-spacing : 1px;
padding-top : 8px;
padding-left : 8px;
padding-right : 8px;
padding-bottom : 8px;
border-width : 1px;
border-style : solid;
border-color : silver;border-top-left-radius : 5px 5px;border-top-right-radius : 5px 5px;border-bottom-right-radius : 5px 5px;border-bottom-left-radius : 5px 5px;
}



/* 表関連 */

td{
	background-color : white;
}

/* ノート */

.note{
 
 border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px;
 border-bottom-right-radius: 5px 5px; border-bottom-left-radius: 5px 5px;
 padding : 12px 8px;
 
 letter-spacing : 1px;
  background-color : #fafafa;
}

.note_yellow{
  background-color : #fffff2;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
}

.note_01{
 
 border-top-left-radius: 5px 5px; border-top-right-radius: 5px 5px;
 border-bottom-right-radius: 5px 5px; border-bottom-left-radius: 5px 5px;
 padding: 8px; border: 1px solid silver;
 
 letter-spacing : 1px;
}


.div_18px{
  font-size : 18px;
}



/* バックグランド */
.bg_blue{
 background-color : #f7ffff;;
}



/* テキストボタン */

.data_name{
	text-align: center;
background-color: #f2f2f2;
font-size : 14px;
}
table{
	background-color: gray;
border-width : 0px;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
padding-top : 0px;
padding-left : 0px;
padding-right : 0px;
padding-bottom : 0px;
}


}

/* テキストボタン（メイン） */


a.cp_btn {
	display: block;
	width: auto;
	padding: 1.8em;
	text-align: center;
        font-weight : bold;
	text-decoration: none;
	color: #191970;
	border: 2px solid #191970;
	border-radius: 3px;
	transition: .4s;
}
a.cp_btn:hover {
	background: #191970;
	color: #fff;
}

/* 画像 */

a:hover img{
 opacity:0.8;
 filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
 }

.border_radius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
box-shadow: 3px 3px 3px #ccc ;
}





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
html,
body {
overflow-x: hidden!important;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
