@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 15px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #000;
	line-height: 1.6;
}
#contents {
	width: 980px;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	opacity: .5;
}
h1 {
	font-size: 30px;
	color: #FFF;
	text-shadow: -1px -2px 3px #808080;
}
h1 span {
	font-size: 20px;
	margin-right: 20px;
	color: #FFF;
}
h1 img {
	height: 42px;
}
h2 img {
	width: 100%;
	margin-bottom: 0.5em;
	border-radius: 5px;
}
h3 img {
	width: 100%;
	margin-bottom: 0.5em;
	border-radius: 5px;
}
h4 img {
	width: 980px;
	height: 60px;
	border-radius: 5px;
}

@media screen and (max-width:768px) {
h2 img {
	width: 100%;
	height: auto;
}
	
h2 .sp img {
	margin-top: 30px;
}
	
h3 img {
	width: 100%;
	height: auto;
}
h4 img {
	width: 100%;
	height: auto;
}
}
h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}
h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
}
p {
	margin: 0 0 3em 0;
}
img {
	vertical-align: bottom;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #ff0000;
}
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #9b8462;
	border-left: 5px solid #9b8462;
}
ul, ol, dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #000;
}
th {
	width: 20%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	background: #C1C1C1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #000;
}
/*================================================
 *  汎用クラス
 ================================================*/
.conL {
	clear: both;
	box-sizing: border-box;
	float: left;
	width: 50%;
	padding-right: 10px;
}
.conR {
	box-sizing: border-box;
	float: right;
	width: 50%;
	padding-left: 10px;
}
.name {
	margin-left: 2em;
	font-size: 13px;
}
.menu {
	overflow: hidden;
	margin-bottom: 80px;
	padding: 20px;
	border-radius: 10px;
	background: #D3D3D3;
}
.menu div {
	position: relative;
}
.menu .innerL {
	box-sizing: border-box;
	width: 50%;
	float: left;
	padding-right: 20px;
}

@media screen and (max-width:768px) {
.menu .innerL {
	padding-right: 0;
	padding-bottom: 2em;
}
}
.menu .innerL div {
	position: relative;
	margin-bottom: 2em;
}
.menu .innerL div:last-child {
	margin-bottom: 0;
}
.menu .innerR {
	box-sizing: border-box;
	width: 50%;
	float: right;
	padding-left: 20px;
}

@media screen and (max-width:768px) {
.menu .innerR {
	padding-left: 0;
}
}
.menu .innerR div {
	position: relative;
	margin-bottom: 2em;
}
.menu .innerR div:last-child {
	margin-bottom: 0;
}
.menu p {
	margin-bottom: 0;
}
.menu .price {
	position: absolute;
	top: 0;
	right: 0;
}
.textC {
	text-align: center;
}
.menu h4:before {
	content: '・';
}
/*================================================
 *  写真中央寄せ
 ================================================*/

.imgC {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
}
.imgC img {
	border-radius: 5px;
	margin-bottom: 0.5em;
}
/*================================================
 *  写真左寄せ 
 ================================================*/

.imgL {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 100px;
}
.imgL img {
	float: left;
	margin: 0 2em 2em 0;
	border-radius: 5px;
}
/*================================================
 *  アクセス
 ================================================*/

.imgR iframe {
	float: right;
	margin: 0 0 15px 0;
}
.access {
	height: auto;
	margin-left: 20px;
	margin-top: 20px;
}
.imgR p {
	margin-left: 20px;
}
.access .qr p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.qr p img {
	margin: 0 50px 0 0;
	float: right;
}

@media screen and (max-width:768px) {

	.access p {
	margin-left: 0;
}
	
.qr p img {
	float: right;
	margin: 0;
}
.access .qr p {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
}
/*================================================
 *  写真右寄せ
 ================================================*/
.imgR {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
	margin-top: 20px;
}
.imgR img {
	float: right;
	margin: 0 0 2em 2em;
	border-radius: 5px;
}
/*================================================
 *  宗旨 
 ================================================*/


.twoColInner table {
	width: auto;
	margin-bottom: 50px;
	border-collapse: collapse;
	border: none;
}
.twoColInner table th {
	width: 10%;
	padding: 10px;
	text-align: center;
	vertical-align: top;
	border: none;
	background: #FFF;
}
.twoColInner table td {
	width: 30%;
	padding: 10px;
	text-align: left;
	border: none;
}
.syuushi {
	margin: 0px 30px 30px 30px;
}
/*================================================
 *  お知らせ・年中行事
 ================================================*/
.info table {
	width: auto;
	margin-bottom: 50px;
	border-collapse: collapse;
	border: none;
}
.info table th {
	width: 5%;
	padding: 10px 0 10px 10px;
	text-align: center;
	vertical-align: middle;
	border: none;
	background: #FFF;
}
.info table td {
	width: 30%;
	padding: 10px 10px 10px 0;
	text-align: left;
	border: none;
}

@media screen and (max-width:768px) {
	.info table{
		margin-bottom: 25px;
	}
	
.info table th {
	width: 5%;
	padding: 10px 0 10px 0;
	}	
.info table td {
	width: 30%;
	padding: 10px 0 10px 0;
}	
	
}


.event table {
	margin-bottom: 50px;
}
.event table th {
	border: none;
	border-bottom: 1px dotted #999;
}
.event table td {
	border: none;
	border-bottom: 1px dotted #999;
}
/*================================================
 *  2カラム（スマートフォンでは1カラム)
 ================================================*/

.twoCol {
	overflow: hidden;
	margin-bottom: 50px;
}
.twoColInner {
	overflow: hidden;
	margin-right: -2%;
	margin: 80px 0;
}

@media screen and (max-width:768px) {
.twoColInner {
	overflow: hidden;
	margin-right: -2%;
	margin: 30px 0;
}

}
.twoColInner div {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.twoColInner div:nth-child(2n+1) {
	clear: both;
}
.twoColInner img {
	width: 100%;
	margin-bottom: 0.5em;
	border-radius: 5px;
}
/*================================================
 *  縁起・リンク
 ================================================*/

.engi {
	margin: 20px 30px;
}
.link {
	margin-bottom: 30px;
}
.link img {
	width: 285px;
	height: 62px;
	margin-top: 10px;
	margin-left: 30px;
}
.link a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media screen and (max-width:768px) {
.link img {
	width: 100%;
	height: auto;
	margin: 10px 0;
}
}
/*================================================
 *  3カラム（スマートフォンでは1カラム)
 ================================================*/
.threeCol {
	overflow: hidden;
	margin-bottom: 50px;
}
.threeColInner {
	overflow: hidden;
	margin-right: -3%;
}
.threeColInner div {
	width: 31%;
	float: left;
	margin-right: 2%;
}
.threeColInner div:nth-child(3n+1) {
	clear: both;
}
.threeColInner img {
	width: 100%;
	margin-bottom: 0.5em;
	border-radius: 5px;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	background: linear-gradient(to right, #53306a, #32457d, #006167);
}
header h1 {
	padding: 5px 0;
}
header .inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/

header nav {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 16px;
}
header nav ul {
	margin: 0 0 0 -10px;
}
header nav li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
header nav li a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
header nav li a:hover {
	color: #fff465;
}
/*================================================
 *  メイン
 ================================================*/

main {
	width: 100%;
}
section {
	margin-bottom: 10%;
}
/*================================================
 *  フッター
 ================================================*/

footer {
	clear: both;
	padding: 2% 0;
	font-size: 11px;
	text-align: center;
	background: linear-gradient(to right, #53306a, #32457d, #006167);
}
footer img {
	width: 400px;
	height: 56px;
	margin-bottom: 15px;
}

@media screen and (max-width:768px) {
footer img {
	width: 300px;
	height: 42px;
	margin-bottom: 10px;
}
}
.copy {
	color: #fff;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/

.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: #3A3A3A;
}
.totop img:hover {
	background: #555555;
}
/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	list-style: none;
}
.slideInner li img {
	max-width: 100%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
header h1 {
	margin-left: 10px;
}
header .inner {
	width: 100%;
}
#contents {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:768px) {
header nav {
	position: relative;
	padding: 0 0 10px 0;
}

.conL {
	float: none;
	width: 100%;
	padding-right: 0;
}
.conR {
	float: none;
	width: 100%;
	padding-left: 0;
}
.menu {
	margin-bottom: 40px;
}
.menu .innerL,  .menu .innerR {
	float: none;
	width: 100%;
}
.imgC {
	margin-bottom: 30px;
}
.imgC img {
	max-width: 100%;
}
.imgL {
	margin-bottom: 30px;
}
.imgL img {
	display: block;
	float: none;
	max-width: 100%;
	margin: 0 auto 1em auto;
}
.imgR .google_map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.imgR .google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access {
	margin: 10px;
}
.imgR {
	margin-bottom: 30px;
}
.imgR img {
	display: block;
	float: none;
	max-width: 100%;
	margin: 0 auto 1em auto;
}
.twoCol {
	margin-right: 0;
	margin-bottom: 30px;
}
.twoColInner {
	margin-right: 0;
}
.twoColInner div {
	float: none;
	width: 100%;
}
.threeCol {
	margin-bottom: 30px;
}
.threeColInner {
	margin-right: 0;
}
.threeColInner div {
	float: none;
	width: 100%;
}
}
　
