/*-----------------------------------------------------------------------------------
	    kamakuraguu_jp
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}
.bg-repeat{
	background:repeat;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}




/* = Lists
-------------------------------------------------------------- */
.list-sp-lg li{
	padding-bottom:20px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	;
}
.bloc-2-p{
	font-size:16px;
	line-height: 155%;
}
.top-hero{
	height:700px;
	padding:133px 133px 133px 133px;
}
.h4-style{
	font-size:16px;
}
.h4-bloc-2-style{
	font-size:16px;
}
.h4-お知らせ-style{
	font-size:22px;
}
.h4-平成三十年-style{
	font-size:20px;
	width:100%;
}
.h4-bloc-3-style{
	font-size:20px;
}
.h3-ご祈祷・ご祈願-style{
	font-size:16px;
}
.h3-heading-style{
	font-size:16px;
}
.h3-5-style{
	font-size:16px;
}
.h3-style{
	font-size:22px;
}
.h3-鎌倉宮と獅子頭-style{
	font-size:24px;
}
.p-style{
	font-size:12px;
}
.p-top-feature-style{
	font-size:14px;
}
.h2-style{
	letter-spacing:px;
	font-size:24px;
}
.h5-style{
	font-size:18px;
}
.h5-2-style{
	font-size:18px;
}
.p-7-style{
	font-size:14px;
}
.hero-title{
	margin:90px 0px 40px 0px;
	padding:0px 0px 0px 0px;
}
.h3-1月1日-style{
	font-size:18px;
}
.h3-1月3日-style{
	font-size:18px;
}
.p-bloc-9-style{
	font-size:12px;
}
.h3-交通安全・車祓-style{
	font-size:20px;
}
.h3-家内安全-style{
	font-size:20px;
}
.h3-商売繁盛-style{
	font-size:22px;
}
.p-bloc-11-style{
	font-size:14px;
}
.h3-bloc-11-style{
	font-size:20px;
}
.h3-79-style{
	font-size:20px;
}
.h3-80-style{
	font-size:20px;
}
.h3-81-style{
	font-size:20px;
}
.h3-82-style{
	font-size:20px;
}
.h3-83-style{
	font-size:20px;
}
.h3-厄除・厄払-style{
	font-size:24px;
}
.h4-交通安全・車祓-style{
	font-size:20px;
}
.h4-家内安全-style{
	font-size:20px;
}
.h4-商売繁盛-style{
	font-size:20px;
}
.h4-合格祈願-style{
	font-size:20px;
}
.h4-忌明清祓-style{
	font-size:20px;
}
.h4-攘災招福-style{
	font-size:20px;
}
.h4-心願成就-style{
	font-size:20px;
}
.h4-病気平癒-style{
	font-size:20px;
}
.h4-七五三詣-style{
	font-size:22px;
}
.h4-bloc-11-style{
	font-size:24px;
}
.h3-平成28年の戌の日一覧表-style{
	font-size:20px;
}
.p-126-style{
	line-height:30px;
}
.h2-ご祈祷ご祈願-style{
	font-size:28px;
}
.h3-安産祈願-style{
	font-size:24px;
}
.h3-長寿のお祝い-style{
	font-size:24px;
}
.row-style{
	width:100%;
}
.h3-ご祈祷時のお願い-style{
	font-size:24px;
}
.img-about-hero-tit-style{
	;
}
.hero-bg{
	max-height:206px;
	height:206px;
	background-repeat:repeat-x;
	background-position:center bottom;
	background-image:url("img/hero_bar.jpg");
	background-size:auto auto;
}
.img-bloc-7-style{
	width:555px;
}
.h3-ローズ美容院-style{
	font-size:22px;
}
.h3-チアーズブライダル-style{
	font-size:22px;
}
.h3-和婚スタイル-style{
	font-size:22px;
}
.h3-シーサイドリビエラ-style{
	font-size:22px;
}
.h2-heading-style{
	font-size:24px;
}
.h2-太平殿・貴賓室-style{
	font-size:24px;
}
.h3-お問い合わせ-style{
	font-size:20px;
}
.p-bloc-7-style{
	font-size:18px;
}
.h4-21-style{
	font-size:16px;
}
.img-shisetsu--style{
	width:165px;
}
.img-73-style{
	width:165px;
}
.img-75-style{
	width:165px;
}
.h6-style{
	font-size:20px;
}
.h6-jr鎌倉駅-style{
	font-size:20px;
}
.p-bloc-19-style{
	font-size:18px;
}
.h6-バス乗場のご案内-style{
	font-size:20px;
}
.h6-鎌倉宮横駐車場-style{
	font-size:20px;
}
.h2-bloc-7-style{
	font-size:24px;
}
.h2-2-style{
	font-size:24px;
}
.h4-3-style{
	font-size:20px;
}
.link-style{
	width:0px;
}
.img-btn{
	text-shadow:0px 2px 4px #000000;
	box-shadow:0px 2px 4px rgba(0,0,0,0.2);
}
.text-link{
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:left center;
	text-indent:14px;
	display:block;
	background-image:url("img/btn_link.png");
}
a{
}
.a:hover{
	color:rgba(0,0,0,0.5)!important;
}
.p-158-style{
	font-size:20px;
	line-height:35px;
}
.h3-bloc-16-style{
	font-size:22px;
}
.h3-リストランテ-style{
	font-size:22px;
}
.h3-99-style{
	font-size:22px;
}
.h3-100-style{
	font-size:22px;
}
.h3-101-style{
	font-size:22px;
}
.h3-102-style{
	font-size:22px;
}
.h3-披露宴・会食関係-style{
	font-size:28px;
}
.h3-挙式関係-style{
	font-size:28px;
}
.h4-8-style{
	font-size:20px;
}
.h4-9-style{
	font-size:20px;
}
.h4-10-style{
	font-size:20px;
}
.h4-11-style{
	font-size:20px;
}
.h4-12-style{
	font-size:20px;
}
.h4-13-style{
	font-size:20px;
}
.h4-14-style{
	font-size:20px;
}
.h4-15-style{
	font-size:20px;
}
.h4-17-style{
	font-size:20px;
}
.h4-16-style{
	font-size:20px;
}
.h3-42198-style{
	font-size:20px;
}
.h4-18-style{
	font-size:20px;
}
.h4-19-style{
	font-size:20px;
}
.h3-43531-style{
	font-size:20px;
}
.h3-84-style{
	font-size:20px;
}
.h3-85-style{
	font-size:20px;
}
.p-100-style{
	font-size:18px;
	line-height:30px;
}
.p-101-style{
	font-size:18px;
	line-height:30px;
}
.p-102-style{
	font-size:18px;
	line-height:30px;
}
.p-106-style{
	font-size:14px;
}
.h6-7-style{
	font-size:20px;
}
.p-108-style{
	font-size:16px;
	line-height:30px;
}
.p-110-style{
	line-height:30px;
	font-size:16px;
}
.img-753-tor-style{
	width:360px;
}
.img-style{
	width:555px;
	border-radius:0px 0px 0px 0px;
}
.img-wed-room-style{
	width:555px;
}
.img-753-omai-style{
	width:750px;
}
.hero-bar{
	background-position:center bottom;
	background-repeat:repeat-x;
	background-size:auto 4px;
	background-color:transparent;
}
.img-btn:hover{
	opacity:0.8;
}
.option-select-style{
	width:50%;
}
.moushikomi-telltext{
	text-align:center;
	color:#000000!important;
	font-size:1.3em;
	font-weight:bold;
}
.moushikomi-tellno{
	font-size:2.4em;
}
.moushikomi-read{
	font-size:1.5em;
}
.field-style{
	width:50%;
}
.moushikomi-label{
	color:#000000!important;
	margin-top:8px;
}
.moushikomi-birthselect{
	width:25%;
	float:left;
	margin-right:10px;
}
.moushikomi-size{
	text-decoration:none;
	float:left;
	overflow:visible;
	text-transform:none;
	margin-right:70px;
	display:block;
	padding-left:0px;
	margin-left:-40px;
}
.moushikomi-h4{
	color:#000000!important;
	font-weight:normal;
}
.moushikomi-post{
	width:25%;
}
.moushikomi-sendbtn{
	background-color:#0093EE;
	font-weight:bold;
	color:#FFFFFF!important;
	width:30%;
	padding-top:12px;
	padding-bottom:9px;
	margin-bottom:20px;
	margin-top:20px;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 3px 5px rgba(0,0,0,0.1);
	opacity:1.0;
	border-radius:40px 40px 40px 40px;
}
.moushikomi-sendbtn:hover{
	opacity:0.8;
}
.thanks-title{
	margin-top:100px;
	margin-bottom:30px;
}
.thanks-message{
	font-size:1.3em;
	margin-top:20px;
}
.thanks-caption{
	text-align:center;
	margin-top:30px;
	margin-bottom:70px;
}
.img-takigin-style{
	width:600px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-white-smoke{
	background-color:#F7F6F8;
}
.bgc-outer-space{
	background-color:#47454B;
}
.bgc-pastel-pink{
	background-color:#F0CCD3;
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}

/* Link colour styles */

.ltc-white-smoke{
	color:#F7F6F8!important;
}
.ltc-white-smoke:hover{
	color:#c6c5c6!important;
}
.ltc-white{
	color:#ffffff!important;
}
.ltc-white:hover{
	color:#ffffff!important;
}

/* Bloc image backgrounds */

.bg-top-hero-bg{
	background-image:url("img/top_hero_bg.jpg");
}
.bg-top-hero-bg{
	background-image:url("img/top_hero_bg.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.samehtwrapper .display-in-blocs-edit-mode-only {
	  display:block;
	  position:relative;
	  height:40px;
	  padding-top:6px;
	  padding-left:10px;
	  font-size: 1.5em;
	  background-color: #cccccc}

/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.img-sch-03-sakura-style{
		;
	}
	.menu-top-margin{
		margin-top:20px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.nav-bk{
		background-color:#FFFFFF;
	}
	.menu-top-margin{
		margin-top:20px;
	}
	
	/* Small Text Margin Offsets */
	.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 575px){
	.nav-bk{
		background-color:#FFFFFF;
		color:#FFFFFF!important;
	}
	.top-hero{
		height:100%;
		padding-top:21px;
		padding-bottom:108px;
	}
	.img-about-hero-tit-style{
		height:120px;
		padding:0px 0px 0px 0px;
	}
	.h2-style{
		font-size:22px;
	}
	.p-bloc-20-style{
		width:100%;
	}
	.p-110-style{
		font-size:14px;
	}
	.p-108-style{
		font-size:14px;
	}
	.spacer-bottom:hover{
		;
	}
	.spacer-bottom{
		padding-bottom:36px;
	}
	.moushikomi-read{
		font-size:1em;
	}
	.moushikomi-telltext{
		font-size:0.7em;
	}
	.field-style{
		width:100%;
		margin-bottom:20px;
		margin-top:0px;
		padding-top:6px;
	}
	.html-widget-style{
		opacity:1.0;
		width:100%;
	}
	.option-select-style{
		width:100%;
	}
	.moushikomi-birthselect{
		width:100%;
		margin-bottom:10px;
	}
	.moushikomi-size{
		float:none;
		margin-bottom:10px;
	}
	.moushikomi-post{
		width:100%;
	}
	.moushikomi-sendbtn{
		width:100%;
		font-size:1em;
	}
	.moushikomi-label{
		margin-bottom:0px;
		margin-top:15px;
	}
	.menu-top-margin{
		margin-top:20px;
	}
	.thanks-message{
		font-size:1em;
		text-align:center;
	}
	.thanks-title{
		text-align:center;
		margin-top:0px;
		margin-bottom:30px;
	}
	.thanks-caption{
		margin-bottom:0px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-xs{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

