/*-----------------------------------------------------------------------------------
	    tyuuzan-clinic-blue
        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-repeat{
	background:repeat;
}
.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;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = 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;
}
.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-sq{
	border-radius: 0px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!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;
}

/* = 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;
}


/* 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:18px;
}
p{
	font-size:16px;
	line-height:28px;
	font-family:"Noto Sans JP";
	font-weight:400;
}
.navbar-brand img{
	width:240px;
}
.gnav{
	font-family:"Noto Sans JP";
	font-weight:500;
	color:#1E1E1E!important;
	font-size:15px;
	border-style:none;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	margin-left:5px;
	background-color:transparent;
}
.gnav:hover{
	box-shadow:0px 3px 0px #0983E2;
	color:#1E1E1E!important;
}
.bloc-style{
	opacity:1.0;
}
.bloc-style:hover{
	box-shadow:0px 0px 0px #FF637A;
}
.gnav-contact{
	background-color:#74B9FF;
	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:#F0F0F0;
	color:#0983E2!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:18px;
	color:#1D1D1D!important;
	font-weight:700;
	line-height:24px;
	font-family:"Noto Sans JP";
	letter-spacing:1px;
}
.p-top{
	text-align:center;
	color:#0983E3!important;
	font-weight:500;
	font-size:12px;
	font-family:"Josefin Sans";
	text-transform:uppercase;
}
.tit-h2-top{
	color:#00B396!important;
	text-align:center;
	border-style:solid;
	padding-bottom:15px;
	border-width:0px 0px 1px 0px;
}
.img-illust-style{
	width:100px;
}
.box-line-orange{
	border-style:solid;
	border-color:#0983E2!important;
	box-shadow:4px 4px 0px #D6D6D6;
	margin-bottom:20px;
	border-width:3px 3px 3px 3px;
}
.tit-h2{
	color:#FF667F!important;
	font-weight:bold;
	font-size:24px;
}
.img-news-style{
	width:600px;
}
.button{
	background-color:transparent;
	font-size:16px;
	font-weight:bold;
	padding-right:30px;
	padding-left:30px;
	color:#1E1E1E!important;
	border-style:solid;
	border-color:#0983E3!important;
	margin-bottom:5px;
	margin-right:5px;
	width:280px;
	border-radius:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
}
.footer-menu{
	font-size:12px;
	color:#505050!important;
}
.img-logo-seik-style{
	width:240px;
}
.p-style{
	color:#1D1D1D!important;
	font-size:14px;
	line-height:24px;
}
.copyright{
	font-size:10px;
	color:#1D1D1D!important;
}
.cat-h1{
	background-color:#0983E2;
	font-size:15px;
	text-align:center;
	width:240px;
	color:#FFFFFF!important;
	padding:5px 5px 5px 5px;
	border-radius:15px 15px 15px 15px;
}
.cat-h2{
	text-decoration:none;
	font-family:"Noto Sans JP";
	font-weight:700;
	color:#0983E2!important;
	font-size:24px;
	text-align:center;
	line-height:36px;
	letter-spacing:5px;
	background-color:transparent;
	border-style:none;
}
.button-menu{
	background-color:transparent;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	border-style:solid;
	border-color:#0983E2!important;
	color:#0983E2!important;
	letter-spacing:2px;
	padding:15px 15px 15px 15px;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 5px;
}
.gnav-tel{
	font-family:"Lato";
	font-weight:700;
	font-size:34px;
	color:#505050!important;
	line-height:38px;
	text-decoration:none;
	margin-right:25px;
	padding-top:10px;
}
.gnav-access{
	background-color:#0983E2;
	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;
	border-style:none;
	border-radius:0px 0px 0px 0px;
}
.dropdown-menu li a:hover{
	background-color:#74B9FF;
	color:#FEFFFE!important;
}
.dropdown-menu:hover{
}
.button:hover{
	background-color:#E1E1E1;
}
.button-menu:hover{
	color:#FEFFFE!important;
	background-color:#74B9FF;
}
.button-link{
	background-color:#74B9FF;
	font-size:16px;
	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:25px;
	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;
	font-size:24px;
	font-weight:700;
}
.img-rainbowki-style{
	width:700px;
}
.link-style{
	text-decoration:line-through;
}
.img-top-illust--style{
	width:80px;
}
.box-line-topics{
	border-style:solid;
	border-color:#FF6666!important;
	box-shadow:4px 4px 0px rgba(255,102,102,0.3);
	margin-bottom:20px;
	border-width:5px 5px 5px 5px;
}
.tit-h3-topics{
	color:#FF6666!important;
	font-weight:bold;
	font-size:20px;
}
h4{
	font-family:"Noto Sans JP";
	font-weight:700;
}
.tit-h4-side{
	color:#FFFFFF!important;
	font-weight:bold;
	font-size:18px;
	background-color:#74B9FF;
	padding:8px 8px 8px 8px;
}

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

/* Background colour styles */

.bgc-white-smoke{
	background-color:#F8F7F5;
}

/* Text colour styles */

.tc-dark-jungle-green{
	color:#1D1D1D!important;
}

/* Icon colour styles */

.icon-rich-electric-blue{
	color:#0983E3!important;
	border-color:#0983E3!important;
}
.icon-dark-jungle-green{
	color:#1D1D1D!important;
	border-color:#1D1D1D!important;
}
.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */




/* = 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-orange{
		margin-bottom:20px;
	}
	.footer-menu{
		font-size:11px;
	}
	.p-style{
		text-align:center;
	}
	.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;
	}
	.button-link{
		margin-bottom:5px;
	}
	.gnav-hd-tel{
		;
	}
	.box-line-topics{
		margin-bottom:20px;
	}
	
}

@media (max-width: 767px){
	.box-line-orange{
		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{
		margin-left:30px;
	}
	.gnav{
		font-size:14px;
	}
	.gnav-contact{
		;
	}
	.gnav-hd-tel{
		margin-left:30px;
	}
	.box-line-topics{
		margin-bottom:20px;
	}
	
}

@media (max-width: 575px){
	p{
		font-size:13px;
		line-height:24px;
	}
	.navbar-brand img{
		width:220px;
	}
	.tit-h3-top{
		font-size:16px;
		letter-spacing:-1px;
	}
	.box-line-orange{
		margin-bottom:30px;
		margin-top:0px;
	}
	.tit-h2{
		text-align:center;
		font-size:13px;
	}
	.footer-menu{
		font-size:10px;
	}
	.cat-h2{
		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{
		font-size:27px;
		text-align:center;
		line-height:38px;
		font-weight:700;
		margin:-5px -5px -5px -5px;
	}
	.button-menu{
		font-size:16px;
		letter-spacing:0px;
		padding:5px 5px 5px 5px;
	}
	.button-link{
		margin-bottom:5px;
	}
	.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;
	}
	.box-line-topics{
		margin-bottom:30px;
		margin-top:0px;
	}
	.tit-h4-side{
		text-align:center;
		font-size:13px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:16px;
		line-height:26px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

