/*-----------------------------------------------------------------------------------
	千總
	About: A shiny new Blocs website.
	Author: chiso
	Version: 1.0
	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: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection 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 20px;
	-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 20px;
}
.bloc-sm{
	padding:20px;
}

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


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


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

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

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


/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}




.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;
}





/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Shippori Mincho";
}
.container{
	max-width:1140px;
}
.h_menu{
	z-index:500;
	width:180px;
	margin-top:20px;
	position:absolute;
	right:20px;
	padding:0px 0px 0px 0px;
}
.h_logo_img{
	width:100px;
	fill-type:evenodd;
}
.logo_col{
	margin-top:30px;
	margin-bottom:30px;
}
.h_menu_img{
	float:left;
	width:20px;
	margin-top:9px;
}
.h_txt{
	margin-left:30px;
	z-index:1;
}
.h_menu:hover{
	opacity:80;
	cursor:pointer;
}
.footer_col{
	margin-right:auto;
	margin-left:auto;
}
.footer_logo{
	width:100px;
	padding-top:80px;
}
.copy_ft{
	margin-top:60px;
}
.sns_icons{
	margin-top:60px;
}
.icons{
	margin-right:20px;
	margin-left:20px;
}
.main_title{
	position:absolute;
	z-index:100;
}
.main_title_img{
	max-width:600px;
	min-width:100px;
	float:left;
	fill-type:evenodd;
}
.main_v_area{
	width:100%;
	max-width:100%;
	min-width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.main_v{
	background-size:length;
	width:100%;
	max-width:100%;
}
.test_h{
	height:700px;
}
.h3-style{
	font-family:"Shippori Mincho";
	line-height:18px;
	letter-spacing:0px;
	font-size:18px;
}
.i_slide_col{
	max-width:100%;
	margin-right:0px;
}
.margin_0{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h3-bloc-4-style{
	letter-spacing:5px;
	line-height:45px;
}
.p-bloc-4-style{
	line-height:30px;
	letter-spacing:1px;
}
.margin_top_30px{
	margin-top:60px;
}
.img-style{
	width:400px;
}
.p-9-style{
	line-height:30px;
}
.contact_bg{
	background-size:auto auto;
	max-width:600px;
	background-clip:padding-box!important;
	-webkit-background-clip:padding-box!important;
	background-color:rgba(62,62,63,0.80);
	margin:auto auto auto auto;
	padding:40px 40px 40px 40px;
	border-radius:10px 10px 10px 10px;
}
.head_mar{
	margin-bottom:250px;
}
.titile_1{
	filter:invert(100%);
	width:500px;
	padding-top:30%;
	margin:auto auto auto auto;
}
.main_1{
	height:600px;
}
.img-11-style{
	border-radius:0px 0px 0px 0px;
}
.img-10-style{
	height:367px;
}
.img-9-style{
	height:400px;
}
.img-3-style{
	width:500px;
}
.bt1{
	width:250px;
}
.motone{
	text-decoration:none;
	font-size:14px;
}
.item_title{
	font-size:18px;
	color:#3E3E3E!important;
}
.sale_price{
	font-size:16px;
	color:#941100!important;
}
.season{
	border-style:solid;
	border-color:#3E3E3E!important;
	background-color:#FEFFFE;
	margin:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.se1{
	font-size:20px;
	color:#3E3E3E!important;
}
.red{
	color:#941100!important;
}
.h1-style{
	font-size:32px;
}
.item-top{
	padding-top:40px;
}
.p-item2-info-style{
	line-height:30px;
}
.item_single{
	margin-bottom:30px;
}
.season_low{
	width:1400px;
	margin-right:auto;
	margin-left:auto;
}
.season_col{
	width:1200px;
}
.img-bloc-4-style{
	width:400px;
}
.pad-top-100{
	padding-top:100px;
}
.p-style{
	line-height:34px;
	padding-bottom:50px;
}
.p-bloc-6-style{
	line-height:32px;
}
.p-code1-02-style{
	font-size:14px;
	line-height:28px;
}
.h6-style{
	font-size:12px;
	text-align:center;
	margin-top:20px;
}
.pvnxt{
	stroke:#FF0000;
	stroke-width:2;
	stroke-linecap:round;
	fill:#FF0000;
	fill-type:evenodd;
	filter:contrast(5%);
}
.box{
	border-style:none;
	border-color:#3E3E3E!important;
	padding:40px 40px 40px 40px;
	border-radius:3px 3px 3px 3px;
	border-width:1px 1px 1px 1px;
}
.p-bloc-2-style{
	line-height:32px;
}
.p-code1-style{
	line-height:32px;
}
.p-code2-style{
	line-height:32px;
}
.p-12-style{
	line-height:32px;
}
.info_buy{
	color:#3E3E3E!important;
}
.info_buy:active{
	color:#3E3E3E!important;
}
.items{
	color:#3E3E3E!important;
	text-decoration:underline!important;
}
.items:active{
	color:#3E3E3E!important;
}
.items:hover{
	color:#B18200!important;
}
.info_buy:hover{
	color:#B18200!important;
}
.h2-style{
	line-height:48px;
}
.p-bloc-15-style{
	line-height:32px;
}
.topimage{
	height:700px;
}
.bt_a{
	background-color:#3E3E3E;
	padding:10px 10px 10px 10px;
}
.bt_a:hover{
	background-color:#B18200;
}
.bt_b{
	background-color:#FAF8F3;
	border-style:solid;
	border-color:#C5C5C5!important;
	color:#3E3E3E!important;
	padding:10px 10px 10px 10px;
	border-width:1px 1px 1px 1px;
}
.bt_b:hover{
	color:#FAF7F3!important;
	background-color:#B18200;
	border-style:_popUpItemAction:;
}
.bt_c{
	width:30%;
}
.h_btn{
	background-color:#FAF7F3;
	color:#3E3E3E!important;
	width:200px;
	font-size:16px;
	position:absolute;
	top:50px;
	right:30px;
}
.h_btn:hover{
	background-color:#B18200;
	color:#FEFFFE!important;
}
.h_icon{
	position:absolute;
	top:50px;
	right:30px;
}
.title{
	padding-bottom:50px;
	width:230px;
	padding-top:80px;
}
.day{
	padding-top:50px;
	padding-bottom:50px;
	width:350px;
}
.img_main{
	width:65%;
}
.menu{
	text-align:center;
}
.nav_in{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.nav_r{
	float:right;
	color:#AA8220!important;
	margin:0px 0px 0px 0px;
	padding:13px 0px 0px 0px;
}
.nav_l{
	float:left;
	padding-right:5px;
	color:#AA8220!important;
}
.nav_all{
	padding:0px 20px 0px 0px;
}
.menu_div{
	width:100%;
	height:100%;
}
.bt_s{
	width:50%;
}
.item-list{
	padding-right:20px;
	padding-left:20px;
	border-style:solid;
	border-width:0px 1px 0px 0px;
}

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

/* Background colour styles */

.bgc-floral-white{
	background-color:#FAF8F3;
}
.bgc-rifle-green{
	background-color:#3E3E3E;
}

/* Text colour styles */

.tc-rifle-green{
	color:#3E3E3E!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .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%;}
    .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)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .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){
	.h_logo_img{
		width:70px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.bt_c{
		width:60%;
	}
	.img-style{
		width:200px;
	}
	.img-bloc-4-style{
		width:200px;
	}
	.bt_mar{
		padding-bottom:50px;
	}
	.box{
		padding:40px 0px 100px 0px;
	}
	.md_image{
	}
	.h_btn{
		top:50px;
	}
	.h_icon{
		top:30px;
	}
	.tokusen_cap{
		margin-top:40px;
		margin-bottom:100px;
	}
	.item-list{
		border-style:dotted;
		padding-right:20px;
		padding-left:20px;
		border-top-right-radius:0px;
		border-width:0px 1px 0px 0px;
	}
	.item-list-end{
		padding-left:20px;
	}
	.list_h{
	}
	.list_tx{
	}
	
}

@media (max-width: 767px){
	.h_logo_img{
		width:50px;
	}
	.h_txt{
		display:none;
	}
	.h_menu{
		float:right;
	}
	.h_menu_img{
		float:right;
	}
	.box{
		padding:40px 0px 100px 0px;
	}
	.h_btn{
		top:10px;
		right:5px;
	}
	.h_icon{
		top:30px;
	}
	.footer_col{
	}
	.sm{
		padding-bottom:50px;
	}
	.sm2{
		padding-top:30px;
	}
	
	/* Small Text Margin Offsets */
	.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
	
}

@media (max-width: 575px){
	.h_logo_img{
	}
	.mt-1{
	}
	.box{
		padding:30px 0px 80px 0px;
	}
	.h2-style{
		line-height:38px;
	}
	.min_mar{
		padding-top:20px;
	}
	.p-style{
	}
	.bt_b{
		width:100%;
	}
	.p-bloc-3-style{
		font-size:10px;
	}
	.bt_c{
		width:100%;
	}
	.h_icon{
		top:20px;
		right:10px;
	}
	.title{
		width:160px;
	}
	.img_main{
		width:100%;
	}
	.day{
		width:220px;
	}
	.h3-style{
		font-size:16px;
		letter-spacing:0px;
		line-height:30px;
	}
	.footer_col{
	}
	.footer_logo{
	}
	
}

