@charset"UTF-8";

/*
Theme Name: B&C.Default
Description: B&C.Design Default theme.
Author:B&C.Design
Version: 1.0
License: 2018 B&C.Design All rights reserve.
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body{
    line-height: 1;
    background-color:#fff !important;
    position:relative;
}

main{
	position:relative;
}


p{
  color:#4d4d4d;
  font-feature-settings : "palt";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

section {
	width:100%;
	margin-top:-80px;
	padding-top:80px;
}

li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
  transition:.2s;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration:none;
    color:#0073aa;
}


a:hover{
  text-decoration:underline;
}

div{
  font-size:13pt;
  line-height:18pt;
}



/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

body {
    background-color: #fff;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
    background-color: transparent;
}

body,
html {
    /* important */
    font-size: 13pt;
    margin: 0;
    background-color: #fff;
}

* {
    box-sizing: border-box;
}

h1 {
  font-size:2rem;
    
}

h2 {
}

h3 {
    
}

img {
    width:100%;
    height:auto;
}

p {
    font-size: 1rem;
    font-weight:normal;
    margin: 0;
    line-height: 1.5em;
}

strong {
    font-weight: bold;
    font-size: 1em;
}

ul {
    font-size:0;
    padding: 0;
    margin: 0;
}

li{
  font-size:1rem;
}

.container {
    width: 100%;
}

.cf:before,
.cf:after {
    display: table;
    content: "";
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

#toTop{
	display:none;
  position:fixed;
  bottom:20px;
  right:20px;
  background-color:#4d4d4d;
  border-radius:50%;
  box-shadow:0 3px 5px rgba(0,0,0,.4);
  z-index:9999;
}

#toTop i{
  line-height:50px;
  width:50px;
  text-align:center;
  font-size:30pt;
  color:#fff;
}

table{
  border:1px solid #ccc;
  margin-bottom:20px;
}

table th{
  border:1px solid #ccc;
  font-weight:bold;
  padding:10px;
}

table td{
  border:1px solid #ccc;
  padding:10px;
}

/* wp */

.single-content-inner p:after,.pages-content-inner p:after{
  content:"";
  display:block;
  clear:both;
}

.alignleft{
  display:block;
  float:left;
  width:auto;
  max-width:50%;
  margin:10px 10px 10px 0;
}

.alignright{
  display:block;
  float:right;
  width:auto;
  max-width:50%;
  margin:10px 0px 10px 10px;
}

.alignnone{
  display:block;
  width:auto;
  margin:10px 0;
	max-width:100%;
}

.aligncenter{
  display:block;
  margin:10px auto;
  width:auto;
	max-width:100%;
}

/* header */

.menu-open{
    display:block;
    width:50px;
    height:50px;
    background-color:#fff;
    padding:10px;
    border-radius:0;
    background-color:#ff6900;
    z-index:9999;
    position:fixed;
    right:0;
    top:0;
  }

.header-nav{
	background-color:rgba(0,0,0,.8) !important;
	z-index:999;
}

.header-nav ul li{
  display:block;
  background-color:inherit;
  border-radius:0;
  border:none;
  padding:10px;
  margin:0;
}


  .menu-open hr{
	  transition:.2s;
    margin:5px 0;
    border-top:3px solid #fff;
    }

	
	.header-nav{
		display:none;
	}


.header-nav{
  position:fixed;
  height:100vh;
  width:350px;
  background-color:#222;
  right:0;
  top:0;
  height:100%;
  display:none;
}

.menu-main-nav-container{
  height:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

.header-nav ul{
  justify-content:center;
  align-items:center;
  display:block;
  width:100%;
  padding:10%;
}

.header-nav ul li{
  display:block;
  width:100%;
  
}

.header-nav ul li:hover{
  box-shadow:none !important;
}


.header-nav ul li a{
  display:block;
  padding:5px 10px;
  color:#fff;
  background-color:inherit !important;
}

.header-nav ul li a:hover{
  color:#ffedba;
  opacity:.8;
  text-decoration:none;
  box-shadow:none !important;
}




/* footer */

footer{
background-color:#000;
padding:10px;
}

.footer-brand{
	width:200px;
	margin:30px auto;
}

.copyright p{
	color:#fff;
	text-align:center;
}

/* index */

.sec-inner{
	padding:50px 10%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}

#hero-container{
	height:calc(100vh - 77px);
	width:100%;
	position:relative;
	z-index:10;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}

#hero-container img{
	height:30vh;
	width:auto;
}

#hero-container video{
	height:110vh;
	width:auto;
	position:absolute;
	height:auto;
}

.black-screen{
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQYV2NkYGD4z8DAwAijQQwUAJfBqQIArN4EBQFxHiYAAAAASUVORK5CYII=)repeat;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	justify-content:center;
	align-items:center;
}

.black-screen p{
	color:#fff;
	font-size:1.5em;
	text-align:center;
	margin-bottom:20px;
}


.black-screen a,.p-link{
	transition:.2s;
	display:block;
	color:#fbfbfb;
	position:relative;
	border:1px solid #ff6900;
	max-width:300px;
	margin:0 auto;
	padding:1em 2em;
	text-align:center;
	margin-top:80px;
	z-index:1;
	font-weight:bold;
	letter-spacing:.2em;
	border-radius:5px;
	overflow:hidden;
	background-color:#fff;

}

.black-screen a:after,.p-link:after{
	transition:.2s;
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#ff6900;
	z-index:-1;
}

.black-screen a:hover,.p-link:hover{
	text-decoration:none;
	color:#ff6900;
	border:1px solid #fbfbfb;
	box-shadow:0px 10px 10px rgba(0,0,0,.4);
}

.black-screen a:hover:after,.p-link:hover:after{
	transform:rotateX(90deg);
}

.hero-tel{
  background-color:#000;
  padding:10px 0;
}

.tel-inner{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}

.tel-inner p{
  color:#ff6900;
  display:block;
}

.tel-inner a{
  color:#fcb900;
  font-weight:bold;
  font-size:3em;
  line-height:1.1em;
  display:block;
  margin:0 20px;
}

#about-brand{
	background:#000;
}

#about-brand .about-wrap{
	display:flex;
	justify-content:center;
	width:100%;
}

#about-brand .sec-inner{
	padding:0;
	max-width:100%;
}

#about-brand .about-wrap .h-brand{
	height:auto;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	width:calc(100% / 3);
}

#about-brand .about-wrap .h-brand img{
	display:block;
}

#about-brand .about-wrap .h-brand p{
	font-size:2em;
	color:#fff;
	line-height:2em;
	padding:30px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#about-brand .about-wrap .h-brand p strong{
	font-size:1.5em;
	color:#fff;
}

#about-brand .about-wrap .h-brand:nth-child(odd) img{
	order:1;
}

#about-brand .about-wrap .h-brand:first-child{
	align-self:flex-start;
}


.link-wrap{
	margin:80px auto;
}

.p-link:hover{
	color:#ff6900;
	text-decoration:none;
}

.p-link{
	max-width:600px;
	margin-bottom:20px;
}

.p-link span{
	font-size:1.5em;
	display:block;
}

.s-link{
	transition:.2s;
	display:block;
	color:#ff6900;
	position:relative;
	max-width:400px;
	margin:0 auto;
	font-size:16px;
	text-align:center;
	z-index:1;
	font-weight:bold;
	letter-spacing:.2em;
	border-radius:5px;
	overflow:hidden;
	background-color:#fff;

}

.s-link:hover{
	color:#f7a46b;
}

#owatashi{
	background-color:#f0eae4;
	padding:0;
	margin:0 0 50px;
}

#owatashi .owatashi-inner{
	width:100%;
	max-width:1400px;
	margin:0 auto;
	display:flex;
	padding:30px 10%;
}

#owatashi .owatashi-inner .owatashi-txt{
	width:60%;
	padding-right:15%;
}

#owatashi .owatashi-inner .owatashi-img{
	width:40%;
	position:relative;
}

#owatashi .owatashi-inner .owatashi-img img{
	display:block;
}

#owatashi .owatashi-inner .owatashi-img img:first-child{
	width:150px;
	position:absolute;
	top:0;
	left:-30%;
	z-index:10;
	filter:drop-shadow(3px 3px 5px rgba(0,0,0,1));
}

#owatashi .owatashi-inner .owatashi-img {
	text-shadow:0 5px 5px rgba(0,0,0,.2);
}


#owatashi .owatashi-inner .owatashi-txt{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}

#owatashi .owatashi-inner .owatashi-txt p{
	line-height:2em;
	color:#000;
}

#owatashi .owatashi-inner .owatashi-txt h3{
	font-size:1.2em;
	margin-bottom:30px;
	line-height:1.5em;
}

#owatashi .owatashi-inner .owatashi-txt h3 strong{
	font-size:1.2em;
	color:#cf2e2e;
}


#owatashi .owatashi-inner .owatashi-img img:last-child{
	transform:scale(1.4);
	box-shadow:0 10px 10px rgba(0,0,0,.2);
}

#feature{
	margin-bottom:80px;
}

.feature-wrap{
	margin:0px 0;
}

.feature-wrap h2{
	color:#b6d2f2;
	font-size:2em;
	line-height:1.5em;
	margin-bottom:30px;
	text-align:center;
}

.feature-wrap ul{
	width:100%;
	max-width:600px;
	background-color:#b6d2f2;
	padding:20px;
	display:flex;
	margin:0 auto;
}

.feature-wrap ul li{
	margin:0 5px;
}

.feature-wrap ul li p{
	color:#fff;
	text-align:center;
	font-size:16px;
}

.menu-select{
	padding:0;
	max-width:1200px;
	margin: auto;
}

ul#brand-tab{
	display:flex;
	align-items:flex-end;
	justify-content:center;
}

#brand-tab li{
	transition:.2s;
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #ccc;
	border-radius:10px 10px 0 0;
	border-bottom:none;
	position:relative;
	padding:10px 20px;
	background-color:#f0eae5;
}

#brand-tab li:hover{
	border-top:5px solid #ff690082;
	cursor:pointer;
}

#brand-tab li.this-tab{
	z-index:2;
	border-top:5px solid #ff6900;
	box-shadow:0 -5px 5px rgba(0,0,0,.2);
}

#brand-tab li.this-tab:hover{
	cursor:inherit;
}

#brand-tab li.this-tab img{
	width:4em;
	height:auto;
}

.menu-h{
	display:none;
}

#menu{
	position:relative;
}

#menu h2{
    text-orientation: upright;
    line-height:1.5em;
	max-width:90%;
	margin:0 auto;
	color:#ccc;
	text-align:center;
	margin:0 auto;
	position:relative;
	text-align:right;
	margin-bottom:-30px;
	font-size:5em;
	padding:0 .5em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#menu h2:after{
	content:"";
	position:absolute;
	width:calc(100% + 30px);
	left:0;
	border-bottom:1px solid #ccc;
}

#menu h2:before{
	content:"";
	position:absolute;
	height:calc(200% + 30px);
	right:0;
	top:-20px;
	border-left:1px solid #ccc;
}

.menu-wrap{
	margin-bottom:100px;
}


.line-h{
	background-color:#01d346;
	padding:20px 10%;
	margin-bottom:50px;
}

#about-line{
	background-color:#f0eae5;
	margin-top:100px;
	margin-bottom:100px;
	padding:0;
}

#about-line .sec-inner{
	padding:100px 10%;
}

#about-line p{
	font-size:1.2em;
	text-align:center;
	max-width:600px;
	margin:0 auto 50px;
	font-weight:bold;
	color:#4d4d4d;
}

#about-line p + img{
	width:150px;
	height:150px;
	margin:0 auto;
	display:block;
}

.line-h img{
	display:block;
	max-width:400px;
	margin:0px auto;
}

.line-add{
	transition:.2s;
	display:block;
	color:#fbfbfb;
	position:relative;
	border:1px solid #01d346;
	max-width:300px;
	margin:0 auto;
	padding:1em 2em;
	text-align:center;
	margin-top:50px;
	z-index:1;
	font-weight:bold;
	letter-spacing:.2em;
	border-radius:5px;
	overflow:hidden;
	background-color:#fff;

}

.line-add:after{
	transition:.2s;
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#01d346;
	z-index:-1;
}

.line-add:hover{
	text-decoration:none;
	color:#01d346;
	border:1px solid #fbfbfb;
	box-shadow:0px 10px 10px rgba(0,0,0,.4);
}

.line-add:hover:after{
	transform:rotateX(90deg);
}

.access-wrap ul{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:center;
}

.access-wrap ul li img{
	max-width:200px;
}

.access-wrap ul li{
	display:flex;
	align-items:flex-start;
	margin-bottom:50px;
}

.access-wrap ul li p{
	width:calc((100% - 200px) / 3);
}

.access-wrap ul li iframe{
	height:250px;
	margin-left:20px;
}


.access-wrap ul li:first-child{
	width:100%;
}

/* menu-slider */

ul.slider{
	margin-bottom:0px !important;
	padding-bottom:30px;
}

.slick-dots{
	display:flex !important;
	justify-content:center;
	align-items:center !important;
	bottom:0px !important;
}

.slick-dots li button:before{
  content:"\f10c" !important;
  font-family:ForkAwesome !important;
}

.slick-dots li.slick-active button:before{
  content:"\f111" !important;
  font-family:ForkAwesome !important;
}


.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #f00 !important;
    font-size:16px !important;
}

.slick-arrow:before{
  width:80px;
  height:80px;
  color:#fff;
  font-size:80px;
}

.slick-next:before{
	display:block;
  content:"\f054" !important;
  font-family:ForkAwesome !important;
  color:#fff !important;
  width:50px !important;
  height:50px;
  line-height:50px !important;
  background-color:rgba(0,0,0,.8);
  border-radius:50%;
}

.slick-prev:before{
	display:block;
  content:"\f053" !important;
  font-family:ForkAwesome !important;
  color:#fff !important;
  width:50px !important;
  height:50px;
  line-height:50px !important;
  background-color:rgba(0,0,0,.8);
  border-radius:50%;
  left:-10px;
}

.slick-prev{
  transition:.2s;
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:10 !important;
  left:0px !important;
}

.slick-next{
  transition:.2s;
  position:absolute;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:10 !important;
  right:29px !important;
}

.slick-prev:hover, #case .slick-next:hover{
  cursor:pointer;
  opacity:.8;
}


.menu-wrap{
	background-color:#f0eae5;
	position:relative;
}

#yakitori{
	position:relative !important;
}

.menu-wrap > div{
	max-width:700px;
	opacity:0;
	margin:0 auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	background-color:#f0eae5;
}


.menu-wrap > div ul li{
	display:flex !important;
	flex-wrap:wrap;
	padding:10px;
}

.menu-wrap > div ul li div{
	position:relative;
}


.menu-wrap > div ul li div p span{
	display:block;
}

.menu-wrap > div ul li div p span.item-name{
	font-weight:bold;
}

.menu-wrap > div ul li div p span.item-desc{
	font-size:13px;
	line-height:15px;
}

.menu-wrap > div ul li.m1 img + p span.item-price{
	color:#ffedba;
	font-weight:bold;
}

.menu-wrap > div ul li.m2 div p span.item-name{
	font-size:24px;
	margin-bottom:10px;
	color:#fff;
}

.menu-wrap > div ul li.m2 div img + p span.item-name{
	font-size:20px;
	margin-bottom:10px;
	color:#fff;
}

.menu-wrap > div ul li.m2 div p span.item-price{
	font-size:18px;
	color:#fff;
}

.menu-wrap > div ul li.m2 div img + p span.item-desc{
	font-size:16px;
	line-height:18px;
	margin-bottom:15px;
	background-color:#96816a;
	color:#fff;
	border-radius:10px;
	padding:10px;
	position:relative;
}

.menu-wrap > div ul li.m2 div p span.item-desc:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 30px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #96816a;
  z-index: 0;
}

.menu-wrap > div ul li.m2 img + p span.item-price{
	color:#fff;
	font-weight:bold;
	font-size:20px;
}


.menu-wrap > div ul li.m1 img + p span.item-price{
	color:#ffedba;
	font-weight:bold;
}


.menu-wrap > div ul li div p span.item-price:after{
	content:"yen";
	margin-left:5px;
}

.menu-wrap > div ul li.m1 img + p{
	background-color:rgba(0,0,0,.4);
	width:50%;
	position:absolute;
	bottom:0;
	color:#fff;
	padding:10px;
}

.menu-wrap > div ul li.m1 div{
	width:100%;
}

.menu-wrap > div ul li.m2 div{
	width:100%;
	display:flex;
}

.menu-wrap > div ul li.m2 div:first-child{
	padding-bottom:20px;
}

.menu-wrap > div ul li.m2 div p{
	width:100%;
	background-color:#a58f76;
	padding:20px;
}

.menu-wrap > div ul li.m2 div img + p{
	width:52%;
}

.menu-wrap > div ul li.m2 div img{
	width:48%;

	flex-shrink:0;
}

.menu-wrap > div ul li.m4 div:nth-child(even){
	margin-right:0;
}

.menu-wrap > div ul li.m4 div:nth-child(3),.menu-wrap > div ul li.m4 div:nth-child(4){
	margin-bottom:0;
}

.menu-wrap > div ul li.m4 div{
	width:calc(50% - 10px);
	margin-right:20px;
	margin-bottom:20px;
	position:relative;
}

.menu-wrap > div ul li.m4 div p{
	position:absolute;
	bottom:0;
	padding:10px;
	background-color:rgba(0,0,0,.4);
	width:100%;
}

.menu-wrap > div ul li.m4 div p span.item-name{
	font-size:14px;
	color:#fff;
	line-height:1.2em;
}

.menu-wrap > div ul li.m4 div p span.item-price{
	color:#ffedba;
	font-weight:bold;
}

.menu-wrap > div ul li.mnon div{
	width:100%;
	margin-bottom:20px;
	background-color:#a58f76;
	padding:20px;
}

.menu-wrap > div ul li.mnon div:last-child{
	margin-bottom:0;
}

.menu-wrap > div ul li.mnon div p{
	color:#fff;
}


.menu-wrap > div ul li.mnon div p span.item-name{
	font-size:24px;
	margin-bottom:10px;
}

.menu-wrap > div ul li.mnon div p span.item-desc{
	font-size:16px;
	line-height:1.2em;
	margin-bottom:10px;
}

.menu-wrap > div ul li.mnon div p span.item-price{
	font-size:18px;
	font-weight:bold;
}

.menu-wrap > div.this-menu{
	display:block;
	z-index:99;
	opacity:1;
}


#sec-form{
	margin-top:-100px;
	margin-bottom:100px;
	background-color:#675b4d;
}

#sec-form h2{
	border-bottom:1px solid #ffedba;
	padding-bottom:10px;
	font-size:2em;
	color:#fff;
	text-align:center;
	margin-bottom:20px;
	line-height:1.5em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#sec-form .sec-inner > p{
	text-align:center;
	margin-bottom:20px;
}

#sec-form .sec-inner p{
	color:#fff;
}

#sec-form p a{
	color:#fcb900;
	font-size:2em;
	line-height:1.5em;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* form */

.form-wrap{
	background-color:rgba(0,0,0,.2);
	padding:20px;
}

input[type="submit"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

.wpcf7-form{
  background-color:rgba(0,0,0,.2);
  padding:20px;
}

.wpcf7{
  max-width:500px;
  margin:0 auto !important;
  position:relative;
  
}

.wpcf7 input{
  width:100%;
  border:2px solid #ccc;
  line-height:30px;
  padding:0 10px;
  font-size:1rem;
  display:block;
}

.wpcf7 textarea{
  width:100%;
  padding:10px;
  border:2px solid #ccc;
  font-size:1rem;
  display:block;
}

.wpcf7 input:focus,.wpcf7 textarea:focus{
  border:2px solid #8fc31f;
  outline:0;
  background-color:#fffffd;

}

.wpcf7 p{
  margin-bottom:20px !important;
  font-weight:bold;
}

.wpcf7 p label{
  font-size:15px;
}

.wpcf7 p .required{
  background:none !important;
  background-color:#e01d1d !important;
  color:#fff;
  font-size:.5em;
  padding:3px 5px;
  margin-right:10px;
}

.wpcf7 p .opt{
  background-color:#0073aa;
  color:#fff;
  font-size:.5em;
  padding:3px 5px;
  margin-right:10px;
}

.wpcf7-submit{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.wpcf7-submit::-webkit-search-decoration {
  display: none;
}
.wpcf7-submit::focus {
  outline-offset: -2px;
}

.wpcf7-submit{
  transition:.2s;
  border-radius:10px !important;
  padding:10px !important;
  background-color:#1cd01c !important;
  font-weight:bold;
  color:#fff;
  border:2px solid #218e46 !important;
  box-shadow:0 3px 5px rgba(0,0,0,.2);
}

.wpcf7-submit:hover{
  background-color:#2fe02f !important;
  box-shadow:0 3px 10px rgba(0,0,0,.4);
  border:2px solid #00c300 !important;
}

.wpcf7-not-valid-tip{
  background:none !important;
  background-color:#e11d1e !important;
  color:#fff !important;
  font-size:10px !important;
  padding:0 10px;
  display:inline-block !important;
  border-radius:0 0 10px 0;
}

.wpcf7-validation-errors{
  font-size:.8em;
  margin:0 0 10px!important;
  border:none !important;
  border:5px solid #ffbc00 !important;
  padding:10px !important;
  background-color:#fff;
}

.wpcf7-validation-errors:before{
  font-family:'FontAwesome';
  display:block;
  float:left;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"\f06a";
  margin-right:5px;
  font-size:2em;
  color:#ffbc00;
}

.wpcf7-mail-sent-ok{
  font-size:1.5em;
  margin:0 0 10px!important;
  border:none !important;
  border:10px solid #00a21b !important;
  padding:10px !important;
  line-height:50px;
  box-shadow:5px 5px 5px rgba(0,0,0,.4);
  background-color:#fff;
}

.wpcf7-mail-sent-ok:before{
  font-family:'FontAwesome';
  display:block;
  float:left;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"\f05d";
  margin-right:5px;
  font-size:2em;
  color:#00a21b;
}

.ajax-loader{
  position:absolute;
  margin:auto !important;
  top:0;
  left:0;
  bottom:0;
  right:0;
  width:30px !important;
  height:30px !important;
  background-size:cover !important;
}

.ajax-loader img{
  width:100% !important;
}

.wpcf7 input[type="checkbox"]{ 
  display: none;
}
  
	
.wpcf7-list-item-label {
  position: relative;
  padding-left: 45px;		  
}
		
.wpcf7-list-item-label:before{
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
  left:0;
  top:-5px;
  background: #fff;
  border: 2px solid #ccc;
}

.wpcf7-list-item-label:after{
    width: 20px;
    height: 10px;
    border: 3px solid #8fc31f;
    content: '';
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px;
    top: 1px;
    border-top: none;
    border-right: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	  
}
			
.wpcf7 input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;			
}

span.wpcf7-list-item{
  margin-left: 0!important;
  margin-right: 20px!important;  
}

.acceptance-btn{
  display:block;
  background-color:#eee;
  margin-bottom:20px;
  padding:20px;
}

.acceptance-btn span{
  cursor:pointer;
  display:block;
}

label.acceptance-btn span{
  background:none !important;
}




/* media queries */

@media screen and (max-width:780px) {
	
	.black-screen .sec-inner{
		width:100%;
		padding-left:5%;
		padding-right:5%;
	}

	.black-screen .sec-inner p{
		font-size:16px;
	}

	.black-screen .sec-inner img{
		width:80% !important;
		height:auto !important;
		display:block;
		min-width:0;
		margin:0 auto;
	}

	.tel-inner a{
		font-size:10vw;
	}

	.about-wrap{
		display:block !important;
	}

	.h-brand{
		width:100% !important;
		display:block !important;
	}

	.h-brand p{
		order:2;
	}

	.link-wrap{
		display:block;
		margin:0;
	}

	.link-wrap a{
		display:block;
		margin:0 auto;
	}

	.link-wrap a:first-child{
		margin:0 auto 15px auto;
	}

	.owatashi-inner{
		display:block !important;
		padding:30px 5% !important;
	}

	.owatashi-txt{
		padding:0 !important;
		margin:0 !important;
		width:100% !important;
	}

	.owatashi-img{
		width:100% !important;
	}

	.owatashi-img img:first-child{
		width:100px !important;
		left:-5% !important;
		top:calc(50% - 50px) !important;
	}

	.owatashi-img img:last-child{
		width:100% !important;
		transform:scale(1) !important;
	}

	#owatashi{
		margin-bottom:0;
	}

	#feature{
		margin:0;
		padding:0;
	}

	#feature h2{
		font-size:1.5rem;
	}

	#feature ul{
		flex-wrap:wrap;
	}

	#feature ul li{
		width:calc(50% - 10px);
		margin-bottom:10px;
	}

	.slick-slide{
		padding:5px !important;
	}

	#menu h2{
		font-size:1.5rem;
		position:static !important;
		text-orientation: upright;
	max-width:100%;
	margin:0 auto;
	color:#fcb900;
	text-align:center;
	margin:0 auto 30px;
	padding:10px 5%;
	}

	#menu h2:before, #menu h2:after{
		display:none;
	}

	#brand-tab{
		display:block !important;
	}

	.m2 div{
		display:block !important;
		position:relative;
		padding:0 !important;
		background-color:#fff !important;
	}

	.m2 div:first-child{
		margin-bottom:10px;
	}

	.m2 div img{
		width:100% !important;
		margin:0 auto;

	}

	.m2 div img + p{
		width:100% !important;
		padding:10px !important;
		position:absolute;
		bottom:0;
		background-color:rgba(0,0,0,.4) !important;
	}


	.m2 div img + p .item-name{
		font-size:16px !important;
		line-height:1.5em;
		margin:0 !important;
	}

		.m2 div img + p .item-desc{
		font-size:10px !important;
		line-height:1.5em;
		padding:0!important;
		border-radius:0 !important;
		margin-bottom:0 !important;
		background:none !important;
	}

	.m2 div img + p .item-desc:before{
		display:none;
	}

		.m2 div img + p .item-price{
		font-size:16px !important;
		line-height:1.5em;
		padding:0px !important;
		border-radius:0 !important;
		margin-bottom:0 !important;
	}

	.m1{
		position:static !important;
	}

	.m1 img + p{
		position:static !important;
		width:100% !important;
		background-color:#a58f76 !important;
	}

	.m1 p{
		position:static !important;
		width:100% !important;
		background-color:#a58f76 !important;
	}

	.m1 p .item-name{
		font-size:24px;
		margin-bottom:10px;
		line-height:1.5em;
	}

	.m1 p .item-desc{
		font-size:16px !important;
		line-height:1.5em !important;
		margin-bottom:10px;
	}

	.m1 p .item-price{
		font-size:24px !important;
		line-height:1.5em !important;
		margin-bottom:0px;
		color:#fff !important;
	}

	.mnon p .item-name{
		font-size:1.2rem !important;
		line-height:1.5em !important;
		margin-bottom:0px;
		color:#fff !important;
	}

	.mnon p .item-price{
		font-size:16px !important;
		line-height:1.5em !important;
		margin-bottom:0px;
		color:#fff !important;
	}

	.mnon div{
		margin-bottom:10px !important;
	}
	
	.m4{
		display:block !important;
	}

	.m4 div{
		display:flex !important;
		width:100% !important;
		margin:0 0 10px 0!important;
		justify-content:flex-start !important;
	}

	.m4 div img{
		display:block !important;
		width:120px !important;
		height:120px !important;
	}

	.m4 div img + p{
		position:static !important;
		width:calc(100% - 120px) !important;
		background-color:#a58f76 !important;
	}

	.m4 div img + p span.item-price{
		color:#fff !important;
		margin-top:10px;
	}

	.item-price{
		text-align:right;
		font-weight:bold;
		font-size:16px !important;
	}



	.access-wrap ul li{
		display:block;
	}

	.access-wrap ul li img{
		display:block;
		width:150px;
		margin:0 auto 20px;
	}

	.access-wrap ul li p{
		display:block;
		width:100%;
		margin:0 auto;
		text-align:center;
		margin-bottom:20px;
	}

	.access-wrap ul li iframe{
		width:100%;
		margin:0;
	}

	.sec-inner{
		padding:30px 5% !important;
	}

	#about-brand .sec-inner{
		padding:0 !important;
	}

	#about-line{
		margin-top:0px !important;
		padding-top:0px;
		margin-bottom:0;
	}

	#about-line .sec-inner{
		padding:0 0 30px 0 !important;
	}

	#about-line .sec-inner p + img{
		display:none;
	}

	#about-line p{
		padding:0 5%;
	}

	.line-h{
		padding:1em 5%;
	}

	.menu-wrap{
		margin-bottom:30px;
	}

	#menu{
		padding-top:0;
		margin-top:0;
		margin-bottom:30px;
	}

	#sec-form{
		padding:0;
		margin:0;
	}

	#sec-form .sec-inner{
		padding:0 !important;
	}

	.form-wrap{
		padding:0;
	}

	#sec-form .sec-inner > p{
		padding:0 10%;
	}

	#sec-form .sec-inner > p span{
		display:block;
	}

	#sec-form h2{
		padding:30px 10% 10px 10%;
		font-size:1.5rem;
	}

	#brand-access{
		padding:0;
		margin:0;
	}

	#brand-access ul{
		display:block;
	}

	#brand-access ul li:last-child{
		margin:0;
	}

	.header-nav{
		width:100%;
		padding:5%;
	}

	.header-nav ul li{
		width:100%;
		text-align:center;
	}

	.menu-wrap + .link-wrap{
		display:block !important;

	}

	.menu-wrap + .link-wrap .p-link{
		max-width:90%;
	}

	

}

