/*-----------------------------------------------------------------------------------
	花小町
	About: A shiny new Blocs website.
	Author: 森田幹彦 
	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;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

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


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

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


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(0, 0, 0);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}

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

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

.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}




.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;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	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;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-style{
	width:18px;
}
.img-menu-mi-style{
	width:18px;
}
.img-menu-shinku-style{
	width:18px;
}
.img-menu-tunaga-style{
	width:18px;
}
.img-menu-yoya-style{
	height:18px;
	width:18px;
}
.img-menu-ho-style{
	width:18px;
}
.img-logo-ho-style{
	width:236px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-3096)!important;
	fill:var(--swatch-var-3096)!important;
}
.img-bt-reser-style{
	width:300px;
}
.img-tl-tochi--style{
	width:79px;
}
.p-style{
	font-size:14px;
	line-height:32px;
}
.h5-style{
	font-family:"Noto Serif JP";
	letter-spacing:3px;
	font-size:16px;
}
.p-bloc-1-style{
	font-size:8px;
	text-indent:20px;
	letter-spacing:1px;
}
.h5-本田広之-style{
	font-family:"PT Serif";
}
.img-tl-syokuzai--style{
	width:62px;
}
.p-bloc-3-style{
	font-size:14px;
	line-height:28px;
}
.h5-bloc-3-style{
	font-family:"Noto Serif JP";
	font-size:18px;
	letter-spacing:px;
	font-weight:500;
	line-height:22px;
}
.h6-style{
	font-family:"PT Serif";
	line-height:30px;
	font-size:16px;
	width:76.78%;
}
.p-bloc-7-style{
	font-size:14px;
	font-family:Helvetica;
	letter-spacing:px;
	line-height:24px;
}
.p-24-style{
	font-family:"PT Serif";
	font-size:13px;
	line-height:30px;
}
.p-25-style{
	font-family:"PT Serif";
	font-size:13px;
	line-height:30px;
}
.p-26-style{
	font-family:"PT Serif";
	font-size:13px;
	line-height:30px;
}
.img-tl-oshirase--style{
	width:61px;
}
.img-map2--style{
	width:308px;
}
.img-map-amakusa--style{
	width:247px;
}
.img-shinkumamoto--style{
	width:226px;
}
.img-logo--style{
	width:170px;
}
.img-logo-3bl--style{
	width:202px;
}
.img-premi-style{
	border-radius:24.5px 24.5px 24.5px 24.5px;
	width:252px;
}
.p-bloc-42-style{
	font-size:10px;
}
.svg-icon-style{
	width:20px;
}
.h6-bloc-42-style{
	font-size:13px;
	width:100%;
}
.h6-bloc-41-style{
	font-size:14px;
}
.p-32-style{
	font-size:14px;
	line-height:28px;
}
.img-55-style{
	width:198px;
}
.img-line--style{
	height:2px;
}
.p-46-style{
	font-size:13px;
	line-height:28px;
	font-family:"PT Serif";
}
.h5-熊本祖材三品-style{
	font-family:"PT Serif";
}
.p-48-style{
	font-size:13px;
	line-height:30px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.p-40927-style{
	font-size:13px;
	line-height:28px;
	font-family:"PT Serif";
}
.h5-前菜盛り-一皿の上の熊本-style{
	font-family:"Noto Serif JP";
	letter-spacing:1px;
	font-size:18px;
}
.img-79-style{
	width:216px;
}
.img-81-style{
	width:255px;
}
.img-map-aso--style{
	width:211px;
}
.h6-前菜盛り-一皿の上の熊本-style{
	font-size:15px;
}
.img-map-tamana--style{
	width:207px;
}
.h6-bloc-84-style{
	font-size:8px;
	letter-spacing:2px;
	font-family:"Lato";
	font-weight:300;
}
.img-map-a-style{
	width:140px;
}
.img-map-almaku-style{
	width:140px;
}
.img-map-tamana-style{
	width:140px;
}
.img-85-style{
	width:140px;
}
.img-map-kumamoto-style{
	width:140px;
}
.img-89-style{
	width:141px;
}
.img-map-aso-style{
	width:140px;
}
.img-shinkumamoto3--style{
	width:169px;
}
.h6-｜　鮎の大福　｜-style{
	font-family:"PT Serif";
}
.p-bloc-82-style{
	font-size:12px;
	font-family:"Lato";
	font-weight:300;
}
.img-sosogi--style{
	width:48px;
}
.img-78-style{
	width:38px;
}
.img-kihon--style{
	width:221px;
}
.h6-bloc-87-style{
	font-family:"Oxygen";
	letter-spacing:2px;
	font-weight:300;
	font-size:10px;
}
.link-style{
	width:13.16%;
	text-decoration:none;
}
.navbar-brand img{
	width:120px;
}
.img-tl-menu--style{
	width:177px;
}
.img-82-style{
	width:150px;
}
.img-43-style{
	width:216px;
}
.img-124-style{
	height:2px;
}
.img-qrtool-style{
	width:179px;
}
.p-bloc-5-style{
	font-size:11px;
}
.img-maek--style{
	width:127px;
}
.p-bloc-70-style{
	font-family:"Lato";
	font-weight:300;
	font-size:8px;
	letter-spacing:1px;
}
.img-mark-bl--style{
	width:79px;
}
.img-insta-tunaga-style{
	width:1140px;
}
.link-bloc-59-style{
	text-decoration:none;
}
.link-アクセス　-→-style{
	text-decoration:none;
}
.img-7-style{
	width:110px;
}
.img--a930299map-style{
	width:152px;
}
.h5-鬼の手こぼしチマキ-style{
	font-family:"PT Serif";
	letter-spacing:1px;
}
.img-95-style{
	width:79px;
}
.p-bloc-153-style{
	font-size:11px;
}
.p-37-style{
	font-family:"PT Serif";
	letter-spacing:2px;
	font-size:12px;
}
.menu-icon-bloc-43-stroke{
	stroke:var(--swatch-var-3096)!important;
	fill:var(--swatch-var-3096)!important;
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-3096)!important;
	fill:var(--swatch-var-3096)!important;
}
.h6- ご予約状況-style{
	font-size:14px;
	line-height:1px;
}
.svg-icon-bloc-59-style{
	width:20px;
}
.menu-icon-0-stroke{
	stroke:var(--swatch-var-3096)!important;
	fill:var(--swatch-var-3096)!important;
}
.img-zensa--style{
	width:96px;
}
.img-tl-ayudaifuku--style{
	width:73px;
}
.h6--基本料理-menu--style{
	font-size:13px;
}
.img-tl-kihonmenu--style{
	width:299px;
}
.img-161-style{
	width:168px;
}
.p-bloc-96-style{
	font-size:11px;
	font-family:"Lato";
	font-weight:300;
	letter-spacing:1px;
}
.img-87-style{
	width:135px;
}
.img-88-style{
	width:132px;
}
.img-map-yatusi-style{
	width:143px;
}
.img-map-kuma-style{
	width:133px;
}
.img-92-style{
	width:131px;
}
.img-93-style{
	width:142px;
}
.img-90-style{
	width:135px;
}
.img-87-map-a-style{
	width:239px;
}
.img-130-style{
	width:18px;
}
.img-bloc-7-style{
	width:99px;
}
.p-9-style{
	font-size:14px;
	line-height:28px;
}
.p-10-style{
	font-size:14px;
	line-height:28px;
}
.img-tl-tochi-1--style{
	width:60px;
}
.svg-icon-0-style{
	width:30px;
}
.h6-work-shop-style{
	letter-spacing:2px;
}
.p-56-style{
	font-size:14px;
	line-height:28px;
}
.h5-ワークショップ-style{
	font-family:"PT Serif";
}
.hero-heddaer-cust{
	height:600px;
	margin-top:50px;
	margin-bottom:50px;
}
.p-bloc-5-33572-style{
	font-size:14px;
	line-height:28px;
	font-family:"PT Serif";
	font-weight:700;
}
.h6-bloc-1-style{
	font-family:"Noto Serif Jp";
	line-height:30px;
	font-weight:500;
}
.h6-3-style{
	font-family:"Noto Serif JP";
	font-weight:500;
	font-size:17px;
}
.h6-bloc-3-style{
	font-size:15px;
}
.p-49-style{
	font-size:14px;
}
.link-home-style{
	text-decoration:none;
}
.h1-style{
	font-family:"Noto Serif JP";
	letter-spacing:2px;
	font-size:30px;
	font-weight:300;
}
.p-bloc-5-3452-style{
	font-size:12px;
	line-height:20px;
}
.h6-5-style{
	font-family:"Noto Serif Jp";
	font-weight:500;
}
.img-bloc-2-style{
	width:161px;
}
.img-bloc-5-3452-style{
	width:180px;
}
.h6-bloc-0-style{
	text-indent:3px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3756:rgba(180,192,206,1.00);
	
	--swatch-var-616:rgba(255,255,255,0.00);
	
	--swatch-var-3096:rgba(255,255,255,1.00);
	
	--swatch-var-2604:rgba(0,0,0,1.00);
	
	--swatch-var-1942:rgba(0,0,0,0.76);
	
}


/* Background colour styles */

.bgc-2604{
	background-color:var(--swatch-var-2604);
}
.bgc-1942{
	background-color:var(--swatch-var-1942);
}
.bgc-3096{
	background-color:var(--swatch-var-3096);
}
.bgc-3756{
	background-color:var(--swatch-var-3756);
}

/* Text colour styles */

.tc-3096{
	color:var(--swatch-var-3096)!important;
}
.tc-2604{
	color:var(--swatch-var-2604)!important;
}

/* Button colour styles */

.wire-btn-c-2604{
	color:var(--swatch-var-2604)!important;
	border-color:var(--swatch-var-2604)!important;
}

/* Bloc image backgrounds */

.bg--A930365-edit1{
	background-image:url("img/_A930365_edit1.jpg");
	background-image: -webkit-image-set(url("img/_A930365_edit1.webp") 1x,
url("img/_A930365_edit1.webp") 2x);background-image: image-set(url("img/_A930365_edit1.jpg") 1x,
url("img/_A930365_edit1.jpg") 2x,url("img/_A930365_edit1.webp") 1x,
url("img/_A930365_edit1.webp") 2x);
}
.bg--A930646-202{
	background-image:url("img/_A930646%202.jpg");
	background-image: -webkit-image-set(url("img/_A930646%202.webp") 1x,
url("img/_A930646%202.webp") 2x);background-image: image-set(url("img/_A930646%202.jpg") 1x,
url("img/_A930646%202.jpg") 2x,url("img/_A930646%202.webp") 1x,
url("img/_A930646%202.webp") 2x);
}
.bg-75R5534-44-1024x683{
	background-image:url("img/75R5534-44-1024x683.webp");
}
.bg-tutae1{
	background-image:url("img/tutae1.jpeg");
	background-image: -webkit-image-set(url("img/tutae1.webp") 1x,
url("img/tutae1.webp") 2x);background-image: image-set(url("img/tutae1.jpeg") 1x,
url("img/tutae1.jpeg") 2x,url("img/tutae1.webp") 1x,
url("img/tutae1.webp") 2x);
}
.bg-sansai{
	background-image:url("img/sansai.png");
	background-image: -webkit-image-set(url("img/sansai.webp") 1x,
url("img/sansai.webp") 2x);background-image: image-set(url("img/sansai.png") 1x,
url("img/sansai.png") 2x,url("img/sansai.webp") 1x,
url("img/sansai.webp") 2x);
}
.bg-berry{
	background-image:url("img/berry.png");
	background-image: -webkit-image-set(url("img/berry.webp") 1x,
url("img/berry.webp") 2x);background-image: image-set(url("img/berry.png") 1x,
url("img/berry.png") 2x,url("img/berry.webp") 1x,
url("img/berry.webp") 2x);
}
.bg-kaki{
	background-image:url("img/kaki.png");
	background-image: -webkit-image-set(url("img/kaki.webp") 1x,
url("img/kaki.webp") 2x);background-image: image-set(url("img/kaki.png") 1x,
url("img/kaki.png") 2x,url("img/kaki.webp") 1x,
url("img/kaki.webp") 2x);
}
.bg-negi{
	background-image:url("img/negi.jpg");
	background-image: -webkit-image-set(url("img/negi.webp") 1x,
url("img/negi.webp") 2x);background-image: image-set(url("img/negi.jpg") 1x,
url("img/negi.jpg") 2x,url("img/negi.webp") 1x,
url("img/negi.webp") 2x);
}
.bg-kakioyster{
	background-image:url("img/kakioyster.png");
	background-image: -webkit-image-set(url("img/kakioyster.webp") 1x,
url("img/kakioyster.webp") 2x);background-image: image-set(url("img/kakioyster.png") 1x,
url("img/kakioyster.png") 2x,url("img/kakioyster.webp") 1x,
url("img/kakioyster.webp") 2x);
}
.bg-kani{
	background-image:url("img/kani.png");
	background-image: -webkit-image-set(url("img/kani.webp") 1x,
url("img/kani.webp") 2x);background-image: image-set(url("img/kani.png") 1x,
url("img/kani.png") 2x,url("img/kani.webp") 1x,
url("img/kani.webp") 2x);
}
.bg-nyuseihin{
	background-image:url("img/nyuseihin.png");
	background-image: -webkit-image-set(url("img/nyuseihin.webp") 1x,
url("img/nyuseihin.webp") 2x);background-image: image-set(url("img/nyuseihin.png") 1x,
url("img/nyuseihin.png") 2x,url("img/nyuseihin.webp") 1x,
url("img/nyuseihin.webp") 2x);
}
.bg-ushi2{
	background-image:url("img/ushi2.jpg");
	background-image: -webkit-image-set(url("img/ushi2.webp") 1x,
url("img/ushi2.webp") 2x);background-image: image-set(url("img/ushi2.jpg") 1x,
url("img/ushi2.jpg") 2x,url("img/ushi2.webp") 1x,
url("img/ushi2.webp") 2x);
}
.bg-ushi2{
	background-image:url("img/ushi2.jpg");
	background-image: -webkit-image-set(url("img/ushi2.webp") 1x,
url("img/ushi2.webp") 2x);background-image: image-set(url("img/ushi2.jpg") 1x,
url("img/ushi2.jpg") 2x,url("img/ushi2.webp") 1x,
url("img/ushi2.webp") 2x);
}
.bg-61-upscale2-2-2{
	background-image:url("img/61_upscale2_2_2.jpeg");
	background-image: -webkit-image-set(url("img/61_upscale2_2_2.webp") 1x,
url("img/61_upscale2_2_2.webp") 2x);background-image: image-set(url("img/61_upscale2_2_2.jpeg") 1x,
url("img/61_upscale2_2_2.jpeg") 2x,url("img/61_upscale2_2_2.webp") 1x,
url("img/61_upscale2_2_2.webp") 2x);
}
.bg-DJI-0067{
	background-image:url("img/DJI_0067.jpg");
	background-image: -webkit-image-set(url("img/DJI_0067.webp") 1x,
url("img/DJI_0067.webp") 2x);background-image: image-set(url("img/DJI_0067.jpg") 1x,
url("img/DJI_0067.jpg") 2x,url("img/DJI_0067.webp") 1x,
url("img/DJI_0067.webp") 2x);
}
.bg-DJI-0067-2{
	background-image:url("img/DJI_0067_2.jpg");
	background-image: -webkit-image-set(url("img/DJI_0067_2.webp") 1x,
url("img/DJI_0067_2.webp") 2x);background-image: image-set(url("img/DJI_0067_2.jpg") 1x,
url("img/DJI_0067_2.jpg") 2x,url("img/DJI_0067_2.webp") 1x,
url("img/DJI_0067_2.webp") 2x);
}
.bg-test{
	background-image:url("img/test.jpg");
	background-image: -webkit-image-set(url("img/test.webp") 1x,
url("img/test.webp") 2x);background-image: image-set(url("img/test.jpg") 1x,
url("img/test.jpg") 2x,url("img/test.webp") 1x,
url("img/test.webp") 2x);
}
.bg--A930392-Edit-2-Edit{
	background-image:url("img/_A930392-Edit-2-Edit.jpg");
	background-image: -webkit-image-set(url("img/_A930392-Edit-2-Edit.webp") 1x,
url("img/_A930392-Edit-2-Edit.webp") 2x);background-image: image-set(url("img/_A930392-Edit-2-Edit.jpg") 1x,
url("img/_A930392-Edit-2-Edit.jpg") 2x,url("img/_A930392-Edit-2-Edit.webp") 1x,
url("img/_A930392-Edit-2-Edit.webp") 2x);
}
.bg--75R0025{
	background-image:url("img/_75R0025.jpg");
	background-image: -webkit-image-set(url("img/_75R0025.webp") 1x,
url("img/_75R0025.webp") 2x);background-image: image-set(url("img/_75R0025.jpg") 1x,
url("img/_75R0025.jpg") 2x,url("img/_75R0025.webp") 1x,
url("img/_75R0025.webp") 2x);
}
.bg--75R0037{
	background-image:url("img/_75R0037.jpg");
	background-image: -webkit-image-set(url("img/_75R0037.webp") 1x,
url("img/_75R0037.webp") 2x);background-image: image-set(url("img/_75R0037.jpg") 1x,
url("img/_75R0037.jpg") 2x,url("img/_75R0037.webp") 1x,
url("img/_75R0037.webp") 2x);
}
.bg--75R0193{
	background-image:url("img/_75R0193.jpg");
	background-image: -webkit-image-set(url("img/_75R0193.webp") 1x,
url("img/_75R0193.webp") 2x);background-image: image-set(url("img/_75R0193.jpg") 1x,
url("img/_75R0193.jpg") 2x,url("img/_75R0193.webp") 1x,
url("img/_75R0193.webp") 2x);
}
.bg--75R0077{
	background-image:url("img/_75R0077.jpg");
	background-image: -webkit-image-set(url("img/_75R0077.webp") 1x,
url("img/_75R0077.webp") 2x);background-image: image-set(url("img/_75R0077.jpg") 1x,
url("img/_75R0077.jpg") 2x,url("img/_75R0077.webp") 1x,
url("img/_75R0077.webp") 2x);
}
.bg--75R0063{
	background-image:url("img/_75R0063.jpg");
	background-image: -webkit-image-set(url("img/_75R0063.webp") 1x,
url("img/_75R0063.webp") 2x);background-image: image-set(url("img/_75R0063.jpg") 1x,
url("img/_75R0063.jpg") 2x,url("img/_75R0063.webp") 1x,
url("img/_75R0063.webp") 2x);
}
.bg--75R0336{
	background-image:url("img/_75R0336.jpg");
	background-image: -webkit-image-set(url("img/_75R0336.webp") 1x,
url("img/_75R0336.webp") 2x);background-image: image-set(url("img/_75R0336.jpg") 1x,
url("img/_75R0336.jpg") 2x,url("img/_75R0336.webp") 1x,
url("img/_75R0336.webp") 2x);
}
.bg--A930023-Edit{
	background-image:url("img/_A930023-Edit.jpg");
	background-image: -webkit-image-set(url("img/_A930023-Edit.webp") 1x,
url("img/_A930023-Edit.webp") 2x);background-image: image-set(url("img/_A930023-Edit.jpg") 1x,
url("img/_A930023-Edit.jpg") 2x,url("img/_A930023-Edit.webp") 1x,
url("img/_A930023-Edit.webp") 2x);
}
.bg--75R0044{
	background-image:url("img/_75R0044.jpg");
	background-image: -webkit-image-set(url("img/_75R0044.webp") 1x,
url("img/_75R0044.webp") 2x);background-image: image-set(url("img/_75R0044.jpg") 1x,
url("img/_75R0044.jpg") 2x,url("img/_75R0044.webp") 1x,
url("img/_75R0044.webp") 2x);
}
.bg--75R0061{
	background-image:url("img/_75R0061.jpg");
	background-image: -webkit-image-set(url("img/_75R0061.webp") 1x,
url("img/_75R0061.webp") 2x);background-image: image-set(url("img/_75R0061.jpg") 1x,
url("img/_75R0061.jpg") 2x,url("img/_75R0061.webp") 1x,
url("img/_75R0061.webp") 2x);
}
.bg--75R0071{
	background-image:url("img/_75R0071.jpg");
	background-image: -webkit-image-set(url("img/_75R0071.webp") 1x,
url("img/_75R0071.webp") 2x);background-image: image-set(url("img/_75R0071.jpg") 1x,
url("img/_75R0071.jpg") 2x,url("img/_75R0071.webp") 1x,
url("img/_75R0071.webp") 2x);
}
.bg--75R0103{
	background-image:url("img/_75R0103.jpg");
	background-image: -webkit-image-set(url("img/_75R0103.webp") 1x,
url("img/_75R0103.webp") 2x);background-image: image-set(url("img/_75R0103.jpg") 1x,
url("img/_75R0103.jpg") 2x,url("img/_75R0103.webp") 1x,
url("img/_75R0103.webp") 2x);
}
.bg--75R0090{
	background-image:url("img/_75R0090.jpg");
	background-image: -webkit-image-set(url("img/_75R0090.webp") 1x,
url("img/_75R0090.webp") 2x);background-image: image-set(url("img/_75R0090.jpg") 1x,
url("img/_75R0090.jpg") 2x,url("img/_75R0090.webp") 1x,
url("img/_75R0090.webp") 2x);
}
.bg--75R0122{
	background-image:url("img/_75R0122.jpg");
	background-image: -webkit-image-set(url("img/_75R0122.webp") 1x,
url("img/_75R0122.webp") 2x);background-image: image-set(url("img/_75R0122.jpg") 1x,
url("img/_75R0122.jpg") 2x,url("img/_75R0122.webp") 1x,
url("img/_75R0122.webp") 2x);
}
.bg--75R0167{
	background-image:url("img/_75R0167.jpg");
	background-image: -webkit-image-set(url("img/_75R0167.webp") 1x,
url("img/_75R0167.webp") 2x);background-image: image-set(url("img/_75R0167.jpg") 1x,
url("img/_75R0167.jpg") 2x,url("img/_75R0167.webp") 1x,
url("img/_75R0167.webp") 2x);
}
.bg--75R0132{
	background-image:url("img/_75R0132.jpg");
	background-image: -webkit-image-set(url("img/_75R0132.webp") 1x,
url("img/_75R0132.webp") 2x);background-image: image-set(url("img/_75R0132.jpg") 1x,
url("img/_75R0132.jpg") 2x,url("img/_75R0132.webp") 1x,
url("img/_75R0132.webp") 2x);
}
.bg--75R0112{
	background-image:url("img/_75R0112.jpg");
	background-image: -webkit-image-set(url("img/_75R0112.webp") 1x,
url("img/_75R0112.webp") 2x);background-image: image-set(url("img/_75R0112.jpg") 1x,
url("img/_75R0112.jpg") 2x,url("img/_75R0112.webp") 1x,
url("img/_75R0112.webp") 2x);
}
.bg--75R0254{
	background-image:url("img/_75R0254.jpg");
	background-image: -webkit-image-set(url("img/_75R0254.webp") 1x,
url("img/_75R0254.webp") 2x);background-image: image-set(url("img/_75R0254.jpg") 1x,
url("img/_75R0254.jpg") 2x,url("img/_75R0254.webp") 1x,
url("img/_75R0254.webp") 2x);
}
.bg--75R0172{
	background-image:url("img/_75R0172.jpg");
	background-image: -webkit-image-set(url("img/_75R0172.webp") 1x,
url("img/_75R0172.webp") 2x);background-image: image-set(url("img/_75R0172.jpg") 1x,
url("img/_75R0172.jpg") 2x,url("img/_75R0172.webp") 1x,
url("img/_75R0172.webp") 2x);
}
.bg--75R0159{
	background-image:url("img/_75R0159.jpg");
	background-image: -webkit-image-set(url("img/_75R0159.webp") 1x,
url("img/_75R0159.webp") 2x);background-image: image-set(url("img/_75R0159.jpg") 1x,
url("img/_75R0159.jpg") 2x,url("img/_75R0159.webp") 1x,
url("img/_75R0159.webp") 2x);
}
.bg--75R0196{
	background-image:url("img/_75R0196.jpg");
	background-image: -webkit-image-set(url("img/_75R0196.webp") 1x,
url("img/_75R0196.webp") 2x);background-image: image-set(url("img/_75R0196.jpg") 1x,
url("img/_75R0196.jpg") 2x,url("img/_75R0196.webp") 1x,
url("img/_75R0196.webp") 2x);
}
.bg--75R0221{
	background-image:url("img/_75R0221.jpg");
	background-image: -webkit-image-set(url("img/_75R0221.webp") 1x,
url("img/_75R0221.webp") 2x);background-image: image-set(url("img/_75R0221.jpg") 1x,
url("img/_75R0221.jpg") 2x,url("img/_75R0221.webp") 1x,
url("img/_75R0221.webp") 2x);
}
.bg--75R0189{
	background-image:url("img/_75R0189.jpg");
	background-image: -webkit-image-set(url("img/_75R0189.webp") 1x,
url("img/_75R0189.webp") 2x);background-image: image-set(url("img/_75R0189.jpg") 1x,
url("img/_75R0189.jpg") 2x,url("img/_75R0189.webp") 1x,
url("img/_75R0189.webp") 2x);
}
.bg--75R0178{
	background-image:url("img/_75R0178.jpg");
	background-image: -webkit-image-set(url("img/_75R0178.webp") 1x,
url("img/_75R0178.webp") 2x);background-image: image-set(url("img/_75R0178.jpg") 1x,
url("img/_75R0178.jpg") 2x,url("img/_75R0178.webp") 1x,
url("img/_75R0178.webp") 2x);
}
.bg--75R0143{
	background-image:url("img/_75R0143.jpg");
	background-image: -webkit-image-set(url("img/_75R0143.webp") 1x,
url("img/_75R0143.webp") 2x);background-image: image-set(url("img/_75R0143.jpg") 1x,
url("img/_75R0143.jpg") 2x,url("img/_75R0143.webp") 1x,
url("img/_75R0143.webp") 2x);
}
.bg--75R0202{
	background-image:url("img/_75R0202.jpg");
	background-image: -webkit-image-set(url("img/_75R0202.webp") 1x,
url("img/_75R0202.webp") 2x);background-image: image-set(url("img/_75R0202.jpg") 1x,
url("img/_75R0202.jpg") 2x,url("img/_75R0202.webp") 1x,
url("img/_75R0202.webp") 2x);
}
.bg--75R0225{
	background-image:url("img/_75R0225.jpg");
	background-image: -webkit-image-set(url("img/_75R0225.webp") 1x,
url("img/_75R0225.webp") 2x);background-image: image-set(url("img/_75R0225.jpg") 1x,
url("img/_75R0225.jpg") 2x,url("img/_75R0225.webp") 1x,
url("img/_75R0225.webp") 2x);
}
.bg--75R0245{
	background-image:url("img/_75R0245.jpg");
	background-image: -webkit-image-set(url("img/_75R0245.webp") 1x,
url("img/_75R0245.webp") 2x);background-image: image-set(url("img/_75R0245.jpg") 1x,
url("img/_75R0245.jpg") 2x,url("img/_75R0245.webp") 1x,
url("img/_75R0245.webp") 2x);
}
.bg--75R0241-Edit{
	background-image:url("img/_75R0241-Edit.jpg");
	background-image: -webkit-image-set(url("img/_75R0241-Edit.webp") 1x,
url("img/_75R0241-Edit.webp") 2x);background-image: image-set(url("img/_75R0241-Edit.jpg") 1x,
url("img/_75R0241-Edit.jpg") 2x,url("img/_75R0241-Edit.webp") 1x,
url("img/_75R0241-Edit.webp") 2x);
}
.bg--75R0237{
	background-image:url("img/_75R0237.jpg");
	background-image: -webkit-image-set(url("img/_75R0237.webp") 1x,
url("img/_75R0237.webp") 2x);background-image: image-set(url("img/_75R0237.jpg") 1x,
url("img/_75R0237.jpg") 2x,url("img/_75R0237.webp") 1x,
url("img/_75R0237.webp") 2x);
}
.bg--75R0255{
	background-image:url("img/_75R0255.jpg");
	background-image: -webkit-image-set(url("img/_75R0255.webp") 1x,
url("img/_75R0255.webp") 2x);background-image: image-set(url("img/_75R0255.jpg") 1x,
url("img/_75R0255.jpg") 2x,url("img/_75R0255.webp") 1x,
url("img/_75R0255.webp") 2x);
}
.bg--75R0261{
	background-image:url("img/_75R0261.jpg");
	background-image: -webkit-image-set(url("img/_75R0261.webp") 1x,
url("img/_75R0261.webp") 2x);background-image: image-set(url("img/_75R0261.jpg") 1x,
url("img/_75R0261.jpg") 2x,url("img/_75R0261.webp") 1x,
url("img/_75R0261.webp") 2x);
}
.bg--75R0267{
	background-image:url("img/_75R0267.jpg");
	background-image: -webkit-image-set(url("img/_75R0267.webp") 1x,
url("img/_75R0267.webp") 2x);background-image: image-set(url("img/_75R0267.jpg") 1x,
url("img/_75R0267.jpg") 2x,url("img/_75R0267.webp") 1x,
url("img/_75R0267.webp") 2x);
}
.bg--75R0295{
	background-image:url("img/_75R0295.jpg");
	background-image: -webkit-image-set(url("img/_75R0295.webp") 1x,
url("img/_75R0295.webp") 2x);background-image: image-set(url("img/_75R0295.jpg") 1x,
url("img/_75R0295.jpg") 2x,url("img/_75R0295.webp") 1x,
url("img/_75R0295.webp") 2x);
}
.bg--75R0272{
	background-image:url("img/_75R0272.jpg");
	background-image: -webkit-image-set(url("img/_75R0272.webp") 1x,
url("img/_75R0272.webp") 2x);background-image: image-set(url("img/_75R0272.jpg") 1x,
url("img/_75R0272.jpg") 2x,url("img/_75R0272.webp") 1x,
url("img/_75R0272.webp") 2x);
}
.bg--75R0316{
	background-image:url("img/_75R0316.jpg");
	background-image: -webkit-image-set(url("img/_75R0316.webp") 1x,
url("img/_75R0316.webp") 2x);background-image: image-set(url("img/_75R0316.jpg") 1x,
url("img/_75R0316.jpg") 2x,url("img/_75R0316.webp") 1x,
url("img/_75R0316.webp") 2x);
}
.bg--75R0322{
	background-image:url("img/_75R0322.jpg");
	background-image: -webkit-image-set(url("img/_75R0322.webp") 1x,
url("img/_75R0322.webp") 2x);background-image: image-set(url("img/_75R0322.jpg") 1x,
url("img/_75R0322.jpg") 2x,url("img/_75R0322.webp") 1x,
url("img/_75R0322.webp") 2x);
}
.bg--75R0331{
	background-image:url("img/_75R0331.jpg");
	background-image: -webkit-image-set(url("img/_75R0331.webp") 1x,
url("img/_75R0331.webp") 2x);background-image: image-set(url("img/_75R0331.jpg") 1x,
url("img/_75R0331.jpg") 2x,url("img/_75R0331.webp") 1x,
url("img/_75R0331.webp") 2x);
}
.bg--75R0344{
	background-image:url("img/_75R0344.jpg");
	background-image: -webkit-image-set(url("img/_75R0344.webp") 1x,
url("img/_75R0344.webp") 2x);background-image: image-set(url("img/_75R0344.jpg") 1x,
url("img/_75R0344.jpg") 2x,url("img/_75R0344.webp") 1x,
url("img/_75R0344.webp") 2x);
}
.bg--75R0254-h{
	background-image:url("img/_75R0254_h.jpg");
	background-image: -webkit-image-set(url("img/_75R0254_h.webp") 1x,
url("img/_75R0254_h.webp") 2x);background-image: image-set(url("img/_75R0254_h.jpg") 1x,
url("img/_75R0254_h.jpg") 2x,url("img/_75R0254_h.webp") 1x,
url("img/_75R0254_h.webp") 2x);
}
.bg--75R5534{
	background-image:url("img/_75R5534.jpg");
	background-image: -webkit-image-set(url("img/_75R5534.webp") 1x,
url("img/_75R5534.webp") 2x);background-image: image-set(url("img/_75R5534.jpg") 1x,
url("img/_75R5534.jpg") 2x,url("img/_75R5534.webp") 1x,
url("img/_75R5534.webp") 2x);
}
.bg--72R59774{
	background-image:url("img/_72R59774.jpg");
	background-image: -webkit-image-set(url("img/_72R59774.webp") 1x,
url("img/_72R59774.webp") 2x);background-image: image-set(url("img/_72R59774.jpg") 1x,
url("img/_72R59774.jpg") 2x,url("img/_72R59774.webp") 1x,
url("img/_72R59774.webp") 2x);
}
.bg-negi{
	background-image:url("img/negi.jpg");
	background-image: -webkit-image-set(url("img/negi.webp") 1x,
url("img/negi.webp") 2x);background-image: image-set(url("img/negi.jpg") 1x,
url("img/negi.jpg") 2x,url("img/negi.webp") 1x,
url("img/negi.webp") 2x);
}
.bg-veg{
	background-image:url("img/veg.jpeg");
	background-image: -webkit-image-set(url("img/veg.webp") 1x,
url("img/veg.webp") 2x);background-image: image-set(url("img/veg.jpeg") 1x,
url("img/veg.jpeg") 2x,url("img/veg.webp") 1x,
url("img/veg.webp") 2x);
}
.bg-3{
	background-image:url("img/3.jpg");
	background-image: -webkit-image-set(url("img/3.webp") 1x,
url("img/3.webp") 2x);background-image: image-set(url("img/3.jpg") 1x,
url("img/3.jpg") 2x,url("img/3.webp") 1x,
url("img/3.webp") 2x);
}
.bg-7{
	background-image:url("img/7.jpg");
	background-image: -webkit-image-set(url("img/7.webp") 1x,
url("img/7.webp") 2x);background-image: image-set(url("img/7.jpg") 1x,
url("img/7.jpg") 2x,url("img/7.webp") 1x,
url("img/7.webp") 2x);
}
.bg-8{
	background-image:url("img/8.jpg");
	background-image: -webkit-image-set(url("img/8.webp") 1x,
url("img/8.webp") 2x);background-image: image-set(url("img/8.jpg") 1x,
url("img/8.jpg") 2x,url("img/8.webp") 1x,
url("img/8.webp") 2x);
}
.bg-17{
	background-image:url("img/17.jpg");
	background-image: -webkit-image-set(url("img/17.webp") 1x,
url("img/17.webp") 2x);background-image: image-set(url("img/17.jpg") 1x,
url("img/17.jpg") 2x,url("img/17.webp") 1x,
url("img/17.webp") 2x);
}
.bg-13{
	background-image:url("img/13.jpg");
	background-image: -webkit-image-set(url("img/13.webp") 1x,
url("img/13.webp") 2x);background-image: image-set(url("img/13.jpg") 1x,
url("img/13.jpg") 2x,url("img/13.webp") 1x,
url("img/13.webp") 2x);
}
.bg-14{
	background-image:url("img/14.jpg");
	background-image: -webkit-image-set(url("img/14.webp") 1x,
url("img/14.webp") 2x);background-image: image-set(url("img/14.jpg") 1x,
url("img/14.jpg") 2x,url("img/14.webp") 1x,
url("img/14.webp") 2x);
}
.bg-5{
	background-image:url("img/5.jpg");
	background-image: -webkit-image-set(url("img/5.webp") 1x,
url("img/5.webp") 2x);background-image: image-set(url("img/5.jpg") 1x,
url("img/5.jpg") 2x,url("img/5.webp") 1x,
url("img/5.webp") 2x);
}
.bg-16{
	background-image:url("img/16.jpg");
	background-image: -webkit-image-set(url("img/16.webp") 1x,
url("img/16.webp") 2x);background-image: image-set(url("img/16.jpg") 1x,
url("img/16.jpg") 2x,url("img/16.webp") 1x,
url("img/16.webp") 2x);
}
.bg-18{
	background-image:url("img/18.jpg");
	background-image: -webkit-image-set(url("img/18.webp") 1x,
url("img/18.webp") 2x);background-image: image-set(url("img/18.jpg") 1x,
url("img/18.jpg") 2x,url("img/18.webp") 1x,
url("img/18.webp") 2x);
}
.bg-19{
	background-image:url("img/19.jpg");
	background-image: -webkit-image-set(url("img/19.webp") 1x,
url("img/19.webp") 2x);background-image: image-set(url("img/19.jpg") 1x,
url("img/19.jpg") 2x,url("img/19.webp") 1x,
url("img/19.webp") 2x);
}
.bg-22{
	background-image:url("img/22.jpg");
	background-image: -webkit-image-set(url("img/22.webp") 1x,
url("img/22.webp") 2x);background-image: image-set(url("img/22.jpg") 1x,
url("img/22.jpg") 2x,url("img/22.webp") 1x,
url("img/22.webp") 2x);
}
.bg-23{
	background-image:url("img/23.jpg");
	background-image: -webkit-image-set(url("img/23.webp") 1x,
url("img/23.webp") 2x);background-image: image-set(url("img/23.jpg") 1x,
url("img/23.jpg") 2x,url("img/23.webp") 1x,
url("img/23.webp") 2x);
}
.bg-25{
	background-image:url("img/25.jpg");
	background-image: -webkit-image-set(url("img/25.webp") 1x,
url("img/25.webp") 2x);background-image: image-set(url("img/25.jpg") 1x,
url("img/25.jpg") 2x,url("img/25.webp") 1x,
url("img/25.webp") 2x);
}
.bg--75R0116{
	background-image:url("img/_75R0116.jpg");
	background-image: -webkit-image-set(url("img/_75R0116.webp") 1x,
url("img/_75R0116.webp") 2x);background-image: image-set(url("img/_75R0116.jpg") 1x,
url("img/_75R0116.jpg") 2x,url("img/_75R0116.webp") 1x,
url("img/_75R0116.webp") 2x);
}
.bg-SP-A9303652{
	background-image:url("img/SP_A9303652.jpg");
	background-image: -webkit-image-set(url("img/SP_A9303652.webp") 1x,
url("img/SP_A9303652.webp") 2x);background-image: image-set(url("img/SP_A9303652.jpg") 1x,
url("img/SP_A9303652.jpg") 2x,url("img/SP_A9303652.webp") 1x,
url("img/SP_A9303652.webp") 2x);
}
.bg-school{
	background-image:url("img/school.jpg");
	background-image: -webkit-image-set(url("img/school.webp") 1x,
url("img/school.webp") 2x);background-image: image-set(url("img/school.jpg") 1x,
url("img/school.jpg") 2x,url("img/school.webp") 1x,
url("img/school.webp") 2x);
}
.bg-futari-tab-image{
	background-image:url("img/futari_tab_image.jpg");
	background-image: -webkit-image-set(url("img/futari_tab_image.webp") 1x,
url("img/futari_tab_image.webp") 2x);background-image: image-set(url("img/futari_tab_image.jpg") 1x,
url("img/futari_tab_image.jpg") 2x,url("img/futari_tab_image.webp") 1x,
url("img/futari_tab_image.webp") 2x);
}

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

/*Infinite Sliderversion: 1.0.0Author: Lucas TsolakianCopyright 2020, Archetyponhttps://archetypon.net/brics/infinite-slider/*/.is-edit  {
	    display: grid;
	    padding: 0;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
}
@media (min-width: 576px){
	    .is-edit {
	        grid-template-columns: 25% 25% 25% 25%;
	    }}.is-edit img {
	    width: 100%;
	    height: auto;
}
.is-edit div,.is-edit > img {
	    width: auto;
	    overflow: hidden;
}
.is-item {
	    overflow: hidden;
}
.infinite-slider .is-item {
		position: relative;
}
	.infinite-slider .is-item-caption {
		position: absolute;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	    color: #FFFFFF;
}
/*caption position*/.is-item-caption.is-item-top {
	    top: 0;
	    transition: all 0.2s;
}
.is-item-caption.is-item-bottom {
	    bottom: 0;
	    transition: all 0.2s;
}
.is-item-caption.is-item-middle {
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    transition: all 0.2s;
}
/*opacity edit mode*/.is-edit > .is-item > a > .is-item-opacity {
	    margin-top: 0;
	    margin-bottom: 0;
	    opacity: 1 !important}

/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.img-43-style{
		width:158px;
	}
	.h6-bloc-1-style{
		font-family:"PT Serif";
	}
	.h6-bloc-3-style{
		line-height:32px;
	}
	.p-bloc-1-style{
		text-indent:25px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.row-style{
		width:100%;
	}
	.img-logo-ho-style{
		width:162px;
	}
	.img-map-japan--style{
		width:236px;
	}
	.p-bloc-1-style{
		text-indent:25px;
	}
	.p-bloc-7-style{
		font-size:15px;
		line-height:28px;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-3096)!important;
		fill:var(--swatch-var-3096)!important;
	}
	.link-padding-top{
		padding-top:1px;
		padding-bottom:1px;
		width:50.36%;
	}
	.navbar-brand img{
		width:130px;
	}
	.h5-bloc-3-style{
		line-height:30px;
	}
	.img-mark-bl--style{
		width:136px;
	}
	.h5-前菜盛り-一皿の上の熊本-style{
		font-size:16px;
		width:100%;
		letter-spacing:px;
	}
	.img-zensa--style{
		width:127px;
	}
	.img-tl-unikarashi--style{
		width:85px;
	}
	.img-tl-konoshiro--style{
		width:117px;
	}
	.img-198-style{
		width:78px;
	}
	.img-te-pate--style{
		width:112px;
	}
	.img-t-hiradago--style{
		width:116px;
	}
	.img-tl-steak--style{
		width:74px;
	}
	.h6-シン熊本料理基本メニュー-style{
		font-family:"PT Serif";
		letter-spacing:2px;
	}
	.img-87-map-a-style{
		width:205px;
	}
	.img-87-style{
		width:103px;
	}
	.img-88-style{
		width:119px;
	}
	.img-map-yatusi-style{
		width:130px;
	}
	.img-map-kuma-style{
		width:124px;
	}
	.img-92-style{
		width:128px;
	}
	.img-93-style{
		width:127px;
	}
	.img-90-style{
		width:126px;
	}
	.h5-ワークショップ-style{
		font-family:"PT Serif";
		font-size:18px;
	}
	.p-56-style{
		line-height:28px;
	}
	.h3-style{
		font-family:"PT Serif";
	}
	
}

