/*-----------------------------------------------------------------------------------
	    houmonkango-taniyama
        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-t-edge{
	background: top no-repeat;
}
.bg-b-edge{
	background: bottom no-repeat;
}


/* 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;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* 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;
}
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-sq{
	border-radius: 0px;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}




/* = 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;
}



/* 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;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Noto Sans JP";
	font-weight:400;
	font-size:16px;
	line-height:28px;
}
.container{
	max-width:1140px;
}
h1{
	font-size:28px;
	font-family:"Noto Sans JP";
	font-weight:700;
}
h2{
	font-size:24px;
	font-family:"Noto Sans JP";
	font-weight:700;
}
h3{
	font-size:20px;
	color:#F0AF00!important;
	font-weight:bold;
	border-style:solid;
	padding-bottom:10px;
	border-width:0px 0px 1px 0px;
}
p{
	font-size:16px;
	line-height:28px;
	font-family:"Noto Sans JP";
	font-weight:400;
}
.navbar-brand img{
	width:250px;
	height:115px;
}
.gnav{
	font-family:"Noto Sans JP";
	font-weight:500;
	color:#EA9300!important;
	font-size:16px;
	border-style:none;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	background-color:transparent;
}
.gnav:hover{
	box-shadow:0px -3px 0px #EA9300;
	background-color:rgba(234,147,0,0.6);
	color:#FFFFFF!important;
}
.bloc-style{
	opacity:1.0;
}
.bloc-style:hover{
	box-shadow:0px 0px 0px #FF637A;
}
.gnav-contact{
	background-color:#0096FF;
	color:#FEFFFE!important;
	font-size:16px;
	font-weight:bold;
	margin-right:15px;
	text-align:center;
	border-radius:0px 0px 0px 0px;
}
.img-style{
	width:200px;
}
.button-hero{
	background-color:rgba(255,255,255,0.9);
	color:#F0AF00!important;
	font-size:16px;
	font-weight:bold;
	padding:15px 50px 15px 50px;
	border-radius:30px 30px 30px 30px;
}
.margin-hero{
	margin-top:-100px;
	margin-bottom:100px;
}
.tit-h3-top{
	text-align:center;
	font-size:20px;
	color:#333333!important;
	font-weight:700;
	line-height:35px;
	font-family:"Noto Sans JP";
	border-style:none;
	margin-bottom:10px;
	padding-bottom:10px;
	border-width:0px 0px 1px 0px;
}
#bloc-2 .tit-h3-top{
  font-size:16px;
}

.p-top{
	text-align:center;
	color:#00BD63!important;
	font-weight:500;
	font-size:12px;
	font-family:"Josefin Sans";
	text-transform:uppercase;
}
.tit-h2-top{
	color:#EA9300!important;
	text-align:center;
	border-style:solid;
	line-height:45px;
	padding-bottom:15px;
	margin-bottom:20px;
	border-width:0px 0px 1px 0px;
}
.img-illust-style{
	width:100px;
}
.box-line-green{
	border-style:solid;
	border-color:#EA9300!important;
	box-shadow:3px 3px 0px rgba(234,147,0,0.3);
	margin-top:20px;
	margin-bottom:20px;
	border-width:5px 5px 5px 5px;
}
.tit-h2{
	color:#EA9300!important;
	font-weight:bold;
	font-size:24px;
}
.img-news-style{
	width:600px;
}
.button{
	background-color:transparent;
	font-size:16px;
	font-weight:bold;
	color:#1D1D1D!important;
	border-style:solid;
	border-color:#EA9300!important;
	margin-bottom:5px;
	margin-right:5px;
	width:280px;
	margin-top:30px;
	padding:20px 20px 20px 20px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.footer-menu{
	font-size:12px;
	color:#505050!important;
}
.img-logo-seik-style{
	width:360px;
	height:50px;
}
.p-style{
	color:#1D1D1D!important;
	font-size:16px;
	line-height:30px;
	letter-spacing:1px;
}
.copyright{
	font-size:10px;
	color:#1D1D1D!important;
}
.sab-h1{
	background-color:#00BD63;
	font-size:15px;
	text-align:center;
	width:240px;
	color:#FFFFFF!important;
	padding:5px 5px 5px 5px;
	border-radius:15px 15px 15px 15px;
}
.tit-h2-sub{
	text-decoration:none;
	font-family:"Noto Sans JP";
	font-weight:700;
	color:#EA9300!important;
	font-size:24px;
	text-align:center;
	line-height:36px;
	letter-spacing:5px;
}
.button-menu{
	background-color:transparent;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	border-style:solid;
	border-color:rgba(234,147,0,0.5)!important;
	color:#EA9300!important;
	letter-spacing:2px;
	padding:20px 20px 20px 20px;
	border-radius:0px 0px 0px 0px;
	border-width:5px 5px 5px 20px;
}
.gnav-tel{
	font-family:"Lato";
	font-weight:700;
	font-size:24px;
	color:#505050!important;
	line-height:28px;
	text-decoration:none;
	margin-right:25px;
	padding-top:10px;
}
.gnav-access{
	background-color:#EA9300;
	color:#FEFFFE!important;
	font-size:16px;
	font-weight:bold;
	margin-right:15px;
	text-align:center;
	border-radius:0px 0px 0px 0px;
}
.dropdown-menu{
	background-color:rgba(255,255,255,0.9);
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.dropdown-menu li a{
	padding-top:10px;
	padding-bottom:10px;
	color:#1D1D1D!important;
	font-size:14px;
	letter-spacing:1px;
}
.dropdown-menu li a:hover{
	background-color:#61CDC2;
	color:#FEFFFE!important;
}
.dropdown-menu:hover{
}
.button:hover{
	background-color:transparent;
	border-style:solid;
	border-color:#F0AF00!important;
	letter-spacing:3px;
	border-width:1px 1px 1px 1px;
}
.button-menu:hover{
	color:#FE7F00!important;
	background-color:transparent;
	border-style:solid;
	border-color:#F0AF00!important;
}
.button-link{
	background-color:#EA9300;
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
}
.margin-b{
	margin-bottom:50px;
}
.btn-style{
	width:100%;
}
.gnav-hd-tel{
	background-color:transparent;
	color:#505050!important;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:"Concert One";
	margin-top:10px;
	padding:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
}
.button-hero:hover{
	background-color:#F9F9F8;
}
.p-caution{
	font-size:12px;
	line-height:18px;
}
.p-top-02{
	font-size:18px;
	font-weight:500;
	font-family:"Noto Sans JP";
}
.margin-top{
	margin-top:10px;
}
.img-rainbowki-style{
	width:700px;
}
.link-style{
	text-decoration:line-through;
}
.img-top-illust--style{
	width:80px;
}
.p-bold{
	color:#333333!important;
	font-weight:bold;
	margin-bottom:10px;
}
.tit-nagare{
	background-color:#F0AF00;
	color:#4C4C4C!important;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-radius:0px 0px 0px 0px;
}
.img-logo-taniya-style{
	width:700px;
}
.img-about--style{
	height:320px;
}
.img-19-style{
	width:400px;
}
.img-20-style{
	width:400px;
}
.img-21-style{
	width:400px;
}
.tit-h4-side{
	color:#FFFFFF!important;
	font-weight:bold;
	font-size:18px;
	background-color:#EA9300;
	padding:15px 15px 15px 15px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-school-bus-yellow{
	background-color:rgba(252,218,0,0.1);
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-white-smoke{
	background-color:#F8F7F5;
}

/* Text colour styles */

.tc-dark-jungle-green{
	color:#1D1D1D!important;
}

/* Icon colour styles */

.icon-harvest-gold{
	color:#EA9300!important;
	border-color:#EA9300!important;
}
.icon-dark-jungle-green{
	color:#1D1D1D!important;
	border-color:#1D1D1D!important;
}
.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-hukidashi{
	background-image:url("img/hukidashi.svg");
}



/* = 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){
	.tit-h3-top{
		font-size:16px;
	}
	.box-line-green{
		margin-bottom:20px;
	}
	.footer-menu{
		font-size:11px;
	}
	.p-style{
		text-align:center;
		font-size:14px;
		line-height:24px;
	}
	.gnav-tel{
		font-size:24px;
		margin-top:5px;
	}
	.gnav-access{
		;
	}
	.gnav-contact{
		;
	}
	.gnav{
		padding-top:2px;
		padding-bottom:2px;
	}
	.button-menu{
		font-size:18px;
		letter-spacing:1px;
	}
	.p-5-style{
		font-size:13px;
	}
	.h2-style{
		font-size:18px;
	}
	.button-link{
		margin-bottom:5px;
	}
	.gnav-hd-tel{
		;
	}
	.tit-h2{
		font-size:20px;
	}
	.p-bold{
		font-size:20px;
	}
	.tit-nagare{
		;
	}
	.tit-h4-side{
		font-size:20px;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.box-line-green{
		margin-bottom:20px;
	}
	.copyright{
		text-align:center;
	}
	.footer-menu{
		font-size:14px;
		text-align:center;
	}
	.gnav-tel{
		margin-left:25px;
		font-size:24px;
	}
	.gnav-access{
		;
	}
	.gnav{
		font-size:14px;
	}
	.gnav-contact{
		;
	}
	.gnav-hd-tel{
		margin-left:30px;
		font-size:16px;
	}
	.p-style{
		font-size:14px;
		line-height:24px;
	}
	.tit-h2{
		font-size:20px;
	}
	.tit-h2-sub{
		line-height:24px;
	}
	.p-bold{
		font-size:20px;
	}
	.tit-nagare{
		;
	}
	.tit-h4-side{
		font-size:20px;
	}
	
	/* Small Text Margin Offsets */
	.mg-lg-sm{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	p{
		font-size:16px;
		line-height:26px;
	}
	.navbar-brand img{
		width:220px;
	}
	.tit-h3-top{
		font-size:16px;
		letter-spacing:-1px;
	}
	.box-line-green{
		margin-bottom:30px;
		margin-top:0px;
	}
	.tit-h2{
		text-align:center;
		font-size:16px;
	}
	.footer-menu{
		font-size:10px;
		line-height:18px;
	}
	.tit-h2-sub{
		font-size:20px;
		letter-spacing:2px;
		line-height:24px;
	}
	.gnav-access{
		margin-left:0px;
		font-size:16px;
	}
	.gnav-contact{
		margin-bottom:10px;
		font-size:16px;
	}
	.g{
	}
	.gnav-tel{
		margin-bottom:5px;
		font-size:20px;
		text-align:center;
	}
	.button-menu{
		font-size:14px;
		letter-spacing:0px;
		padding:5px 5px 5px 5px;
		border-width:3px 3px 3px 10px;
	}
	.button-link{
		margin-bottom:5px;
		font-size:16px;
	}
	.button{
		font-size:16px;
		padding:5px 5px 5px 5px;
	}
	.p-top{
		font-size:10px;
	}
	.img-style{
		width:100px;
	}
	.gnav-hd-tel{
		margin-left:0px;
		font-size:16px;
		line-height:14px;
		margin-top:0px;
	}
	.p-style{
		font-size:12px;
		line-height:20px;
	}
	.copyright{
		line-height:15px;
		font-size:6px;
	}
	.p-bold{
		text-align:center;
		font-size:16px;
	}
	.tit-nagare{
		margin-bottom:10px;
		font-size:12px;
	}
	.tit-h4-side{
		text-align:center;
		font-size:13px;
	}
	.tit-h2-top{
		font-size:16px;
		line-height:26px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

