@charset "UTF-8";

/* --------------------------------------------------- */
/* reset */
/* --------------------------------------------------- */
* {
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}


/* --------------------------------------------------- */
/* common */
/* --------------------------------------------------- */
ol, ul {
	list-style: none;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: underline; 
	-webkit-transition: all .3s linear;
	transition: all .15s linear;
	color: #1111cc;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	color: #cc3434;
}

a:focus {
	outline: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea, select {
	font-family: inherit;
	vertical-align: middle;
}

input[type="submit"] {
	cursor: pointer;
}

em,strong {
	font-weight: bold;
}

strong {
	border-bottom: 1px dotted #ccc;
}

.copyguard {
	pointer-events: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #848484;
}
rt{
	padding-top:5px;
	padding-left:5px;
}
/* --------------------------------------------------- */
/* clearfix */
/* --------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}



/* --------------------------------------------------- */
/* Structure */
/* --------------------------------------------------- */

/* ▼全ページ共通 HTML、BODY、wrapper */
html{
	font-size:16px;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: "メイリオ", Meiryo, Arial, Roboto, "Droid Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	background-color: #000;
}
.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	/* font-size: 13px; */
	background: #FFF;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1001;
}
/* ▲全ページ共通 HTML、BODY、wrapper */

/* ▼全ページ共通 ヘッダー部 */
.header {
	width: 100%;
    height: 62px;	/* ヘッダーの高さ */
    position: fixed;
	padding: 0px 0px 0px 0px;
	background: #000;
	color: #fff;
	z-index: 999;
}
.header h1 {
	margin: 0px;
    padding-right: 62px;	/* ボタンの巾（=ヘッダーの高さ） */
}
.header h1 img {
	width: 100%;
	max-width: 200px;
	margin: 11px 0px;
}

/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	.header {
	    height: 92px;	/* ヘッダーの高さ */
		padding: 0px 0px 0px 0px;
	}
	.header h1 img {
		width: 100%;
		max-width: 350px;
		margin: 11px 0px;
	}
}
/* ▼全ページ共通 ヘッダー部 */

/* ▼全ページ共通 ヒーロー画像部 */
.hero {
	height:200px;
	/*background-image:url(/image/hero_bg_default_sm.jpg);*/
	background-position: center 35%;
	background-size: cover;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
}

.hero {
	position: relative;
}

.hero_inner {
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.hero img {
	width: 70%;
	max-width: 500px;
	border:none;
}

.keidai01 .hero { background-image:url(/image/hero_keidai01.jpg); }
.keidai02 .hero { background-image:url(/image/hero_keidai02.jpg); }
.keidai03 .hero { background-image:url(/image/hero_keidai03.jpg); }
.keidai04 .hero { background-image:url(/image/hero_keidai04.jpg); }
.kukai .hero { background-image:url(/image/hero_kukai.jpg); }
.persons .hero { background-image:url(/image/hero_persons.jpg); }
.about_manpukuji .hero { background-image:url(/image/hero_about_manpukuji.jpg); }
.access .hero { background-image:url(/image/hero_access.jpg); }
.doc_and_link .hero { background-image:url(/image/hero_doc_and_link.jpg); }
.history .hero { background-image:url(/image/hero_history.jpg); }
.isson_tanaka .hero { background-image:url(/image/hero_isson_tanaka.jpg); }
.kanwa_kyudai .hero { background-image:url(/image/hero_kanwa_kyudai.jpg); }
.from_priest .hero { background-image:url(/image/hero_from_priest.jpg); }
.sejihoudan .hero { background-image:url(/image/hero_sejihoudan.jpg); }
.for_believers .hero { background-image:url(/image/hero_for_believers.jpg); }
.koumyou_singon .hero { background-image:url(/image/hero_koumyousingon.jpg); }
.red_ink_stamp .hero { background-image:url(/image/hero_red_ink_stamp.jpg); }
.privacy_policy .hero { background-image:url(/image/hero_privacy_policy.jpg); }


h3 {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 20px auto;
	padding: 15px;
	border: none;
	color: #000;
	font-size: 1.7rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
	border-bottom: 1px solid #867a56;
}

h3 span {
	font-size: 1.2rem;
}

h4 {
	display: block;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 20px auto;
	padding: 15px;
	border: none;
	border-bottom: 1px solid #867a56;
	color: #000;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
}

h4 span {
	font-size: 1.2rem;
}
/* ▲全ページ共通 h3 */


/* ▼全ページ共通 フッター部 */
footer {
	width: 100%;
	padding: 50px 0px;
	background: #000;
	color: #fff;
}
.footer_inner1,
.footer_inner2 {
	width: 100%;
	margin: 0px auto;
	max-width: 1100px;
}
.footer_inner1 {
	margin-bottom: 40px;
}
.footer_inner1 .menu_contents {
	display: block;
	font-weight: bold;
}

.footer_inner1 .menu_contents span{
	font-weight: bold;
}

.footer_inner1 .menu_contents a {
	padding: 10px 0px 10px 60px;
	display:block;
	color: #fff;
	text-decoration: none;
}

.footer_inner1 .menu_contents a:hover {
	color: #cc3434;
	font-weight: bold;
	background-color: #cfcabb;
}

.footer_inner1 .menu_contents a:hover span {
	font-weight: bold;
}

.footer_inner1 .dtdl_wrap {
	display: block;
	width: 100%;
	padding: 0px;
	border: none;
	/* border: 1px solid red; */
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_inner1 .menu_contents dt {
	color: #fff;
	padding: 10px 0px 10px 30px;
	text-align: left;
	font-size: 1.3rem;
}

.footer_inner1 .menu_contents dt.open {
	background-color: #0a0a0a;
}

/* 開閉マークはスマホ時のみつける */
.footer_inner1 .menu_contents dt:before{
	font-family: 'icomoon';
	content: "\ea42";
	margin-left:5px;
	margin-right:5px;
	color:#5d4b45;
}

.footer_inner1 .menu_contents dt.open:before{
	font-family: 'icomoon';
	content: "\ea43";
	margin-left:5px;
	margin-right:5px;
	color:#a4bd44;
}

.footer_inner1 .menu_contents dd {
	display: none;
	color: #fff;
	text-align: left;
	line-height: 1.3rem;
	font-size: 1.1rem;
	padding: 0px 0px 0px 0px;
	background-color: #0a0a0a;
}
.footer_inner1 .menu_contents dd li {
	padding: 0px;
	border-bottom: 1px solid #484848;
}
.footer_inner1 .menu_contents dd span {
	display: block;
	font-size: 0.85rem;
	line-height: 1.0rem;
	padding: 0px;
	margin-right: 5px;
}
@media print, screen and (min-width:768px) {
	footer {
		padding: 50px 15px;
	}
	.footer_inner1 .menu_contents {
		display: flex;
	}

	.footer_inner1 .menu_contents a {
		padding: 10px 0px 10px 10px;
	}

	.footer_inner1 .dtdl_wrap {
		display: inner-flex;
		width: 25%;
		padding: 12px;
		border: none;
		border-right: 1px solid #fff;
	}
	.footer_inner1 .menu_contents:first-child {
		border-left: 1px solid #fff;
	}
	.footer_inner1 .menu_contents dt {
		padding: 10px 0px;
	}
	.footer_inner1 .menu_contents dd {
		display: block;
		margin-bottom: 1.6rem;
		padding: 0px;
		background-color: transparent;
	}

	/* 開閉マークはスマホ時のみつける */
	.footer_inner1 .menu_contents dt:before{
		content: none;
	}
	.footer_inner1 .menu_contents dt.open:before{
		content: none;
	}
	.footer_inner1 .menu_contents dd li {
		padding: 0px 0px;
		border-bottom: none;
	}
	.footer_inner1 .menu_contents dd span {
		display: block;
	}
}
.footer_inner2 {
	padding: 20px;
}
.footer_inner2 .address_wrap {
	width: 70%;
	float: left;
	text-align: left;
}
.footer_inner2 .address_wrap address {
	margin-bottom: 1.2rem;
}
.footer_inner2 .address_wrap .sect {
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer_inner2 .address_wrap .sect a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.footer_inner2 .address_wrap .sect .common_name {
	font-size: 0.95rem;
}



.footer_inner2 .address_wrap .temple_name {
	font-size: 2.0rem;
	margin-bottom: 0rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer_inner2 .address_wrap .postal_code {
	font-size: 0.875rem;
}
.footer_inner2 .address_wrap .temple_address {
	font-size: 1.0rem;
}
.footer_inner2 .address_wrap .temple_tel_pc {
	font-size: 1.0rem;
}
.footer_inner2 .address_wrap .temple_tel_sp {
	font-size: 1.0rem;
}
.footer_inner2 .address_wrap .temple_tel_sp a {
	color: #fff;
	text-decoration: none;
}


.footer_inner2 .red_ink_stamps {
	width: 30%;
	float: right;
}
.footer_inner2:after{
	content:"";
	display:block;
	clear:both;
}
@media print, screen and (min-width:768px) {
	.footer_inner2 {
		padding: 20px;
	}
	.footer_inner2 .address_wrap {
		width: 70%;
	}
	.footer_inner2 .address_wrap .sect {
		font-size: 1.5rem;
	}
	.footer_inner2 .address_wrap .temple_name {
		font-size: 2.5rem;
	}
	.footer_inner2 .red_ink_stamps {
		width: 30%;
	}
}

.copyright a{
	color: #fff;
	text-decoration: none;
}

/* ▲全ページ共通 フッター部 */


/* ▼全ページ共通 コンテンツ部 */
.contents {
	padding: 62px 0px 0px 0px;
}

/*
.contents p {
	margin-bottom: 50px;
}
*/

/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	.contents {
		padding: 92px 0px 20px 0px;		/* 92px = ヘッダーの高さ */
	}
}
/* ▲全ページ共通 コンテンツ部 */



/* ▼全ページ共通 スライドメニュー（ドロワーメニュー）*/
.side-open .side-menu {
	display: block;
}

.side-open .wrapper,
.side-open .overlay {
	-webkit-transform: translate3d(-300px, 0, 0);
	transform: translate3d(-300px, 0, 0);
}

.noScroll {
	overflow: hidden;
}

.overlay {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	z-index: 1002;
}

.side-open .overlay {
	visibility: visible;
	cursor: pointer;
	background: rgba(0,0,0,.7);
	display: block;
}

@media print, screen and (min-width:768px) {
	/*
	.overlay::after {
		content: "";
		white-space: pre;
		color: rgba(255,255,255,0);
		font-size: 40px;
		font-weight: bold;
		text-align: center;
		visibility: hidden;
		position: fixed;
		top: 40%;
		left: 0;
		display: block;
		margin-right: 300px;
		width: 70%;
		height: 50px;
		padding: 0 300px;
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	*/
	
	.side-open .overlay::after {
		visibility: visible;
		color: rgba(255,255,255,.8);
	}
}

.side-menu {
	display: none;

	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	width: 300px;
	height: 100%;

	text-align: left;
	font-size: 13px;
	background: #fff;
	z-index: 1003;
	-webkit-appearance: none;
}

.side-menu .side-menu_inner {
	padding: 68px 0px 0px 0px;
	height: 100%;

	overflow-y: hidden;
	overflow-x: hidden;

	border-bottom: 20px solid #fff;
}

.side-menu .side-menu_inner .menu_contents {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch; /* for smooth scroll in iOS browser */
	cursor: pointer;

	/* border: 1px solid red; */
}

.side-menu_inner .menu_contents a {
	display:block;
	padding: 10px 0px 10px 30px;
	color: #000;
	text-decoration: none;
}

.side-menu_inner .menu_contents a:hover {
	color: #cc3434;
	background-color: #d8db7d;
	background-color: #cfcabb;
}


.side-menu_inner .dtdl_wrap {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	border: none;
	border-top: 1px solid #c8c8c8;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.side-menu_inner .menu_contents dt {
	color: #000;
	padding: 10px 0px 10px 10px;
	text-align: left;
	font-size: 1.4rem;
}

.side-menu_inner .menu_contents dt.open {
	border-left: 5px solid #a3c22e;
	padding: 7px 0px 7px 25px;
	background-color: #0a0a0a;
}

.side-menu_inner .menu_contents dd {
	display: block;

	color: #000;
	text-align: left;
	line-height: 1.3rem;
	font-size: 1.2rem;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

.side-menu_inner .menu_contents dd li {
	padding: 0px 0px;
}

.side-menu_inner .menu_contents dd span {
	display: block;
	font-size: 0.85rem;
	line-height: 1.0rem;
	padding: 0px;
	margin-right: 5px;
}

.side-menu-btn {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 62px;	/* ヘッダーの高さ */
	height: 62px;	/* ヘッダーの高さ */

	padding-top: 8px;

	/*
	padding-left: 16px;
	*/

	cursor: pointer;
	z-index: 1004;

	background-color: #867a56;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

.side-open .side-menu-btn {
	background-color: #a3c22e;
}


/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {

	.side-menu .side-menu_inner {
		padding: 95px 0px 0px 0px;
	}

	.side-menu-btn {
		width: 92px;	/* ヘッダーの高さ */
		height: 92px;	/* ヘッダーの高さ */
		/*padding: 20px;*/
		padding-top: 20px;
	}
}

.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin: 0px auto;
	box-sizing: border-box;
	border: 0px solid red;
}

.ellipsis-v .point {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	background: #fff;
	box-shadow: 0 0 8px 0 #161616;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ellipsis-v .point.top {
	top: 0;
}

.ellipsis-v .point.mid {
	top: 0;
	bottom: 0;
}

.ellipsis-v .point.bot {
	bottom: 0;
}

.side-menu-btn .menu {
	color: #fff;
	font-size: 0.75rem;
	font-weight: bold;
	text-shadow: 0px 0px 8px #161616;
	margin-top: 5px;
	text-align:center;
}

.side-menu-btn:hover .top {
/*
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
*/
}

.side-menu-btn:hover .bot {
/*
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
*/
}

.side-open .side-menu-btn:hover .top,
.side-open .top {
	width: 42.42px;		/* 「.ellipsis-v の縦横px」x √2 */
	height: 2px;
	background: #fff;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-open .mid {
	opacity: 0;
}

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
	width: 42.42px;		/* 「.ellipsis-v の縦横px」x √2 */
	height: 2px;
	background: #fff;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ▲全ページ共通 スライドメニュー（ドロワーメニュー）*/

/* ▼エラーページ404.htmlなど */
.sorry {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	padding: 20px;
}

.sorry .tochisuke {
	width: 50%;
	max-width: 258px;
	margin: 0px auto;
}

.sorry .copyright {
	width: 100%;
	text-align:center;
	margin: 0px auto;
}

.sorry .message {
	width: 100%;
	margin: 20px 0px 20px 0px;
	text-align:center;
	font-size: 1.3rem;
}
/* ▲エラーページ404.htmlなど */


/* ▼ パンくず */
.bread {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;

	margin-bottom:10px;
	background-color: #cfcabb;
}
.bread ol{
	margin:0;
	padding:0;
	list-style:none;
}
.bread li a{
	display:inline-block;
	padding:5px 2px;
	color:#666;
	font-size:0.875rem;
	text-decoration:none;
	cursor:default;
}
.bread li a[href]{
	color:#b3424a;
	cursor:pointer;
}
.bread li a[href]:hover{
	text-decoration:underline;
}
.bread ol:after{
	content:"";
	display:block;
	clear:both;
}
.bread li{
	float:left;
	width:auto;
}
.bread li:before{
	font-family: 'icomoon';
	content: "\f105";
	margin-left:5px;
	margin-right:5px;
	color:#5d4b45;
}
.bread li:first-child:before{
	/*content:none;*/
	font-family: 'icomoon';
	content: "\e906";
	margin-left:5px;
	margin-right:5px;
	color:#5d4b45;
}

bread i{
	font-size:1.125rem;
}
.bread span{
	/* display:inline-block; */
	text-indent:-9999px;
}

/* PC, Tablet(768px and up) */
@media(min-width:768px){
	.bread {
		margin-bottom:25px;
	}
}
/* ▲ パンくず */



/* ▼全ページ共通 その他 */
/* 下線 */
.underline {
	text-decoration: underline; 
	background: none;
}

.underline_b {
	text-decoration: underline;
	background: none;
	font-weight: bold;
}

/* ▼矢印付きリンク */
.linkArrows {
	margin: 10px auto;
	text-align: right;
}

.linkArrows:before {
	content:none;
	font-family: 'icomoon';
	content: "\e90e";
	margin-left:5px;
	margin-right:5px;
	color:#5d4b45;
	transition: all .15s linear;
}
.linkArrows:hover:before {
	color:#cc3434;
}
/* ▲矢印付きリンク */


/* ▲全ページ共通 その他 */


/* //////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// */
/* //// 各ページ共通部 //////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////// */

/* ▼説明文 */
.info {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto 20px auto;
	padding: 20px 20px;
	font-size: 1.0rem;
	text-align: left;
	line-height: 1.8rem;
}

.info p {

}

.info p:last-child {
	margin-bottom: 0px;
}


/* ▲説明文 */


/* ▼写真 */
.contents_wrap {
	width: 95%;
	max-width: 1100px;
	margin: 0px auto;
	padding; 0px;
	margin-bottom: 20px;
	/* border: 2px solid red; */
}

.container.contents_wrap {
    padding-left: 0px;
    padding-right: 0px
}

@media print, screen and (min-width:1100px) {
	.contents_wrap {
		width: 100%;
		max-width: 1100px;
	}
}

.contents_wrap .row {
	width: 100%;
	max-width: 1100px;
	margin: 0;
}

.photo {
	/* width: 100%; */
	margin: 0px auto 10px auto;
	padding: 0px;
}

.photo img {
	width: 100%;
	max-width: 539px;
}

/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	.photo:nth-child(odd) {
		padding-right: 10px;
	}
	
	.photo:nth-child(even) {
		padding-left: 10px;
	}
}
/* ▼写真 */


/* ▼光明真言 */
.koumyousingon {
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.0;
    -webkit-transition: 2.5s ease-in-out;
    transition: 2.5s ease-in-out;
}

.koumyousingon img {
	width: 100px;
	height: 100px;
	border-radius: 30%;
	border: 5px solid #ef0055;
}

/* Small devices (tablets, 768px and up) */
@media print, screen and (min-width:768px) {
	.koumyousingon {
	}
	
	.koumyousingon img {
		width: 150px;
		height: 150px;
	}
}
/* ▲光明真言 */

