@charset "UTF-8N";
/*
Theme Name: eitai
Theme URI: http://theme.o2gp.com/
Description: eitai
Version: 1.0
Author: o2 Group
Author URI: http://theme.o2gp.com/

	o2 Group v1.0
	 http://theme.o2gp.com/

	This theme was designed and built by o2 Group,
	whose blog you will find at http://theme.o2gp.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font: 12px/1.5 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#301c0f;
-webkit-text-size-adjust: none;
background:#f6f3ee url(images/wall.png) repeat-x;

}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#313131;
}

a:hover, a:active{
outline: none;
color:#301c0f;
}

.post a{
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
    color: #2629ca;
}

.post a:hover, .post a:active{
    text-decoration: underline;
}



/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,.post_ceme:after, ul.post li:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post, .post_ceme, ul.post li{zoom: 1;}


/* フォーム
------------------------------------------------------------*/

.inq_waku{
	margin:10px;	
}

.inq_waku p.inq_tit {
    background: #EEEEEE;
    padding: 10px 10px 10px 15px;
	margin: 3px 0 10px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="date"], textarea {
    padding: 10px;
    border: 1px solid #eaeaea;
    line-height: 20px;
    width: 96%;
    margin: 0 0 5px;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #a0bd5e;
background: -moz-linear-gradient(top, #a0bd5e 0%, #7da236 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0bd5e), color-stop(100%,#7da236));
background: -webkit-linear-gradient(top, #a0bd5e 0%,#7da236 100%);
background: -o-linear-gradient(top, #a0bd5e 0%,#7da236 100%);
background: linear-gradient(to bottom, #a0bd5e 0%,#7da236 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0bd5e', endColorstr='#7da236',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #a0bd5e;
background: -moz-linear-gradient(top, #7da236 0%, #a0bd5e 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7da236), color-stop(100%,#a0bd5e));
background: -webkit-linear-gradient(top, #7da236 0%,#a0bd5e 100%);
background: -o-linear-gradient(top, #7da236 0%,#a0bd5e 100%);
background: linear-gradient(to bottom, #7da236 0%,#a0bd5e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7da236', endColorstr='#a0bd5e',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

.wpcf7 select {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 30px;
    width: 50%;
    background-color: #f9f9f9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*ラジオボタン・チェックボックス*/

/*input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.8em;
}

.inq_waku li{
	border-bottom:1px dotted #EEE;
	list-style-type:none;
	padding:3px 0 3px 0 ;
}
 
@media (min-width: 1px) {
    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0;
    }
	input[type=radio] + label{
    padding: 0 0 0 24px;
    margin: 0px;
	}
	
	input[type=checkbox] + label {
    padding: 0 0 0 24px;
    margin: 0px;
	}


    input[type=radio] + label::before,
    input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }



    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #E71063;
        border-radius: 8px;
    }
    input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
*/

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    width: 100%;
}

.zip_mark {
    float: left;
    margin: 10px;
}

.zip_text {
    float: left;
}

.zip_text2 {
	clear:both;
    float: none;
}



/* レイアウト
------------------------------------------------------------*/
#wrapper, .inner{
margin:0 auto;
width:880px;
}

#header{
overflow:hidden;
}

#content{
float:left;
width:627px;
padding:22px 0 50px;
}

#sidebar{
float:right;
width:233px;
padding:22px 0 50px;
}

#sidebar2 {
    float: right;
    width: 233px;
    padding: 50px 0 50px;
}

#footer{
clear:both;
} 


/* banner
----------------------------------------------- */

.banner{
	clear:both;
	width:100%;
	padding:10px 0 15px 0;
}


.banner .b_left{
	float:left;
	width:45%;
	margin:10px 10px 10px 10px;
}

.banner .b_right{
	float:right;
	width:45%;	
	margin:10px 10px 10px 10px;	
}

.banner .b_left img,
.banner .b_right img{
	margin:0 0 10px 0;
}


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
padding:5px 0;
font-size:80%;
font-weight:normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:5px 0;
color: #515151;
font-size:160%;
font-weight:bold;
}


/* コンタクト
----------------------------------*/
.contact {
    float: right;
    padding: 36px 10px 10px 0;
    text-align: right;
}

.contact .tel {
    font-size: 250%;
    font-weight: bold;
    background: url(images/freedial.png) no-repeat -0px 0px;
    background-size: 20%;
    padding: 0px 0px 0px 60px;
	color:#7c5715;
}

/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
margin-top:20px;
line-height:0;
text-align:center;
z-index:0;
}

.post{
margin:0 0 20px 0;
padding:20px 10px 20px 10px;
border:1px solid #e9e2d8;
background: #fff;
font-size:105%;
}

.toppage h4{
margin:0 0 10px;
font-size:16px;
font-weight:normal;
color:#333;
}

h3.top_pet_tit {
    margin: 0 0 8px;
    padding: 3px;
    font-size: 110%;
    font-weight: bold;
    color: #2e2c2c;
    border-bottom: 1px dotted #515151;
	line-height: 1.4em;
	height: 40px;
}

.toppage{padding:10px 10px 20px 20px;}


.topTitle {
	clear: both;
    float: left;
    width: 95.6%;
    background: #f9f9f9 url(images/headingBg.png) repeat-x 0 100%;
    border: 1px solid #e9e2d8;
    margin: 10px 0 10px;
    padding: 6px 10px 6px 17px;
}

.topTitle h2 {
	float: left;
    font-size: 120%;
    /* border-bottom: 0; */
}

.topTitle p {
    float: right;
    padding: 0 0 0 10px;
    font-size: 95%;
    background: url(images/arrow.gif) no-repeat 0 5px;
}

.topTitle p a{
		
}

.topTitle p a:hover{
	text-decoration:underline;		
}


.top_pet_waku{
	margin:10px 0 15px;
	padding: 0 0 20px 0;
}

.top_pet {
    float: left;
    width: 30%;
    height: auto;
    padding: 7px;
    margin: 0 3px 10px 3px;
    background: #FFF;
}

.top_pet img{
	width:100%;
	height:auto;	
}

.top_add{
	font-weight:bold;
	margin:3px 0;	
}

.top_catch{
	padding:5px;
	background:#F1EEE5;
	margin:0 0 5px;
}


.date{
	float:left;
	padding:0 0 0 10px;
}

h3.newtit{
	float:left;	
}

.top_faq {
    text-align: right;
    padding: 0;
    margin: 0 5px 0 0;
}


/* 霊園情報
----------------------------------*/

.breadcrumbs {
    margin: 5px 5px 0px;
}

.breadcrumbs a:hover{
	text-decoration:underline;
}



.inq_box{
	text-align:center;
	margin:15px auto 0;
}

.inq_box p {
    text-align: left;
    margin-left: 15px;
}

.inq_box img{
	max-width: 100%;
}

.kochira{
	width:100%;
	margin: 0px auto;	
}

ruby {
ruby-align: distribute-space;
ruby-overhang: auto;
ruby-position: above;
}

.cem_image {
    width: 32%;
	height:auto;
    float: left;
    margin: 0 3px 10px 4px;
}

a img:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;	
}

.information,.information2{
	float:left;
	margin:5px 5px 5px 5px;
	width:55%;
}

.price{
	float:right;
	margin:5px 10px 5px 5px;
	width:40%;
}

.information table,
.information2 table,
.price table{
	width:100%;
	border: 1px #ccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:10px 0 10px;
}

.information table th,
.information2 table th,
.price table th{
	padding:10px;
	border: #ccc solid;
	border-width: 0 0 1px 1px;
	background:#efede7;
}

.information table td,
.information2 table td,
.price table td{
	padding:10px;
	border: 1px #ccc solid;
	border-width: 0 0 1px 1px;
	background:#fff;
}



.map{
	clear:both;
	width:98%;
	margin:5px 5px 20px 5px;
}

.information h4,
.information2 h4, .price h4{
    font-size: 120%;
	font-weight:bold;
    padding: 6px 0 4px 10px;
    background: #EFEDE7;
    width: 98%;
    border-bottom: 1px solid #CCC;
	margin-right:2px;
}

 .map h4{
    font-size: 120%;
	font-weight:bold;
    padding: 6px 0 4px 10px;
    background: #EFEDE7;
    width: 98%;
    border-bottom: 1px solid #CCC;
	margin:0 0 10px;
}


.btn2{
	margin:10px 10px 0 0;
	width:78%;
}



/* 霊園紹介（霊園情報一覧）
----------------------------------*/

.cem_info_waku{
	width:100%;
}

.cem_info_waku .cem_info_img{
	float:left;
	width:45%;
	margin:10px 10px 10px 5px;
}

.cem_info_waku .cem_info{
	width:100%;
}

.cem_info_waku .cem_info p{
	padding:10px 0 0 0;
	line-height:1.7em;
}

.cem_info_waku h4 {
    font-size: 100%;
    font-weight: bold;
    padding: 10px 0 0px 10px;
    line-height: 1.8em;
}

.cem_info_waku h4 span{
	border-bottom:1px dotted #432B11;	
}

.cem_info_waku .information, .information2{
	clear:both;
	width:55%;
}

.info_faq{

	text-align:right;
	padding:0;
	margin:0 10px 0 0;
	}
	
.line {
    border-top: 1px dotted #301c0f;
    margin: 0 5px 10px 5px;
    padding: 0 0 10px;
}



/* お問い合わせ
----------------------------------*/

.inq_box2{
	margin:5px 10px 25px 10px;
	clear:both;
}

.info_tel {
    padding: 10px;
    font-size: 130%;
    margin-top: 16px;
    float: left;
}

.num {
	float:left;
	font-size: 250%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background: url(images/freedial.png) no-repeat 12px 0px;
	background-size: 20%;
	padding: 0px 0px 0px 87px;
	color: #a0bd5e;
}


.num a,.num a:hover{
    color: #a0bd5e;
	text-decoration:none;
}

.furigana2{
	font-size: 80%;
	margin: 5px 0 0 50px;
	letter-spacing: 10px;
	color: #a0bd5e;
}

.furigana2 span.lsno {
    letter-spacing: normal;
    margin: 0 10px;
}

.info_time_bg {
	clear:both;
	background: #FEF9E4;
	padding: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 40px;
	margin: 10px;
}

.info_time_bg .info_time {
	clear:both;
	float:left;
    background: #FEF9E4;
	padding:10px;
	font-size:120%;
}

.info_time_bg .youbi{
    background: #FEF9E4;
    font-size: 100%;
    float:left;
    padding:10px;
    margin: 0 5px 0 5px;
}

.info_time_bg .time {
    background: #FEF9E4;
    padding: 5px;
    font-size: 150%;
    font-weight:bold;
    float:left;
}




/* 記事ループ
*****************************************************/
.list{
padding:10px 0;
border-bottom:1px dashed #dcdcdc;
}

.list:last-child{border:0;}

.post .list p{padding:0;}

.list span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:0;
padding:6px 10px 6px 17px;
font-size:120%;
border:1px solid #e9e2d8;
border-bottom:0;
background:#f9f9f9 url(images/headingBg.png) repeat-x 0 100%;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{
	padding-bottom:15px;
	font-size:110%;
	}

.post_ceme p{
	padding-bottom:15px;
	font-size:120%;
	}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
list-style: none !important;
font-size:110%;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1,
.post_ceme h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color: #000;
border-bottom:3px solid #000;
}

.post h2, .post_ceme h2 {
    margin: 10px 0;
    padding-bottom: 2px;
    font-size: 130%;
    font-weight: bold;
    color: #a0bd5e;
    border-bottom: 2px solid #301c0f;
}

.post_ceme {
    margin: 0 0 20px 0;
    padding: 10px 10px 30px 10px;
    border: 1px solid #e9e2d8;
    background: #fff;
}

.post_ceme h2.ceme_tit {
    margin: 0 0 10px;
    padding-bottom: 2px;
    font-size: 130%;
    font-weight: normal;
    color: #333;
    border-bottom: 2px solid #515151;
}

.post h3,
.post_ceme h3 {
    margin: 10px 0;
    font-size: 140%;
    font-weight: bold;
    color: #7da236;
    border-bottom: 1px solid #7da236;
}


.post h3 span {
    float:right;
	text-align:right;
	font-size:80%;
	font-weight:normal;
}

.post_ceme h2.ce_tit span {
    float:right;
	text-align:right;
	font-size:70%;
	font-weight:normal;
	letter-spacing:1px;
}


.post blockquote,
.post_ceme blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p,
.post_ceme blockquote p{padding:5px 0;}

.post_ceme table{
	font-size:110%;
}

.post table,
.post_ceme table{
border: 1px #ccc solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.information2 table {
    margin: -8px 0 20px 0;
}

.post table th,
.post_ceme table th{
padding:10px;
border: #ccc solid;
border-width: 0 0 1px 1px;
background:#efede7;
}

.post table td,
.post_ceme table td{
padding:10px;
border: 1px #ccc solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img,
.post_ceme img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
margin: 10px 10px 15px 15px;
display:inline;
}

img.alignleft{margin:10px 15px 15px 10px;}

.alignright{float:right;}
.alignleft{float:left;}

#gallery-1 img{
border:1px solid #eaeaea !important;
padding:5px;
background:#ffffff;
}

/* 霊園情報詳細
----------------------------------*/
.post_ceme .price table {
border-left: 0px;
border-bottom: 0;
border-right: 0;
}
.post_ceme table td {
    border-right: 1px solid #ccc;
}
.post table td.price_text2, 
.post_ceme table td.price_text2 {
border-left: 0px #ffffff solid;
padding: 5px 5px;
font-size: 80%;
border-bottom: 0px #ffffff solid;
border-right: 0px #ffffff solid;
}

/* サイドバー　ウィジェット
*****************************************************/
section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 20px 0;
padding:10px 10px 10px 17px;
border:1px solid #e9e2d8;
background: #fff;
}

section.widget ul ul{
border:0;
margin:0;
padding:0 0 0 10px;
}

p.banner{padding-bottom:15px;}

p.banner img{
max-width:233px;
height:auto;
}

p.banner img:hover{
cursor:pointer;
opacity:.8;
}

section.widget h3{
clear:both;
margin:0;
padding:6px 10px 6px 17px;
font-size:110%;
border:1px solid #e9e2d8;
border-bottom:0;
background:#f9f9f9 url(images/headingBg.png) repeat-x 0 100%;
}

section.widget li a{
display:block;
padding:7px 0 7px 12px;
background:url(images/arrow.gif) no-repeat 0 12px;
border-bottom:1px dashed #dcdcdc;
}

section.widget li a:hover{
	text-decoration:underline;	
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"] {
    line-height: 1.7;
    height: 16px;
    width: 95px;
}

#calendar_wrap table{margin:0 auto;}

#calendar_wrap table th, #calendar_wrap table td{padding:3px;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0;
padding:6px 10px 6px 17px;
font-size:110%;
border:1px solid #e9e2d8;
border-bottom:0;
background:#f9f9f9 url(images/headingBg.png) repeat-x 0 100%;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:80%;
background:url(images/arrow.gif) no-repeat 0 5px;
}

.newsTitle p a:hover{
	text-decoration:underline;
}

.news p{
clear:both;
padding-bottom:2px;
border-bottom:1px dashed #dcdcdc;
}

.news p:last-child{border:0;}

.news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#515151;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#301c0f;}



/*よくある質問ページ
----------------------------------------------- */

.faq{
	
}

.faq dl {
    width: 100%;
    margin: 0;
    line-height: 1.8em;
    font-size: 110%;
    overflow: hidden;
    _zoom: 1;
}

.faq dl dd,
.faq dl dt{
     text-indent: -2.6em;   
     padding: 0 20px 0px 50px;
}

.faq dl dt{
     margin:20px 20px 0 0;
}

.faq dl dd:first-letter,
.faq dl dt:first-letter{
     font-size: 1.6em;
     font-weight: bold;
     margin-right:10px;
     padding:5px;
     font-family: 'Nunito', sans-serif;
}


.faq dl dd{
     margin: 20px 0 -1px 0;
     padding-bottom:15px;
     border-bottom: 1px #000 dotted;
}


.faq dl dt:first-letter{
     color:#A0CB4F;
}
.faq dl dd:first-letter{
     color:#F12F88;
}

ol.faq_nolist{
	list-style-type: decimal;
    margin: 0 0 20px 30px;
    padding: 0;
}

ol.faq_nolist li {
    margin: 0 0 0 0;
    padding: 3px 0 0 8px;
    list-style-position: outside;
    text-indent: 0px;
}


.faq h4{
    padding: 5px 0 0 10px;
    font-size: 100% !important;
    text-indent: 0;
    font-weight: 600;
    line-height: 26px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
}

ul.faq_design{
	margin: 10px 0 0 30px !important;
	padding: 0 0 0 10px;
	list-style-position: inside;	
}


.faq p{
	font-size:100%;
	margin:0;
	text-indent:0;
}

.faq ul.couple {
    margin: 0 0 10px 24px;
    font-size: 90%;
}

.faq ul.couple li a{
	text-decoration:none;
}

.faq ul.couple li a:hover{
	text-decoration:underline;

}




/* 共通　
-------------*/

.mt5{ margin-top:5px;}
.mb5{ margin:0 0 5px 0;}

.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}

.clear{
	clear:both;	
}


/* フッター
*****************************************************/
#footer ul{
padding:15px 0 25px;
text-align:center;
}

#footer li{
display:inline-block;
padding: 5px 16px;
border-left:1px dotted #d5d5d5;
}
*:first-child+html #footer li{display:inline;}

#footer li:first-child{border:0;}

#footer li a{
text-decoration:none;
color:#000;
}

#footer li a:hover{color:#999;}

#footer ul ul{display:none;}

#copyright{
clear:both;
padding:10px 0 37px;
text-align:center;
color:#000;
font-size:10px;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* トップページ 最新記事4件
------------------------------------------------------------*/
ul.post{
padding:0;
}

ul.post li {
    padding: 20px 10px 13px 10px;
    margin-left: 20px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(images/bullet.png) no-repeat 0 26px;
}

ul.post li:last-child{border:0;}

ul.post img{
float:left;
margin:0 15px 5px 10px;
}

ul.post h3{
margin:0 0 10px 10px;
font-size:14px;
font-weight:normal;
color:#333;
border:0;
}

ul.post li a{border-bottom:1px dashed #313131;}
ul.post li a:hover{border:0;}



/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
  nav#mainNav{
	clear:both;
	position:relative;
	z-index:200;
	width:860px;
	padding:0 10px;
	margin:0 auto;
	background:url(images/mainNav.png) repeat-x 0 0;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	background:url(images/mainNavSep.png) no-repeat 100% 5px;
	}
	
	nav#mainNav ul li a {
    display: block;
    text-align: center;
    _float: left;
    color: #4e4e4e;
    height: 35px;
    line-height: 45px;
    font-size: 110%;
    font-weight: bold;
    margin-right: 1px;
    padding: 10px 25.4px 0;
    background: url(images/mainnavBg.png) repeat-x 0 0;
	}
	
	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	font-size:90%;
	line-height:1.4;
	}
	
	nav#mainNav ul li a span{
	font-size:70%;
	color:#dadada;
	font-weight:normal;
	}

	nav div.panel{
	display:block !important;
	float:left;
	font-size: 110%;
	}
  
  a#menu{display:none;}
  
  nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-parent a{
  background:url(images/mainnavBg.png) repeat-x 0 100%;
  }
  
  nav#mainNav ul ul{width:160px;}
  
  nav#mainNav ul li ul{display: none;}
  
  nav#mainNav ul li:hover ul{
  display: block;
  position: absolute;
  top:42px;
  left:0;
  z-index:500;
  }
	
  nav#mainNav ul li li{
	margin:0;
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
	background:none;
  }
	
  nav#mainNav ul li li a{
  width:100%;
  height:40px;
	padding:0 0 0 10px;
  line-height:40px;
  font-size:95%;
  text-align:left;
	background:#f3f3f3;
  }
	
	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover{background:#fff;}
	
	nav#mainNav ul li ul li {
    float: left;
    position: relative;
    background: url(images/mainNavSep.png) no-repeat 100% 5px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	}	
	

}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:880px;
	margin:0 auto 10px;
	background:#fbfaf9 url(images/mainnavBg.png) repeat-x 0 -5px;
	border:1px solid #e8e5e0;
	border-radius:6px;
	}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:37px;
	line-height:37px;
	font-weight: bold;
	text-align:left;
  background: url(images/menuOpen.png) no-repeat 5px 8px;
	}
	
	nav#mainNav a#menu span{padding-left:35px;}
	
	nav#mainNav a.menuOpen{
	border-radius:6px 6px 0 0;
	background: url(images/menuOpen.png) no-repeat 5px -34px;
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav#mainNav ul{margin:0;padding:0;}

	nav#mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}

	nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
	display: block;
	padding:15px 10px;
	text-align:left;
	border-bottom:1px dashed #e5e5e5;
	background:#f3f3f3;
	}
	
	nav#mainNav ul li:last-child a{border:0;border-radius:0 0 6px 6px;}
	nav#mainNav ul li li:last-child a{border:0;border-radius:0;}
	nav#mainNav ul li li:last-child a{border-bottom:1px dashed #e5e5e5;}

 	nav#mainNav ul li a span{display:none;}
 
	nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
	background:#fff;
	}
	
	nav#mainNav ul li.current-menu-item li a{color:#777}

	nav#mainNav ul li li{
	float:left;
	border:0;
	}

	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
  padding-left:40px;
	background:#f3f3f3 url(images/sub1.png) no-repeat 20px 18px;}

	nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
		background:#fff url(images/sub1.png) no-repeat 20px -62px;}
	
	nav#mainNav ul li li:last-child a{background:#f3f3f3 url(images/subLast.png) no-repeat 20px 20px;}
	nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#fff url(images/subLast.png) no-repeat 20px -65px;}
	
	nav div.panel{float:none;}
	
	#mainImg{margin-bottom:20px;}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, .inner{width:100%;}

	#header{width:96%;padding:0 2%;}
	
	#header h2{padding:0;}
	.contact{padding:10px 0 10px;}

  nav#mainNav{width:95%;}

	nav#mainNav ul{margin:0 auto;}
	nav#mainNav ul ul{padding:0;}

	nav div.panel{float:none;}
	
	#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	width:95%;
	float:none;
	margin:0 auto;
	padding:10px 0;
	}

	#sidebar a:hover{
	text-decoration:underline;
	}
	
	.banner{width:100%;margin:0 auto;text-align:center;}
  p.banner img{width:100%;height:auto;}
	
	section.widget_search{text-align:center;}
	
	#footer li{margin-bottom:10px;}


	.contact .tel {
    font-size: 250%;
    font-weight: bold;
    background: url(images/freedial.png) no-repeat -0px 23px;
    background-size: 20%;
    padding: 21px 0px 0px 60px;
    color: #7c5715;
	}
	
	.furigana2 {
    position: absolute;
    left: 275px;
	}
	
	.num {
    background: url(images/freedial.png) no-repeat 14px 8px;
    background-size: 20%;
    padding: 13px 0px 0px 87px;
	}

	
}


/* 幅767px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 767px){


	.banner{
		text-align:center;	
	}
	
	.banner .b_left {
	clear:none;
    width: 100%;
    margin: 10px auto 10px;
	}

	.banner .b_right {
	clear:none;	
    width: 100%;
    margin: 10px auto 10px;
	}

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	body{background-image:none;}
	nav#mainNav{width:98%;}
	#header{text-align:center;}
	#header h2,.contact{float:none;}
	.contact{padding:0 0 20px;}
	.contact p{text-align:center;}
	#headerInfo{width:250px;margin:0 auto;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	
	
	.contact .tel {
    font-size: 250%;
    font-weight: bold;
    background: url(images/freedial.png) no-repeat 150px 23px;
    background-size: 10%;
    padding: 21px 0px 0px 60px;
    color: #7c5715;
	}
	
.top_pet {
    width: 45%;
}

.num {
    background: url(images/freedial.png) no-repeat 13px 12px;
    background-size: 18%;
    padding: 13px 0px 0px 78px;
}

.furigana2 {
    position: absolute;
    left: 255px;
}

.info_time_bg .youbi {
    background: #FEF9E4;
    font-size: 100%;
    float: left;
    padding: 12px 0;
    margin: 0 5px 0 5px;
}

	
}



/* 幅630px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 630px){

.contact .tel {
    font-size: 250%;
    font-weight: bold;
    background: url(images/freedial.png) no-repeat 105px 8px;
    background-size: 11%;
    padding: 5px 0px 0px 59px;
    color: #7c5715;
    margin: 0 auto 0;
}

.top_pet {
    width: 45%;
}


}



/* 幅590px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 590px){


.cem_image {
	width:100%;
    height: auto;
	float:none;
    margin: 0 3px 10px 4px;
}



}



/* 幅566px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 566px){
	
.information{
    clear: both;
    width: 98%;
	margin: 0px 2px 5px 0px;
}

.information2{
    clear: both;
    width: 98%;
	margin: 0px 2px 5px 0px;
}

.price {
    clear: both;
    width: 98%;
	margin: 0px 2px 5px 0px;
}

.information table,
.information2 table,
.price table {
	margin-bottom:5px;
}
	
}


/* 幅540px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 540px){
	
	
#header h2,.contact{float:none;	width: 100%;}	

#header h2 img{width: 100%;}
	
.top_pet {
    width: 96%;
}

	
}


/* 幅500px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 500px){

.contact .tel {
    font-size: 250%;
    font-weight: bold;
    background: url(images/freedial.png) no-repeat 86px 11px;
    background-size: 11%;
    padding: 5px 0px 0px 55px;
    color: #7c5715;
    margin: 0 auto 0;
}


}


/* 幅480px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 480px){

.contact .tel {
    font-size: 250%;
    font-weight: bold;
    background: url(images/freedial.png) no-repeat 72px 2px;
    background-size: 12%;
    padding: 0px 0px 0px 53px;
    color: #7c5715;
}


.info_tel{
	display:none;	
}

.num {
    background: url(images/freedial.png) no-repeat 23px 15px;
    background-size: 18%;
    padding: 13px 0px 0px 91px;
}

.furigana2 {
    position: absolute;
    left: 175px;
}

.info_time_bg .youbi {
	display:none;
}


.topTitle {
    width: 92.6%;
}


}



/* 幅430px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 430px){

	.cem_info_waku .information,
	.cem_info_waku .information2 {
    clear: both;
    width: 100%;
}

.contact .tel {
    font-size: 217%;
    font-weight: bold;
    background: url(images/freedial.png) no-repeat 46px 7px;
    background-size: 12%;
    padding: 0px 0px 0px 53px;
    color: #7c5715;
}

.num {
    background: url(images/freedial.png) no-repeat 21px 19px;
    background-size: 18%;
    padding: 13px 0px 0px 72px;
}

.num a, .num a:hover {
    font-size: 86%;
}

.furigana2 {
    position: absolute;
    left: 128px;
}

.info_time_bg .info_time {
    padding: 10px 0 0 0;
}


}



/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px){

num {
    background: url(images/freedial.png) no-repeat 8px 19px;
    background-size: 18%;
    padding: 13px 0px 0px 60px;
}

furigana2 {
    position: absolute;
    left: 115px;
}

.info_time_bg .info_time {
    font-size: 100%;
}

}


/* 幅320px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 320px){

.contact .tel {
    font-size: 190%;
    font-weight: bold;
    background: url(images/freedial.png) no-repeat 40px 4px;
    background-size: 12%;
    padding: 0px 0px 0px -15px;
    color: #7c5715;
}

.top_pet {
    width: 92%;
}


.cem_info_waku .cem_info_img {
    float: none;
    width: 100%;
}

.topTitle {
    clear: both;
    float: left;
    width: 92.1%;
    padding: 6px 10px 6px 7px;
}

.topTitle h2 {
    font-size: 95%;
}




}