@charset "utf-8";

/*
Theme Name: 2020KoueiVer1
Version: 1.0
Author: Minimal WP
License: 
License URI:
Tags: white
Text Domain: minimalwp
*/


/* ***************************************************************** 
*	基本設定
* ***************************************************************** */

@font-face {
font-family:"min7moji";
src: url('Font/min7moji.eot') format("eot"), url('Font/min7moji.woff') format("woff");
}

body {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 16px;
color: #444;
line-height: 190%;
word-wrap:break-word;
overflow-wrap:break-word;
}
@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
.b_bg1 { background:#ffffff;}
}
@media screen and (min-width:1024px) { 
    /*　画面サイズが1024pxからはここを読み込む　*/
.b_bg1 { background:#ffffff url(images/header.png) repeat-x;}
}

/* リンク
---------------------------------------------------- */

a{
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

a:hover{
color:#666;
}

a:active, a:focus {
outline: 0;
}


/* 画像
---------------------------------------------------- */

img{
border:0;
padding:0px;
margin:0px
}

img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding:4px;
margin: 0 0 10px 20px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 20px 10px 0;
display: inline;
}


/* フロート
---------------------------------------------------- */

.alignright { float: right; }

.alignleft { float: left; }

.right{ float: right; }

.left{ float: left; }

.clear{ clear:both; }


/* リスト
---------------------------------------------------- */

ol{
margin: 7px 0 7px 10px;
padding: 0 0 0 0;
list-style: decimal;
}

ul{
margin: 7px 0 7px 4px;
padding: 0 0 0 0;
list-style: disc;
}

li{
margin: 2px 0 2px 15px;
padding: 0;
}

li a{
color:#45AAB8;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;

}

li a:hover{
color:#666;
}



/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */

.wrapper {
margin: auto; 
max-width: 960px;
padding: 30px 30px 50px 30px;
}



/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */

#header {
width: 100%；
}

.header-inner {
max-width: 960px;
overflow: hidden;
margin: 0px auto 0 auto;
padding: 0px 0 30px 0;
}

#header h1 {
text-align:center;
margin: 0;	
}
/* HEADのTOPカラー部分
---------------------------------------------------- */
.header-text {
width: 100%;
font-size: 11px;
color: #eeeeee;
background-color: #0c4167;
}

.header-text-inner {
width:960px;
margin: -2px auto 0 auto;
padding: 0 0 0 3px;
}

.logo {
float: left;
margin: 0px 0px 0px 0px;
padding: 30px 0px 0px 0px;
}

.contact {
float: right;
position:relative
margin: 0;
padding: 35px 0 0 0;
}

.contact-tel {
text-align:right;
font-size: 24px;
color: #5f0000;
font-weight: bold;
margin: 0 0 0px 0;
}

.contact-address {
text-align:right;
color: #5f0000;
font-size: 85%;
font-weight: normal;
}



/* *****************************************************************
*	トップナビゲーション
* ***************************************************************** */	

#nav {
width: 100%;
margin: 0 auto 30px auto;
z-index: 9999;
padding: 0;
text-align: left;
border-top: solid 1px #c1c1c1;
border-bottom: solid 1px #c1c1c1;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.69, #fbfbfb), color-stop(0.00, #e4e4e4));
background: -webkit-linear-gradient(top, #e4e4e4 0%, #fbfbfb 69%);
background: -moz-linear-gradient(top, #e4e4e4 0%, #fbfbfb 69%);
background: -o-linear-gradient(top, #e4e4e4 0%, #fbfbfb 69%);
background: -ms-linear-gradient(top, #e4e4e4 0%, #fbfbfb 69%);
background: linear-gradient(to bottom, #e4e4e4 0%, #fbfbfb 69%);
}

.nav-inner {
width: 960px;
margin: auto;
}

#nav ul {
list-style: none;
margin: auto;
}

.main-navigation {
clear: both;
margin: 0 auto;
position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
margin: 0;
padding: 0;
}

.nav-menu li {
display: inline-block;
position: relative;
margin: 0 0 0 0;
}

.nav-menu li a {
font-weight:700;
color: #000000;
display: block;
font-size: 14px;
text-decoration: none;
padding: 12px 30px 12px 30px;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
color: #eeeeee;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.74, ##0c4167), color-stop(0.00, #5d83ae));
background: -webkit-linear-gradient(top, #5d83ae 0%, #0c4167 74%);
background: -moz-linear-gradient(top, #5d83ae 0%, #0c4167 74%);
background: -o-linear-gradient(top, #5d83ae 0%, #0c4167 74%);
background: -ms-linear-gradient(top, #5d83ae 0%, #0c4167 74%);
background: linear-gradient(to bottom, #5d83ae 0%, #0c4167 74%);
}

.nav-menu .sub-menu,
.nav-menu .children {
background: -webkit-linear-gradient(top, #6bc1fb 0%, #0d72b6 74%);
display: none;
padding: 0;
position: absolute;
z-index: 99999;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
border-left: 0;
left: 100%;
top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
color: #fff;
margin: 0;
width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
background: #008C9E;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
display: block;
background: -webkit-linear-gradient(top, #6bc1fb 0%, #0d72b6 74%);
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-post-ancestor > a {
color: #eeeeee;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.74, #f24d73), color-stop(0.00, #971231));
background: -webkit-linear-gradient(top, #971231 0%, #f24d73 74%);
background: -moz-linear-gradient(top, #971231 0%, #f24d73 74%);
background: -o-linear-gradient(top, #971231 0%, #f24d73 74%);
background: -ms-linear-gradient(top, #971231 0%, #f24d73 74%);
background: linear-gradient(to bottom, #971231 0%, #f24d73 74%);
}

.toggle {
display: none;
}

.menu-toggle {
width: 40px;
height: 40px;
}



/* *****************************************************************
*	イメージヘッダー
* ***************************************************************** */	

#top-slide-max {
width: 960px;
max-height: auto;
overflow: hidden;
padding: 1px;
margin: 30px auto 20px auto;
}

.cycle-slideshow {
overflow: hidden;
width: 960px;
height: auto;
margin: 0px auto;
border: 1px solid #eee;
}

#top-slide-max img { display: none }
#top-slide-max img.first { display: block }


/* ヘッダーイメージ
---------------------------------------------------- */

.header-image {
overflow: hidden;
width: 960px;
height: auto;
margin: 0px auto;
}



/* ***************************************************************** 
*	メイン（本文）コンテンツ
* ***************************************************************** */	

#main {
margin:0 0 0 0;
padding: 0 0 0 0;
}


/* ギャラリーレイアウト
---------------------------------------------------- */

li.item {
height: 440px;
margin-bottom: 50px;
}

li.item-gallery {
height: 200px;
}

.item-img {
border-width:1px;
border-style:solid;
border-color:rgb(149, 149, 149);
margin: 0 0 10px 0;
height: 200px;
overflow: hidden;
text-align:center;
}

.item-cat {
font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 84%;
color: #999;
padding: 0 0 0px 0;
margin: 0 0 10px 0;
max-height: 65px;
overflow:hidden;
}
.item-cat a{
color: #444;
}

.item-date {
font-family: arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 80%;
color: #cb6128;
padding: 0 0 0 0;
margin: 0 0 0 0;
}

.item h2 {
font-size: 18px;
line-height: 150%;
font-weight: normal;
letter-spacing: 0.03em;
}

.item-title {
margin: 0 0 0 0;
font-weight: bold;
padding: 0px 0px 0px 0px;
border-top: 0px solid #ccc;
border-bottom: 0px solid #ccc;
}

.item-title a {
color: #3c23af;
}

.item-title a:hover {
color: #4e52c0;
}

.item-text {
font-size: 13px;
color: #444;
line-height: 170%;
}


/* ブログ記事部分
---------------------------------------------------- */

.single-contents {
margin: 0 0 70px 0;
}

p {
font-size: 16px; 
color: #444;
line-height: 190%;
padding: 15px 0px 15px 0px;
}

p a {
color:#45AAB8;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

p a:hover {
color:#666;
}

p a:active, a:focus {
outline: 0;
}


/* ページタイトル
---------------------------------------------------- */

.pagedate {
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 -10px 0;
color:#999;
letter-spacing: 0.02em;
}

.breadcrumb {
margin: 0 0 30px 0;
line-height: 120%;
}
.breadcrumb div {
display: inline;
font-size: 11px;
color: #999;
}
.breadcrumb span,
.breadcrumb span a {
color: #313131;
}

.midashi-title {
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 30px 0px;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.pagetitle {
color: #4b3d8c;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style: normal;
margin: 0px 0px 30px 0px;
padding: 13px 10px 10px 0px;
border-bottom: 2px solid #4b3d8c;
border-top: 4px double #4b3d8c;
}

.pagetitle a {
color: #4b3d8c;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.pagetitle a:hover {
color: #4e52c0;
}

.blog-title {
color: #4b3d8c;
font-size: 19px;
font-weight: bold;
letter-spacing: 0.05em;
line-height: 140%;
font-style: normal;
margin: 10px 0px 20px 0px;
padding: 15px 10px 13px 0px;
border-bottom: 0px solid #ddd;
border-top: 0px double #ddd;
}

.blog-title a {
color:#333;
text-decoration:none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.blog-title a:hover {
color:#666;
}


/* 見出し
---------------------------------------------------- */

h1 {
font-size: 24px;
margin: 40px 0px 20px 0px;
}

h2 {
font-size: 22px;
line-height: 130%;
font-weight: bold;
color: #333;
margin: 40px 0px 20px 0px;
padding: 18px 0px 15px 0px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

h3 {
font-size: 20px;
line-height: 130%;
font-weight: bold;
color: #333;
padding: 0 0 5px 0;
margin: 40px 0 15px 0;
border-bottom:1px solid #ccc;
}

h4 {
font-size: 18px;
line-height: 130%;
font-weight: bold;
color: #555;
padding: 0 0 5px 0;
margin: 30px 0 10px 0;
border-bottom:1px dotted #ccc;
}

h5 {
font-size: 16px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}

h6 {
font-size: 14px;
line-height: 1.3em;
margin: 30px 0 0px 0;
}



/* イメージヘッダー
---------------------------------------------------- */

.head-img {
width: 100%;
text-align: center;
margin: 0px auto 20px auto;
overflow: hidden;
}



/* 記事フッター
---------------------------------------------------- */

.blog-foot {
clear:both;
font-size:75%;
text-align: left;
margin: 0px 0 50px 0;
font-weight:normal;
color:#999;
border-bottom:0px dotted #ccc;
}

.blog-foot span {
color:#999;
}


/* 次の記事・前の記事
---------------------------------------------------- */

#next {
font-size: 90%;
line-height: 150%;
margin: 50px 0 20px 0;
}

.next-left {
floate: left;
text-align: left;
margin: 0 0 10px 0;
background: url(images/left.gif) no-repeat left; 
}

.next-left a {
padding: 20px 20px 20px 50px;
display: block;
border: 1px solid #fff;
}

.next-left a:hover {
border: 1px solid #eee;
}

.next-right {
floate: right;
text-align: right;
margin: 0 0 10px 0;
background: url(images/right.gif) no-repeat right; 
}

.next-right a {
padding: 20px 50px 20px 20px;
display: block;
border: 1px solid #fff;
}

.next-right a:hover {
border: 1px solid #eee;
}


/* ページャー
---------------------------------------------------- */

.pager {
text-align:center;
margin: 50px 0 50px 0;
}

a.page-numbers,
.pager .current{
background: #f0f0f0;
border:solid 1px #ddd;
border-radius:2px;
padding:5px 8px;
margin:0 2px;
}

.pager .current{
background: #ccc;
border:solid 1px 999;
color: #fff;
}


/* 関連記事
---------------------------------------------------- */

.similar-head {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.similar ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.similar li{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style: none;
}

.similar li a{
color:#555;
}

.similar li a:hover{
color:#888;
}

table.similar-text {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-bottom: dotted 1px #ccc;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-text img {
width: 150px;
}

table.similar-text th {
text-align: left;
width: 150px;
vertical-align: middle;
}

table.similar-text td {
font-size: 14px;
text-align: left;
white-space: normal;
vertical-align: middle;
}


/* コメント欄
---------------------------------------------------- */

.comment-head {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.commentlist li{
list-style: none;
font-size:90%;
color:#888;
}

.commentlist {
margin: 0 0 50px 0;
padding: 0 0 0 0;
}

li.comment {
list-style: none;
font-size:90%;
color:#888;
margin: 30px 0px 30px 0px;
}

.comment p {
font-size: 14px;
}


/* WP必須
---------------------------------------------------- */

.wp-caption {
max-width:100%;
}

.wp-caption-text {
font-size:90%;
text-align: center;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* Text meant only for screen readers. */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar. */
}


/* *****************************************************************
*	サイドバー
* ***************************************************************** */

.sidebar {
width: 100%;
margin: 0px 0px 40px 0px;
padding: 0 0 0 0;
}


/* 新着表示
---------------------------------------------------- */

.sidebox-new {
color:#666;
margin: 0 0 50px 0 ;
padding: 0 0 0 0 ;
}

.sidebox-new ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox-new li{
font-size: 13px;
list-style: none;
margin: 0 0 0 0;
padding: 0px 0 0px 0px;
border-bottom: 1px dotted #ddd;
}

.sidebox-new li a{
color:#666;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.sidebox-new li a:hover{
color:#999;
}


table.similar-side {
width: 100%;
color: #444;
margin: 0 0 0 0;
padding: 0 0 0 0;
border-collapse: collapse;
border-spacing: 0;
}

table.similar-side img {
width: 80px;
}

table.similar-side th {
text-align: left;
width: 80px;
vertical-align: middle;
}

table.similar-side td {
font-size: 13px;
text-align: left;
white-space: normal;
vertical-align: middle;
}


/* *****************************************************************
*	フッター
* ***************************************************************** */	

#footer {
clear: both;
background: #0c4167;
width: 100%;
font-size: 80%;
margin: 0px auto 0px auto;
}

.footer-inner {
margin: 0px auto 0px auto;
padding: 0px 0px;
max-width: 960px;
}

#sociallink {
text-align:center;
position: relative;
margin: 0 auto 10px auto;
padding: 0 0 0 0;
}

#copyright {
font-size: 13px;
line-height: 110%;
color: #eeeeee;
text-align: center;
position: relative;
margin: 0;
padding: 10px;
background: ##0c4167;
}



/* *****************************************************************
*	ウィジット
* ***************************************************************** */

/* 基本形
---------------------------------------------------- */

.widget{
margin: 0 0 50px 0;
}

.widget ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.widget li{
list-style: none;
}

.widget li a{
color: #666;
}

.widget li a:hover{
color: #999;
}

.widget_recent_entries li a,
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a{
margin: 0 0 0 0;
}

.textwidget, .textwidget p {
font-size: 14px;
color: #444;
line-height:180%;
margin: 0 0 0px 0;
padding: 5px 0 0 0;
}

.widget-title {
color: #4b3d8c;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style: normal;
margin: 0px 0px 20px 0px;
padding: 13px 10px 10px 0px;
border-bottom: 2px solid #4b3d8c;
border-top: 4px double #4b3d8c;
}

.post-date {
font-size: 89%;
padding: 0 0 0 10px;
}

/* ウィジェットボックストップページ用
---------------------------------------------------- */

.topbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox li{
floate:left;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.topbox li a{
font-size: 14px;
line-height: 160%;
color: #444;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.topbox li a:hover{
color:#999;
}

.topbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.topbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.topbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.topbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


/* ウィジェットボックスフッター用
---------------------------------------------------- */

.footerbox .widget {
margin: 0 0 0 0;
padding: 50px 0 50px 0;
}

.footerbox{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox li{
floate:left;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
}

.footerbox li a{
font-size: 13px;
text-decoration : underline;
line-height: 160%;
color: #eeeeee;
margin: 0 0 0 0;
padding: 7px 0px 6px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.footerbox li a:hover{
color:#999;
}

.footerbox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.footerbox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.footerbox ul.children li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.footerbox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.footerbox ul.sub-menu li{
padding-left: 15px;
padding-top: 5px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.footer-widget-title {
color: #333;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 0px 0px 10px 0px;
padding: 0px 0 3px 0;
border-bottom:1px solid #ccc;
}


/* ウィジェットボックスシングルページ記事下用
---------------------------------------------------- */

.singlebox {
margin: 50px 0 50px 0 ;
padding: 0 0 0 0 ;
}

.single-widget-title {
color: #333;
font-size: 18px;
font-weight: bold;
letter-spacing: 0.05em;
font-style:normal;
margin: 50px 0 10px 0 ;
padding: 0 0 3px 0;
border-bottom:1px solid #ccc;
}

.singlebox .textwidget,
.singlebox .textwidget p {
font-size: 16px;
color: #444;
line-height: 170%;
margin: 0 0 0px 0;
padding: 5px 0 5px 0;
}


/* ウィジェットボックスサイドバー用
---------------------------------------------------- */

.sidebox{
margin: 0 0 0 0 ;
padding: 0 0 0 0 ;
}

.sidebox ul{
floate:left;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox li{
margin: 0 0 0 0;
padding: 7px 0px 7px 0px;
list-style: none;
border-bottom:1px dotted #ddd;
}

.sidebox li a{
font-size: 13px;
color: #444;
margin: 0 0 0 0;
padding: 5px 0px 5px 0px;
list-style: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}

.sidebox li a:hover{
color:#999;
}

.sidebox h2{
font-size: 14px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox h3{
font-size: 13px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox h4{
font-size: 12px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.sidebox ul.children{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.sidebox ul.children li{
padding: 5px 0 5px 15px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}

.sidebox ul.sub-menu{
margin-bottom: 0px;
display: block;
padding: 5px 0 0 0;
}

.sidebox ul.sub-menu li{
padding: 5px 0 5px 15px;
border-top: 1px dotted #ccc;
border-bottom: 0px dotted #ccc;
}


/* カレンダー
---------------------------------------------------- */

table#wp-calendar {
width: 100%
}

table#wp-calendar th {
text-align: center;
}

table#wp-calendar td {
text-align: center;
}



/* *****************************************************************
*	検索フォーム＆検索結果
* ***************************************************************** */

/* 検索フォーム
---------------------------------------------------- */

.search input {
font: 13px arial, sans-serif; 
color: #555; 
width:85%;
padding: 10px 5px; 
}

.search button {
width: 15px; 
height: 15px; 
cursor: pointer; 
vertical-align: middle;
border: none; 
background: url(images/search.png) no-repeat; 
}


/* 検索結果ハイライト
---------------------------------------------------- */

.search-excerpt {
font-weight: bold;
background: #FFE4E1; 
}



/* *****************************************************************
*	ボタン
* ***************************************************************** */

.btn a {
font-size: 11px;
letter-spacing: 0.1em;
color: #fff;
background: #bbb;
text-align: center;
margin: 20px 0 20px 0;
padding: 10px 10px;
}

.btn a:hover {
color: #fff;
background: #ddd;
text-decoration: none;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}



/* *****************************************************************
*	レスポンシブテーブル
* ***************************************************************** */

.responsive-tabel-01 table { 
width: 100%; 
}

.responsive-tabel-01 {
margin: 20px 0;
}

.responsive-tabel-01 th {
width:30%;
font-size: 16px;
color:#27186c;
letter-spacing:1px;
font-weight:700;
text-align: left;
background: #d3dbf0;
padding: 10px; 
border: 1px solid #a0a0a0;
vertical-align: middle;
}

.responsive-tabel-01 td { 
font-size: 16px;
line-height : 28px;
text-align: left;
padding: 10px; 
border: 1px solid #a0a0a0;
vertical-align: middle;
}


@media only screen and (max-width:480px){
.responsive-tabel-01 { margin: 20px -10px; }
.responsive-tabel-01 th,
.responsive-tabel-01 td { font-size:14px; width: 100%; display: block; border-top: none; }
.responsive-tabel-01 tr:first-child th   { border-top: 1px solid #ddd; }
}

.responsive-tabel-02 {
margin: 20px 0;
}

.responsive-tabel-02 th { 
font-size: 14px;
color:#27186c;
letter-spacing:1px;
font-weight:700;
text-align: left;
background: #dcdcdc;
padding: 10px; 
border: 1px solid #a0a0a0;
vertical-align: middle;
}

.responsive-tabel-02 td { 
font-size: 14px;
line-height : 28px;
color:#000303;
font-weight:700;
text-align:center;
padding: 10px; 
border: 1px solid #a0a0a0;
vertical-align: middle;
}


/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */


/* PC 画面の横幅が960px以上
---------------------------------------------------- */

@media only screen and (min-width: 960px) {
.miji-waku003{font-size:16px !important; margin:0px 100px 5px 100px !important;}
}



/* Tablet (Portrait) 画面の横幅が768px1200pxまで
---------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 1200px) {
.wrapper { width: 728px; padding: 30px 20px 50px 20px; }
.header-inner { width: 728px; margin: auto; padding: 0px 0 30px 0;  }
.header-text-inner { width:728px; }
#nav { float: none; width: 728px; margin: 0 auto 40px auto; padding: 0; }
.nav-inner { width: 728px; }
#slidedown-nav { width: 728px; }
#top-slide-max { width: 728px; }
.cycle-slideshow { width: 728px; height: auto; margin: 0 ; overflow: hidden; }
li.item { height: 460px; margin-bottom:40px; }
li.item-gallery { height: 150px; }
.item-img { height: 150px; margin: 0 0 10px 0; overflow: hidden; }
.twothird { width: 460px; margin-right:10px; }
.footer-inner { width: 728px; padding: 0px 0px;}
.moba-moji{font-size: 20px !important;}
}


/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */

@media only screen and (max-width: 767px) {
.wrapper { width: 300px; padding: 30px 0px 50px 0px; }
.header-inner { width: 300px; margin: auto; padding: 15px 0 10px 0; }
.logo { text-align: center; }
.contact { display: none;}
#header h1, #header .logo { float: none; margin-bottom: 0px; }
.header-text-inner { width: 300px; }
#nav { display: none; position: absolute; top:0; float: none; text-align:center; width: 100%; background: #fefefe; margin-bottom: 40px; margin-top: 0px; padding: 0; }
.nav-inner { width: 100%; }
.nav-menu li a { color: #333; display: block; font-size: 15px; padding: 20px 10px; text-decoration: none;}
.nav-menu li { display: block; float: none; border-bottom: 1px solid #ededed; }
.toggle { display: block; float: right; position: absolute; top: 5px; right: 5px; z-index: 10000; }
#top-slide-max { width: 300px; }
.cycle-slideshow { width: 300px; height: auto; margin: 0 ; overflow: hidden; }
li.item { height: 460px; margin-bottom: 40px; }
li.item-gallery { height: 200px; }
.item-img { height: 200px; margin: 0 0 10px 0; overflow: hidden; }
table.similar-text img { width: 100px; }
table.similar-text th { width: 100px; }
.head-img { margin: 40px auto 20px auto;}
.pagedate { margin: -20px 0 -10px 0; }
p { font-size: 15px; }
.pager { margin: 80px 0 80px 0; }
.footer-inner { width: 300px; padding: 0px 0px;}
.mobile-display-none { display: none; }
.single-contents br { display: none; }
.page-contents { margin: 0 0 50px 0; }
.moba-moji{
font-size: 20px !important;
}
}




/* Mobile (Portrait/iPhone6) 画面の横幅が375px?479pxまで
---------------------------------------------------- */

@media only screen and (min-width: 375px) and (max-width: 479px) {
.wrapper { width: 336px; }
.header-inner { width: 336px; margin: auto; }
.header-text-inner { width: 336px; }
.logo { text-align:center; }
#top-slide-max { width: 336px; }
.cycle-slideshow { width: 336px; height: auto; margin: 0 ; overflow: hidden; }
.footer-inner { width: 336px; padding: 0px 0px;}
li.item { height: 460px; margin-bottom: 40px; }
li.item-gallery { height: 224px; }
.item-img { height: 224px; margin: 0 0 10px 0; overflow: hidden; }
}
.moba-moji{ font-size: 100% !important; }

/* Mobile (Landscape) 画面の横幅が480px?767pxまで
---------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.miji-waku003{font-size:16px !important; margin:0px 0px 5px 0px !important;}
.wrapper { width: 420px; }
.header-inner { width: 420px; margin:auto; }
.header-text-inner { width: 420px; }
.logo { text-align:center; }
#top-slide-max { width: 420px; }
.cycle-slideshow { width: 420px; height: auto; margin: 0 ; overflow: hidden; }
.footer-inner { width: 420px; padding: 0px 0px;}
li.item { height: 520px; margin-bottom: 40px; }
li.item-gallery { height: 280px; }
.item-img { height: 280px; margin: 0 0 10px 0; overflow: hidden; }
}



/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */

/* Twitter Timeline
---------------------------------------------------- */

.twitter-timeline { 
width:100%; 
height: 300px; 
}


/* Facebook Like Box
---------------------------------------------------- */

div.fb_iframe_widget,
div.fb_iframe_widget iframe[style],
div.fb_iframe_widget span {
width: 100% !important;
}


/* YouTube embed
---------------------------------------------------- */

.youtube {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
}
.youtube iframe,
.youtube object,
.youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* 追加スタイル
---------------------------------------------------- */

/* ----------------------------------------------------------------------
 テーブルスタイル
---------------------------------------------------------------------- */
.r-tabel-2 table { 
width: 100%; 
}

.r-tabel-2 {
margin: 20px 0;
}

.r-tabel-2 th { 
font-size: 12px;
font-weight:700;
text-align: left;
background: #fcf7f0;
padding: 5px; 
border: 1px solid #ddd;
vertical-align: middle;
}

.r-tabel-2 td { 
font-size: 12px;
line-height : 22px;
text-align: left;
padding: 5px; 
border: 1px solid #ddd;
vertical-align: middle;
}

/* ----------------------------------------------------------------------
 斎場注書きリスト
---------------------------------------------------------------------- */

.attention_list1{
line-height : 24px !important;
font-size:100% !important;
}
.attention_list1 li{
font-size:90% !important;
margin-bottom:10px !important;
}
/* ----------------------------------------------------------------------
 画像切り替え
---------------------------------------------------------------------- */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70{font-size:70% !important;}      /* フォントサイズ70% */
.text80{font-size:80% !important;}
.text90{font-size:90% !important;}
.text100{font-size:100% !important;}
.text110{font-size:110% !important;}
.text120{font-size:120% !important;}
.text130{font-size:130% !important;}
.text140{font-size:140% !important;}
.text150{font-size:150% !important;}
.text160{font-size:160% !important;}
.text170{font-size:170% !important;}
.text180{font-size:180% !important;}
.text190{font-size:190% !important;}
.text200{font-size:200% !important;}
.text210{font-size:210% !important;}
.text220{font-size:220% !important;}
.text_l1{letter-spacing:1px !important;}
.b{font-weight:700}     /* 太字 */
.u{text-decoration:underline}     /* 下線 */
.del{text-decoration:line-throug} /* 打ち消し線 */
.m_moji01{
font-family:"min7moji";
}
.moji_l1{
line-height : 26px !important;
}
.le05{
letter-spacing: 0.05em !important;
}
/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.iro1{color:#3d3076 !important;}     /* 色紫 */
.iro2{color:#b63965 !important;}    /* 色ピンク */
.iro3{color:#bf5353 !important;}   /* 色見本3 */
.iro3{color:#ce1427 !important;}   /* 赤 */

/* ----------------------------------------------------------------------
 見出しスタイル
---------------------------------------------------------------------- */
.sab_titel1{
font-family:"min7moji";
font-size:120% !important;
text-align:center;
line-height : 40px;
}
.sab_titel2{
font-family:"min7moji";
font-size:130% !important;
text-align:center;
letter-spacing: 0.05em !important;
}
.sab_titel3{
font-family:"min7moji";
text-align:center;
}

@media screen and (max-width: 480px) {
.sab_titel1{
font-family:"min7moji";
font-size:100% !important;
text-align:left !important;
line-height : 28px;
}
.sab_titel2{
font-family:"min7moji";
font-size:100% !important;
text-align:center;
letter-spacing: 0.05em !important;
}
.sab_titel3{
font-family:"min7moji";
text-align:left;
}
}

.midashi1{
font-family:"min7moji";
font-weight:500 !important;
margin:  0px 0px 10px 0px !important;
padding: 0px 0px 5px 0px !important;
border-top-width : 0px !important;
}
.midashi2{
font-family:"min7moji";
font-weight:700 !important;
margin:  0px 0px 10px 0px !important;
padding: 0px 0px 5px 0px !important;
border-top-width : 0px !important;
border-bottom-width : 0px !important;
}

.midashi3{
font-family:"min7moji";
font-weight:500 !important;
margin:  0px 0px 10px 0px !important;
padding: 5px 0px 5px 10px !important;
border-top-width : 0px !important;
border-left-width : 6px !important;
border-left-style : solid !important;
border-bottom-width : 0px !important;
border-left-color : #4f612c;
}
.midashi_bg1{
background-image:url(images/midashi_bg01.png);
display:block;
margin-top:0px !important;
margin-bottom:5px !important;
padding-top:5px !important;
padding-bottom:5px !important;
font-family:"min7moji";
text-align:center !important;
font-size:120% !important;
color:rgb(238, 238, 238) !important;
}
/* ----------------------------------------------------------------------
 グラデーションボタン
---------------------------------------------------------------------- */
.bo_bermoji1{
display: inline-block;
font-family:"min7moji";
text-align: center;
border: none;
color:#eeeeee !important;
padding: 5px 20px 2px;
margin:0px 15px 20px!important;
border-radius: 6px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #db5865), color-stop(1.00, #971231));
background: -webkit-linear-gradient(#db5865, #971231);
background: -moz-linear-gradient(#db5865, #971231);
background: -o-linear-gradient(#db5865, #971231);
background: -ms-linear-gradient(#db5865, #971231);
background: linear-gradient(#db5865, #971231);
}

.bo_bermoji1:hover{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #99b6e8), color-stop(1.00, #1f51a4));
background: -webkit-linear-gradient(#99b6e8, #1f51a4);
background: -moz-linear-gradient(#99b6e8, #1f51a4);
background: -o-linear-gradient(#99b6e8, #1f51a4);
background: -ms-linear-gradient(#99b6e8, #1f51a4);
background: linear-gradient(#99b6e8, #1f51a4);
}

.bo_bermoji2{
font-weight: bold;
text-align: center;
border: none;
padding: 5px 10px 2px 10p;
margin:0px 15px 15px 30px!important;
border-radius: 6px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #c3d9ff), color-stop(1.00, #97b0d9));
background: -webkit-linear-gradient(#c3d9ff, #97b0d9);
background: -moz-linear-gradient(#c3d9ff, #97b0d9);
background: -o-linear-gradient(#c3d9ff, #97b0d9);
background: -ms-linear-gradient(#c3d9ff, #97b0d9);
background: linear-gradient(#c3d9ff, #97b0d9);
}

.bo_bermoji2 a{
color: #242a88 !important;
}
.bo_bermoji2 a:hover{
color:#b20808 !important;
}

.bo_bermoji3{
display: block;
font-family:"min7moji";
font-weight: bold;
text-align: center;
border: none;
color:#eeeeee !important;
padding: 5px 0px 5px;
margin:0px 5px 20px!important;
border-radius: 6px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #8172c2), color-stop(1.00, #3b2b81));
background: -webkit-linear-gradient(#8172c2, #3b2b81);
background: -moz-linear-gradient(#8172c2, #3b2b81);
background: -o-linear-gradient(#8172c2, #3b2b81);
background: -ms-linear-gradient(#8172c2, #3b2b81);
background: linear-gradient(#8172c2, #3b2b81);
}

.bo_bermoji3:hover{
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #99b6e8), color-stop(1.00, #1f51a4));
background: -webkit-linear-gradient(#99b6e8, #1f51a4);
background: -moz-linear-gradient(#99b6e8, #1f51a4);
background: -o-linear-gradient(#99b6e8, #1f51a4);
background: -ms-linear-gradient(#99b6e8, #1f51a4);
background: linear-gradient(#99b6e8, #1f51a4);
}

/* ----------------------------------------------------------------------
 リスト横並びスタイル
---------------------------------------------------------------------- */
.list_f dt{
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
width:100px;
font-size:90% ;
letter-spacing:1px;
display: block;
margin-bottom : 5px;
float: left;
clear:both;
}
.list_f dd{
font-size:90%;
margin-bottom : 5px;
}



/* ----------------------------------------------------------------------
 TOP斎場リストスタイル
---------------------------------------------------------------------- */
.saijyolist dt{
font-size:90% !important;
font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
background-image : url(images/list_mark1.png);
line-height : 28px !important;
background-repeat : no-repeat;
padding-left:18px !important;
padding-top:0px !important;
margin-top:0 !important;
}
.saijyolist dt a{
color:#b63965 !important;
text-decoration : underline !important;
}

.saijyolist dt a:hover{
color:#b20808 !important;
text-decoration : none;
}
.saijyolist dd{
font-size:90%;
padding-left:5px !important;
}
/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1{text-align:center !important} /* 中央寄せ */
.align2{text-align:right !important}  /* 右寄せ */
.align3{text-align:left !important} /* 左寄せ */

/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0{margin:0 !important}    /* margin 0px を指定するクラス */
.mt0{margin-top:0 !important}   /* margin-top0px を指定するクラス */
.mr0{margin-right:0 !important}   /* margin-right0px を指定するクラス*/
.mb0{margin-bottom:0 !important}  /* margin-bottom0px を指定するクラス*/
.ml0{margin-left:0 !important}    /* margin-left0px を指定するクラス*/

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}

/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0{padding:0 !important}   /* padding-0px を指定するクラス */
.pt0{padding-top:0 !important}    /* padding-top0px を指定するクラス */
.pr0{padding-right:0 !important}  /* padding-right0px を指定するクラス */
.pb0{padding-bottom:0 !important} /* padding-bottom0px を指定するクラス */
.pl0{padding-left:0 !important}   /* padding-left0px を指定するクラス */

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pt20{padding-top:10px !important}
.pt30{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pb20{padding-bottom:20px !important}
.pb30{padding-bottom:30px !important}
.pl10{padding-left:10px !important}



/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; font-size:11px; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }
 
 
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}
 
/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}

/*************
葬儀の流れの枠
*************/
.nagare01{
min-height:460px;
margin-bottom:40px !important;
padding:5px 10px 5px !important;
border-width : 8px 1px 4px;
border-style : solid;
border-color : rgb(126, 106, 155);
}
.nagare01 h3{
font-family:"min7moji";
border-bottom-width : 0px !important;
text-align:center !important;
padding-top:0px !important;
margin-top:0px !important;
padding-bottom:0px !important;
margin-bottom:0px !important;
color:rgb(126, 106, 155) !important;
}
.nagare01 img{
border-width:1px;
border-style:solid;
border-color:rgb(149, 149, 149);
}
/*************
TOPプラン枠
*************/
.top_plan01{
min-height:460px;
margin-bottom:40px !important;
padding:5px 10px 5px !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #eee5fb), color-stop(0.14, #fff));
background: -webkit-linear-gradient(top, #fff 14%, #eee5fb 88%);
background: -moz-linear-gradient(top, #fff 14%, #eee5fb 88%);
background: -o-linear-gradient(top, #fff 14%, #eee5fb 88%);
background: -ms-linear-gradient(top, #fff 14%, #eee5fb 88%);
background: linear-gradient(to bottom, #fff 14%, #eee5fb 88%);
border-width : 8px 1px 4px;
border-style : solid;
border-color : rgb(126, 106, 155);
}
.top_plan01 h3{
font-family:"min7moji";
border-bottom-width : 0px !important;
text-align:center !important;
padding-top:0px !important;
margin-top:0px !important;
padding-bottom:0px !important;
margin-bottom:0px !important;
color:rgb(126, 106, 155) !important;
}

.top_plan02{
min-height:460px;
margin-bottom:40px !important;
padding:5px 10px 5px !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #f1f7ed), color-stop(0.14, #fff));
background: -webkit-linear-gradient(top, #fff 14%, #f1f7ed 88%);
background: -moz-linear-gradient(top, #fff 14%, #f1f7ed 88%);
background: -o-linear-gradient(top, #fff 14%, #f1f7ed 88%);
background: -ms-linear-gradient(top, #fff 14%, #f1f7ed 88%);
background: linear-gradient(to bottom, #fff 14%, #f1f7ed 88%);
border-width : 8px 1px 4px;
border-style : solid;
border-color : rgb(107, 155, 53);
}
.top_plan02 h3{
font-family:"min7moji";
border-bottom-width : 0px !important;
text-align:center !important;
padding-top:0px !important;
margin-top:0px !important;
padding-bottom:0px !important;
margin-bottom:0px !important;
color:rgb(107, 155, 53) !important;
}

.top_plan03{
min-height:460px;
margin-bottom:40px !important;
padding:5px 10px 5px !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fcefe8), color-stop(0.14, #fff));
background: -webkit-linear-gradient(top, #fff 14%, #fcefe8 88%);
background: -moz-linear-gradient(top, #fff 14%, #fcefe8 88%);
background: -o-linear-gradient(top, #fff 14%, #fcefe8 88%);
background: -ms-linear-gradient(top, #fff 14%, #fcefe8 88%);
background: linear-gradient(to bottom, #fff 14%, #fcefe8 88%);
border-width : 8px 1px 4px;
border-style : solid;
border-color : rgb(218, 95, 28);
}
.top_plan03 h3{
font-family:"min7moji";
border-bottom-width : 0px !important;
text-align:center !important;
padding-top:0px !important;
margin-top:0px !important;
padding-bottom:0px !important;
margin-bottom:0px !important;
color:rgb(218, 95, 28) !important;
}

.top_plan_st{
font-family:"min7moji";
font-weight:700;
text-align:center !important;
padding-bottom:0px !important;
padding-top:0px !important;
margin-top:10px !important;
margin-bottom:0px !important;
color:rgb(49, 49, 49) !important;
}

.top_plan_pay{
font-family:"min7moji";
font-weight:700;
text-align:center !important;
padding-bottom:0px !important;
padding-top:0px !important;
margin-top:10px !important;
margin-bottom:0px !important;
color:rgb(185, 64, 105) !important;
}

.top_plan_pay a{
font-family:"min7moji";
font-weight:700;
text-align:center !important;
padding-bottom:0px !important;
padding-top:0px !important;
margin-top:0px !important;
margin-bottom:5px !important;
text-decoration : none ;
border-bottom : dotted 1px;
color:rgb(185, 64, 105) !important;
}
.top_plan_pay a:hover{
text-decoration : none ;
border-bottom : dotted 0px;
color:rgb(131, 92, 136) !important;
}

/*************
説明付きリストスタイル
*************/
.list_text1{
margin-left : 10px;
}
.list_text1 dt{
font-size: 120% !important;
font-weight : bold;
letter-spacing: 1px;
color: rgb(36, 42, 136);
}
.list_text1 dd{
letter-spacing: 1px;
font-size: 100% !important;
line-height:28px !important;
margin-bottom :15px;
}

/*************
枠スタイル
*************/
.waku_info01{
background-color : rgb(242, 243, 248);
padding : 15px;
margin : 0px 0px 30px 0px;
border-width : 1px;
border-style : dotted;
border-color : rgb(79, 95, 182);
}

.waku_info02{
margin-top:10px !important;
padding:15px 20px 5px 20px !important;
background-color:rgb(251, 243, 230);
border-radius: 8px !important;
border-width : 2px;
border-style : solid;
border-color : rgb(241, 90, 36);
}

.waku_info03{
min-height:400px;
margin-top:20px !important;
padding-top:15px !important;
padding-left:20px !important;
padding-right:20px !important;
background-color:rgb(245, 250, 254);
border-radius: 8px !important;
border-width : 1px;
border-style : solid;
border-color : rgb(59, 43, 129);
}

@media screen and (max-width: 480px) {
.waku_info02 img{
width: 100px;
}
.waku_info02 p{
font-size:90% !important;
}
.waku_info03{
margin-top:20px !important;
padding-top:15px !important;
padding-left:20px !important;
padding-right:20px !important;
background-color:rgb(245, 250, 254);
border-radius: 8px !important;
border-width : 1px;
border-style : solid;
border-color : rgb(59, 43, 129);
}
}

.waku_info04{
min-height:230px;
padding-left:20px !important;
border-left-width : 5px;
border-style : solid;
border-color : rgb(197, 205, 224);
}

.waku_info05{
margin-top:20px !important;
padding-top:15px !important;
padding-left:20px !important;
padding-right:20px !important;
background-color:rgb(245, 250, 254);
border-radius: 8px !important;
border-width : 1px;
border-style : solid;
border-color : rgb(59, 43, 129);
}
/*************
良くある質問
*************/
.h3titel{
  font-size : 18px;
  color:rgb(148, 39, 45);
  font-weight : bold;
  background-image : url(images/shitumon.png);
  padding-left : 75px;
  padding-top : 10px !important;
  padding-bottom : 15px !important;
  margin-top : 10px;
  background-repeat : no-repeat;
}
.qa{
  font-size : 16px;
  background-image : url(images/answer.png);
  background-repeat : no-repeat;
  padding-top : 0px !important;
  padding-left : 50px;
  padding-bottom : 0px;
  margin-top : 5px !important;
  margin-left : 5px;
  margin-bottom :40px !important;
}

/* ----------------------------------------------------------------------
  斎場リストBOX
---------------------------------------------------------------------- */

.saijyo_list h5{
font-family:"min7moji";
font-size:110% !important;
letter-spacing : 1px;
padding-bottom:0px !important;
margin-bottom:5px !important;
line-height : 20px !important;
}
.saijyo_list a{
color:#b63965 !important;
text-decoration : underline !important;
}
.saijyo_list a:hover{
text-decoration : none !important;
color:#5e2063 !important;
}
.saijyo_list p{
padding-top:0px !important;
margin-top:5px !important;
letter-spacing : 1px;
line-height : 23px !important;
}

.saijyo_list img{
float: left;
margin-right:15px;
padding-top:0px !important;
margin-top:5px !important;
border-width:1px;
border-style:solid;
border-color:rgb(149, 149, 149);
}

/* ----------------------------------------------------------------------
  葬儀プラン一覧
---------------------------------------------------------------------- */

.top-plan001 td{
font-weight:700;
text-align: center;
color:#000303 !important;
}


/* ----------------------------------------------------------------------
  葬儀内容用BOX
---------------------------------------------------------------------- */
.pl-niyou01{
  float: left;
  margin-bottom : 5px;
}
.pl-niyou02{
  float: left;
  margin-bottom : 5px;
  margin-right : 15px;
}
.pl-niyou01 h4{
 font-size: 12px !important;
 text-align:center !important;
 padding-top:0px !important;
 padding-bottom:0px !important;
 margin-top : 5px !important;
 margin-bottom : 5px !important;
 border-bottom-width : 0px !important;
}
.pl-niyou02 h4{
 font-size: 12px !important;
 text-align:center !important;
 padding-top:0 !important;
 margin-top : 5px !important;
 padding-bottom:0px !important;
 margin-bottom : 5px !important;
 border-bottom-width : 0px !important;
}

/* ----------------------------------------------------------------------
 サイドボタンスタイル
---------------------------------------------------------------------- */
#sidebo-tel{
 position:fixed;
 bottom:400px;
 right:0;
 z-index:9999;
}

#sidebo-tel-sp{
 position:fixed;
 bottom:200px;
 right:0;
 z-index:9999;
}


/* reCAPTCHA v3　表示位置 */
.grecaptcha-badge{
    margin-bottom: 30px;
}
/* ----------------------------------------------------------------------
 スマホ用改行対策  480px 以下の時に改行を非表示
---------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
    .top-moji01 { line-height : 30px !important; font-size:100% !important; }
    .pc-wide { margin : 0px; }
    .br-pc { display:none; }
}
@media screen and (min-width: 481px) {
    .top-moji01 { line-height : 35px !important; font-size:120% !important; }
    .pc-wide { margin : 0px 100px 0px 100px; }
    .br-sp { display:none; }
}

/* ----------------------------------------------------------------------
 ロールオーバー
---------------------------------------------------------------------- */

.fade{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.fade:hover {
    opacity: 0.4;  
    filter: alpha(opacity=60);  
}

/* ----------------------------------------------------------------------
 GoogleMAPスタイル
---------------------------------------------------------------------- */
@media screen and (min-width: 641px) {
    #Saijyo_map {
width: auto ;
height: 420px;
margin-top:18px
}
}

@media screen and (max-width: 640px) {
    #Saijyo_map2 {
width: 300px ;
height: 300px;
}
}

.kage1{
box-shadow: 5px 5px 5px #999;
}
