@charset "utf-8";

/* --HTML-- */
html { 
	
}

/* --BODY-- */
body {
	font:15px/1.5 'メイリオ','Lucida Grande',Helvetica,osaka,Arial,sans-serif,Verdana,"Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック";
	margin:0;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d6e9ca), color-stop(1.00, #ffffff));
	background: -webkit-linear-gradient(#d6e9ca, #ffffff);
	background: -moz-linear-gradient(#d6e9ca, #ffffff);
	background: -o-linear-gradient(#d6e9ca, #ffffff);
	background: -ms-linear-gradient(#d6e9ca, #ffffff);
	background: linear-gradient(#d6e9ca, #ffffff);
	line-height:1.7;
	color:#282828;
	
}

	/* for IE7 */
	*+html body {
	font-family:'メイリオ', 'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	
	/* for IE6 */
	* html body {
	font-family:'ＭＳ Ｐゴシック';
	font-size:75%;
	}
	

/* --OTHER TAGS-- */
img {
	max-width: 100%;
}
a {
	overflow: hidden;
	color: #2B318B;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #6067AF;
	text-decoration: underline;
}
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

a img, img { 
border:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th,  var {
font-style:normal;
font-weight:normal;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

p {
word-break:break-all;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, kbd, pre, samp, tt {
	font-size:108%; 
	}

.fa,
.svg-inline--fa {
	margin-right: 5px;
}
.cpnBnr {
	display: block;
	margin: 15px auto 10px;
}

/*メニュー*/
#menuPc{
	height: 39px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #badcad), color-stop(1.00, #93ca76));
	background: -webkit-linear-gradient(#badcad, #93ca76);
	background: -moz-linear-gradient(#badcad, #93ca76);
	background: -o-linear-gradient(#badcad, #93ca76);
	background: -ms-linear-gradient(#badcad, #93ca76);
	background: linear-gradient(#badcad, #93ca76);
	border-top: 1px solid #93ca76;
	border-bottom: 1px solid #93ca76;
	clear: both;
}
#menuinnerPc{
	clear:both;
	margin:0 auto;
	width:1010px;
	}
#menuPc li{float:left;}
#menuPc li a {
	box-sizing: border-box;
	color: #282828;
	font-size: 18px;
	text-align: center;
	line-height: 39px;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}
#menuPc li:first-child a {
	border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#menuPc li a:hover {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #93ca76), color-stop(1.00, #badcad));
	background: -webkit-linear-gradient(#93ca76, #badcad);
	background: -moz-linear-gradient(#93ca76, #badcad);
	background: -o-linear-gradient(#93ca76, #badcad);
	background: -ms-linear-gradient(#93ca76, #badcad);
	background: linear-gradient(#93ca76, #badcad);
}

#menuPc .menu01 a{display:block;width:163px;height:39px;} 
#menuPc .menu02 a{display:block;width:218px;height:39px;}
#menuPc .menu03 a{display:block;width:167px;height:39px;}
#menuPc .menu04 a{display:block;width:167px;;height:39px;}
#menuPc .menu05 a{display:block;width:111px;height:39px;}
#menuPc .menu06 a{display:block;width:184px;height:39px;}


/*共通*/

#header{
	width: 1010px;
	background: #ffffff;
	/*box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.7), -5px 0px 5px -5px rgba(0, 0, 0, 0.7);*/
	margin: 0 auto;
}
#headerinner{
	width: 950px;
	padding: 0 30px 10px;
	margin: 0 auto 0 !important;
}
#headerinner:after {
	content: '';
	display: table;
	clear: both;
}
#header h1.logo_old{float:left; margin-top:56px;}
#header h1{float:left; margin:10px 0 -10px;}
#head_right{
	float:right;
	text-align:right;
	color:#ACA591;
	font-size:13px;
	margin-top:3px;}
#head_right ul li{
	float:right;
}
#head_right ul li a{
	background:url(/img/icon_01.png) no-repeat left;
	padding-left:10px; 
	text-decoration:underline;
	color:#ACA591;
	margin-left:10px;}
#head_right ul li a:hover{color:#B92D35;}
#tel{
	clear:both;
	float:right;
	}
#tel img{float:left; margin:10px 0  0 20px;}
#topimg {
	width: 950px !important;
	background: #ffffff;
	padding: 0 30px 20px;
	margin:0 auto;
	clear:both;
}
.slide li {
	position: relative;
}
.slide li .logo {
	position: absolute;
	top: 28px;
	left: 28px;
	z-index: 9999999999;
}
#cont{
	background:none;
	padding-top:0;
}
.bx-wrapper {
	width: 950px;
}
#top #header {
	/*padding-bottom: 20px;*/
}
#headerinner {
	margin-bottom: 10px;
	position: relative;
}
.headerContact {
	display: block;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7282e), to(#e83929));
	background: -webkit-linear-gradient(#b7282e, #e83929);
	background: -moz-linear-gradient(#b7282e, #e83929);
	background: -o-linear-gradient(#b7282e, #e83929);
	background: -ms-linear-gradient(#b7282e, #e83929);
	background: linear-gradient(#b7282e, #e83929);
	border-radius: 10px;
	padding: 3px;
	margin: 0;
	position: absolute;
	top: 8px;
	right: 30px;
	min-width: 250px;
}
.headerContact a {
	color: #fff;
	font-family: Meiryo, sans-serif;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.headerContact a:hover {
	opacity: 0.8;
}
.headerContact .btnInner {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 46px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e83929), to(#b7282e));
	background: -webkit-linear-gradient(#e83929, #b7282e);
	background: -moz-linear-gradient(#e83929, #b7282e);
	background: -o-linear-gradient(#e83929, #b7282e);
	background: -ms-linear-gradient(#e83929, #b7282e);
	background: linear-gradient(#e83929, #b7282e);
	border-radius: 8px;
}
.headerContact .btnInner:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#b7282e), to(#e83929));
	background: -webkit-linear-gradient(#b7282e, #e83929);
	background: -moz-linear-gradient(#b7282e, #e83929);
	background: -o-linear-gradient(#b7282e, #e83929);
	background: -ms-linear-gradient(#b7282e, #e83929);
	background: linear-gradient(#b7282e, #e83929);
}
.headerContact .btnInner p {
	font-size: 17px;
	letter-spacing: 1px;
	padding: 0 15px;
}
#topimg {
	height: 402px;
	overflow: hidden;
	padding: 0;
	margin: 10px auto 20px;
}
#topimg iframe {
	margin-top: -66px;
}
#wrapper{
	width:950px;
	background: #ffffff;
	/*box-shadow: 5px 0px 5px -3px rgba(0, 0, 0, 0.7), -5px 0px 5px -3px rgba(0, 0, 0, 0.7);*/
	padding: 10px 30px 50px;
	margin:0 auto 0;
}
#footer{
	clear:both;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #93ca76), color-stop(1.00, #badcad));
	background: -webkit-linear-gradient(#93ca76, #badcad);
	background: -moz-linear-gradient(#93ca76, #badcad);
	background: -o-linear-gradient(#93ca76, #badcad);
	background: -ms-linear-gradient(#93ca76, #badcad);
	background: linear-gradient(#93ca76, #badcad);
}
#footer_head{
	background:url(/img/bg_footer_head.png) repeat-x;
	height:4px;
}
#footerinner{width:950px; margin:0 auto; padding:20px 0 30px;}
#footer a {
	color: #282828;
}
#footer a:hover {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8);
}

#pannav{
	font-size:12px;
	color:#ACA591;
	margin-bottom:10px;
}
#pannav a{
	color:#ACA591;
	text-decoration:underline;
}
#pannav a:hover{color:#B92D35;}
#left_side{float:left;width:264px;}
#right_side{width:660px; margin-left:290px;}
#left_side input.search_word{
	width:191px;
	border:1px solid #F0D799;
	padding:5px;
	color:#390005;
	float:left;
	margin-right:8px;
}
form#search .btn_submit{
	cursor: pointer;
    display: block;
    border: 0px;
    width: 51px;
    height: 33px;
	text-indent: -9999px;
    background:url(/img/btn_search.png) no-repeat 0 -2px;
}
form#search{margin-bottom:10px;}
h2{
	width: 100%;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 21px;
	background: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#badcad), to(#d6e9ca));
	background: -webkit-linear-gradient(#badcad, #d6e9ca);
	background: -moz-linear-gradient(#badcad, #d6e9ca);
	background: -o-linear-gradient(#badcad, #d6e9ca);
	background: -ms-linear-gradient(#badcad, #d6e9ca);
	background: linear-gradient(#badcad, #d6e9ca);
	border: 1px solid #93ca76;
	padding: 5px 7px;
	margin-bottom: 10px;
}
h2 .page_p_name{
	display: inline;
}
h2 .page_c_name{
	font-size: 80%;
	display: inline;
}
h2.topContent01,
h2.topContent02,
h2.topContent03,
h3 {
	width: 100%;
	height: auto;
	min-height: 33px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 22px;
	background: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#badcad), to(#d6e9ca));
	background: -webkit-linear-gradient(#badcad, #d6e9ca);
	background: -moz-linear-gradient(#badcad, #d6e9ca);
	background: -o-linear-gradient(#badcad, #d6e9ca);
	background: -ms-linear-gradient(#badcad, #d6e9ca);
	background: linear-gradient(#badcad, #d6e9ca);
	border: 1px solid #93ca76;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	padding: 5px 7px;
	margin-bottom: 0;
}
@media screen and (max-width: 641px) {
	h2.topContent01,
	h2.topContent02,
	h2.topContent03 {
		width: 95% !important;
	}
	.contact h3 {
		height: auto;
	}
}
h4,
/*ul.manners li,*/
ul.procedure li {
	/*color:#00552e;*/
	background:url(/img/bg_h4new.png) no-repeat left 8px;
	padding-left:11px;
}

table.simple {
	width: 100%;
}
table.simple,
table.simple th,
table.simple td {
	font-size: 14px;
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.simple th.row {
	text-align: center;
	background: #efefef;
}
table.simple td {
	padding: 1px 2px;
}
table.simple.keep td:first-child {
	word-break: keep-all;
}
h4 {
	color: #3EB370;
	text-shadow: 1px 1px 1px rgba(0, 128, 0, 0.4);
}
ul.icon03{
	margin-left:20px;
}
ul.icon03 li{
	background:url(/img/icon_03.png) no-repeat left center;
	padding-left:11px;
}


table.icon03{
	margin-left:20px;
}
table.icon03 th{
	background:url(/img/icon_03.png) no-repeat left center;
	padding-left:11px;
	margin-right:20px;
}

table.icon03 td{
	padding-left:20px;
	text-align:right;
}

.btn_topmore {
	width: 155px;
	height: 41px;
	box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
	border-radius: 6px;
	padding: 3px;
	position:absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -78px;
}
.btn_topmore a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#3eb370), to(#00552e));
	background: -webkit-linear-gradient(#3eb370, #00552e);
	background: -moz-linear-gradient(#3eb370, #00552e);
	background: -o-linear-gradient(#3eb370, #00552e);
	background: -ms-linear-gradient(#3eb370, #00552e);
	background: linear-gradient(#3eb370, #00552e);
	border-radius: 4px;
}
.btn_topmore a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
}

.dl_pdf {
	width: 200px;
	height: auto;
	box-sizing: border-box;
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
	border-radius: 6px;
	padding: 3px;
}
.dl_pdf a {
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#3eb370), to(#00552e));
	background: -webkit-linear-gradient(#3eb370, #00552e);
	background: -moz-linear-gradient(#3eb370, #00552e);
	background: -o-linear-gradient(#3eb370, #00552e);
	background: -ms-linear-gradient(#3eb370, #00552e);
	background: linear-gradient(#3eb370, #00552e);
	border-radius: 4px;
}
.dl_pdf a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
}
.dl_pdf a .fa-arrow-circle-right {
	margin: 0 0 0 8px;
}
.btn_center {
	margin: 10px auto;
}

.topButton .box,
body.karatachi .box,
body.karatachi1 .box{
	border-left:1px solid #93ca76;
	border-right:1px solid #93ca76;
	border-bottom:1px solid #93ca76;
	background:#fff;
	padding:15px 15px 69px 15px;
	position:relative;
}

.box{
	border-left:1px solid #93ca76;
	border-right:1px solid #93ca76;
	border-bottom:1px solid #93ca76;
	border-radius: 0 0 6px 6px / 0 0 6px 6px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	padding: 15px;
	overflow: auto;
}
.box.sitemapBox {
	border-top:1px solid #93ca76;
	border-radius: 6px;
}

.box2{
	border-left:1px solid #93ca76;
	border-right:1px solid #93ca76;
	border-bottom:1px solid #93ca76;
	border-radius: 0 0 6px 6px / 0 0 6px 6px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	padding: 15px;
}


.news{
	border-bottom:#D9D9D4 1px dashed;
	padding-bottom:10px;
	margin-bottom:10px;
}
.news_day{
    background:url(/img/icon_01.png) no-repeat left;
	padding-left:10px; 
	color:#866D6D;
	text-decoration:none !important;
}
.news_title a{padding-left:10px; }
.more a{
	background:url(/img/icon_01.png) no-repeat left;
	padding-left:10px; 
	font-size:13px;
}
.more{
	text-align:right;
}


.top_box {
	width: 213px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}
.top_box:nth-child(3n) {
	margin-right:0;
}
.top_box2{float:left; margin-bottom:10px;}
#footerinner ul li.icon02.m_before {
	margin-top: 25px;
}
#footerinner ul li a{
	background:url(/img/icon_01.png) no-repeat left;
	padding-left:10px;
	margin-left:8px;
}
#footerinner ul li.icon02 a{
	background:url(/img/icon_02.png) no-repeat left;
	padding-left:10px;
	margin-left:-8px;
}
#footerinner ul li.icon02.single a{
	background:url(/img/icon_01.png) no-repeat left;
}
#footerinner ul{
	float:left;
	margin-right:55px;}
.totop a{text-indent:-9999px;display:block;width:135px;height:13px;background:url(/img/btn_totop.png) no-repeat 0 top; float:right; margin-top:5px;} 
.totop a:hover{background-position:0 bottom;}
#footerinner ul.last {
	margin-right: 0;
}
.photo_box{
	/*margin: 5px -5px;*/
}
.photo_box a {
	display: block;
	width: 49.3%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
	float: left;
	margin-bottom: 8px;
	margin-left: 1.4%;
}
.photo_box a:nth-child(odd) {
	margin-left: 0;
}
.photo_box a img {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 3px;
}
.p_sub{
	background:#FFFFED;
	padding:20px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
h2.topNews {
	width: 100%;
	height: 33px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 21px;
	background: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#badcad), to(#d6e9ca));
	background: -webkit-linear-gradient(#badcad, #d6e9ca);
	background: -moz-linear-gradient(#badcad, #d6e9ca);
	background: -o-linear-gradient(#badcad, #d6e9ca);
	background: -ms-linear-gradient(#badcad, #d6e9ca);
	background: linear-gradient(#badcad, #d6e9ca);
	border: 1px solid #93ca76;
	border-radius: 6px 6px 0 0 / 6px 6px 0 0;
	padding: 5px 7px;
	margin-bottom: 0;
}
.topNews_pc {
	width: 100%;
	/*max-height: 100px;*/
	box-sizing: border-box;
	overflow-y: scroll;
	overflow-x:hidden;
	margin-bottom: 20px;
	height:175px;
}
.topNews_pc dl {
	border-top: 1px dashed #cccccc;
	padding-top: 8px;
	margin-top: 8px;
}
.topNews_pc dl:first-child {
	border: none;
	padding-top: 0;
	margin-top: 0;
}
.topNews_pc dl:after {
	content: '';
	display: table;
	clear: both;
}
.topNews_pc dl dt {
	width: 142px;
	float: left;
	padding-left: 8px;
}
.topNews_pc dl dd {
	float: left;
	padding-right: 8px;
}
h2.topPickup {
	width: 100%;
	height: 33px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 21px;
	background: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#badcad), to(#d6e9ca));
	background: -webkit-linear-gradient(#badcad, #d6e9ca);
	background: -moz-linear-gradient(#badcad, #d6e9ca);
	background: -o-linear-gradient(#badcad, #d6e9ca);
	background: -ms-linear-gradient(#badcad, #d6e9ca);
	background: linear-gradient(#badcad, #d6e9ca);
	border: 1px solid #93ca76;
	padding: 5px 7px;
	margin-bottom: 0;
}
h2 .ico {
	margin-right: 7px;
	float: left;
}
h2.topPickup .more {
	font-size: 90%;
	padding-right: 7px;
	float: right;
}
.topPickupWrap {
	width: 100%;
	box-sizing: border-box;
	/*padding: 15px 6px;*/
	padding: 15px 0px;
}
.topPickupBox {
	width: 230px;
	height: 302px;
	box-sizing: border-box;
	background: #ffffff;
	border: 2px solid #93ca76;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
	padding: 6.5px;
	margin-left: 10px;
	float: left;
}
.topPickupBox:first-child {
	margin-left: 0;
}
.topPickupBox .title {
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 3px;
}
.topPickupBox .title a {
	color: #000000;
	text-decoration: none;
}
.topPickupBox .title a:hover {
	text-decoration: underline;
}
.topPickupBox .imgBox {
	width: 213px;
	overflow: hidden;
	position: relative;
}
.topPickupBox .imgBox a {
	width: 209px;
	height: 238px;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	position: absolute;
	top: 2px;
	left: 2px;
}
.topPickupBox .outline {
	font-size: 95%;
	padding: 0 3px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.topPickupBox .outline .comment {
	margin-top: 0.3em;
	font-size: 90%;
	line-height: 1.5;
}
.btnSale {
	display: block;
	width: 80%;
	height: 50px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
	border-radius: 10px;
	padding: 3px;
	margin: 5px auto 40px;
}
.btnSale a {
	color: #fff;
	font-family: Meiryo, sans-serif;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.btnSale a:hover {
	opacity: 0.8;
}
.btnSale .btnInner {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 52px;
	background: -webkit-gradient(linear, left top, left bottom, from(#3eb370), to(#3eb370));
	background: -webkit-linear-gradient(#3eb370, #00552e);
	background: -moz-linear-gradient(#3eb370, #00552e);
	background: -o-linear-gradient(#3eb370, #00552e);
	background: -ms-linear-gradient(#3eb370, #00552e);
	background: linear-gradient(#3eb370, #00552e);
	border-radius: 8px;
}
.btnSale .btnInner:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
}
.btnSale .btnInner p {
	font-size: 23px;
	letter-spacing: 1px;
}

/*霊園のご案内（guidance）*/
img.guidanceMain {
	float:left;
	margin-right:14px;
	margin-bottom:10px;
	max-width:100%;
}

table.guidanceMain {
	width:311px;
	border:1px solid #f0d799;
	border-collapse:collapse;
}
table.guidanceMain th {
	width:94px;
	border:1px solid #f0d799;
	border-collapse:collapse;
	background-color:#fcf5e3;
	padding:5px 5px;
}
table.guidanceMain td {
	width:217px;
	border:1px solid #f0d799;
	border-collapse:collapse;
	background-color:#fefcf6;
	padding:5px 5px;
}
table.guidanceMain th,
table.guidanceMain td {
	padding:2px 5px;
}
h3.outline {
	font-size: 20px;
	line-height: 1.7;
	background: none;
	border: none;
}
.advWrap {
	width: 100%;
	border-top: 1px dotted #93ca76;
	padding-top: 1em;
	margin-top: 1em;
}
.advWrap:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
.advWrap:after {
	content: '';
	display: table;
	clear: both;
}
.advWrap img {
	width: 30%;
	box-sizing: border-box;
	padding: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
	float: left;
}
.advWrap .txtBox {
	width: 67%;
	float: left;
	margin-left: 3%;
}
.advWrap .txtBox h4 {
	font-size: 110%;
	margin-top: 0;
}
.advWrap .txtBox p {
	font-size: 90%;
}
.menuWrap .menuBox_2c {
	width: 49%;
	font-size: 90%;
	line-height: 1.5em;
	float: left;
	margin-top: 10px;
	margin-left: 2%;
}
.menuWrap .menuBox_2c:nth-child(2n+1) {
	margin-left: 0;
}
.menuWrap .menuBox_2c:nth-child(-n+2) {
	margin-top: 0;
}
.guidance_menu01 a,
.guidance_menu02 a,
.guidance_menu03 a,
.guidance_menu04 a,
.guidance_menu05 a,
.guidance_menu06 a,
.guidance_btn01 a,
.guidance_btn02 a,
.guidance_btn03 a,
.guidance_btn04 a,
.guidance_btn05 a,
.guidance_btn06 a,
.procedure_btn01 a,
.procedure_btn02 a,
.procedure_btn03 a,
.procedure_btn04 a,
.procedure_btn05 a,
.procedure_btn06 a,
.procedure_btn07 a,
.procedure_btn08 a,
.sale_btn01 a,
.sale_btn02 a,
.sale_btn03 a,
.sale_btn04 a,
.sale_btn05 a,
.butstuji_btn01 a,
.butstuji_btn02 a,
.butstuji_btn03 a {
	display: block;
	width: 326px;
	height: 67px;
	box-sizing: border-box;
	color: #282828;
	font-size: 150%;
	text-align: center;
	line-height: 69px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6e9ca), to(#badcad));
	background: -webkit-linear-gradient(#d6e9ca, #badcad);
	background: -moz-linear-gradient(#d6e9ca, #badcad);
	background: -o-linear-gradient(#d6e9ca, #badcad);
	background: -ms-linear-gradient(#d6e9ca, #badcad);
	background: linear-gradient(#d6e9ca, #badcad);
	border: 2px solid #badcad;
	border-radius: 8px;
	margin: 1px 1px 3px;
}
.guidance_menu01 a:hover,
.guidance_menu02 a:hover,
.guidance_menu03 a:hover,
.guidance_menu04 a:hover,
.guidance_menu05 a:hover,
.guidance_menu06 a:hover,
.guidance_btn01 a:hover,
.guidance_btn02 a:hover,
.guidance_btn03 a:hover,
.guidance_btn04 a:hover,
.guidance_btn05 a:hover,
.guidance_btn06 a:hover,
.procedure_btn01 a:hover,
.procedure_btn02 a:hover,
.procedure_btn03 a:hover,
.procedure_btn04 a:hover,
.procedure_btn05 a:hover,
.procedure_btn06 a:hover,
.procedure_btn07 a:hover,
.procedure_btn08 a:hover,
.sale_btn01 a:hover,
.sale_btn02 a:hover,
.sale_btn03 a:hover,
.sale_btn04 a:hover,
.sale_btn05 a:hover,
.butstuji_btn01 a:hover,
.butstuji_btn02 a:hover,
.butstuji_btn03 a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#badcad), to(#d6e9ca));
	background: -webkit-linear-gradient(#badcad, #d6e9ca);
	background: -moz-linear-gradient(#badcad, #d6e9ca);
	background: -o-linear-gradient(#badcad, #d6e9ca);
	background: -ms-linear-gradient(#badcad, #d6e9ca);
	background: linear-gradient(#badcad, #d6e9ca);
}
.guidance_menu01 a,
.guidance_menu05 a,
.guidance_btn01 a,
.guidance_btn03 a,
.guidance_btn05 a,
.procedure_btn01 a,
.procedure_btn03 a,
.procedure_btn05 a,
.procedure_btn07 a,
.sale_btn01 a,
.sale_btn04 a,
.butstuji_btn01 a,
.butstuji_btn03 a {
	float: left;
}
.guidance_menu02 a,
.guidance_menu06 a,
.guidance_btn02 a,
.guidance_btn04 a,
.guidance_btn06 a,
.procedure_btn02 a,
.procedure_btn04 a,
.procedure_btn06 a,
.procedure_btn08 a,
.sale_btn03 a,
.sale_btn05 a,
.butstuji_btn02 a {
	float: right;
}


.guidance_menu03_boxBig{
	float:left;
}
.guidance_menu03_box{
	float:left;
	width:322px;
	box-sizing: border-box;
	padding: 8px 0;
	margin: 0 3px 46px;
	
}

.guidance_menu04_boxBig{
	float:right;
}
.guidance_menu04_box{
	float:right;
	width:322px;
	box-sizing: border-box;
	padding: 8px 0 11px;
	margin: 0 3px;
}

/*霊園のご案内（guidance）ボタン小*/
#guidance_menu07 li,
#guidance_menu08 li {
	float: left;
}
#guidance_menu07 li a,
#guidance_menu08 li a {
	display: block;
	width: 156px;
	height:39px;
	box-sizing: border-box;
	color: #282828;
	font-size: 110%;
	text-align: left;
	line-height: 37px;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#d6e9ca), to(#badcad));
	background: -webkit-linear-gradient(#d6e9ca, #badcad);
	background: -moz-linear-gradient(#d6e9ca, #badcad);
	background: -o-linear-gradient(#d6e9ca, #badcad);
	background: -ms-linear-gradient(#d6e9ca, #badcad);
	background: linear-gradient(#d6e9ca, #badcad);
	border: 2px solid #badcad;
	border-radius: 8px;
	padding: 0 8px;
	margin: 1px 2px 3px;
}
#guidance_menu08 li.menu05 a,
#guidance_menu08 li.menu06 a,
#guidance_menu08 li.menu07 a,
#guidance_menu08 li.menu08 a {
	font-size: 75%;
}
#guidance_menu07 li a:hover,
#guidance_menu08 li a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#badcad), to(#d6e9ca));
	background: -webkit-linear-gradient(#badcad, #d6e9ca);
	background: -moz-linear-gradient(#badcad, #d6e9ca);
	background: -o-linear-gradient(#badcad, #d6e9ca);
	background: -ms-linear-gradient(#badcad, #d6e9ca);
	background: linear-gradient(#badcad, #d6e9ca);
}

/*霊園のご案内（guidance）サイドバーメニュー*/
#side_menu{
	width: 100%;
}
#side_menu ul {
	width: 100%;
	border: 1px solid #93ca76;
	border-radius: 6px;
	margin-bottom:10px;
	clear:both;
}
#side_menu ul li {
	padding: 0 12px;
	border-top: 1px dotted #93ca76;
}
#side_menu ul li.menu01 {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #badcad), color-stop(1.00, #93ca76));
	background: -webkit-linear-gradient(#badcad, #93ca76);
	background: -moz-linear-gradient(#badcad, #93ca76);
	background: -o-linear-gradient(#badcad, #93ca76);
	background: -ms-linear-gradient(#badcad, #93ca76);
	background: linear-gradient(#badcad, #93ca76);
	border-top: none;
}
#side_menu ul li a {
	width: 100%;
	color: #282828;
	line-height: 48px;
	text-decoration: none;
	display: block;
}
#side_menu ul li.sidemenu_sub {
	border-top: none;
}
#side_menu ul li.sidemenu_sub.first {
	border-top: 1px dotted #93ca76;
}
#side_menu ul li.sidemenu_sub a {
	line-height: 26px;
}


/*お食事（karatathi）サイドバーメニュー
#side_menu ul#karatathi li a{text-indent:-9999px;}

ul#karatathi .menu01 a{display:block;width:259px;height:48px;background:url(/img/side_menu_karatathi.png) no-repeat left 0;} 
ul#karatathi .menu02 a{display:block;width:259px;height:48px;background:url(/img/side_menu_karatathi.png) no-repeat left -48px;}
ul#karatathi .menu03 a{display:block;width:259px;height:48px;background:url(/img/side_menu_karatathi.png) no-repeat left -96px;}
ul#karatathi .menu04 a{display:block;width:259px;height:48px;background:url(/img/side_menu_karatathi.png) no-repeat left -144px;}
ul#karatathi .menu05 a{display:block;width:259px;height:48px;background:url(/img/side_menu_karatathi.png) no-repeat left -192px;} 
ul#karatathi .menu06 a{display:block;width:259px;height:48px;background:url(/img/side_menu_karatathi.png) no-repeat left -240px;} 

ul#karatathi .menu01 a:hover{background-position:right 0;} 
ul#karatathi .menu02 a:hover{background-position:right -48px;}
ul#karatathi .menu03 a:hover{background-position:right -96px;}
ul#karatathi .menu04 a:hover{background-position:right -144px;}
ul#karatathi .menu05 a:hover{background-position:right -192px;} 
ul#karatathi .menu06 a:hover{background-position:right -240px;}

body.karatachi ul#karatathi .menu01 a{background-position:right 0; cursor:default;} 
body.karatachi01 ul#karatathi .menu02 a{background-position:right -48px; cursor:default;}
body.karatachi02 ul#karatathi .menu03 a{background-position:right -96px; cursor:default;}
body.karatachi1 ul#karatathi .menu04 a,
body.karatachi2 ul#karatathi .menu04 a,
body.karatachi3 ul#karatathi .menu04 a,
body.karatachi4 ul#karatathi .menu04 a{background-position:right -144px; cursor:default;}
body.karatachi5 ul#karatathi .menu05 a{background-position:right -192px; cursor:default;} 
body.karatachi6 ul#karatathi .menu06 a{background-position:right -240px; cursor:default;} 




ul#karatathi .syokuji_menu01 a{display:block;width:259px;height:34px;background:url(/img/side_menu_syokuji.png) no-repeat left 0;} 
ul#karatathi .syokuji_menu02 a{display:block;width:259px;height:24px;background:url(/img/side_menu_syokuji.png) no-repeat left -34px;} 
ul#karatathi .syokuji_menu03 a{display:block;width:259px;height:36px;background:url(/img/side_menu_syokuji.png) no-repeat left -57px;} 

ul#karatathi .syokuji_menu01 a:hover{background-position:right 0;} 
ul#karatathi .syokuji_menu02 a:hover{background-position:right -34px;} 
ul#karatathi .syokuji_menu03 a:hover{background-position:right -57px;} 

body.karatachi2 ul#karatathi .syokuji_menu01 a{background-position:right 0; cursor:default;} 
body.karatachi3 ul#karatathi .syokuji_menu02 a{background-position:right -34px; cursor:default;} 
body.karatachi4 ul#karatathi .syokuji_menu03 a{background-position:right -57px; cursor:default;} */

.sale_campaign img{
	width:650px;
	border:solid 5px #F0D799;
	margin:10px 0;
}

.sale_map{float:right; height:322px; padding:26px 10px 0 0;}
.seletop .sale_tomb{
	width:190px;
	padding:5px;
	border:solid 1px #CCCCCC;
	box-shadow: 0px 0px 2px 0 #ccc;
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #dadada 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dadada)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#dadada 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#dadada 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */




}
.seletop .sale_tomb:hover{
	background: #ffffff; /* Old browsers */

background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.sale_a{text-decoration:none !important; color:#390005;}

.seletop .kukaku{
	font-size:12px;
	padding:1px 4px;
	background:#C3584D;
	color:#FFF;
	margin:0 5px 0 0;
	float:left;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}
.kukaku{
	font-size:15px;
	padding:1px 4px;
	background:#C3584D;
	color:#FFF;
	float:left;
	margin:0 5px 0 0;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */  
}
.size,
.price{font-size:15px;}
.size{float:left; margin-right:10px;}
.seletop .size,
.seletop .price{font-size:13px;}
.seletop .price{padding-left:3px; clear: left;}
.seletop .sale_tomb_r{float:left; font-size:13px;}
a.sale_tomb{text-decoration:none; color:#390005;}

/*.saleBox img{
	width:440px;
	height:auto;
}*/
.saleBox .detail br{
	/*display:none;*/
}
.saleBox .detail{
	position:relative;
}
.saleBox .detail .sp_sougaku{
	position:absolute;
	left:160;
}

.saleButton img{
	width:auto!important;
}


.sale_btnBox{
	overflow:auto;
}



/*お食事（karatathi）*/
.photo_box img.food{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:149px;
	height:98px;
	display:block;
}

p.catch{
	color:#B82C34;
	font-size:85%;
}

table.menu{
	margin-left:20px;
	margin-bottom:10px;
}
table.menu th{
	background:url(/img/icon_03.png) no-repeat left center;
	padding-left:11px;
	margin-right:20px;
	width:310px;
}
table.menu td{
	padding-left:20px;
	/*text-align:left;*/
}
table.menu td.price{
	/*padding-right:210px;*/
	text-align:right;
}
table.menu td.note{
	font-size:77%;
	padding-left:11px;
}

table.drinkmenu{
	margin-left:20px;
	margin-bottom:10px;
}
table.drinkmenu th{
	background:url(/img/icon_03.png) no-repeat left center;
	padding-left:11px;
	margin-right:20px;
	width:300px;
}
table.drinkmenu td{
	padding-left:20px;
	/*text-align:left;*/
}
table.drinkmenu td.price{
	padding-right:230px;
	text-align:right;
}
table.drinkmenu td.note{
	font-size:77%;
	padding-left:11px;
}

/*資料請求（contact）*/
.form1{float:left; clear:both; margin-bottom:15px; width:130px;}
.form2{float:left; margin-bottom:15px;}
.form3{clear:both; margin-bottom:5px;}
.form4{float:left; margin-bottom:15px; margin-left:130px;}
.wpcf7-submit{clear:both;}
.form2 input,
.form2 textarea{background:#F8ECCE; padding:5px;border:0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.form2 div.sample{margin-left:7px;}
.form2 div.sample p.caption{font-size:0.85em;}
.form2 div.sample img{width:98%;}
.form4 span.wpcf7-list-item{display:block !important;}
.wpcf7-submit{
	margin-left:130px;
	padding:5px;
	width:410px;
		border:solid 1px #CCCCCC;
	box-shadow: 0px 0px 2px 0 #ccc;
	color:#ffffff;
	background: #ff0000; /* Old browsers */

background: -moz-linear-gradient(top,  #ff0000 0%, #ff0000 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ff0000 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ff0000 0%,#ff0000 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ff0000 0%,#ff0000 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ff0000 0%,#ff0000 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wpcf7-submit:hover{
	background: #ffffff; /* Old browsers */
	color:#000000;

background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */

background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.m_left130{margin-left:130px;}


/*Q&A*/

.question{
	color:#B82C34;
	font-size:18px;
	background:url(/img/question_icon.png) no-repeat 0 3px;
	padding:2px 2px 2px 33px;
	margin-bottom:5px;
}

.answer{
	background:url(/img/answer_icon.png) no-repeat;
	padding:2px 2px 2px 33px;
}
.answer.renewal{
	background:url(/img/ico_answer.png) no-repeat;
	border-bottom:1px dotted #CCCCCC;
	padding:2px 2px 12px 33px;
	margin-bottom:10px;
}
.answer.renewal.last {
	border-bottom:none;
	margin-bottom:0;
}


.question span,
.answer span{
	font-weight:bold;
	color:#B82C34;
}



/*追加分*/

.border01{
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}

img.pcImg{
	display:inline;
}

img.spImg{
	display:none;
}

.karatathi2BoxLeft{
	float:left;
}
	
.karatathi2BoxRight{
	float:right;
}
	
.karatathi2BoxLeft img,
.karatathi2BoxRight img{
	width:309px;
	height:auto;
}

.karatathi2BoxInner{
	height:160px;
}


#biz_calendar{
	max-width:264px!important;
	margin:0 0 10px 0!important;
}

#biz_calendar p{
	margin:5px 0!important;
}

table.bizcal{
	background:#FFF;
}

table.bizcal td.eventday{
	background-color:#683A35!important;
	color:#FFF!important;
}

span.boxeventday{
	background-color:#683A35!important;
}

table.bizcal td.today{
	color:#390005!important;
}


.drinkboxText{
	width:380px;
	float:left;
}

.drinkboxText2{
	width:420px;
	float:left;
}

.drinkbox2{
	margin-top:10px;
}


/*ここからclearfix*/
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/*clearfixここまで*/



#searchform{
	margin:10px 0;
}

.search .hentry{
	margin-bottom:10px;
}


/*pagenavi*/

.wp-pagenavi {
	margin:10px auto;
	display:inline-block;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/*サイトマップ*/


.sitemapBox ul{
	margin-bottom:20px;
}


.sitemapBox ul li a{
	background:url(/img/icon_01.png) no-repeat left;
	padding-left:10px;
	margin-left:18px;
}

.sitemapBox ul li.sitemapBig a{
	color:#683A35;
	background:url(/img/bg_sitemapBig.png) no-repeat left center;
	padding-left:17px;
	font-size:18px;
	margin-left:0!important;
}

.sitemapBox ul li.sitemapBig.single a{
	background:url(/img/bg_sitemapBig_single.png) no-repeat left center;
}

.sitemapBox ul li.sitemapInner a{
	background:url(/img/icon_01.png) no-repeat left;
	padding-left:10px;
	margin-left:40px;
}

/*交通アクセス*/


.accessButton{
	border: solid 3px #93ca76;
	padding:10px;
	width:120px;
	font-size:12px;
	float:left;
}

.accessButton img{
	width:100%;
}
	
.accessImg{
	float:right;
}

.accessImg img{
	width:470px;
	height:auto;
}

.accessText{
	font-size:19px;
	margin-bottom:10px;
	color:#B82C34;
}

.accessMapPc{
	display:block;
}

.accessMapSp{
	display:none;
}


/*個人情報保護方針*/

.privacySmall{
	font-size:13px;
}


.privacyBig{
	color:#B82C34;
}


/*カレンダー*/

.eventCalendar img{
	width:620px;
	height:auto;
	margin:0 auto;
}



.error404 h1{
	display:none;
}


#menuSp{
	display:none;
}


#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 125px;
    padding: 10px;
    
    /* These styles are optional, and describe how the pageslide will look */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #d6e9ca), color-stop(1.00, #ffffff));
	background: -webkit-linear-gradient(#d6e9ca, #ffffff);
	background: -moz-linear-gradient(#d6e9ca, #ffffff);
	background: -o-linear-gradient(#d6e9ca, #ffffff);
	background: -ms-linear-gradient(#d6e9ca, #ffffff);
	background: linear-gradient(#d6e9ca, #ffffff);
    color: #282828;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}


.menuSpButton{
	display:none;
}

div.zeibetu{
	float:right;
 	margin-right:220px;"
}
div.zeibetu_2{
	clear:both; 
	margin-top:10px;

}

.clear_sougaku span{
	margin-left:45px;
}


/* ↓topバナー追加・下層leftバナー */
.top_bnr {
	margin-bottom:10px;
}
.topBnr {
	margin-bottom:10px;
}
.topBnr a img {
	width: 325px;
	box-sizing: border-box;
	border: 1px solid #F0D799;
	border-radius: 6px;
	padding: 3px;
}
.topBnr a:nth-child(even) img {
	margin-left: 4px;
}
.topBnr a:nth-child(-n+2) img {
	margin-top: 0;
}
.leftBnr a img {
	width: 261px;
	box-sizing: border-box;
	border: 2px solid rgba(234, 202, 124, 0.8);
	border-radius: 6px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	margin-left: 2px;
}
/* ↑topバナー追加・下層leftバナー */

#switchScreen {
	width: 100%;
	height: 100px;
	background-color: #111;
}

/* ↓画面切替 */
#switchScreen {
	width: 100%;
	height: 40px;
	background-color: #111;
}

#switchScreen div {
	width: 100%;
	margin: 0 auto;
}

#switchScreen nav {
	float: right;
	margin-top: 4px;
}

#switchScreen li {
	float: left;
	border-right: solid 1px #111;
}

#switchScreen li a {
	display: block;
	padding: 3px;
	width: 110px;
	color: #fff !important;
	text-decoration :none !important;
	text-align: center;
}

#switchScreen li a:link,
#switchScreen li a:visited {background-color: #444;}
#switchScreen li a:hover,
#switchScreen li a:active {background-color: #666;}
/* ↑画面切替 */

/* スマホ対応 */

@media screen and (max-width: 641px),(device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
	
	body{
		min-width:320px;
	}
		
	#header{
		width: 100%;
		box-sizing: border-box;
		padding:0 10px;
	}

	#menuPc{
		display:none;
	}


	a.menuSpButton{
		display:block;
		margin: 0 0 3px;
		padding: 10px 10px 10px 32px;
		color: #282828;
		background:url(/img/sp_menu_icon.png) no-repeat 15px center;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #badcad), color-stop(1.00, #93ca76));
		background: -webkit-linear-gradient(#badcad, #93ca76);
		background: -moz-linear-gradient(#badcad, #93ca76);
		background: -o-linear-gradient(#badcad, #93ca76);
		background: -ms-linear-gradient(#badcad, #93ca76);
		background: linear-gradient(#badcad, #93ca76);
		text-decoration:none;
	}

	#menuSp{
		display:none;
	}

	#menuSp li{
		padding:10px;
		border-bottom:1px dotted #F8F1E4;
	}

	#menuSp li a{
		color:#282828;
		text-decoration:none;
	}


	#cont{
		padding:0;
	}
	#headerinner{
		width:auto;
		margin:0 auto;
		margin-bottom:20px;
	}
			
	#left_side{float:none;width:auto;}
	#right_side{width:auto; margin:20px 0 0;}

	#header h1_old{float:none; margin:20px auto; width:264px}
	#header h1.{float:none; margin:20px auto; width:100%;}
	#head_right{
		float:none;
		text-align:left;
		color:#ACA591;
		font-size:13px;
		margin:0 auto;
		width:280px;
	}

	#head_right ul{
		margin:10px 0;
	}

	#head_right ul li{
		display:inline-block;
		float:none;
	}
	#head_right ul li a{
		background:url(/img/icon_01.png) no-repeat left;
		padding-left:10px; 
		text-decoration:underline;
		color:#ACA591;
		margin-left:10px;}
	#head_right ul li a:hover{color:#B92D35;}
	#tel{
		clear:both;
		float:none;
		}
	#tel img{float:none; margin:10px;}

	#footerinner{width:auto; margin:0 auto; padding:20px 20px 30px 20px;}

	#wrapper{
		width:auto;
		padding: 15px 2% 30px;
		margin:0 auto;
		margin-bottom:0;
	}

	.top_box{float:none;  width:auto!important; margin:0 0 10px 0!important;}
	.top_box2{float:none; width:auto!important; margin:0 0 10px 0!important;}

	#footerinner ul{
		float:none;
		margin-right:0px;
		margin-top:20px;
	}
	#footerinner ul li.icon02.m_before {
		margin-top: 20px;
	}
	h2.topContent01, h2.topContent02, h2.topContent03, h3 {
		font-size: 14px;
	}
	@media screen and (max-width: 374px) {
		h2.topContent01, h2.topContent02, h2.topContent03, h3 {
			font-size: 12px;
		}
	}
	.box {
		padding: 10px;
	}
	/*h4,
	.manners li,
	.procedure li {
		color:#00552e;
		background:url(/img/bg_h4new.png) no-repeat left 9px;
		padding-left:11px;
	}*/

	img.pcImg{
		display:none;
	}

	img.spImg{
		display:inline;
	}

	.butstuji_btn01,
	.butstuji_btn02,
	.butstuji_btn03 {
		margin-top: 5px !important;
		margin-left: 0 !important;
	}
	.guidance_menu01 a,
	.guidance_menu02 a,
	.guidance_menu03 a,
	.guidance_menu04 a,
	.guidance_menu05 a,
	.guidance_menu06 a,
	.guidance_btn01 a,
	.guidance_btn02 a,
	.guidance_btn03 a,
	.guidance_btn04 a,
	.guidance_btn05 a,
	.guidance_btn06 a,
	.guidance_menu03_box,
	.guidance_menu04_box,
	#guidance_menu07 li,
	#guidance_menu08 li,
	#guidance_menu07 li a,
	#guidance_menu08 li a,
	#guidance_menu08 li.menu05 a,
	#guidance_menu08 li.menu06 a,
	#guidance_menu08 li.menu07 a,
	#guidance_menu08 li.menu08 a,
	.procedure_btn01 a,
	.procedure_btn02 a,
	.procedure_btn03 a,
	.procedure_btn04 a,
	.procedure_btn05 a,
	.procedure_btn06 a,
	.procedure_btn07 a,
	.procedure_btn08 a,
	.sale_btn01 a,
	.sale_btn02 a,
	.sale_btn03 a,
	.sale_btn04 a,
	.sale_btn05 a,
	.butstuji_btn01 a,
	.butstuji_btn02 a,
	.butstuji_btn03 a {
		max-width: 98%;
		box-sizing: border-box;
		float: none;
	}
	.guidance_menu03_boxBig,
	.guidance_menu04_boxBig {
		width: 100%;
		padding: 0;
		margin: 0;
	}


	/*資料請求（contact）*/
	img.sample{width:258px !important;}
	.form1{float:none; clear:both; margin-bottom:0px; width:auto;}
	.form2{float:none; margin-bottom:15px; }

	.form2 input,
	.form2 textarea{
		width:258px!important;
	}

	.contactTextsp{
		margin:10px 0 0 0!important;
	}

	.wpcf7-submit{
		margin-left:0px;
		padding:5px;
		width:100%;
			border:solid 1px #CCCCCC;
		box-shadow: 0px 0px 2px 0 #ccc;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ff0000 0%, #ff0000 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#ff0000)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ff0000 0%,#ff0000 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ff0000 0%,#ff0000 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ff0000 0%,#ff0000 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ff0000 0%,#ff0000 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.wpcf7-submit:hover{
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	}

	body.contact .box{
		overflow:visible;
	}

	body.premises img,
	body.procedure img{
		/*max-width:268px;*/
		height:auto;
	}

	ul.icon03 li{
		background:url(/img/icon_03.png) no-repeat left 10px;
		padding-left:11px;
	}


	.topButton .box img{
		/*max-width:268px;*/
		height:auto;
	}


	body.karatachi .box img,
	body.karatachi4 .box img,
	body.karatachi6 .box img{
		/*max-width:268px!important;*/
		height:auto;
		margin:0 0 10px 0!important;
		float:none;
	}

	body.karatachi5 img{
		/*max-width:290px!important;*/
		height:auto;
		margin:0!important;
		float:none;
	}

	body.karatachi2 .box .photo_box img{
		/*max-width:268px!important;*/
		height:auto;
		margin:0 0 10px 0!important;
		float:none;
	}

	body.karatachi8 .box img{
		/*max-width:268px!important;*/
		height:auto;
		margin:10px 0 10px 0!important;
		float:none;
	}

	body.guidance1 .box img{
		/*max-width:268px!important;*/
		height:auto;
		margin:0!important;
		float:none;
	}

	body.sale3 .box img{
		/*max-width:268px!important;*/
		height:auto;
		margin:0!important;
	}

	body.guidance2 .box .photo_box img,
	body.guidance3 .box .photo_box img,
	body.landscape .box .photo_box img,
	body.guidance4 .box .photo_box img,
	body.guidance5 .box .photo_box img,
	body.guidance6 .box .photo_box img{
		/*max-width:268px!important;*/
		height:auto;
		margin:0 0 10px 0!important;
		float:none;
	}

	body.procedure8 .box img{
		/*max-width:268px!important;*/
		height:auto;
		margin:10px 0 0 0!important;
		float:none;
	}

	.karatathi2BoxLeft{
		float:none;
		margin-bottom:15px;
	}
		
	.karatathi2BoxRight{
		float:none;
	}
		
	.karatathi2BoxLeft img,
	.karatathi2BoxRight img{
		width:268px;
		height:auto;
	}

	.karatathi2BoxInner{
		height:auto;
		margin-bottom:10px;
	}

	.drinkboxText{
		width:auto;
		float:none;
	}

	/*墓所をお求めの方（sale）
	.sale_btn01 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(/img/sale_btn01_sp.png) no-repeat 0 top; float:none; margin-bottom:10px;} 
	.sale_btn02 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(/img/sale_btn02_sp.png) no-repeat 0 top; float:none;margin-bottom:10px;} 
	.sale_btn03 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(/img/sale_btn03_sp.png) no-repeat 0 top;float:none;margin-bottom:10px;} 
	.sale_btn04 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(/img/sale_btn04_sp.png) no-repeat 0 top;float:none;margin-bottom:10px;} 
	.sale_btn05 a{text-indent:-9999px;display:block;width:300px;height:69px;background:url(/img/sale_btn05_sp.png) no-repeat 0 top;float:none;margin-bottom:10px;} 
	.sale_btn01 a:hover{background-position:0 bottom;} 
	.sale_btn02 a:hover{background-position:0 bottom;} 
	.sale_btn03 a:hover{background-position:0 bottom;} 
	.sale_btn04 a:hover{background-position:0 bottom;} 
	.sale_btn05 a:hover{background-position:0 bottom;} */

	.sale_campaign img{
		width:290px;
		border:solid 5px #F0D799;
		margin:10px 0;
	}

	.sale_map{
		display:none;
	}

	.saleBox .detail .sp_sougaku{
		display:none;
	}

	.saleBox img{
		width:100%;
	}

		
	/*交通アクセス*/

	.accessButton{
		border:solid 3px #F0D799;
		padding:10px;
		width:120px;
		font-size:12px;
		float:none;
	}

	.accessButton img{
		width:100%;
	}
		
	.accessImg{
		float:none;
	}

	.accessImg img{
		width:100%;
		height:auto;
		margin-bottom:10px;
	}

	.accessText{
		font-size:16px;
		margin-bottom:10px;
		margin-top:10px;
		color:#B82C34;
	}

	.accessMapPc{
		display:none;
	}

	.accessMapSp{
		width: 100%;
		display:block;
	}

	.spNone{
		display:none;
	}

	/*セット販売墓所追加*/
	.seletop .sale_tomb{
		overflow:hidden;
	}
	.sp_sougaku{
		float:left;
		
	}
	.clear_sougaku{
		clear:both;
		padding-top:12px;
	}
	/*セット販売墓所追加*/

	/* ↓topバナー追加 */
	.top_bnr img {
		display:block;
		margin-bottom:10px;
		width:100%;
	}
	/* 141111霊園案内変更 */
	img.guidanceMain {
		display: block;
		float:none;
		margin: 0 auto 10px;
	}

	table.guidanceMain {
		width:100%;
		border:1px solid #93ca76;
		border-collapse:collapse;
	}
	table.guidanceMain th {
		width:30%;
		border:1px solid #93ca76;
		border-collapse:collapse;
		background-color:#d6e9ca;
		padding:2px 5px;
	}
	table.guidanceMain td {
		width:70%;
		border:1px solid #93ca76;
		border-collapse:collapse;
		background:none;
		padding:2px 5px;
	}
	.advWrap img {
		width: 80%;
		float: none;
		display: block;
		padding: 3px;
		margin: 0 auto 8px;
	}
	.advWrap .txtBox {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}

/* ここから再びPC */

/* 周辺散策マップ */

table.sansakuMap {
	width:100%;
	border:1px solid #f0d799;
	border-collapse:collapse;
	font-size:85%;
}
table.sansakuMap th {
	border:1px solid #f0d799;
	border-collapse:collapse;
	background-color:#fcf5e3;
	padding:2px 5px;
}
table.sansakuMap td {
	border:1px solid #f0d799;
	border-collapse:collapse;
	background-color:#fefcf6;
	padding:2px 5px;
}
table.sansakuMap th.col {
	text-align:center;
}

/* 問合せバナー変更 */
div.bnrContact {
	background:url('/img/bg_side_banner01.png') no-repeat;
	width:260px;
	height:66px;
	margin-bottom:10px;
}
.bnrContact a {
	text-decoration:none;
}
.bnrContact p.ttlBnr {
	font-size:22px;
	color:#131313;
	text-shadow:0 0 3px #FFF;
	padding:8px 0 0 13px;
}
.bnrContact p.txtBnr {
	font-size:13px;
	color:#131313;
	text-shadow:0 0 2px #FFF;
	padding:0 0 0 13px;
	margin-top:-5px;
}

/* 問合せバナー変更151106 */
#left_side .btnContact {
	display: block;
	width: 258px;
	height: 98px;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#2B318B', EndColorStr='#6067AF');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2B318B), to(#6067AF));
	background-image: -moz-linear-gradient(top, #2B318B, #6067AF);
	background-image: -ms-linear-gradient(top, #2B318B, #6067AF);
	background-image: linear-gradient(top, #2B318B, #6067AF);
	border-radius: 10px;
	padding: 3px; /* これが線幅になる */
}
#left_side .btnContact a {
	color: #fff;
	font-family: Meiryo, sans-serif;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);
}
#left_side .btnContact a:hover {
	opacity: 0.8;
}
#left_side .btnContact .btnInner {
	display: block;
	width: 100%;
	height: 100%;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#6067AF', EndColorStr='#2B318B');
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6067AF), to(#2B318B));
	background-image: -moz-linear-gradient(top, #6067AF, #2B318B);
	background-image: -ms-linear-gradient(top, #6067AF, #2B318B);
	background-image: linear-gradient(top, #6067AF, #2B318B);
	border-radius: 8px;
	position: relative;
}
#left_side .btnContact .btnInner .ico {
	position: absolute;
	top: 31px;
	left: 15px;
}
#left_side .btnContact .btnInner p {
	line-height: 1em;
	margin-left: 57px;
}
#left_side .btnContact .btnInner p.lead {
	font-size: 24px;
	letter-spacing: 1px;
	padding-top: 14px;
}
#left_side .btnContact .btnInner p.ttl {
	font-size: 42px;
	letter-spacing: 5px;
	text-indent: -2px;
	padding-top: 10px;
}

/* 墓所single資料請求ボタン */
.btnCatalogue {
	display: block;
	width: 280px;
	height: 36px;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
	border-radius: 10px;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.btnCatalogue a {
	color: #fff;
	font-family: Meiryo, sans-serif;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.btnCatalogue .btnInner {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 38px;
	background: -webkit-gradient(linear, left top, left bottom, from(#3eb370), to(#00552e));
	background: -webkit-linear-gradient(#3eb370, #00552e);
	background: -moz-linear-gradient(#3eb370, #00552e);
	background: -o-linear-gradient(#3eb370, #00552e);
	background: -ms-linear-gradient(#3eb370, #00552e);
	background: linear-gradient(#3eb370, #00552e);
	border-radius: 8px;
	position: relative;
}
.btnCatalogue .btnInner:hover {
	display: block;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
	border-radius: 8px;
	position: relative;
}
.btnCatalogue .btnInner .ico {
	position: absolute;
	top: 10px;
	left: 10px;
}
.btnCatalogue .btnInner p {
	font-size: 23px;
	letter-spacing: 1px;
}

.btnCatalogue {
	background: -webkit-gradient(linear, left top, left bottom, from(#b7282e), to(#e83929));
	background: -webkit-linear-gradient(#b7282e, #e83929);
	background: -moz-linear-gradient(#b7282e, #e83929);
	background: -o-linear-gradient(#b7282e, #e83929);
	background: -ms-linear-gradient(#b7282e, #e83929);
	background: linear-gradient(#b7282e, #e83929);
}
.btnCatalogue .btnInner {
	background: -webkit-gradient(linear, left top, left bottom, from(#e83929), to(#b7282e));
	background: -webkit-linear-gradient(#e83929, #b7282e);
	background: -moz-linear-gradient(#e83929, #b7282e);
	background: -o-linear-gradient(#e83929, #b7282e);
	background: -ms-linear-gradient(#e83929, #b7282e);
	background: linear-gradient(#e83929, #b7282e);
}
.btnCatalogue .btnInner:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#b7282e), to(#e83929));
	background: -webkit-linear-gradient(#b7282e, #e83929);
	background: -moz-linear-gradient(#b7282e, #e83929);
	background: -o-linear-gradient(#b7282e, #e83929);
	background: -ms-linear-gradient(#b7282e, #e83929);
	background: linear-gradient(#b7282e, #e83929);
}

/* テレビCM */
div.cmBox {
	width: 264px;
	padding: 0;
	margin: 0 0 12px;
}
p.txtCM {
	font-size: 13px;
	text-align: center;
}

/* フォーム150430 */
/*.sample img {
	max-width: 320px;
}*/
.sample {
	width: 728px;
	margin: 0 auto 10px;
}
.sample .info {
	width: 708px;
	text-align: center;
	border: 1px solid #333;
	padding: 4px 9px;
}
table.formTable {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 25px;
}
.formTable th,
.formTable td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 12px 0 18px 10px;
}
.formTable th {
	width: 25%;
	vertical-align: top;
	background: #d6e9ca;
}
.formTable input[type="email"],
.formTable input[type="text"],
.formTable textarea {
	border: 1px solid #999999;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.formTable input[type="email"],
.formTable input[type="text"] {
	width: 85%;
	line-height: 1.8em;
}
.formTable input[type="text"].input_S {
	width: 25%;
	margin-bottom: 7px;
}
.formTable input.btn_zip {
	padding: 0 3px;
}
.formTable textarea {
	width: 85%;
	height: 8em;
}
.formTable span.wpcf7-list-item {
	margin: 0 0.7em 0 0 !important;
}
.formTable input[type="checkbox"] {
	margin: 0;
}
.formTable th,
.formTable td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 12px 0 18px 10px;
}
.formTable th {
	width: 25%;
	vertical-align: top;
	background: #f6f6f6;
}

/* 販売墓所_追加css */
.priceTable {
	width: 628px;
	display: table;
}
.priceTable .priceBox {
	display: table-cell;
}
.priceTable .priceBox table {
	width: 100%;
}
.priceTable .priceBox td {
	border-top: 0;
	border-bottom: 4px solid #ffc000;
	text-align: center;
	padding-top: 2px;
}
.priceTable .priceBox td.imageCell,
.priceTable .priceBox td.imageCell02 {
	padding-top: 0;
}
img.imageCell_ex {
	width: 620px;
	border: 4px solid #ffc000;
	border-top: none;
}
.priceTable .priceBox01 td {
	border-left: 4px solid #ffc000;
	border-right: 4px solid #ffc000;
}
.priceTable .priceBox02:nth-child(odd) td {
	border-left: 4px solid #ffc000;
	border-right: 2px solid #ffc000;
}
.priceTable .priceBox02:nth-child(even) td {
	border-left: 2px solid #ffc000;
	border-right: 4px solid #ffc000;
}
.priceTable .priceBox03:nth-child(3n+1) td {
	border-left: 4px solid #ffc000;
	border-right: 2px solid #ffc000;
}
.priceTable .priceBox03:nth-child(3n+2) td {
	border-left: 2px solid #ffc000;
	border-right: 2px solid #ffc000;
}
.priceTable .priceBox03:nth-child(3n+3) td {
	border-left: 2px solid #ffc000;
	border-right: 4px solid #ffc000;
}
.priceTable .priceBox tr:first-child td {
	border-top: 4px solid #ffc000;
}
.priceTable .priceBox td.imageCell img {
	width: 100%;
}
.priceTable .priceBox td.imageCell02 img {
	width: 308px;
	float: left;
}
.priceTable .priceBox td.imageCell02 img:nth-child(odd) {
	border-right: 2px solid #ffc000;
}
.priceTable .priceBox td.imageCell02 img:nth-child(even) {
	border-left: 2px solid #ffc000;
}
.priceTable .priceBox td.imageCell p {
	margin-top: -5px;
}
.saleBox .imageWrap {
	margin: 0 auto 25px;
}
.saleBox .imageWrap img {
	border: 1px solid #ccc;
	padding: 3px;
}
.saleBox .imageWrap img.mainImg {
	width: 620px;
}
.saleBox .imageWrap .subImg img {
	width: 303px;
	margin-bottom: 5px;
}
.saleBox .imageWrap .subImg img:nth-child(odd) {
	float: left;
}
.saleBox .imageWrap .subImg img:nth-child(even) {
	float: right;
}
.btnArea {
	height: 45px;
	padding-left: 5px;
	margin: 15px auto;
}
.btnArea a img {
	width: 210px;
}

.btnType {
	display: block;
	width: 210px;
	height: 45px;
	box-sizing: border-box;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
	border-radius: 6px;
	float: left;
	padding: 1px;
	margin-left: 10px;
}
.btnType:first-child {
	margin-left: 0;
}
.btnType a {
	color: #ffffff;
	font-family: Meiryo, sans-serif;
	text-decoration: none;
	/*text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);*/
}
.btnType .btnInner {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 44px;
	background: -webkit-gradient(linear, left top, left bottom, from(#3eb370), to(#3eb370));
	background: -webkit-linear-gradient(#3eb370, #00552e);
	background: -moz-linear-gradient(#3eb370, #00552e);
	background: -o-linear-gradient(#3eb370, #00552e);
	background: -ms-linear-gradient(#3eb370, #00552e);
	background: linear-gradient(#3eb370, #00552e);
	border-radius: 5px;
}
.btnType .btnInner:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#00552e), to(#3eb370));
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
}
.btnType .btnInner p {
	font-size: 16px;
}

.anchorWrap {
	width: 100%;
	height: 42px;
	margin: 15px 0;
}
.anchorWrap .btnAnchor {
	width: 33%;
	box-sizing: border-box;
	text-align: center;
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
	border-radius: 6px;
	float: left;
	padding: 1px;
	margin-left: 0.5%;
}
.anchorWrap .btnAnchor:hover {
	background: -webkit-linear-gradient(#3eb370, #00552e);
	background: -moz-linear-gradient(#3eb370, #00552e);
	background: -o-linear-gradient(#3eb370, #00552e);
	background: -ms-linear-gradient(#3eb370, #00552e);
	background: linear-gradient(#3eb370, #00552e);
}
.anchorWrap .btnAnchor:first-child {
	margin-left: 0;
}
.anchorWrap .btnAnchor a {
	display: block;
	color: #ffffff;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 2px 2px 1px rgba(0, 85, 46, 0.8);
	background: -webkit-linear-gradient(#3eb370, #00552e);
	background: -moz-linear-gradient(#3eb370, #00552e);
	background: -o-linear-gradient(#3eb370, #00552e);
	background: -ms-linear-gradient(#3eb370, #00552e);
	background: linear-gradient(#3eb370, #00552e);
	border-radius: 4px;
}
.anchorWrap .btnAnchor a:hover {
	background: -webkit-linear-gradient(#00552e, #3eb370);
	background: -moz-linear-gradient(#00552e, #3eb370);
	background: -o-linear-gradient(#00552e, #3eb370);
	background: -ms-linear-gradient(#00552e, #3eb370);
	background: linear-gradient(#00552e, #3eb370);
}
.kukakuWrap {
	width: 628px;
	margin: 15px auto;
}
.kukakuBox {
	width: 302px;
	float: left;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-left: 8px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.kukakuBox:nth-child(-n+2) {
	margin-top: 0;
}
.kukakuBox:nth-child(2n+1) {
	margin-left: 0;
}
.kukakuBox .title {
	text-align: center;
	margin: 3px 0;
}
.kukakuBox .title a {
	font-weight: bold;
}
.kukakuBox .thumbnail {
	position: relative;
	width: 302px;
	height: 206px;
	overflow: hidden;
}
.kukakuBox .thumbnail:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
	-moz-box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
	-webkit-box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
	-o-box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
	-ms-box-shadow:
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff,
	  inset 0 0 6px #fff;
}
.kukakuBox .thumbnail img {
	display: block;
	height: 229px;
	margin: 0 auto;
	z-index: 1;
}
.kukakuBox .outline {
	font-size: 14px;
	padding: 4px 6px;
}
.table2cWrap {
	width: 100%;
	margin-bottom: 5px;
}
.table2cWrap:after {
	content: '';
	display: table;
	clear: both;
}
.busTable {
	width: 48%;
	text-align: center;
	border: 1px solid #999999;
}
.bus01 {
	float: left;
}
.bus02 {
	float: right;
}
.busTable th,
.busTable td {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 3px 5px;
}
.busTable th {
	text-align: center;
}
.busTable th em {
	color: #990000;
	font-size: 120%;
	font-weight: bold;
}
.busTable td:first-child {
	background: #cceeff;
}
.busTable td:last-child {
	background: #ffccdd;
}
.photo_4c li {
	width: 24.4%;
	float: left;
	margin-left: 0.8%;
}
.photo_4c li:nth-child(4n+1) {
	margin-left: 0;
}
.photo_4c li img {
	box-sizing: border-box;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
	padding: 3px;
}
.pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.sansakumap .pageTop {
	bottom: 65px;
}
.pageTop a {
	display: block;
	color: #00552e;
	font-size: 50px;
	line-height: 1.0;
	opacity: 0.7;
}
.pageTop a:hover {
	opacity: 0.9;
}
.itemList {
	padding-left: 1.0em;
}
.itemList dl {
	width: 48%;
	line-height: 1.8em;
	float: left;
	margin-left: 4%;
}
.itemList dl:nth-child(odd) {
	margin-left: 0;
}
.itemList dl:after {
	content: '';
	display: table;
	clear: both;
}
.itemList dl dt {
	width: 6.5em;
	background: url(/img/icon_03.png) no-repeat left center;
	float: left;
	padding-left: 11px;
}
.itemList dl dd {
	float: left;
}
.tel dl:after {
	content: '';
	display: table;
	clear: both;
}
.tel dl dt {
	width: 8.8em;
	float: left;
}
.tel dl dd {
	float: left;
}
.simpleList p {
	display: inline-block;
	margin-right: 2em;
}
.indent01 p {
	text-indent: -1em;
	padding-left: 1em;
}
.box h4 {
	margin-top: 10px;
}
.sp {display: none;}

	/* 特別価格キャンペーン */
.limited .pc2c {
	width: 48%;
	display: inline-block;
}
@media screen and (max-width: 736px) {
	.limited .pc2c {
	width: auto;
	display: block;
	margin: 5px 0;
	}
}
.limited .attention {
	color: red;
	font-weight: bold;
}
.limited p.attention {
	font-size: 110%;
}


/* ここから再びスマホ */
@media screen and (max-width: 641px) {
	.sp {display: block;}
	.pc {display: none;}
	.sp a.tel {text-decoration: none; color: #282828;}

	.simpleList p {
		display: block;
		margin-right: 0;
		text-indent: -1em;
		padding-left: 1em;
	}
	.itemList dl {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.busTable {
		width: 100%;
		font-size: 90%;
	}
	.bus01 {
		float: none;
		margin-bottom: 7px;
	}
	.bus02 {
		float: none;
	}
	.busTable th {
	}
	#left_side {
		display: none;
	}
	.sample {
		width: 100%;
	}
	.sample img {
		max-width: 100%;
	}
	.sample .info {
		width: 96%;
		font-size: 12px;
		padding: 4px 2%;
	}
	table.formTable {
		border: none;
		margin-bottom: 25px;
	}
	.formTable th,
	.formTable td {
		display: block;
		border: none;
		padding: 0 1%;
	}
	.formTable th {
		width: 98%;
		font-weight: bold;
		vertical-align: top;
		background: none;
		padding-top: 3px;
	}
	.formTable th br {
		display: none;
	}
	.formTable td {
		display: block;
		border-bottom: 1px dotted #ccc;
		padding-bottom: 10px;
	}
	.formTable span.wpcf7-list-item {
		display: block;
	}
	.formTable input[type="email"],
	.formTable input[type="text"] {
		width: 100%;
	}
	.formTable input[type="text"].input_S {
		width: 30%;
	}
	.formTable input.btn_zip {
		font-size: 12px;
	}
	.formTable textarea {
		width: 100%;
	}
	.priceTable {
		width: 100%;
		font-size: 12px;
	}
	.priceTable .priceBox td.imageCell02 img {
		width: 49.3%;
	}
	.saleBox .imageWrap img {
		border: 1px solid #ccc;
		padding: 3px;
	}
	.saleBox .imageWrap img.mainImg {
		width: 96%;
		display: block;
		margin: 0 auto 10px;
	}
	.saleBox .imageWrap .subImg img {
		width: 96%;
		display: block;
		margin: 0 auto 10px;
	}
	.saleBox .imageWrap .subImg img:nth-child(odd) {
		float: none;
	}
	.saleBox .imageWrap .subImg img:nth-child(even) {
		float: none;
	}
	.btnArea {
		height: auto;
		padding-left: 0;
		margin: 10px auto;
	}
	.btnArea a img {
		width: 100%;
	}

	.btnType {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.btnType .btnInner p {
		font-size: 16px;
	}
	.anchorWrap .btnAnchor:first-child {
		width: 28%;
	}
	.anchorWrap .btnAnchor:nth-child(2) {
		width: 43%;
	}
	.anchorWrap .btnAnchor:last-child {
		width: 28%;
	}
	.anchorWrap .btnAnchor a {
		font-size: 13px;
	}
	@media screen and (max-width: 320px) {
		.anchorWrap .btnAnchor a {
			font-size: 11px;
		}
	}
	.kukakuWrap {
		width: 98%;
		margin: 15px auto;
	}
	.kukakuBox {
		width: 98%;
		float: none;
		margin-left: 0;
	}
	.kukakuBox:nth-child(2) {
		margin-top: 10px;
	}
	.kukaku1711 .kukakuBox {
		width: 49.5%;
		box-sizing: border-box;
		float: left;
		margin-top: 10px;
		margin-left: 1%;
	}
	.kukaku1711 .kukakuBox:nth-child(-n+2) {
		margin-top: 0;
	}
	.kukaku1711 .kukakuBox:nth-child(2n+1) {
		margin-left: 0;
	}
	.kukaku1711 .kukakuBox .title {
		font-size: 11px;
	}
	.kukakuBox .thumbnail {
		width: 100%;
		height: auto;
		overflow: visible;
	}
	.kukaku1711 .kukakuBox .thumbnail {
		width: 100%;
		height: 80px;
			overflow: hidden;
	}
	.kukakuBox .thumbnail img {
		width: 100%;
		height: auto;
	}
	.kukaku1711 .kukakuBox .outline {
		font-size: 12px;
	}

	.drinkboxText2 {
		width: 100%;
	}
	table.drinkmenu {
		width: 100%;
		margin-left: 10px;
	}
	table.drinkmenu th {
		width: 75%;
	}
	table.drinkmenu td {
		width: 25%;
		text-align: right;
		padding-left: 0;
		padding-right: 5%;
	}


	/* 新TOPスマホ対応 */
	img {
		max-width: 100% !important;
	}
	body#top {
		width: 100%;
		font-size: 14px;
		background: #fff;
	}
	#header {
		width: 100%;
		background: #fff;
		padding: 0;
		margin-bottom: 0;
	}
	#top #header {
		padding: 0;
	}
	#headerinner {
		width: 97%;
		padding: 5px 0 0;
		margin: 0 auto;
	}
	#headerinner h1 {
		width: 50%;
		display: inline-block;
		vertical-align: middle;
	}
	#headerinner #tel {
		width: 45%;
		display: inline-block;
		text-align: right;
		margin-left: 5%;
	}
	#headerinner #tel img {
		display: block;
		margin: 0;
	}
	#headerinner #tel img:first-child {
		margin-bottom: 5px;
	}
	#top #topimg {
		width: 100% !important;
		height: auto;
		padding: 0;
		margin: 0 auto 15px;
	}
	.cpnBnr {
		margin-top: 0;
		margin-bottom: 0;
	}
	#top #cont {
		width: 100%;
		background: #fff;
		padding: 0;
		margin: 0;
	}
	#top ul#spNav {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
	#top ul#spNav li {
		width: 25%;
		float: left;
		padding: 0;
		margin: 0;
	}
	#top .content {
		width: 98%;
		margin: 0 auto;
	}
	#top .content h2 {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		font-size: 16px;
		background: -webkit-gradient(linear, left top, left bottom, from(#badcad), to(#d6e9ca));
		background: -webkit-linear-gradient(#badcad, #d6e9ca);
		background: -moz-linear-gradient(#badcad, #d6e9ca);
		background: -o-linear-gradient(#badcad, #d6e9ca);
		background: -ms-linear-gradient(#badcad, #d6e9ca);
		background: linear-gradient(#badcad, #d6e9ca);
		border: 1px solid #93ca76;
		padding: 3px 2%;
		margin: 20px 0 0;
	}
	#top .content h2 img {
		vertical-align: middle;
		margin-right: 6px;
		margin-top: -3px;
	}
	#top .content .newsBox {
		width: 100%;
		height: 170px;
		box-sizing: border-box;
		overflow-y: scroll;
		overflow-x:hidden;
		border: 1px solid #93ca76;
		border-top: none;
		margin: 0;
	}
	#top .content .newsBox dl {
		border-bottom: 1px dashed #ccc;
		margin: 5px 10px;
	}
	#top .content .kukakuWrap {
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #93ca76;
		margin: 5px auto;
	}
	#top .content .kukakuWrap .imgBox {
		width: 50%;
		float: left;
	}
	#top .content .kukakuWrap .imgBox img {
		width: 92%;
		border: 1px solid #ccc;
		display: block;
		padding: 2px;
		margin: 3px;
	}
	#top .content .kukakuWrap .txtBox {
		width: 50%;
		float: right;
	}
	#top .content .kukakuWrap .txtBox p {
		color: #2B318B;
		font-weight: bold;
		padding: 3px 10px; 
	}
	#top .content .kukakuWrap .txtBox p a {
		color: #2B318B;
		text-decoration: none;
	}
	#top .content .kukakuWrap .btnKukaku {
		margin: 15px auto;
	}
	#top ul#footNav {
		width: 100%;
		border-top: 2px dotted #2B318B;
		padding: 15px 0 0;
		margin: 35px auto;
	}
	#top ul#footNav li {
		width: 31.3%;
		float: left;
		padding: 0;
		margin: 0 1% 10px;
	}
	#top .adress {
		color: #2B318B;
		font-size: 13px;
		margin: 0 auto;
	}

	/* ページ下部資料請求ボタン */
	.btnSale .btnInner p,
	.btnCatalogue .btnInner p {
		font-size: 18px;
	}
	.btnCatalogue .btnInner .ico {
		width: 5.5%;
	}
	.photo_4c li {
		width: 49%;
		float: left;
		margin-left: 2%;
	}
	.photo_4c li:nth-child(odd) {
		margin-left: 0;
	}
	.photo_4c li img {
		box-sizing: border-box;
		box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
		padding: 3px;
	}
	.pageTop,
	.sansakumap .pageTop {
		bottom: 5px;
		right: 5px;
	}
	.pageTop a {
		font-size: 40px;
	}
	
	/* 新SPナビ */
	.menuBar_sp {
		position: relative;/**/
	}
	.menuOpen {
		color: #282828;
		font-size: 18px;
		line-height: 43px;
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
		background:url(/img/sp_menu_icon.png) no-repeat 15px center;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #badcad), color-stop(1.00, #93ca76));
		background: -webkit-linear-gradient(#badcad, #93ca76);
		background: -moz-linear-gradient(#badcad, #93ca76);
		background: -o-linear-gradient(#badcad, #93ca76);
		background: -ms-linear-gradient(#badcad, #93ca76);
		background: linear-gradient(#badcad, #93ca76);
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
		margin: 0;
		padding-top: 2px;
		padding-left: 10px;

	}
	.gNavi_sp {
		display: none;
		width: 100%;
		background: #badcad;
		background: rgba(147, 202, 118, 0.8);
		background: rgba(186, 220, 173, 0.95);
		position: absolute;
		top: 45px;
		left: 0;/**/
		z-index: 99;
	}
	.gNavi_sp li {
		line-height: 45px;
		border-bottom: 1px dotted #ffffff;
	}
	.gNavi_sp li a {
		color: #282828;
		font-size: 16px;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
		display: block;
	}
}

/*2021 tel*/
@media screen and (min-width: 751px){
  .telLink {
    pointer-events: none;
  }
}
