@charset "UTF-8";
/* Body */
body {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;

}
a {
	text-decoration: blink;
}
a:hover {
	color: #b69c59;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
/* Navigation */
header {
	width: 100%;
	background-color: #dee1cb;
	text-align: right;
	padding: 5px 0px 0px;
	font-size: 14px;
}
#header_nav {
	background-color: #f1efed;
}
#header_nav_in {
	width: 1200px;
	margin: 0px auto;
	background-image: url(../images/header_bg.png);
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 20px;
}
address {
	padding-right: 150px;
	padding-bottom: 4px;
	font-size: 16px;
	letter-spacing: 2px;
	font-style: normal;
}
#map {
    height: 576px;
    width: 100%;
}
.nav01 {
}
.bt_access {
	background-color: #c1c69f;
	/* width: 120px; */
	float: right;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	padding: 6px 15px;
}

.bt_access a{
color:#fff;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	font-weight: bold;
	margin-left: 40px;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

#clear {
clear:both;	
}
/* Hero Section */
.hero {
	background-image: url(../images/pattern.png);
	overflow: hidden;
}
.hero ul {
	width: 90%;
	margin: 0px auto;
}
.hero li {
	float: left;
	width: 24%;
	text-align: center;
	list-style: none;
	background-color: #dee1cb;
	color: #85754a;
	padding-top: 60px;
	padding-bottom: 60px;
	transition: background-color 200ms;
}
.hero li:hover {
	background-color: #c1c69f;
	transition: background-color 800ms;
	color: #fff;
}
.hero li:first-child {
	border-left: 1px solid #fff;
}
.hero li:last-child {
	border-right: 1px solid #fff;
}
.hero01 {
	font-size: 22px;
	font-weight: bold;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
	padding-top: 0px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
	width: 100%;
}
.about li {
	float: left;
	width: 33.3%;
	text-align: center;
	height: 150px;
	list-style: none;
	padding-top: 150px;
}
.about01 {
	background-image: url(../images/content_nav01.jpg);
	background-size: cover;
}
.about02 {
	background-image: url(../images/content_nav02.jpg);
	background-size: cover;
}
.about03 {
	background-image: url(../images/content_nav03.jpg);
	background-size: cover;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #f6f8eb;
	padding-bottom: 35px;
	width: 100%;
}
.footer_column {
	width: 30%;
	padding-top: 30px;
	float: left;
	margin: 30px 10%;
}
footer .footer_column h3 {
	color: #000000;
	text-align: center;
}
footer .footer_column p {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
footer dt {
	float: left;
	clear: left;
	width: 100px;
}
footer dd {
	padding-left: 100px;
	width: 450px;
	margin-bottom: 20px;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 110%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #241a18;
	color: #fff;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 11px;
}
.footer_banner {
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	overflow: hidden;
}

.footer_banner_sub {

	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	overflow: hidden;
	margin-top: 50px;
	clear: both;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
/*toppage*/

#top_img {
	width: 100%;
	margin: 0px auto;
	background-image: url(../images/top_img_bg.jpg);
	background-size: cover;
	height: 700px;
	text-align: center;
	padding-top: 100px;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 33.3%;
	float: left;
}
.text_column img {
	width: 100%;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}

.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	.logo {
		margin-left: 20px;
	}
	
		#top_img {

	height: 500px;

}
	
	#footer_nav {
    width: 90% !important;
    padding: 30px 5% !important;

}
	
		#info_box {

    width: 80% !important;

}
}

@media (min-width: 680px) and (max-width: 1200px) {
	
	#header_nav_in {
		width: 100%;
	}
	
	.footer_column {
		margin: 30px 3%;
		width: 44%;
	}
	
		.logo {
		margin-left: 20px;
	}
	.hero li {
		font-size: 12px;
	}
	

	
	footer dd {
		padding-left: 60px;
width: auto;
margin-bottom: 20px;
	}
	
		#info_box {

    width: 80%;

}
}

@media (min-width: 321px)and (max-width: 980px) {
#top_img img{
	width: 90%;
}
		#top_img {

	height: 500px;

}
	
		.logo {
		margin-left: 20px;
	}
	
	#info_box {

    width: 80%;

}
}
/*Webフォント*/
@font-face {
	font-family: 'hannari';
	src: url(http://goshikidai.jp/font/hannari.eot);
	src: url(http://goshikidai.jp/font/hannari.otf) format('opentype');
}
/*btn*/

.button {
	display: inline-block;
	width: 200px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 10px;
	outline: none;
	font-size: 20px;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.button:hover {
	background-color: rgba(255, 255, 255, .6);
	color: #000;
}
.koukoku01 {
	margin: 10px;
}

.koukoku01 img{
    width: 100%;
    height: auto;
}
#koukoku02_box {
	width: 70%;
	overflow: hidden;
	margin: 0px auto;
	text-align: center;
	margin-top: 40px;
}
.koukoku02 {
	background-color: #aed1d9;
	padding: 40px 0px;
	margin: 1%;
	float: left;
	width: 31%;
	text-align: center;
}
/*info*/
#info_left {
	float: left;
	padding: 15px 30px;
	width: 7%;
	font-size: 20px;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}
#info_right {
	float: right;
	width: 80%;
}
#info_right dt {
	/* float: left; */
	margin-right: 50px;
	font-size: 90%;
}
#info_right dd {
	margin-bottom: 55px;
}
#info_right .title {
	margin-bottom: -10px;
}
#info_box {
	padding: 30px;
	width: 65%;
	margin: 0px auto;
	border: 1px solid #000;
	overflow: hidden;
	margin-bottom: 60px;
}
.center {
	text-align: center;
}
#footer_nav {
	width: 70%;
	padding: 30px 15%;
	margin: 0px auto;
	float: none;
	overflow: hidden;
	background: url(../images/bg_footer01.png) repeat-x #332b28  ;
	color: #fff;
}
#footer_nav a {
	color: #fff;
	text-decoration: none;
}
#footer_nav a:hover {
	filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
#footer_nav01 p {
	text-align: left;
	margin-bottom: 5px;
}
#footer_nav ul {
	margin: 0px;
}
#footer_nav li {
	list-style: none;
	font-weight: 400;
	margin-left: 0px;
	width: 100%;
	text-align: left;
	margin-bottom: 8px;
	font-size: 13px;
}
#footer_nav ul li ul li {
	margin-left: -25px;
}
#footer_nav01 {
	float: left;
	width: 33%;
	text-align: left;
}
#footer_nav02 {
	float: left;
	width: 33%;
	text-align: left;
}
#footer_nav03 {
	width: 33%;
	float: left;
	text-align: left;
}


/*テンプレート*/
#sub_left {
    width: 40%;
    float: left;
    margin-left: 10%;
}
#sub_right {
    width: 50%;
    float: right;
}

#content_box {
	background-color:#fff
	
}

#content{
width: 855px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#header_inner h1 {
	overflow: hidden;
	text-align: center;
	    margin-top: 100px;
}
#header_inner h1 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
#header_inner h1 span::before,
#header_inner h1 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #000;
}
#header_inner h1 span::before {
	right: 100%;
}
#header_inner h1 span::after {
	left: 100%;
}

#pankuzu {
    text-align: right;
    margin-right: 10%;
    padding-top: 10px;
    font-size: 12px;
    letter-spacing: 1px;
}

/*pagetitle*/

#header_ttl_img{
background-image: url(../images/ttl_institution.jpg);
    background-size: cover;
    height: 300px;
	
}


h2 {
	  font-size: 28px;
    font-weight: bold;
    background: url(../images/line01.gif) repeat-x left bottom;
    position: relative;
    padding-bottom: 10px;
	margin-right:10px;
}

/*institution*/

#institution ul{
    margin-left: -40px;
	
}

#institution li{
    background: url(../images/institution/bg01.gif) no-repeat #eae3d8;
		padding: 20px;
    list-style: none;

    margin: 10px 0px 10px 0px;	
}

#institution h3{
margin: 10px 0px;
}

.institution02 {
	border-top: 1px solid #545a5b;
	border-bottom: 1px solid #545a5b;
	padding: 5px;
	font-size: 90%;
	text-align: center;
}

#institution03 li{
    list-style: none;
    float: left;
    width: 230px;
    margin: 15px;
    border: 1px solid #ccc;
    padding: 10px;


}

#institution03 p{
	font-size:12px;
	
}

#institution03 h3{
    font-size: 15px;
    margin-bottom: -8px;
	
}

.h300 {
/*height:280px;	*/
min-height: 320px;
}

.h230 {
/*	height: 220px;*/
min-height: 270px;
}



/*button*/

.button01 {
	background-color: #333;
	color: #fff;
}
.button01:hover {
	background-color: #60686a;
	color:#fff;
}

.button01 {
display: inline-block;
    width: 200px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    line-height: 44px;
    outline: none;
    margin-top: 20px;
}
.button01::before,
.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button01,
.button01::before,
.button01::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*font*/

.font13 {
	font-size:13px;
}


/*figure*/

figure {
    position: relative;
    overflow: hidden;
    width: 230px;
    margin: 0px;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 95%;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	color: #fff;
	text-align:center;
}
figure:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}


/* table 葬祭ページなど*/
.institution_table{
	width: 815px;
	margin-bottom: 20px;
	border-top: 1px solid #545a5b;
	border-bottom: 1px solid #545a5b;
	font-size: 90%;
	text-align: left;
}

.bttom_line{
	padding: 5px;
}

.institution_table th{
	vertical-align: top;
	padding: 5px;
	width: 85px;
	padding-left: 20px;
	border-bottom: 1px solid #545a5b;
}


.institution_table .border_none{
	border: none;
}

.institution_table td{
	padding: 5px;
	border-bottom: 1px solid #545a5b;
}

.institution_table td:nth-of-type(1){
	vertical-align: top;
	width: 140px;
}

.institution_table td:nth-of-type(2){
	width: 480px;
}


/* table 縦向き*/
table.column_table {
	width: 800px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 40px;
}
table.column_table th {
	min-width: 100px;
	padding: 10px 13px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #f2f2f2;
}

table.column_table03 th {
	width: 100px;
}

table.column_table td.td300 {
	width: 110px;
}

table.column_table td {
	padding: 10px 13px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

table.column_table ul {
	margin-left: -20px;
}

/* table 横向き*/
table.row_table {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}

table.row_table th {
	width: 150px;
	padding: 10px 13px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #f2f2f2;
	text-align: center;
}
table.row_table td {
	width: 350px;
	padding: 10px 13px;
	vertical-align: top;
	border: 1px solid #ccc;
}
td.sub_title {
	width: 150px;
}

/*キャプション*/
table.institution_table .table_caption { 
	caption-side:bottom;
	margin: 5px 0;
	font-size: 90%;
} 

.table_caption { 
	caption-side:bottom;
	text-align: left;
	margin-bottom: 10px;
} 

span.red{
	color:#C00;
}

ol{
	padding: 0 20px;
	margin-bottom: 10px;
}

.txt_center{text-align:center}
.mb20{margin-bottom:20px;}
.mr30{	margin-right:30px;}

/*スマホテキスト*/
html {-webkit-text-size-adjust:100%}

.photo_image li{
	list-style-type: none;
}
