
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	min-width: 1200px;
	overflow-y: scroll;
}

body {
	color: black;
	font-family: Meiryo,sans-serif;
	font-size: 85%;
}

span.sp,
div.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.title {
	clear: both;
	float: left;
	padding: 60px 70px 0 70px;
}

h1.contents-title,
h2.contents-title {
	padding: 55px 0;
}

h3.subtitle,
div.body h2 {
	border-bottom: 1px solid #4e8236;
	display: block;
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}

p {
	line-height: 2em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	font-weight: normal;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

div.body i a,
a.link-btn {
	background: #2d5b04 url(images/link_btn.png) no-repeat right 20px center;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	font-style: normal;
	font-weight: bold;
	padding: 10px 50px 10px 40px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev {
	background: #2d5b04 url(images/link_btn_prev.png) no-repeat left 20px center;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	font-style: normal;
	font-weight: bold;
	padding: 10px 40px 10px 50px;
	text-align: center;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	width: 100%;
}

div.body table {
	border-collapse: collapse;
	line-height: 1.8em;
	margin: 10px auto;
	width: auto;
}

div.body table th,
div.body table td {
	border: 1px solid gray;
	padding: 3px 5px;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.marker {
	background: linear-gradient(transparent 30%, #ffd2de 60%);
}

div.body ul,
ul.list {
	line-height: 1.5em;
}

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.png) no-repeat 8px 13px;
	display: block;
	padding: 6px 0 6px 24px;
}

ul.list li ul li {
	background-image: none;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space15px {
	clear: both;
	font-size: 5px;
	height: 15px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.c th {
	padding: 40px 40px 40px 20px;
}

table.c td.t {
	color: white;
	padding: 40px 0;
	text-align: justify;
	text-justify: distribute;
}

table.c td.b {
	padding-left: 50px;
	width: 250px;
}

table.c td.b a.two {
	display: block;
	margin: 15px 0;
}

table.c td.line {
	background: url(images/line.gif) repeat-x center center;
	height: 1px;
}

table.list-table {
	border: 1px solid #dfdfdf;
}

table.list-table th {
	background-color: #2d5b04;
	border: 1px solid #e9e9e9;
	color: white;
	padding: 20px;
	text-align: center;
	width: 30%;
}

table.list-table td {
	background-color: white;
	border: 1px solid #e9e9e9;
	padding: 15px 20px;
	text-align: center;
}

table.list-table td.p {
	white-space: nowrap;
}

div.contents-list table {
	border-collapse: separate;
	border-spacing: 15px;
	margin: 0 auto;
	width: 1200px;
}

div.contents-list table td {
	background-color: white;
	padding-bottom: 20px;
	width: 390px;
}

div.contents-list table td h3 {
	display: block;
	font-size: 130%;
	font-weight: bold;
	padding: 30px 0 10px 0;
	text-align: center;
}

div.contents-list table td div.text {
	display: block;
	line-height: 2em;
	padding: 0 30px;
}

div.contents-list table td div.text p {
	text-align: center;
}

div.contents-list table td div.btn {
	padding: 20px 0;
	text-align: center;
}

table.event-list tr {
	background-color: white;
	border-bottom: 15px solid #dfdfdf;
}

table.event-list th {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	width: 170px;
}

table.event-list th.s {
	font-size: 130%;
}

table.event-list th.s span {
	font-size: 80%;
}

table.event-list td.i {
	padding: 25px 40px 25px 25px;
	width: 300px;
}

table.event-list td.t {
	padding: 25px 0;
}

table.event-list td.t h3 {
	border-bottom: 1px dotted #4e8236;
	font-size: 130%;
	padding: 10px 0 5px 0;
	text-align: left;
}

table.event-list td.b {
	padding: 0 40px;
	width: 120px;
}

div.flow {
	text-align: center;
}

div.flow img {
	padding: 15px;
}

div.flow div.flow-container {
	background-color: white;
	padding: 5px;
}

div.flow div.flow-container h3 {
	border-bottom: 1px dotted #4e8236;
	margin: auto;
	padding-bottom: 5px;
	width: 90%;
}

div.flow div.flow-container h3 span {
	color: #4e8236;
	display: block;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 12px 0 5px 0;
}

div.recommend {
	background-color: #eeeeee;
}

div.tokki {
	background-color: white;
}

div.kaimyo {
	background-color: #e4c7cb;
}

div.ofuse {
	background-color: #ede9d6;
}

div.recommend,
div.tokki,
div.kaimyo,
div.ofuse {
	border: 1px solid white;
	border-radius: 10px;
}

div.recommend h4,
div.tokki h4,
div.kaimyo h4,
div.ofuse h4 {
	display: table-cell;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}

div.recommend div.list,
div.tokki div.list,
div.kaimyo div.list,
div.ofuse div.list {
	display: table-cell;
	padding: 20px 35px 20px 0;
}

div.photos table td {
	vertical-align: top;
	width: 270px;
}

div.photos table td.c {
	padding: 0 20px;
}

/***********************************************************************/
table.form-table td.e {
	padding: 17px 15px 0 10px;
}

table.form-table th {
	border: none;
	font-weight: bold;
	padding: 20px 10px 0 0;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 20%;
}

table.form-table td {
	border: none;
	padding: 20px 0;
	vertical-align: top;
}

table.form-table td span.comment {
	color: gray;
	margin-left: 5px;
}

input,
textarea,
select {
	background-color: #eeeeee;
	font-size: 100%;
	margin-left: 5px;
	padding: 5px;
}

textarea {
	font-family: "���C���I",Meiryo,sans-serif;
	height: auto;
	padding: 3px;
	width: 480px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

input.submit {
	background: #2d5b04 url(images/link_btn.png) no-repeat right 20px center;
	border: none;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	font-size: 160%;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
	line-height: 1em;
	padding: 18px 100px 18px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

body#form table.form-table th,
body#form table.form-table td {
	padding: 18px;
}

body#form table.form-table td {
	padding-left: 10px;
}

/***********************************************************************/
div.blog-list {
	margin: 0 auto;
	width: 1096px;
}

div.blog-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

div.blog-list ul li {
	min-height: 250px;
	padding: 0 17px 35px 17px;
	text-align: center;
	vertical-align: top;
	width: 240px;
}

div.blog-list ul li a {
	text-decoration: none;
}

div.blog-list ul li a span.img {
	display: block;
	height: 130px;
	overflow: hidden;
	position: relative;
	width: 240px;
}

div.blog-list ul li a span.img img {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

div.blog-list ul li span {
	display: block;
}

div.blog-list ul li span.category {
	color: white;
	display: block;
	font-size: 80%;
	margin: auto;
	padding-top: 10px;
	width: 60%;
}

div.blog-list ul li span.date {
	color: black;
	font-size: 85%;
	padding: 7px 0 5px 0;
}

div.blog-list ul li span.title {
	font-size: 110%;
	font-weight: bold;
}

div.move-page {
	border-bottom: 1px dotted #4e8236;
	border-top: 1px dotted #4e8236;
}

div.move-page p {
	color: white;
	text-align: center;
}

div.move-page span.prev,
div.move-page span.next {
	margin: 0 10px;
}

div.move-page a {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	color: white;
	text-decoration: none;
}

div.move-page a.link_before {
	background: url(images/prev.png)#4e8236 no-repeat left center;
	display: inline-block;
	padding: 7px 30px 7px 40px;
	vertical-align: top;
}

div.move-page span.current_page {
	background: #a7a7a7;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	display: inline-block;
	padding: 7px 10px;
	vertical-align: top;
}

div.move-page a.link_page {
	background: #4e8236;
	display: inline-block;
	padding: 7px 10px;
}

div.move-page a.link_next {
	background: url(images/next.png)#4e8236 no-repeat right center;
	display: inline-block;
	padding: 7px 40px 7px 30px;
}

span.category {
	margin: 0 2px;
}

span.category a {
	color: white;
	padding: 3px 30px;
	text-decoration: none;
}

span.category .news {
	background-color: #549ab1;
}

span.category .media,
span.category .about {
	background-color: #6c9e6d;
}

span.category .sabo,
span.category .rakugo,
span.category .obon,
span.category .houwa,
span.category .music,
span.category .community {
	background-color: #b15a67;
}

span.category .yoga,
span.category .shuji,
span.category .zazen,
span.category .shakyo,
span.category .school,
span.category .summer,
span.category .other,
span.category .culture {
	background-color: #b4a656;
}

span.category .compassion {
	background-color: #7667a2;
}

span.category .media {
	background-color: #7b7b7b;
}

div.page {
	border-bottom: 1px dotted #4e8236;
	border-top: 1px dotted #4e8236;
	padding: 25px 0 20px 0;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.page-numbers,
div.page span.page-numbers {
	color: white;
	display: inline-block;
	font-size: 15px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page a.page-numbers {
	background: #4e8236;
	border-radius: 5px;
	color: white;
	padding: 7px 10px;
}

div.page span.page-numbers {
	background: #a7a7a7;
	border-radius: 5px;
	color: white;
	padding: 7px 10px;
}

div.page a.next,
div.page a.prev {
	margin: 0 20px;
}

div.page a.next,
div.page span.next a {
	background: #4e8236 url(images/next.png) no-repeat right center;
	border-radius: 5px;
	color: white;
	display: inline-block;
	padding: 7px 40px 7px 30px;
	text-decoration: none;
}

div.page a.prev,
div.page span.prev a {
	background: #4e8236 url(images/prev.png) no-repeat left center;
	border-radius: 5px;
	color: white;
	display: inline-block;
	padding: 7px 30px 7px 40px;
	text-decoration: none;
}

body#single span.date {
	display: block;
	font-size: 120%;
	padding-top: 20px;
}

body#single h1 {
	border-bottom: 1px dotted #4e8236;
	display: block;
	font-size: 180%;
	font-weight: bold;
	padding: 13px 0;
}

body#single div.mainimg {
	padding: 10px 0;
	text-align: center;
}

body#single div.mainimg img {
	height: auto;
	max-width: 100%;
	width: 700px;
}

body#single div.img {
	margin: auto;
	width: 700px;
}

body#single div.body {
	margin: auto;
	width: 700px;
}

body#single div.body,
body#single div.body p,
body#single div.body p a {
	word-wrap: break-word;
}

body#single div.body div.iframe {
	margin: 0 auto;
	width: 560px;
}

body#single div.body div.iframe div {
	position: relative;
}

body#single div.body div.iframe iframe {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%);
	width: 100%;
}

body#single div.newsphotos {
	text-align: center;
}

body#single div.newsphotos ul li {
	display: inline;
	padding: 10px 0;
	vertical-align: top;
	width: 227px;
}

body#single div.newsphotos ul li.c {
	padding: 10px;
}

body#single div.newsphotos ul li a {
	text-decoration: none;
}

body#single div.newsphotos ul li a img {
	border: 1px solid #d1d1d1;
	height: auto;
	width: 225px;
}

body#single iframe {
	height: 400px;
	margin: auto;
	width: 700px;
}

body#archive h1.contents-title span.subcategory {
	display: block;
	font-size: 80%;
	font-weight: normal;
	padding-top: 20px;
}

/***********************************************************************/
#header-bg {
	background-color: white;
	box-shadow: 0 3px 6px rgba(0,0,0,.2);
	height: 100px;
	position: fixed;
	width: 100%;
	z-index: 2;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

#header #header-logo {
	left: 0;
	position: absolute;
	top: 16px;
	width: 204px;
}

#spmenu {
	display: none;
}

ul#gnav {
	position: absolute;
	right: 0;
	top: 0;
	width: 960px;
}

ul#gnav li {
	float: left;
}

ul#gnav li a {
	display: block;
	font-family: "游明朝体" ,  "游明朝" , YuMincho ,  "ヒラギノ明朝 Pro" ,  "ヒラギノ明朝 Pro" ,  "MS P明朝" ,  "MS P明朝" , serif;
	font-weight: bold;
	height: 50px;
	opacity: 1;
	text-align: center;
	text-decoration: none;
}

ul#gnav li a.about,
ul#gnav li a.news {
	font-size: 15px;
	height: 73px;
	padding-top: 27px;
	width: 96px;
}

ul#gnav li a:hover {
	background-color: #4f861e;
	color: white;
	-moz-opacity: 1;
	     opacity: 1;
}

ul#gnav li a.commit {
	background-color: #e4e4e4;
	font-size: 16px;
	height: 38px;
	padding-top: 12px;
}

ul#gnav li a.kuyou {
	background-color: #d3d3d3;
	font-size: 16px;
	height: 38px;
	padding-top: 12px;
}

ul#gnav li a.commit:hover,
ul#gnav li a.kuyou:hover {
	background-color: #737373;
	color: white;
	-moz-opacity: 1;
	     opacity: 1;
}

ul#gnav li ul li a.bottom {
	display: block;
	font-size: 13px;
	height: 35px;
	opacity: 1;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	width: 96px;
}

ul#gnav li ul li a.bottom_b {
	font-size: 13px;
	height: 40px;
	line-height: 1.3em;
	padding-top: 10px;
	width: 96px;
}

ul#gnav li ul li a.bottom span.hover {
	display: none;
}

ul#gnav li ul li a.bottom:hover span.nomal {
	display: none;
}

ul#gnav li ul li a.bottom:hover span.hover {
	display: inline;
}



ul#gnav li ul li a.pet {
	background: url(images/header_menu_kuyou_pet_over.gif) no-repeat;
}









#main {
	padding-top: 100px;
}

#maintitle {
	background-repeat: no-repeat;
	height: 270px;
}

#maintitle h1 {
	padding-top: 85px;
}

#maintitle-s {
	background-repeat: no-repeat;
	height: 135px;
}

#maintitle-s h1,
#maintitle-s div {
	padding-top: 35px;
	text-align: center;
}

div.bg-green {
	background: url(images/bg_green.gif) repeat;
	clear: both;
}

div.bg-palegray {
	background: #f4f4f4;
}

div.bg-gray {
	background: #dfdfdf;
}

div.bg-darkgray {
	background: #858585;
}

div.bg-darkgray div.white-border {
	border: 1px solid white;
	border-radius: 10px;
	color: white;
	margin: auto;
	padding: 20px 0;
	width: 1080px;
}

div.bg-darkgray div.white-border h4 {
	font-size: 120%;
	padding: 10px 0;
}

div.bg-darkgray div.white-border p {
	text-align: center;
}

div.main {
	margin: 0 auto;
	width: 1080px;
}

div.right-container {
	float: right;
	padding-top: 60px;
	width: 850px;
}

div.right-container div.img img.left {
	padding-right: 30px;
}

div.calendar {
	float: right;
	padding-top: 60px;
	width: 888px;
}

#access {
	background: url(images/bg_green.gif)repeat;
	height: 600px;
	width: 100%;
}

#access #googlemap {
	float: left;
	padding-top: 45px;
	width: 430px;
}

#access #googlemap a {
	color: white;
	text-decoration: none;
}

#access #way {
	color: white;
	float: left;
	padding: 45px 0 0 30px;
	width: 430px;
}

#access #way h3 {
	border-bottom: 1px dotted white;
	padding: 0 0 3px 40px;
	text-align: left;
}

#access #way h3#car {
	background: url(images/footer_access_icon_car.png)no-repeat left top;
}

#access #way h3#train {
	background: url(images/footer_access_icon_train.png)no-repeat left top;
}

#access #way p {
	line-height: 1.6em;
}

#access #way ul {
	line-height: 1.6em;
}

#access #way ul li {
	background: url(images/way_li.png) no-repeat 3px 11px;
	display: block;
	padding: 5px 0 5px 17px;
}

#footer {
	background: url(images/footer_bg.jpg)no-repeat center top;
}

#footer #sitemap {
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
	width: 1200px;
}

#footer #sitemap ul {
	border-left: 1px solid white;
	display: table-cell;
	width: 200px;
}

#footer #sitemap ul.l {
	border-right: 1px solid white;
}

#footer #sitemap ul li {
	display: block;
	font-size: 90%;
	line-height: 2em;
}

#footer #sitemap ul.l li {
	margin-bottom: 15px;
}

#footer #sitemap ul li.pet {
	margin-top: 30px;
}

#footer #sitemap ul li a {
	color: white;
	text-decoration: none;
}

#footer #contact {
	padding: 70px 0 70px 0;
}

#footer #contact {
	background: url(images/footer_contact_bg.png) no-repeat center center;
	height: 123px;
	margin: 0 auto;
	width: 942px;
}

#footer #contact span#contact-tel {
	color: white;
	display: table-cell;
	font-size: 280%;
	font-weight: bold;
	padding-top: 5px;
	text-align: right;
	vertical-align: middle;
	width: 610px;
}

#footer #contact a {
	display: table-cell;
	padding: 25px;
	text-align: center;
	vertical-align: middle;
	width: 280px;
}

#footer #contact span#contact-tel a {
	color: white;
	padding-left: 305px;
	text-decoration: none;
}

#wall-banner {
	background: url(images/footer_wall_banner.jpg)no-repeat center center;
	background-size: cover;
}

#wall-banner a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
}

#wall-banner h4 {
	background-color: white;
	margin: auto;
	padding: 20px 0;
	width: 500px;
}

#wall-banner h4 em {
	display: block;
	font-style: normal;
	margin-bottom: 15px;
}

#wall-banner h4 img {
	height: auto;
	width: 350px;
}

#footer-logos {
	text-align: center;
}

#footer-white {
	margin: 0 auto;
	width: 1200px;
}

#footer-white #footer-logo {
	display: table-cell;
	padding: 25px 0;
	vertical-align: middle;
	width: 102px;
}

#footer-white #footer-address {
	display: table-cell;
	padding: 10px 0 0 30px;
	vertical-align: middle;
	width: 768px;
}

#footer-white #footer-address h3 {
	font-size: 95%;
	font-weight: normal;
	text-align: left;
}

#footer-white #footer-address h3 strong {
	font-size: 100%;
	font-weight: bold;
	margin-left: 10px;
}

#footer-white #footer-address address {
	font-size: 95%;
	font-style: normal;
}

#footer-white #footer-icon {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
}

#footer-white #footer-icon #footer-icon-btn {
	float: right;
	padding-top: 10px;
	width: 76px;
}

#footer-white #footer-icon #footer-icon-btn a {
	margin-left: 10px;
}

#footer-white #footer-icon p#footer-copy {
	clear: both;
	font-size: 80%;
	padding-top: 5px;
	text-align: right;
}

#spfooternav {
	display: none;
}

#pagetop {
	bottom: 40px;
	position: fixed;
	right: 0;
}

#pagetop a {
	display: block;
	height: 190px;
	width: 60px;
}

