@charset "utf-8";
/*--------------------------------------------
	 BASE
--------------------------------------------*/
/* ---- MOUSE OVER STYLE ---- */
.over {
	transition: 0.3s;
}
.over:hover {
	opacity:0.6;
}
.ios .over:hover,
.ios .over:active,
.ios .over:link,
.ios .over:visited,
.ios .over::focus {
	opacity:1;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}
:root .cf::after { /* IE9 */
	content: ""\9;
	clear: both\9;
	display: block\9;
	height: 0\9;
}
@media screen and (min-width : 768px ){
	/*pc_none*スマホだけ*/
.for_sp{
	display:none;
}
}
@media screen and (max-width : 767px ){
	/*sp_none*パソコンだけ*/
.for_pc{
	display:none;
}
}
@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}

/*body,html {
  font-family: YuGothic,YuGothicM,"メイリオ",sans-serif;
}*/
body,html {
	font-family: "游ゴシック","YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
}
body {
	width:100%;
	min-width:1020px;
	height:auto;
	background:#fff;
	color:#333;
	font-size: 13px;
	line-height:1.7;
}
@media screen and (max-width : 767px ) {
body {
	min-width: 100% !important;
}
}
a {
	text-decoration:none;
	color:#000000;
	display:inline-block;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
table {
	width:100%;
}
/*--------------------------------------------
	 BUTTON
--------------------------------------------*/
.button {
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	display:block;
	padding:10px 0;
}
.button:hover {
	text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button_01 {
	position: relative;
	z-index: 2;
	background-color: #f87221;
	border: 2px solid #f87221;
	color: #fff;
	line-height: 50px;
}
.button_01:hover {
	background-color: #fff;
	border-color: #f87221;
	color: #f87221;
}
.button_01::before,
.button_01::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #f87221;
}
.button_01::before {
	top: 0;
}
.button_01::after {
	bottom: 0;
}
.button_01:hover::before,
.button_01:hover::after {
	height: 0;
	background-color: #f87221;
}
/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
#header {
	width:100%;
	padding:40px 0;
}
#hdr_inner {
	max-width:1000px;
	width:100%;
	padding:0 10px;
	margin:0 auto;
}
#hdr_logo {
	float:left;
	padding-top:5px;
}
#hdr_logo a{
	float:left;
}
#hdr_right{
	float:right;
}
#hdr_sns{
	float:right;
	margin-left:16px;
}
#hdr_sns li{
	font-size:14px;
	margin-bottom:4px;
	font-weight:bold;
}
#hdr_sns li:last-child{
	margin-bottom:4px;
}
#hdr_sns li a{
	padding-left:35px;
	text-align:center;
	line-height:26px;
	transition:.3s;
}
#hdr_sns li #btn_fb{
	background:url(../Image/common/icon_fb.png) left top no-repeat;
}
#hdr_sns li #btn_twitter{
	background:url(../Image/common/icon_twitter.png) left top no-repeat;
}
#hdr_sns li #btn_insta{
	background:url(../Image/common/icon_insta.png) left top no-repeat;
}
#hdr_sns li a:hover{
	background-position:3px top !important;
}
#hdr_btn{
	float:right;
	margin-left:21px;
}
#hdr_btn li{
}
#hdr_btn li:first-child{
	margin-bottom:12px;
}
#hdr_btn li a{
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	box-sizing:border-box;
	width:160px;
	transition:.5s;
}
#hdr_btn li:first-child a{
	border:1px solid #b5b5b5;
	padding-left:38px;
	background:url(../Image/common/icon_mail.png) 17px center no-repeat;
}
#hdr_btn li:nth-child(2n) a{
	border:1px solid #000;
	background:#000;
	color:#fff;
	text-align:center;	
}
#hdr_btn li:first-child a:hover{
	background-color:#b52124;
	border-color:#b52124;
	color:#fff;
}
#hdr_btn li:nth-child(2n) a:hover{
	background:#fff;
	color:#000;
}
#hdr_subnavi{
	float:right;
}
#hdr_subnavi li{
	margin-right:15px;
	text-align:center;
	float:left;
	border: 1px solid #000;
	background: url(../Image/common/hand.jpg)no-repeat;
    width: 330px;
    height: 72px;;
}
#hdr_subnavi li a{
 width: 100%;
}
#hdr_subnavi li:last-child{
	margin-right:0;
}
#hdr_subnavi li .jpn{
	display:block;
    background: url(../Image/common/border.png) left bottom 50px no-repeat;
    background-size: 0 1px;
    transition: 0.3s;
	width: 50%;
    float: left;
	padding: 5px 0;
}
#hdr_subnavi li a:hover .jpn{
    background-size: 100% 1px;
}
#hdr_subnavi li .eng{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 50%;
    float: left;
    /* top: 50px; */
    padding: 20px 0;
    /* line-height: 40px; */
    box-sizing: sub;
    height: 72px;
    vertical-align: baseline;
    box-sizing: border-box;
}
/*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
#gNavi {
	padding-bottom:40px;
}
#gNavi ul{
	margin:0 auto;
	max-width:1000px;
}
#gNavi li{
	float:left;
	text-align:center;
}
#gNavi li:nth-child(1){
	width:118px;
}
#gNavi li:nth-child(2){
	width:284px;
}
#gNavi li:nth-child(3){
	width:160px;
}
#gNavi li:nth-child(4){
	width:160px;
}
#gNavi li:nth-child(5){
	width:118px;
}
#gNavi li:nth-child(6){
	width:160px;
}
#gNavi li a .jpn{
	font-size:14px;
	border-bottom:1px solid #000;
	display:block;
}
#gNavi li a .eng{
	font-size:11px;
	color:#999;
	display:block;
	margin-top:-1px;
	transition:.3s;
	padding-top:3px;
}
#gNavi li a:hover .eng{
	background:url(../Image/common/arrow_02.png) center top no-repeat;
}

/**スマホメニュー**/
@media screen and (max-width : 767px ) {
#wrapper {
	padding-top:66px;
}
#header {
	display: none;
}
#hbgNavi {
    margin-bottom: 30px;
	margin-top: 10px;
    padding: 0 10px;
}
#gNavi {
	padding-bottom: 0;
	position:fixed;
	z-index:100;
	width:100%;
	top:0;
}
#gNavi li a .jpn{
	font-size:13px;
	border-bottom:none;
}
#hbg_logo h1 {
	width:30%;
	float:left;
	margin-right:30px;
}
#hbg_logo h1 img{
	width:100%;
}
#hbg_logo #sp_os {
	width:40%;
	float:left;
}
#hbg_logo #sp_os a{
	border: 1px solid #000;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	box-sizing: border-box;
	display:block;
}
.drawer-hamburger {
	z-index: 100 !important;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	background-color: #fff;
}
.drawer-nav {
    background:#ffffff;
    z-index: 99;
    padding: 10%;
    box-sizing: border-box;
}
.drawer-nav #hbg_logo {
	width: 35%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.drawer-nav #hbg_logo img {
	width: 100%;
}
.drawer-nav li a {
	display: block;
	color: #000;
	padding: 8%;
	border-bottom: 1px solid #fff;
	font-size: 15px;
	text-align: center;
}
#gNavi.active{
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
#gNavi #hbg_logo{
	width:100%;
	z-index: 999;
	padding:15px;
	background: #fff;
	box-sizing: border-box;
}
#gNavi .sub_nav li{
		width: 50%;
}
/*#gNavi li#gnav_06,#gNavi li#gnav_07,#gNavi li#gnav_08,#gNavi li#gnav_09{
	width:50%;
}*/
#gNavi .main_nav li{
	display: inline-block;
	position: relative;
	width: 65px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-ハンバーガーボタン-*/
#menubtn,
#menubtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#menubtn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 39px 10px 0 10px;
	text-align: center;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
#menubtn span:not([class]) {
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #b92c2f;
}
#menubtn span:nth-of-type(1) {
	top: 14px;
	left: 18px;
}
#menubtn span:nth-of-type(2) {
	top: 23px;
	left: 18px;
}
#menubtn span:nth-of-type(3) {
	top: 32px;
	left: 18px;
}
#menubtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
	opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#menubtn span.cantarell {
	font-weight: 500;
	font-size: 11px;
	line-height: 1.0;
    color: #b92c2f;
}
.sub_nav{
	display: none;
	width: 100%;
    	text-align: center;
    	padding: 0;
    	position: absolute;
	z-index:101;
	max-height:1000%;
	box-shadow: 0 5px 10px 0 #ccc;
}
#gNavi ul .sub_nav ul{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 3%;
	text-align: center;
	background: url(../Image/common/bg_orange.png) repeat left 50% top 50%;
	-webkit-background-size: 23%;
	background-size: 23%;
}
.sub_nav li{
	width: 100%;
}
.sub_nav a{
	display: block;
	width: 100%;
	height: 65px;
	line-height: 65px;
	vertical-align: middle;
	line-height: 1.4;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.sub_nav li:not(:last-child) a{
	border-bottom: 1px solid #f8f8f8;
}
.sub_nav a span{
	display: inline-block;
	line-height: 65px;
	vertical-align: middle;
}
#gNavi ul {
    background: #fff;
    padding-top: 0;
    padding: 0 5%;
}
#gNavi .main_nav {
    display: inline-block;
    width: 65px;
    z-index: 999;
    position: absolute;
    right: 0;
    padding-top: 2px;
	top:0;
}
#gNavi li{
	float:left;
	height: 100%;
	vertical-align: bottom;
}
#gNavi li a{
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 1.0;
	padding-left: 20px;
}
#gNavi li a > span{
	display: inline-block;
	width: 100%;
}
#gNavi li a span span{
	display: inline-block;
}
#gNavi li a span span.ja{
	font-size: 11px;
	margin-left: 15px;
}
#gNavi li a span.ja:before{
	content: '／';
	margin-right: 2px;
}
}

/*--------------------------------------------
	main_cts / メインコンテンツ
--------------------------------------------*/
/*--------------------------------------------
	BreadCrubm / パンくず
--------------------------------------------*/
.under #breadcrumb {
	background:#000;
	border-top:2px solid #ccc;
}
.under #breadcrumb .breadcrumb_list {
	width:1080px;
	margin:0 auto;
	font-size:12px;
	overflow:hidden;
}
#breadcrumb li a {
  color: white;
  text-decoration: none; 
  padding: 5px 0 5px 45px;
  background: #000; /* fallback color */
  position: relative; 
  display: block;
  float: left;
}
#breadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
#breadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
#breadcrumb li:last-child a::before { 
	display:none;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
}
#breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
  color:#fff;
}
#breadcrumb li:last-child a::after { 
  border: 0; 
}
#breadcrumb li a:hover { 
  background: #e86f47; 
}
#breadcrumb li a:hover:after { 
  border-left-color: #e86f47 !important; 
}
/*--------------------------------------------
	main_cts / メインコンテンツ
--------------------------------------------*/
#cts_inner {
	width:100%;
	max-width:1000px;
	padding:90px 10px 120px;
	margin:0 auto;	
}
#main_cts {
	width:718px;
	margin-left:80px;
	float:right;
}
@media screen and (max-width : 767px ){
#cts_inner {
	width:100%;
	max-width:100%;
	padding:0;
	margin:0 auto;	
}
#main_cts {
	width:100%;
	margin-left:0px;
}
}
/*--------------------------------------------
	side_cts / サイドコンテンツ
--------------------------------------------*/
#side_cts {
	width:202px;
	float:left;
}
@media screen and (max-width : 767px ) {
#side_cts {
	width: 100%;
}
}
#side_cts #shop_cat{
	background:url(../Image/common/bg_01.png) left top repeat;
	padding:15px 12px;
	margin-bottom:80px;
}
#side_cts #shop_cat .ttl{
	background:#bdbdbd;
	color:#fff;
	text-align:center;
	padding:15px 0 10px;
	line-height:1.2;
}
#side_cts #shop_cat .ttl .jpn{
	font-size:18px;
}
#side_cts #shop_cat .ttl .eng{
	font-size:10px;
}
#side_cts #shop_cat #catLIst li{
	padding:15px 0;
	border-bottom:1px solid #fff;
}
#side_cts #shop_cat #catLIst li:last-child{
	padding-bottom:0;
	border-bottom:none;
}
#side_cts #shop_cat #catLIst li a{
	background:#fff;
	padding:7px 10px 7px 57px;
	height:33px;
	line-height:33px;
	display:block;
	background:url(../Image/common/shopcat_01.jpg) 10px center no-repeat #fff;
	background-size: 16.5%;
	font-size:11px;
	font-weight:bold;
	transition:.5s;
}
@media screen and (max-width : 767px ) {
#side_cts #shop_cat #catLIst li a{
	background-size: 12%;
}
}
#side_cts #shop_cat #catLIst li a:hover{
	background-color:#000;
	color:#fff;
}
#side_cts #shop_cat #catLIst li:nth-child(2) a{
	background-image:url(../Image/common/shopcat_02.jpg);
}
#side_cts #shop_cat #catLIst li:nth-child(3) a{
	background-image:url(../Image/common/shopcat_03.jpg);
}
#side_cts #shop_cat #catLIst li:nth-child(4) a{
	background-image:url(../Image/common/shopcat_04.jpg);
}
#side_cts #shop_cat #catLIst li:nth-child(5) a{
	background-image:url(../Image/common/shopcat_05.jpg);
}
#side_cts #shop_cat #catLIst li:nth-child(6) a{
	background-image:url(../Image/common/shopcat_06.jpg);
	line-height:1.5;
}
#side_cts #shop_cat #catLIst li:nth-child(7) a{
	background-image:url(../Image/common/shopcat_07.jpg);
	line-height:1.5;
}
@media screen and (max-width : 767px ) {
#side_cts #shop_cat #catLIst li:nth-child(6) a,
#side_cts #shop_cat #catLIst li:nth-child(7) a{
	line-height:33px;
}
}
#side_cts #shops{
	text-align:center;
}
#side_cts #shops .ttl{
	font-size:30px;
	font-weight:bold;
	display:inline-block;
	border-bottom:1px solid #000;
	margin-bottom:40px;
	letter-spacing:0.1em;
}
#side_cts #shops #shopLIst{
}
#side_cts #shops #shopLIst li{
	margin-bottom:15px;
}
#side_cts #shops #shopLIst li:last-child{
	margin-bottom:0;
}
#side_cts #shops #shopLIst li a{
	background:url(../Image/common/bg_02.png) left top repeat;
	padding:15px 12px;
	position:relative;
}
#side_cts #shops #shopLIst li .img{
	height:65px;
	overflow:hidden;
}
#side_cts #shops #shopLIst li .img img{
	width:100%;
}
#side_cts #shops #shopLIst li .name{
	position:absolute;
	background:#000;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:2px 15px;
	top:15px;
	right:12px;
	letter-spacing:0.1em;
	transition:1s;
}
/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
#footer {
	width:100%;
	background:#000;
	font-size:12px;
}
#ftr_inner {
	width:100%;
    max-width: 950px;
    padding: 20px 0px;
	margin:0 auto;
	position:relative;
}
#ftr_nav {
	width:600px;
	float:left;
}
#ftr_btn {
    float: left;
	color: #fff;
    height: 80px;
    width: 350px;
	color:#000;
	font-weight: bold;
}
#ftr_btn li{
	background: #fff;
	width: 49%;
	margin-right:2%;
	float: left;
	margin-bottom:5px;
	text-align: center;
}
#ftr_btn li:first-child{
	width:100%;
	margin-right:0;
}
#ftr_btn li:last-child{
	margin-right:0;
}
#ftr_btn li:nth-child(3){
	margin-right:0;
}
#ftr_btn li { 
	padding:5px 0;
}
#ftr_btn li a:hover{ 
	padding:0 35px;
	box-sizing: border-box;
	background: #b52124;
	color:#fff;
    transition: 0.4s;
    background-size: 100% 1px;
}
#ftr_btn li a.sp_tel:hover{ 
	padding:0;
	box-sizing: border-box;
	background: #fff;
	color:#000000;
    transition: 0.4s;
    background-size: 0;
}
#ftr_nav li {
	float:left;
	width:130px;
	margin-bottom:5px;
}
#ftr_nav li a{
	color:#fff;
	height:100%;
	background:url(../Image/common/border_02.png) left bottom no-repeat;
    background-size: 0 1px;
    transition: 0.4s;
}
#ftr_nav li a:hover{
    background-size: 100% 1px;
	text-decoration:none;
}
#footer #copy {
    position: absolute;
    color: #fff;
    bottom: 0px;
    right: 60px;
    width: 100%;
    text-align: center;
}
#footer #ftr_logo {
	position:absolute;
	color:#fff;
	top:-67px;
	left:-65px;
}
#footer #totop {
	background:#c42727;
	position:absolute;
	right:0;
	top:-58px;
	height:43px;
}
#footer #totop a{
	background:url(../Image/common/totop.png) 15px 10px no-repeat;
	width:54px;
	height:23px;
	padding:10px 15px;
}
@media screen and (max-width : 767px ) {
#side_cts #shops #shopLIst {
    margin-bottom: 100px;
}
#ftr_inner {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 10px;
    margin: 0 auto;
    position: relative;
	box-sizing: border-box;
}
#ftr_nav {
    width: 100%;
    float: none;
    margin: 0 auto;
	margin-bottom: 20px;
}
#ftr_nav li {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}
#ftr_btn {
    float: none;
    color: #fff;
    height: 80px;
    width: 100%;
    color: #000;
    font-weight: bold;
    margin-top: 0px;
}
#footer #copy {
    position: relative;
    color: #fff;
    bottom: 0px;
    right: 0;
    width: 100%;
    text-align: right;
}
	

}