@charset "utf-8";
html	{ background:#f9efde url(../images/common/bg.gif); }
body	{ font-size: 16px; line-height: 1.42857; font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6	{ font-weight: 300; line-height: 1.2; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small	{ color: #000000; } 

*[id]:before {
  display: block;
  content: " ";
  visibility: hidden;
}
@media only screen and (min-width : 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
a	{ color: #006376; text-decoration: none; }
a:hover	{ text-decoration: underline; }
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
}
.red	{ color: #d90000; }


/* ------------ FONT ------------- */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?rl21kd');
	src:url('../fonts/icomoon.eot?rl21kd#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?rl21kd') format('truetype'),
		url('../fonts/icomoon.woff?rl21kd') format('woff'),
		url('../fonts/icomoon.svg?rl21kd#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-ebirs:before	{ content: "\e804"; }
.icon-ebils:before	{ content: "\e805"; }
.icon-ebil:before	{ content: "\e800"; }
.icon-ebir:before	{ content: "\e801"; }
.icon-uogashi:before	{ content: "\e802"; }
.icon-maruten:before	{ content: "\e803"; }


@media (max-width: 767px) { 
}
@media (min-width: 768px) { 
}
@media (min-width: 991px) { 
}

/* ------------ HOME PAGE ------------- */


/* ------------ HOME PAGE MAIN ------------- */
#showreel-wrapper	{ position:relative; padding-bottom:50%; height:0; overflow:hidden; }
#showreel-wrapper video	{ position:absolute; top:0; left:0; width:100%; height:100%; height:auto; display:block; }
.home-header	{ position:relative; max-height:100%; overflow:hidden; background:url(../images/home/home-image.jpg) center ; margin-top: 45px; }
.header-wrap	{ text-align: center; margin:-10em 0 0 -45%; position:absolute; width:90%; height:20em; top:45%; left:50%; }
.header-inner h1, .header-inner h2	{ font-style:normal; font-weight:300; line-height:1em; text-transform:uppercase; letter-spacing:.1em; text-align:center; color:#2a2827; }
.header-inner h1 img	{ width:70%; margin: 0.5em 0 0; }
.header-inner h1, .header-inner h2	{ color:#fff; -moz-opacity:.8; -khtml-opacity:.8; -webkit-opacity:.8; opacity:.8; -ms-filter:alpha(opacity=80); filter:alpha(opacity=80) }
.header-inner h2	{ font-style:normal; font-size:1.5em; display:block; }
a.featured-work	{ padding: 15px 40px; display: inline-block; border: solid 2px #fff; font-size: 14px; color: #fff; font-weight: bold; letter-spacing: 3px; margin-top: 20px; background-color: rgba( 0, 0, 0, 0.5 ); -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out }
a.featured-work { border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; }
a.featured-work	{ margin-right: auto; margin-left: auto; }
a.featured-work small	{  letter-spacing: 0; font-size: 11px; color: #58c636; font-weight: bold; display: block; }
a.featured-work:hover, a.featured-work:focus	{ background-color: #fff; color: #000; text-decoration: none }
@media(max-width: 768px) { 
	a.featured-work	{ padding: 10px 20px; font-size: 13px; margin-top: 10px; }
	.home-header	{ position:relative; height:20em; margin-top: 45px; }
	.header-inner	{ margin-top: 100px; }
	.header-inner h1 strong	{ font-size:5em; }
	.header-inner h1 img	{ width:90% ; margin: 0; }
	.header-inner h2	{ font-size:1em; margin: 0; }
	#showreel-wrapper video { display:none } 
}

/* ------------ HOME NEWS ------------- */
#home-news	{ color: #ffffff; background-color: #481d13; }
#home-news a	{ color: #ffffff; }
#home-news a:hover	{ color: #fffc11; text-decoration: none; }
.newslist strong	{ font-size: 1.1em; padding-bottom: 5px; display: block; }
@media (max-width: 767px) { 
	#home-news h3	{ font-size: 120%; padding: 0; }
	#home-news	{ padding: 5px 0 20px; }
	.newslist	{ font-size: 80%; padding: 5px 0 5px;  border-bottom: 1px dotted #633a3a; }
	.newslist strong	{ font-size: 1.1em; padding-bottom: 0; display: block; }
}
@media (min-width: 768px) { 
	#home-news h3	{ font-size: 130%; padding: 0; }
	#home-news	{ padding: 15px 0; }
	.newslist	{ font-size: 90%; padding: 20px 0 15px;  border-bottom: 1px dotted #633a3a; }
}
@media (min-width: 991px) { 
	#home-news h3	{ font-size: 180%; padding: 0; }
	#home-news	{ padding: 25px 0; }
	.newslist	{ font-size: 100%; padding: 20px 0 15px;  border-bottom: 1px dotted #633a3a; }
}

/* ------------ HOME INFO ------------- */
@media (max-width: 767px) { 
	#home-info	{ background: url(../images/home/kakiage.png) no-repeat -145% 70px; -moz-background-size:80%; background-size:80%; }
	#home-info .start	{ font-size: 120%; text-align: center; padding: 0; }
	#home-info .start h3	{ font-size: 100%; }
	#home-info .start p	{ font-size: 80%; padding: 10px; display: inline-block; }
	#home-info .start p span	{ background: linear-gradient(transparent 30%, #feed3f 10%); }
}
@media (min-width: 768px) { 
	#home-info	{ background: url(../images/home/kakiage.png) no-repeat -10% 50px; }
	#home-info .start	{ font-size: 150%; text-align: center; padding: 50px 5% 50px 30%; }
	#home-info .start h3	{ font-size: 120%; }
	#home-info .start p	{ font-size: 90%; }
	#home-info .start p span	{ background: linear-gradient(transparent 30%, #feed3f 10%); }
}
@media (min-width: 991px) { 
	#home-info	{ background: url(../images/home/kakiage.png) no-repeat 20% 50px; }
	#home-info .start	{ font-size: 150%; text-align: center; padding: 50px 5% 50px 30%; }
	#home-info .start h3	{ font-size: 150%; }
	#home-info .start p	{ font-size: 100%; background-color: transparent; padding: 10px; }
}


/* ------------ HOME MENU ------------- */
a.featured-menu	{ padding: 15px 40px; display: inline-block; border: solid 2px #fff; font-size: 18px; color: #fff; font-weight: bold; letter-spacing: 3px; margin-top: 20px; background-color: rgba( 233, 73, 36, 0.9 ); -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out }
a.featured-menu { border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; }
a.featured-menu	{ margin-right: auto; margin-left: auto; }
a.featured-menu small	{  letter-spacing: 0; font-size: 11px; color: #58c636; font-weight: bold; display: block; }
a.featured-menu:hover, a.featured-menu:focus	{ background-color: #fff; color: #000; text-decoration: none }

@media (max-width: 767px) { 
	.menu-inner	{ text-align: center; padding: 5px 5px 40px; }
	.menulist	{ font-size: 80%; text-align: center; margin-top: 20px; }
	.menulist h4	{ font-size: 80%; font-weight: bold; -webkit-margin-before: 0.2em; -webkit-margin-after: 0.1em;}
	a.featured-menu	{ padding: 10px 20px; font-size: 13px; margin-top: 10px; }
}
@media (min-width: 768px) { 
	.menu-inner	{ text-align: center; padding: 20px 20px 60px; }
	.menulist	{ font-size: 80%; }
	.menulist h4	{ font-size: 80%; font-weight: bold; -webkit-margin-before: 0.5em; -webkit-margin-after: 0.2em;}
}
@media (min-width: 991px) { 
	.menu-inner	{ text-align: center; padding: 20px 20px 60px; }
	.menulist	{ font-size: 100%; }
	.menulist h4	{ font-size: 100%; font-weight: bold; -webkit-margin-before: 0.5em; -webkit-margin-after: 0.2em;}
}

/* ------------ STORE LIST ------------- */
.storelist h4 a	{ color: #ffffff; text-decoration: none; }
.storelist h4 a:hover	{ color: #fffc11; text-decoration: none; }

@media (max-width: 767px) { 
	.storelist	{ font-size: 60%; text-align: center; }
	.storelist h4	{ -webkit-margin-before: 0.2em; -webkit-margin-after: 0.1em;}
	.storelist h4 a	{ font-size: 70%; color: #ffffff; text-decoration: none; padding: 0; }
}
@media (min-width: 768px) { 
	.storelist	{ font-size: 90%; }
	.storelist h4	{ -webkit-margin-before: 0.5em; -webkit-margin-after: 0.2em;}
	.storelist h4 a	{ font-size: 80%; color: #ffffff; text-decoration: none; }
}
@media (min-width: 991px) { 
	.storelist	{ font-size: 100%; }
	.storelist h4	{ -webkit-margin-before: 0.5em; -webkit-margin-after: 0.2em;}
	.storelist h4 a	{ font-size: 80%; color: #ffffff; text-decoration: none; }
}


/* ------------ NEWS ------------- */
#news-content	{ padding: 60px 0 10px 0; }

/* ------------ MENU ------------- */
#menu-content	{ padding: 0 0 10px 0; }
#menu-content table .tbcat	{ width: 22%; }
#menu-content table .tbprice	{ text-align: right; width: 13%; }
#menu-content h4.topping	{ color: #fff; font-size: 1.3em; font-weight: bold; background-color: #0391e4; margin-bottom: 5px; padding: 10px; }

@media only screen and (max-width: 767px) {
	#menu-content p	{ font-size: 1em; line-height: 1.4em; padding: 0 0 10px; }
	#menu-content .menu-hd	{ text-align: center; }
	#menu-content .menu-hd h2	{ font-size: 1.8em; font-weight: bold; padding: 0 0 10px; display: block;}
	#menu-content h4.topping	{ font-size: 0.8em; }
	#menu-content h5	{ font-size: 0.85em; font-weight: bold; margin: 0; padding: 5px 0; }
	#menu-content table	{ font-size: 0.85em;}
}
@media (min-width: 768px) { 
	#menu-content p	{ font-size: 1.2em; line-height: 1.6em; padding: 0 0 15px; }
	#menu-content .menu-hd	{ text-align: left; }
	#menu-content .menu-hd h2	{ font-size: 2em; bold; padding: 10px 0 10px; font-weight: bold; }
	#menu-content h4.topping	{ font-size: 1.2em; }
	#menu-content h5	{ font-size: 1em; font-weight: bold; margin: 0; padding: 5px 0; }
	#menu-content table	{ font-size: 1em;}
}
@media (min-width: 991px) { 
	#menu-content p	{ font-size: 1.2em; line-height: 1.6em; padding: 0 0 15px; }
	#menu-content .menu-hd	{ text-align: left; }
	#menu-content .menu-hd h2	{ font-size: 2.5em; font-weight: bold; padding: 10px 0 10px; display: block;}
	#menu-content h4.topping	{ font-size: 1.5em; }
	#menu-content h5	{ font-size: 1.1em; font-weight: bold; margin: 0; padding: 5px 0; }
	#menu-content table	{ font-size: 1em;}
}


/* ------------ STORE ------------- */
#store-content	{ padding: 60px 0 10px 0; }
.shopinfo	{ background-color: #fff; float: left; margin: 0 0 20px; padding: 20px; }
.favorite	{ background-color: #fff; text-align: center; float: left; margin: 0 0 20px; padding:0 0 10px; border-bottom: 1px dotted #abadb3; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
	.shopinfo	{ font-size: 100%; }
	.fbarea	{  }
	.mapcode	{ position: relative; padding-bottom: 56.25%; margin: 10px 0 10px 0; height: 0; overflow: hidden; }
	.mapcode iframe, .mapcode object, .mapcode embed	{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	#store-content p	{ font-size: 1em; line-height: 1.4em; padding: 0 0 10px; }
	#store-content .store-hd	{ text-align: center; }
	#store-content .store-hd strong	{ color: #e83416; font-size: 1.3em; font-weight: bold; padding: 20px 0 0; display: block;}
	#store-content .store-hd h2	{ font-size: 2.3em; font-weight: bold; padding: 0 0 20px; display: block;}
	.favorite strong	{ color: #fff; font-size: 1em; background-color: #e0530b; text-align: center; margin: 0 0 10px; padding: 10px; display: block; }
	.favorite b	{ font-size: 1em; padding: 10px 0 0; display: block; }
	.favorite .price	{ font-size: 1em; }
}
@media (min-width: 768px) { 
	.shopinfo	{ font-size: 93%; }
	.fbarea	{  }
	.mapcode	{ position: relative; padding-bottom: 35%; margin: 30px 0 30px 0; height: 0; overflow: hidden; }
	.mapcode iframe, .mapcode object, .mapcode embed	{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	#store-content p	{ font-size: 1.2em; line-height: 1.6em; padding: 0 0 15px; }
	#store-content .store-hd	{ text-align: center; }
	#store-content .store-hd strong	{ color: #e83416; font-size: 1.6em; font-weight: bold; padding: 30px 0 0; display: block;}
	#store-content .store-hd h2	{ font-size: 4em; bold; padding: 10px 0 30px; font-weight: bold; }
	.favorite strong	{ color: #fff; font-size: 1.2em; background-color: #e0530b; text-align: center; margin: 0 0 10px; padding: 10px; display: block; }
	.favorite b	{ font-size: 1.3em; padding: 10px 0 0; display: block; }
	.favorite .price	{ font-size: 1.2em; }
}
@media (min-width: 991px) { 
	.shopinfo	{ font-size: 90%; }
	.fbarea	{  }
	.mapcode	{ position: relative; padding-bottom: 30%; height: 0; overflow: hidden; margin: 50px 0 50px 0; }
	.mapcode iframe, .mapcode object, .mapcode embed	{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	#store-content p	{ font-size: 1.2em; line-height: 1.6em; padding: 0 0 15px; }
	#store-content .store-hd	{ text-align: center; }
	#store-content .store-hd strong	{ color: #e83416; font-size: 2em; font-weight: bold; padding: 30px 0 0; display: block;}
	#store-content .store-hd h2	{ font-size: 4em; font-weight: bold; padding: 10px 0 40px; display: block;}
	.favorite strong	{ color: #fff; font-size: 1.2em; background-color: #e0530b; text-align: center; margin: 0 0 10px; padding: 10px; display: block; }
	.favorite b	{ font-size: 1.3em; padding: 10px 0 0; display: block; }
	.favorite .price	{ font-size: 1.2em; }
}



/* ------------ FORM ------------- */
.form-aten	{ background-color: #faf7f1; margin: 0 0 2em; padding: 15px; }
.form-aten ul	{ color: #db0000; font-size: 0.9em; margin: 0 0 0 1em; padding: 0; list-style-type: none; }
.form-aten ul li	{ text-indent: -1em; list-style-type: none; }
label.control-label	{ font-size: 1.1em; }
.radio label	{ font-size: 1.2em;  }


/*****************************
*カレンダーに枠を付ける
*****************************/
.widget_calendar {float: left;}
#wp-calendar { width: 100%; font-size: 14px; }
#wp-calendar caption { font-size: 18px; text-align: center; color: #000; }
#wp-calendar thead { }
#wp-calendar thead th { text-align: center; padding-bottom: 10px; }
#wp-calendar tbody { color: #000; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td#today	{ background: #e17612; color: #fff; }
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-weight: bold; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-weight: bold; text-transform: uppercase; padding-top: 10px; }

/* ------------ FOOTER ------------- */
footer	{ background: url(../images/common/nami.png) repeat-x 0 -1px; padding: 37px 0 0; }
footer .nami	{ color: #fff; background-color: #006bce; padding: 20px 0 30px; }
/* footer .nami2	{ background: url(../images/common/nami2.png) repeat-x 0 bottom; padding: 0 0 30px; } */
footer .nami .logo,
footer .nami .text	{ padding: 0 0 15px; }

footer .endfooter	{ color: #fff;  background-color: #000; padding: 20px 0 50px; }

footer .endfooter .company	{ }
footer .endfooter .company strong	{ font-size: 1.2em; }
footer .endfooter .company p	{ font-size: 0.9em; }
footer .endfooter .copyright	{ font-size: 0.7em; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; text-decoration: none;}

footer .endfooter .ftmenu ul li	{ border-left: 1px solid #fff; }
footer .endfooter .ftmenu ul li.end	{ border-right: 1px solid #fff; border-left: 1px solid #fff; }
footer .endfooter .ftmenu ul li a	{ font-size: 0.9em; color: #fff; padding: 0.2em 0.5em; }


@media (max-width: 767px) { 
	footer .nami .text	{ font-size: 0.75em; }
	footer .nami .text small	{ display: inline; }
	footer .endfooter .company, 
	footer .endfooter .copyright	{ text-align: center; }
	footer .endfooter .copyright	{ font-size: 0.6em; padding-bottom: 30px; }
	footer .endfooter .ftmenu	{ font-size: 0.8em; text-align: center; padding: 5px 5px 10px; }
	footer .endfooter .ftmenu ul li a	{ padding: 0.2em 0; }
 }
@media (min-width: 768px) { 
	footer .nami .text	{ font-size: 0.8em; }
	footer .nami .text small	{ display: block; }
	footer .endfooter .company, 
	footer .endfooter .copyright	{ text-align: center; }
	footer .endfooter .ftmenu	{ text-align: center; padding: 5px 5px 10px; }
 }
@media (min-width: 991px) { 
	footer .nami .text	{ font-size: 1em; }
	footer .nami .text small	{ display: block; }
	footer .endfooter .company, 
	footer .endfooter .copyright	{ text-align: left; }
	footer .endfooter .ftmenu	{ text-align: right; }
 }


hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}



/* ------------ br_translation ------------- */
#pattern_a #language,
#pattern_a .sp{display: none;}
#pattern_a{
	background: #060606;
}
#pattern_a p,
#pattern_a a{color: #f6f6f6;}
#pattern_a p,
#pattern_a ul,
#pattern_a li{ float: left; list-style-type: none; }
#pattern_a p,
#pattern_a li{padding: 7px 5px 7px 3px;}
#pattern_a #link_wrapper{overflow: hidden;}
#pattern_a li:before{
	content:"| ";
	color: #f6f6f6;
	padding-right: 5px;
}
#pattern_a a{text-decoration: none;}
#pattern_a a:hover{text-decoration: underline;}



/* ------------ GO TOP ------------- */
#scrollUp	{ background: #e94924; color: #fff; padding: 10px 15px; font-weight: bold; text-decoration: none; }
#scrollUp a	{  padding:0; }
@media (max-width: 767px) { #scrollUp { bottom: 0; right: 0; text-align: center; width: 100%; font-size: 1em; } }
@media (min-width: 768px) { #scrollUp { bottom: 20px; right: 20px; } }
@media (min-width: 991px) { #scrollUp { bottom: 20px; right: 20px; } }


/* ------------ BLOCK ------------- */
@media (max-width: 767px) { .pconly { display: none; } }
@media (min-width: 768px) { .pconly { display: block; } }
@media (min-width: 991px) { .pconly { display: block; } }
@media (max-width: 767px) { .sponly { display: block; } }
@media (min-width: 768px) { .sponly { display: none; } }
@media (min-width: 991px) { .sponly { display: none; } }

/* ------------ GRID GUTTER ------------- */
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}
.row-4 {
  margin-left: -2px;
  margin-right: -2px;
}
.row-4 > div {
  padding-right: 2px;
  padding-left: 2px;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) { 
	.no-gutter > [class*='col-'] {
	    padding-right:0;
	    padding-left:0;
	}
}
@media (min-width: 991px) { 
	.no-gutter > [class*='col-'] {
	    padding-right:0;
	    padding-left:0;
	}
}

@media (max-width: 767px) { 
.under-05, 
.under-10, 
.under-15, 
.under-20, 
.under-30, 
.under-40	{ margin-bottom: 5px; }
}
@media (min-width: 768px) { 
.under-05	{ margin-bottom: 5px; }
.under-10	{ margin-bottom: 10px; }
.under-15	{ margin-bottom: 15px; }
.under-20	{ margin-bottom: 20px; }
.under-30	{ margin-bottom: 30px; }
.under-40	{ margin-bottom: 40px; }
}
@media (min-width: 991px) { 
.under-05	{ margin-bottom: 5px; }
.under-10	{ margin-bottom: 10px; }
.under-15	{ margin-bottom: 15px; }
.under-20	{ margin-bottom: 20px; }
.under-30	{ margin-bottom: 30px; }
.under-40	{ margin-bottom: 40px; }
}

/* ------------ clearfix ------------- */
span.clearfix	{ display:block; }
.clearfix:after	{ content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:0; }
.clearfix	{ *overflow:hidden; *zoom:1; }
.clearfix:not(:target)	{ /* overflow:hidden\9; */ /* zoom:1\9; */ }
* html .clearfix	{ height:1%; overflow:visible; }

