@charset "UTF-8";

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 850px) {

body,
html {
	background: url(../cmn_img/bg_body.jpg) left top repeat;
	min-width: inherit;
	/*overflow: hidden;*/
}

#contents {
	margin-top: 0;
}

#contents section {
	margin-bottom: 25px;
}

.spDisp {
	display: inline!important;
}

.spHide {
	display: none!important;
}

br.spHide {
	display: none!important;
}

.spImg {
	height: auto;
	width: 100%;
}

.spCenter {
	text-align: center;
}

.top10 {
	margin-top: 5px !important;
}

.top15 {
	margin-top: 5px !important;
}

.top20 {
	margin-top: 10px !important;
}

.top25 {
	margin-top: 10px !important;
}

.top30 {
	margin-top: 15px !important;
}

.top35 {
	margin-top: 15px !important;
}

.top40 {
	margin-top: 20px !important;
}

.btm0 {
	margin-bottom: 0 !important;
}

.btm5 {
	margin-bottom: 5px !important;
}

.btm10 {
	margin-bottom: 5px !important;
}

.btm15 {
	margin-bottom: 10px !important;
}

.btm20 {
	margin-bottom: 10px !important;
}

.btm25 {
	margin-bottom: 10px !important;
}

.btm30 {
	margin-bottom: 15px !important;
}

.btm35 {
	margin-bottom: 15px !important;
}

.btm40 {
	margin-bottom: 20px !important;
}

.btm45 {
	margin-bottom: 20px !important;
}

.btm50 {
	margin-bottom: 25px !important;
}

.btm55 {
	margin-bottom: 25px !important;
}

.btm60 {
	margin-bottom: 30px !important;
}

.btm65 {
	margin-bottom: 30px !important;
}

.btm70 {
	margin-bottom: 35px !important;
}

.btm75 {
	margin-bottom: 35px !important;
}

.btm80 {
	margin-bottom: 40px !important;
}

.btm85 {
	margin-bottom: 40px !important;
}

.btm90 {
	margin-bottom: 45px !important;
}

.btm95 {
	margin-bottom: 45px !important;
}

.pT0 {
	padding-top: 0!important;
}

.pT5 {
	padding-top: 5px!important;
}

.pT10 {
	padding-top: 5px!important;
}

.pT15 {
	padding-top: 10px!important;
}

.pT20 {
	padding-top: 10px!important;
}

.pT25 {
	padding-top: 15px!important;
}

.pT30 {
	padding-top: 15px!important;
}

.pT35 {
	padding-top: 15px!important;
}

.pT40 {
	padding-top: 20px!important;
}

.pT45 {
	padding-top: 20px!important;
}

.pB0 {
	padding-bottom: 0!important;
}

.pB5 {
	padding-bottom: 5px!important;
}

.pB10 {
	padding-bottom: 5px!important;
}

.pB15 {
	padding-bottom: 5px!important;
}

.pB20 {
	padding-bottom: 10px!important;
}

.lm5 {
	margin-left: 5px !important;
}

.lm10 {
	margin-left: 5px !important;
}

.lm15 {
	margin-left: 5px !important;
}

.lm20 {
	margin-left: 10px !important;
}

.lm50 {
	margin-left: 20px !important;
}

.lm60 {
	margin-left: 30px !important;
}

.lm70 {
	margin-left: 30px !important;
}

.rm5 {
	margin-right: 5px !important;
}

.rm10 {
	margin-right: 5px !important;
}

.rm15 {
	margin-right: 5px !important;
}

.rm20 {
	margin-right: 10px !important;
}

.spBtm0 {
	margin-bottom: 0 !important;
}

.spBtm5 {
	margin-bottom: 5px !important;
}

.spBtm10 {
	margin-bottom: 10px !important;
}

.spBtm15 {
	margin-bottom: 15px !important;
}

.spBtm20 {
	margin-bottom: 20px !important;
}

.spBtm25 {
	margin-bottom: 25px !important;
}

.spBtm30 {
	margin-bottom: 30px !important;
}

.spBtm35 {
	margin-bottom: 35px !important;
}

.spBtm40 {
	margin-bottom: 40px !important;
}

.spBtm45 {
	margin-bottom: 45px !important;
}

.spBtm50 {
	margin-bottom: 50px !important;
}

.spW100 {
	width: 100%!important;
}

body {
	padding-bottom: 40px;
	font-size: 1.3rem;
}

#topcontrol {
	background: url(/cmn/cmn_img/bg_hd_bdr_sp.gif) center bottom repeat-x;
	background-size: auto 3px;
	position: fixed;
	bottom: 0!important;
	left: 0!important;
	top: auto!important;
	right: auto!important;
	text-align: center;
	height: 40px;
	padding-bottom: 0;
	width: 100%;
}

#topcontrol a {
	background-image: none;
	background: rgba(0,0,0,0.7);
	color: #FFF;
	font-size: 1.2rem;
	height: 40px;
	width: 100%;
	opacity: 1;
	padding: 15px;
	border-radius: 0;
	letter-spacing: 0.1em;
}

#topcontrol a:hover {
	background-image: none;
	background: rgba(0,0,0,1);
	width: 100%;
}

.anchor {
	display: block;
	margin-top: -45px;
	padding-top: 45px;
}

body.rituals .anchor {
	margin-top: -75px;
	padding-top: 75px;
}

#header {
	background-color: #FFF;
	padding: 0;
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.3);
}

#header .logo {
	float: none;
	margin: 0 auto;
	padding: 19px 0 19px 20px;
	text-align:left;
	width: auto;
}

#header .logo img {
	height: auto;
	width: 174px;
}

#header .hdR {
	display: none;
}

#sns ul li {
	font-size: 16px;
	top: 14px;
	z-index: 10000;
}

#sns ul li.fb {
	left: auto;
	right: 11%;
}

#sns ul li.insta {
	right: 3.5%;
}

#sns ul li a {
	color: #CCC;
	font-size: 22px;
	transition: 0.2s;
}

#sns ul li a:hover {
	color: #c3320f;
	font-size: 22px;
}

#my-button {
	display: block;
}

/*











*/



#mv {
	margin-top: 44px;
	height: 220px!important;
}

#mv h1 {
	font-size: 26px;
	font-size: 2.6rem;
	position: static;
}

#mv h1:before {
	background-size: 30px auto;
	height: 25px;
	margin: 0 auto 10px;
	width: 30px;
}

#footer {
	border-top: 1px solid #DDD;
	background: none;
	height: auto;
	padding: 0 15px 10px;
}

#footer .ftInr {
	margin: 0 auto;
	padding-top: 40px;
	width: auto;
}

#footer .ftInr ul.sns {
	height: auto;
}

#footer .ftInr ul.sns li {
}

#footer .ftInr ul.sns li a {
	font-size: 26px;
	font-size: 2.6rem;
}

#footer .ftInr ul.sns li a:hover {
	font-size: 26px;
	font-size: 2.6rem;
}

#footer .ftInr ul.ftNav:before {
	background-color: transparent;
	content: '';
	display: block;
	height: 1px;
	margin: 35px auto;
	width: 40px;
}

#footer .ftInr ul.ftNav {
	margin-bottom: 35px;
	overflow: hidden;
}

#footer .ftInr ul.ftNav li a:before {
	color: #666;
	content: "\f105";
	display: inline-block;
	font-family: 'fontawesome';
	font-size: 12px;
	font-weight: normal;
	margin-right: 7px;
	transition: 0.4s;
}

#footer .ftInr ul.ftNav li {
	display: block;
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin-right: 0;
	text-align: left;
	width: 60%;
}

#footer .ftInr ul.ftNav li.even {
	width: 40%;
}

#footer .ftInr ul.ftNav li a {
	display: block;
	padding: 7px 5px;
	text-decoration: underline;
}

#footer .ftInr p.address {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}

#footer .ftInr p.tel {
	font-size: 12px;
	margin-bottom: 30px;
	text-align: center;
}

#footer .number {
	font-size: 12px;
}

#footer small {
	display: block;
	font-size: 10px;
	text-align: center;
}

#footer {
	overflow: hidden;
	position: relative;
}

#footer:before {
	background: url(../cmn_img/bg_footer_s.jpg) center bottom no-repeat;
	background-size: cover;
}

#footer:before {
	content: "";
	z-index: -1;
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	position: absolute;
	width: 100%;
	height: 110%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	opacity: 0.3;
}
.contact_ssl {
	position:static;
	margin:20px auto;
}

/*









*/































/*----------------------------------------------------
	☆flt
----------------------------------------------------*/


.fltL {
	float: none;
}

.fltR {
	float: none;
}

.fltImgL {
	float: none;
	margin: 0 0 5px 0;
}

.fltImgR {
	float: none;
	margin: 0 0 5px 0;
}

/*----------------------------------------------------
	☆head
----------------------------------------------------*/



/*----------------------------------------------------
	☆anchorBox
----------------------------------------------------*/


#contents .anchorBox {
	margin-bottom: 20px;
	padding: 0;
}

#contents .anchorBox .inr {
	padding: 12px 10px 4px;
}

#contents .anchorBox ul li {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 5px 0;
	width: 50%;
	min-width: inherit;
}

#contents .anchorBox ul li a {
	padding: 0 0 5px;
}

#contents .anchorBox ul li a:hover {
	text-decoration: none;
}

#contents .anchorBox ul li a:before {
	font-size: 13px;
	margin-top: -1px;
}

/*----------------------------------------------------
	☆List
----------------------------------------------------*/


#contents ul.arrowList {
	margin-bottom: 20px;
}

#contents ul.arrowList.pattern01 li {
	padding-left: 20px;
}

#contents ul.arrowList.pattern01 li:before {
	font-size: 13px;
	margin-right: 6px;
	top: 2px;
}

#contents ul.arrowList.pattern02 {
	padding-left: 0;
}

#contents ul.arrowList.pattern02 li {
	padding-left: 20px;
}

#contents ul.arrowList.pattern02 li:before {
	border-radius: 10px;
	content: "";
	display: inline-block;
	margin-right: 0;
	width: 10px;
	height: 10px;
	top: 7px;
}

#contents ul.arrowList li,
#contents .indList li,
#contents .indListS li,
#contents .numList li,
#contents .numListS li,
#contents ul.iconList li {
	margin-bottom: 8px;
}

#contents ul.iconList li a {
	display: inline-block;
}

#contents ul.iconList li.blankIcon a::before,
#contents ul.iconList li.exlIcon a::before,
#contents ul.iconList li.pdfIcon a::before,
#contents ul.iconList li.wrdIcon a::before {
	top: 2px;
}

#contents .indList,
#contents .indListS {
	margin-bottom: 25px;
	padding-left: 0;
}

#contents .numList,
#contents .numListS {
	margin-bottom: 25px;
	padding-left: 20px;
}

#contents ul.iconList {
	margin-bottom: 20px;
	padding: 0!important;
}

#contents dl.arrowDl {
	margin-bottom: 15px;
}

#contents dl.arrowDl dt {
	font-size: 1.4rem;
	display: inline-block;
	text-indent: -0.8em;
	padding-left: 1.4em;
}

#contents dl.arrowDl.pattern01 dt::before {
	font-size: 14px;
}

#contents dl.arrowDl dd {
	padding-left: 1.4em;
}

#contents .bscBtn {
	border-radius: 5px;
	color: #333;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 5px 0;
	padding: 12px 15px 10px 10px;
	width: auto;
}

#contents .bscBtn.btn04 {
	padding: 12px 15px 10px 10px;
}

#contents .bscBtn.btn05 {
	padding: 12px 15px 10px 10px;
}

#contents .bscBtn.btn01:after,
#contents .bscBtn.btn02:after,
#contents .bscBtn.btn03:after {
	top: 28%;
}

#contents .bscBtn.btn01R:before {
	top: 28%;
}

/*----------------------------------------------------
	☆Box
----------------------------------------------------*/


.bscBox.bb01,
.bscBox.bb02,
.bscBox.bb03,
.bscBox.bb04,
.bscBox.bb05 {
	padding: 15px 15px 10px;
}

.bscBox .center {
	text-align: left!important;
}

/*----------------------------------------------------
	☆clmBox
----------------------------------------------------*/


#contents div.clm2Box ul li {
	float: none;
	margin: 0 0 20px 0;
	width: auto;
}

#contents div.clm3Box ul li {
	float: none;
	margin: 0 0 20px 0;
	width: auto;
}

#contents div.clm4Box ul li {
	float: none;
	margin: 0 0 20px 0;
	width: auto;
}

#contents div.clm2BoxBdr ul li {
	float: none;
	margin: 0 0 10px 0;
	padding: 15px 15px 15px;
	width: auto;
}

#contents div.clm3BoxBdr ul li {
	float: none;
	margin: 0 0 10px 0;
	padding: 15px 15px 15px;
	width: auto;
}

#contents div.clm4BoxBdr ul li {
	float: none;
	margin: 0 0 10px 0;
	padding: 15px 15px 15px;
	width: auto;
}

/*----------------------------------------------------
	☆Table
----------------------------------------------------*/


#contents .tableScroll:before {
	content: '※フリックで横スクロール';
	display: block;
	margin-bottom: 10px;
}

#contents .tableScroll {
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch
}

#contents .tableScroll table {
	width: 600px;
}

#contents .tbl01 table th,
#contents .tbl01 table td,
#contents table.tbl01 th,
#contents table.tbl01 td {
	font-size: 12px;
	padding: 10px 10px;
}

#contents .tbl02 table th,
#contents .tbl02 table td,
#contents table.tbl02 th,
#contents table.tbl02 td {
	font-size: 12px;
	padding: 10px 10px;
}

#contents .tbl03 table th,
#contents .tbl03 table td,
#contents table.tbl03 th,
#contents table.tbl03 td {
	font-size: 12px;
	padding: 10px 10px;
}

#contents div.tbl01,
#contents table.tbl01 {
	margin-bottom: 15px;
}

#contents div.tbl02,
#contents table.tbl02 {
	margin-bottom: 15px;
}

#contents .listTbl table th,
#contents .listTbl table td,
#contents table.listTbl th,
#contents table.listTbl td {
	display: block;
	font-size: 12px;
	padding: 5px 10px 10px;
	width: 100%;
}

#contents .listTbl table th,
#contents table.listTbl th {
	border-bottom: none;
	font-size: 14px;
	padding: 10px 10px 0;
}

/*----------------------------------------------------
	☆Head
----------------------------------------------------*/


#contents .head01 {
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 20px;
}

#contents .head01:before {
	background: url(../cmn_img/icon_flower.png) center center no-repeat;
	background-size: 30px auto;
	display: block;
	height: 24px;
	margin: 0 auto 10px;
	width: 30px;
}

/*----------------------------------------------------
	☆FAQ
----------------------------------------------------*/


#contents .faq01 {
	padding: 0;
}

#contents .faq01 dl {
	padding: 12px 45px 10px 55px;
}

#contents .faq01 dt:before {
	font-size: 30px;
	top: 17px;
	left: 15px;
}

#contents .faq01 dt:after {
	font-size: 26px;
	top: 22px;
}

#contents .faq01 dl dt {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 10px 0;
	transition: 0.2s;
}

#contents .faq01 dl dd {
	font-size: 16px;
	font-size: 1.6rem;
	display: none;
	line-height: 1.4;
	padding: 10px 0;
}

/*





#contents .faq01 dl dt:hover,
#contents .faq01 dl.active dt {
	color:#967639;
	cursor:pointer;
}

#contents .faq01 dl.active:after {
	color:#967639;
	-moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}






*/








/*----------------------------------------------------
	☆Rituals and Ceremonies
----------------------------------------------------*/



#contents .ritualsAnchor {
	padding: 30px 10px 10px;
}

#contents .ritualsAnchor ul {
	text-align: left;
}

#contents .ritualsAnchor ul li {
	margin: 0 5px;
	font-size: 20px;
}

#contents .ritualsAnchor ul li a {
	padding: 0 7px 7px;
}

#contents .ritualsAnchor ul li a:before {
	font-size: 20px;
}

#contents .ritualsSection {
	margin: 0 auto -15px;
	padding: 60px 15px 20px;
}

#contents .ritualsSection.last {
	margin: 0 auto 0;
}

#contents .ritualsSection h2 {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 5px;
}

#contents .ritualsSection h2 span {
	font-size: 14px;
	display: block;
}

#contents .ritualsSection .day {
	line-height: 1.4;
	margin-bottom: 15px;
}

#contents .ritualsSection .day .date {
	font-size: 16px;
}

#contents .ritualsSection .day .time {
	font-size: 14px;
	margin-left: 15px;
}

#contents .ritualsSection .pickUp {
	background: url(../cmn_img/icon_flower_red_l.png) left 0 no-repeat;
	background-size: 43px auto;
	padding: 0 0 0 60px;
}

#contents .ritualsSection .clm2 li p {
	line-height: 0;
	margin-bottom: 5px;
}

#contents .ritualsSection .clm1 {
	overflow: visible!important;
}

.cycle-pager {
	overflow: visible!important;
	margin: 15px 0 30px;
	vertical-align: top;
}

.cycle-pager span {
	font-size: 26px!important;
}

.cycle-pager span:hover,
.cycle-pager span.cycle-pager-active {
	color: #C3320F!important;
}

/*----------------------------------------------------
	☆TOP
----------------------------------------------------*/


#topMv {
	height: 530px!important;
}

#topMv h1 {
	position: absolute;
	top: 14%;
	left: 8%;
	z-index: 200;
	width: 52px;
}

#topMv h1 img {
	height: auto;
	width: 100%;
}

#topMv ul li {
	height: 530px!important;
}

#contents .inrSection {
	padding: 0 10px;
}

#contents .top01 {
	padding: 30px 10px 20px;
	text-align: left;
}

#contents .top01 p {
	line-height: 2;
}

#contents .top02 {
	background: none;
	background-color: #FFF;
	padding-bottom: 0;
	margin-bottom: 0;
}

#contents .top02:after {
	display: none;
}

#contents .top02 .head01 {
	margin-bottom: 0;
	padding: 50px 0;
	position: relative;
	z-index: 100;
}

#contents .top02 .bg {
	background: url(../uniq/top/bg_top02.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 0;
	position: relative;
	z-index: 100;
}

#contents .top02 .bg:after {
	background: rgba(0,0,0,0.4);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

#contents .top02 .map {
	padding: 0;
}

#contents .top02 .map ul.marker {
	display:flex;
	flex-wrap:wrap;
	overflow: hidden;
}

#contents .top02 .map ul.marker li {
	border-bottom: 1px solid #D0CAC4;
	border-right: 1px solid #D0CAC4;
	position:relative;
	display:flex;
	align-items:center;
	float:none;
	padding: 10px 13px 10px 40px;
	width: 50%;
	max-width: none;
	left:auto !important;
	right:auto !important;
	top:auto !important;
}

#contents .top02 .map ul.marker li:hover{
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
	transform: none;
}

/*#contents .top02 .map ul.marker li.li07 {
	clear: both;
	display: block;
	float: none;
	text-align: center;
	width: auto;
}*/

#contents .top02 .map ul.marker li img {
	position:absolute;
	left:15px;
	top:50%;
	transform: translateY(-50%);
	margin-right:0;
	vertical-align: middle;
	margin-top:0;
	width: 20px;
}

#contents .top02 .map ul.marker li span.name {
	display: inline-block;
	line-height:1.3;
	font-size: 16px;
	font-size: 1.6rem;
}

#contents .top03 {
	margin: 0;
	padding: 0;
}

#contents .top03 ul {
	display: block;
	width: 100%;
}

#contents .top03 ul li {
	display: block;
	vertical-align: top;
	width: auto;
}

#contents .top03 ul li a {
	display: block;
	height: 180px;
}

#contents .top03 ul li a:after {
	background: rgba(32,58,72,0.7);
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	transition: 0.5s;
}

#contents .top03 ul li a div.tbl {
	height: 180px;
}

#contents .top03 ul li a div.tblCell {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.4;
	display: table-cell;
	height: 180px;
	text-align: center;
}

#contents .top03 ul li a:hover {
	-moz-transform: scale(1.00);
	-webkit-transform: scale(1.00);
	-ms-transform: scale(1.00);
	transform: scale(1.00);
}

#contents .top03 ul li a:hover:after {
	background: rgba(32,58,72,0.1);
}

#contents .top03 ul li a:hover div.tblCell {
	color: #FFF;
	font-size: 24px!important;
	font-size: 2.4rem!important;
}

#contents .top04 {
	padding: 50px 0 0;
}

#contents .top04 p {
	line-height: 2;
	margin: 0 auto 30px;
}

#contents .top04 .number {
	font-size: 14px;
}

#contents .top04 #gMap {
	background: url(../uniq/top/sample_map.jpg) center center no-repeat;
	height: 250px;
}

#modals {
	background: rgba(255,255,255,0.97);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 10000;
	display: none;
	text-align: center;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}

#modals .modalArea {
	max-height:100%;
	margin: 0 auto;
	padding: 70px 15px 25px;
	position: static;
	margin-left: 0;
	opacity: 0;
	display: none;
}

#modals span.close {
	background: url(../uniq/top/close.png) left top no-repeat;
	background-size: 25px;
	cursor: pointer;
	content: '';
	display: block;
	position: fixed;
	top: 15px;
	right: 15px;
	height: 25px;
	width: 25px;
	z-index: 10000;
	transition: 0.2s;
}

#modals .modalArea .mdlL {
	float: none;
	margin-bottom: 20px;
	width: auto;
}

#modals .modalArea .mdlR {
	float: none;
	padding: 0 0 0 0;
	width: auto;
}

#modals .modalArea h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 400;
}

#modals .modalArea h2:after {
	background-color: #C1341C;
	content: '';
	display: block;
	height: 1px;
	margin: 8px auto 20px;
	width: 60px;
}

#modals .modalArea .mdlR h2 {
	display: none;
}

#modals .modalArea .mdlL h2 {
	display: block;
}

#modals .modalArea .mdlR p.txt {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
}

#modals .modalArea .btn {
	font-size: 14px!important;
	font-size: 1.4rem!important;
	font-weight: 300!important;
	padding-top: 25px;
}
/*


*/

}
