@charset "utf-8";
/* CSS Document */

/*
Theme Name:fujiichi
Theme URI:http://fujiichiguam.com/
Description:fujiichi
Author:佐藤　真一
Author URI:http://www.j-gr.jp/media/
Version:1
Tags:オリジナルテーマ
*/

/***************ベース***************/
html{
	overflow-y:scroll;
}
body{
	background-color:#000;
	color: #fff;
	margin:0;
	padding:0;
	font-family:"Hiragino Kaku Gothic W3 JIS2004";
}
p{
	font-size:14px;
	margin:0px;
	line-height:1.3em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,input,select{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.clear{
	clear:both;
}
img {
	width:100%;
	vertical-align:text-bottom;
	-ms-interpolation-mode:bicubic;
}
a{
	text-decoration:none;
}
.ggmap{
	position:relative;
	padding-bottom:38.25%;
	padding-top:30px;
	margin-bottom: 10px;
	height:0;
	overflow:hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
ol,ul{
	list-style:none;
	padding: 0;
	margin: 0;	
}
dl,dt,dd{
	padding: 0;
	margin: 0;	
}
h1{
	margin: 0;
	padding: 0;
}
.mB1{
	margin-bottom:1em;
}
.mB2{
	margin-bottom:2em;
}
/*ヘッダー*/
.header{
	background:#000;
}
.header a:hover{
	opacity: 0.8;
}

.header .header_inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.header .logo img{
	width: auto;
	max-width: 40%;
}
.header .language_menu{
	position: absolute;
	top: 0;
	right: 20px;
}
.header .language_menu li{
	display: inline-block;
	font-size: 12px;
	line-height: 1;
}
.header .language_menu li:first-of-type{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #fff;
}
.header .language_menu li a{
	color: #fff;
}

.header .header_navi{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.header .header_navi ul{
	padding: 0;
	margin: -25px 0 0 10%;
}
.header .header_navi ul li{
	display: inline-block;
    width: 24%;
    box-sizing: border-box;
    text-align: center;
}
.header .header_navi ul li a{
	color: #fff;
	padding: 0 20px;
}
/*カテゴリーメニュー*/
.categoryBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.categoryBox .box_area{
	width: 50%;
	display: table;
	background-image: url("../img/bg_top_category01.jpg");
	background-size: cover;
	background-position:50% 50%;
	height: 290px;
    box-sizing: border-box;
    border: 1px solid #000;
}
.categoryBox .category01{
	background-image: url("../img/bg_top_category01.jpg");
}
.categoryBox .category02{
	background-image: url("../img/bg_top_category02.jpg");
}
.categoryBox .category03{
	background-image: url("../img/bg_top_category03.jpg");
}
.categoryBox .category04{
	background-image: url("../img/bg_top_category04.jpg");
}
.categoryBox .box_area dl{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.categoryBox .box_area dt{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	text-shadow: black 1px 1px 5px, black -1px 1px 5px, black 1px -1px 5px, black -1px -1px 5px;
}
.categoryBox .box_area dd{
	background-color: #C11019;
	font-size: 14px;
	width: 50%;
	padding: 5px;
	margin: 0 auto;
	border-radius: 10px;
}
.categoryBox .box_area dd a{
	display: block;
	color: #fff;
}
.categoryBox .box_area dd:hover{
	background-color: #EF0A21;
}
/*フッター*/
.footer{
	width: 100%;
	background-color: #1C1C1C;
}
.footer a:hover{
	opacity: 0.8;
}
.footer .footer_inner{
	overflow: hidden;
	position: relative;
	max-width: 1200px;
	padding: 25px 60px 20px;
	margin: 0 auto;
}
.footer .footer_inner::after{
	content: "";
	display: block;
	clear: both;
}
.footer .menum_box{
	width: 80%;
	float: left;
}
.footer .footer_logo{
	padding: 0;
	margin: 0 0 15px 0;
	width: 101px;
}
.footer .sns_box{
	width: 20%;
	float: right;
}
.footer .footer_menu{
	font-size: 0;
}
.footer .footer_menu li{
	display: inline-block;
	font-size: 13px;
	line-height: 1;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #fff;
}
.footer .footer_menu li:last-of-type{
	padding-rigth: 0;
	margini-right: 0;
	border-right: none;
}
.footer .footer_menu li a{
	color: #fff;
}
.footer .footer_logo{
	width: 101px;
}
.footer .comment{
	text-align: right;
	padding-bottom: 3px;
}
.footer .sns_list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer .sns_list li.ico_facebook{
	width: 27px;
	padding-right: 10px;
}
.footer .sns_list li.ico_instagram{
	width: 28px;
}
.footer .copyright{
	max-width: 1200px;
	text-align: right;
	padding: 0 60px 20px;
	margin: 0 auto;
}
.footer .copyright p{
	font-size: 10px;
}

/*******[MENU]*******/
.mainimgBox.sub_title{
	width: 100%;
	display: table;
	background-image: url("../img/menu/img_title.jpg");
	background-size: cover;
	background-position:50% 50%;
	height: 452px;
	margin-bottom: 15px;
}
.mainimgBox.sub_title h2{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 68px;
	line-height: 1.1;
	text-shadow: black 1px 1px 5px, black -1px 1px 5px, black 1px -1px 5px, black -1px -1px 5px;
}
.mainimgBox.sub_title h2 span{
	display: block;
	font-size: 16px;
}
/*パンくずリスト*/
.breadcrumb_list{
	max-width: 1200px;
	padding: 0 60px;
	margin: 0 auto 45px;
}
.breadcrumb_list ul{
	font-size: 0;
}
.breadcrumb_list li{
	display: inline-block;
	font-size: 10px;
}
.breadcrumb_list li::after{
	content: ">";
	margin-left: 5px;
	margin-right: 5px;
}
.breadcrumb_list li:last-of-type::after{
	content: "";
	margin-left: 0;
	margin-right: 0;
}
.breadcrumb_list li a{
	color: #fff;
}
.breadcrumb_list li a:hover{
	opacity: 0.8;
}
/*メニューコンテンツ*/
.menuBox{
	max-width: 1200px;
	padding: 0 60px;
	margin: 0 auto 45px;
}
/*店名ナビゲーション*/
.menuBox .store_navi{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 45px;
}
.menuBox .store_navi li{
	background-color: #C11019;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px 15px;
	border-radius: 5px;
	box-sizing: border-box;
}
.menuBox .store_navi li a{
	display: block;
	color: #fff;
}
.menuBox .store_navi li:hover{
	background-color: #EF0A21;
}
/*メニューナビゲーション*/
.menuBox .menu_area h3{
	font-size: 13px;
	padding: 0 0 15px 0;
	margin: 0;
}
.menuBox .menu_area .menu_navi,
.togoBox .menu_navi{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 45px;
	border: 1px solid #fff;
}
.menuBox .menu_area .menu_navi li,
.togoBox .menu_navi li{
	width: calc(100% / 6);
	display: table;
	height: 50px;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.menuBox .menu_area .menu_navi li a,
.togoBox .menu_navi li a{
	display: table-cell;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.5;
}
#guamreef .menu_navi li,
.togoBox .menu_navi li{
	width: calc(100% / 5);
}

.menuBox .menu_area .menu_navi li:hover,
.togoBox .menu_navi li:hover{
	background-color: #fff;
}
.menuBox .menu_area .menu_navi li a:hover,
.togoBox .menu_navi li a:hover{
	color: #000;
}
.togoBox .menu_navi{
/*	width: 12%;*/
	width: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
    border: 1px solid #fff;
    position: fixed;
    right: 0;
    bottom: 130px;
    z-index: 100;
	opacity: 0.8;
}
.togoBox .menu_navi li{
/*	width: 100%;*/
	width: 80px;
/*    min-width: 80px;*/
    border-bottom: 1px solid #fff;
    background-color: #000;
}
#togo-menu #page_top{
	z-index: -100; /*メニューカテゴリナビゲーションと重なるため[TOGO_MENU選択画面のみ隠す]*/
	opacity: 0;
}

/*メニューイメージ*/
.menuBox .menu_area .menu_list dt{
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
.menuBox .menu_area .menu_list dt::before{
	content: "▼";
}
.menuBox .menu_area .menu_list dd{
	margin-bottom: 50px;
}
.menuBox .menu_area .menu_list dd.mb_half{
	margin-bottom: 25px;
}
.menuBox .menu_area .menu_list dd:last-of-type{
	margin-bottom: 90px;
}
/*ページTOPボタン*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 130px;
	background: #666;
	opacity: 0.7;
	border-radius: 50%;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*******[LOCATION]*******/
.location .mainimgBox.sub_title{
	background-image: url("../img/location/img_title.jpg");	
}
.locationBox{
	max-width: 1200px;
	padding: 0 60px;
	margin: 0 auto 45px;
}
.locationBox .store_area{
	margin-bottom: 45px;
}
.locationBox .store_area:last-of-type{
	margin-bottom: 90px;
}
.locationBox .store_area dt{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.locationBox .store_area dd{
	font-size: 13px;
	margin-bottom: 10px;
}
.locationBox .store_area dd.tel .icon{
	display: inline-block;
	width: 22px;
	padding-right: 5px;
}
.locationBox .store_area dd.worktime .icon{
	display: inline-block;
	width: 20px;
	padding-right: 5px;
	padding-left: 2px;
}
.locationBox .store_area dd.worktime .weekend{
	padding-left: 27px;
}

.locationBox .store_area .to_menu{
	font-size: 12px;
}
.locationBox .store_area .to_menu::before{
	content: "▶";
	margin-right: 5px;
}
.locationBox .store_area .to_menu a{
	color: #fff;
}
.locationBox .store_area .to_menu a:hover{
	opacity: 0.8;
}

/*******[NEWS]*******/
#news .mainimgBox.sub_title{
	background-image: url("img/news/img_title.jpg");
}
#news .newsBox{
	max-width: 1200px;
	padding: 0 60px;
	margin: 0 auto 90px;
}
#news .postBox{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#news .postBox .thumbnail{	
	width: 45%;
}
#news .postBox .thumbnail img{
	height: auto;
}
#news .postBox dl{
	width: 50%;
}
#news .postBox dl .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
#news .postBox dl .date{
	font-size: 12px;
	margin-bottom: 15px;
}
#news .postBox dl .content{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}
#news .postBox dl .content p{
	font-size: 14px;
	line-height: 1.5;
}
/*ページャー*/
#news .wp-pagenavi{
	text-align: center;
}
#news .wp-pagenavi span{
	border: 1px solid #fff;
	padding: 3px 10px;
	margin: 0 5px;
}
#news .wp-pagenavi a{
	color: #fff;
	border: 1px solid #fff;
	padding: 3px 10px;
	margin: 0 5px;
}
#news .wp-pagenavi a:hover{
	opacity: 0.8;
}
#news .wp-pagenavi .current{
	background-color: #fff;
	color: #000;
	font-weight: bold;
}

/*******[TOGO]*******/
#togo-menu .mainimgBox.sub_title,
#togo .mainimgBox.sub_title,
#togo-thanks .mainimgBox.sub_title,
#togo-shop .mainimgBox.sub_title{
	background-image: url("img/togo/img_title.jpg");
}
#togo-menu .togoBox,
#togo .togoBox,
#togo-thanks .togoBox,
#togo-shop .togoBox{
	max-width: 1200px;
	padding: 0 60px;
	margin: 0 auto 90px;
}
/*注文メニュー*/
#togo-menu .item_area{
	margin-bottom: 60px;
}
#togo-menu .item_area .cate_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	margin: 70px 0 30px;
}
#togo-menu .item_area .cate_title span.supplement{
	font-size: 10px;
}
#togo-menu .item_area .cate_title:first-of-type{
	margin-top: 0;
}
#togo-menu .item_area .menu_itemBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 70px;
}
#togo-menu .togo_item{
	width: 50%;
	display: table;
    padding-bottom: 30px;
	margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}

#togo-menu .togo_item .item_image{
	width: 60%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#togo-menu .togo_item .item_info{
	width: 35%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
#togo-menu .item_info .buy_itemu_menu{
	font-size: 14px;
	font-weight: bold;
	color: #FC3D4B;
	line-height: 1.5;
	margin-bottom: 10px;
}
#togo-menu .item_info .buy_itemu_menu .cost{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
#togo-menu .item_info .menu_num{
	font-size: 14px;
	line-height: 1.5;
	padding: 2px 5px;
}
#togo-menu .item_area .btn_orderinfo{
	width: 40%;
	max-width: 300px;
	margin: 50px auto 100px;
	display: none;
}
#togo-menu .item_area .btn_orderinfo a{
	background-color: #C11019;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 8px 15px;
	border-radius: 5px;
	box-sizing: border-box;
	display: block;
}
#togo-menu .item_area .btn_orderinfo a:hover{
	background-color: #EF0A21;	
}
/*注文情報*/
#togo-menu .order_info{
	background-color: #333;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 5px solid #C20005;
	display: none;
}
#togo-menu #order-detail{
	font-size: 14px;
	text-align: center;
	line-height: 2.0;
	padding: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #fff;
}
#togo-menu .charge_info{
	text-align: right;
	padding: 0 40px;
}
#togo-menu #order_num{
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
}
#togo-menu #total_price {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
#togo-menu #tax{
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
	display: none; /*グアムでは基本消費税不要の為*/
}
#togo-menu .hidden_form{
	text-align: center;
	margin-bottom: 100px;
	display: none;
}
#togo-menu .hidden_form .btn_order{
	background-color: #D71518;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
}

/*注文情報入力フォーム*/
#togo .order_info{
	display: none;	
}
#togo .lead_sentence,
#togo .lead_sentence_confirm{
	text-align: center;
}
#togo .lead_sentence dt,
#togo .lead_sentence_confirm dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#togo .lead_sentence dd,
#togo .lead_sentence_confirm dd{
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 70px;
}
#togo .lead_sentence_confirm{
	display: none;
}
/*[注文詳細情報]は確認画面のみで表示*/
#togo .wpcf7-form-mode-confirm .order_info{
	display: block;
}
#togo .contactform_area{
	width: 100%;
}
#togo .contactform_area dl{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #fff;
}
#togo .contactform_area dt{
	width: 30%;
	font-size: 14px;
}
#togo .contactform_area dd{
	width: 65%;
	font-size: 14px;
}
#togo .contactform_area dt .required{
	font-size: 11px;
	color: #F91919;
	padding-left: 5px;
}
#togo .contactform_area dd input{
	width: 100%;
	line-height: 1.5;
	padding: 2px 5px;
	box-sizing: border-box;
}
#togo .contactform_area dd textarea{
	width: 100%;
	line-height: 1.5;
	padding: 2px 5px;
	box-sizing: border-box;
}
#togo .contactform_area .name .name_parts{
	display: inline-block;
	width: 45%;
}
#togo .contactform_area .name .caption{
	padding-right: 5px;
}
#togo .contactform_area .name input{
	width: 80%;
	max-width: 250px;
}
/*バリデーションエラーメッセージ*/
#togo .error-messages{
    font-size: 14px;
    margin-bottom: 40px;
}
#togo .error-messages li{
	margin-bottom: 5px;
}
#togo .error-messages li::before{
	content: "×";
	padding-right: 5px;
}
#togo .contactform_area .birthyear select{
	line-height: 1.5;
	padding: 2px 5px;
	box-sizing: border-box;
	margin: 0 5px;
}
/*[確認用]注文情報*/
#togo .contactform_area .order_info{
    margin-bottom: 80px;
    border-bottom: 5px solid #C20005;
}
#togo .contactform_area .val_storename dd{
	text-align: center;
}
#togo .contactform_area .val_order dd{
	text-align: center;
	line-height: 2.0;
}
#togo .contactform_area .val_ordernum,
#togo .contactform_area .val_totalprice,
#togo .contactform_area .val_taxtotal{
	text-align: right;
	border: none;
	padding-bottom: 0;
	margin-bottom: 15px;
}
#togo .contactform_area .val_taxtotal{
	display: none;	/*グアムでは基本消費税無のため*/
}

#togo .contactform_area .val_ordernum dt,
#togo .contactform_area .val_totalprice dt,
#togo .contactform_area .val_taxtotal dt{
	width: 80%;
}
#togo .contactform_area .val_ordernum dd,
#togo .contactform_area .val_totalprice dd,
#togo .contactform_area .val_taxtotal dd{
	width: 20%;
}
#togo .contactform_area .val_ordernum dt,
#togo .contactform_area .val_ordernum dd{
	font-size: 14px;
}
/*#togo .contactform_area .val_ordernum dd::after{
	content: "個";
	padding-left: 5px;
}*/
#togo .contactform_area .val_totalprice dt,
#togo .contactform_area .val_totalprice dd{
	font-size: 18px;
	font-weight: bold;
}
#togo .contactform_area .val_totalprice dd::before{
	content: "$";
	padding-right: 5px;
}
/*#togo .contactform_area .val_totalprice dd::after{
	content: "円";
	padding-left: 5px;
}*/
#togo .contactform_area .val_taxtotal dt,
#togo .contactform_area .val_taxtotal dd{
	font-size: 12px;
}
#togo .contactform_area .val_taxtotal dd::after{
	content: "円";
	padding-left: 5px;
}
/*確認画面のみレイアウト変更要素*/
#togo .wpcf7-form-mode-confirm .contactform_area dt .required{
	display: none;
}
#togo .wpcf7-form-mode-confirm .contactform_area .name .caption{
	display: none;
}

/*フォームボタン*/
#togo form.wpcf7-form .buttons-area-confirm,
#togo form.wpcf7-form .submit-button{
	padding: 20px;
	text-align: center; 
}
#togo form.wpcf7-form .buttons-area-confirm input.button-confirm,
#togo form.wpcf7-form .submit-button input{
    background-color: #D71518;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
	border-radius: 5px;
	border: none;
    padding: 10px 25px;
	cursor: pointer;
}
#togo form.wpcf7-form .buttons-area-confirm input.button-confirm:hover,
#togo form.wpcf7-form .submit-button input:hover{
	background-color: #FF3943;
}
/*完了画面*/
#togo-thanks p{
	text-align: center;
	line-height: 1.5;
}
#togo-thanks .thanks_sentence01{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 50px;
}
#togo-thanks .thanks_sentence02{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#togo-thanks .thanks_sentence03{
	font-size: 10px;
	margin-bottom: 50px;
}
#togo-thanks .thanks_totop a{
	font-size: 12px;
	color: #fff;
}
#togo-thanks .thanks_totop a:hover{
	opacity: 0.8;
}

/*店舗選択画面*/
#togo-shop .select_store{
	margin-bottom: 45px;
}
#togo-shop .shop_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#togo-shop .shop_list .store_area{
	width: 45%;
	max-width: 500px;
	box-sizing: border-box;
}

#togo-shop .store_area dt{
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
#togo-shop .store_area dd.shop_info{
	font-size: 14px;
	margin-bottom: 20px;
    min-height: 5em;
}
#togo-shop .store_area dd.shop_info li{
	margin-bottom: 10px;
}
#togo-shop .store_area dd.shop_select{
	margin-bottom: 20px;
}
#togo-shop .store_area dd.shop_select li{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 8px 15px;
    border-radius: 5px;
    box-sizing: border-box;
}
#togo-shop .store_area dd.shop_select li.togo_form{
	background-color: #C11019;
	margin-bottom: 15px;
}
#togo-shop .store_area dd.shop_select li a{
	display: block;
	position: relative;	
}
#togo-shop .store_area dd.shop_select li a::after{
	content: ">";
	position: absolute;
	right: 0;
}
#togo-shop .store_area dd.shop_select li.togo_form a{
	color: #fff;
}
#togo-shop .store_area dd.shop_select li.togo_form:hover{
	background-color: #EF0A21;	
}
#togo-shop .store_area dd.shop_select li.to_map{
	background-color: #fff;
	color: #000;
}
#togo-shop .store_area dd.shop_select li.to_map a{
	color: #000;
}
#togo-shop .store_area dd.shop_select li.to_map:hover{
	opacity: 0.8;
}
/*注文フォーム ステップナビ*/
.stepbar {
	display: flex;
	width: 100%;
	margin: 0 auto 100px;
	padding: 0;
	list-style: none;
}
.stepbar__item {
	box-sizing: border-box;
	position: relative;
	width: calc((100%) / 5);
	height: 40px;
	margin: 0 -1px 0 0;
	padding: 1px; /* 枠線の太さ分の padding を設定 */
	background: #fff;
	font-size: 12px;
	color: #fff;
}
/* 重なり順を設定 */
.stepbar__item:nth-child(1) {
	z-index: 4
}
.stepbar__item:nth-child(2) {
	z-index: 3
}
.stepbar__item:nth-child(3) {
	z-index: 2
}
.stepbar__item:nth-child(4) {
	z-index: 1
}
/* 最初と最後はそれぞれ片方ずつの余白が無いので 0 にする */
.stepbar__item:first-child {
	margin-left: 0;
}
.stepbar__item:last-child {
	margin-right: 0;
}
/*
	左側の矢印を作成。first-childは除外。
	before は枠線になる塗りの三角形を作成。
	1px の枠線なので、left: 1px; で横に 1px ずらす。
 */
.stepbar__item:not(:first-child)::before {
	position: absolute;
	content: "";
	top: 0;
	left: 1px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 0;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #fff;
}
/*
	after は塗りを線にするために背景色の三角形を重ねる。
	サイズは同じで、left: 0; にすることで 1px の線ができる。
*/
.stepbar__item:not(:first-child)::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 0;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #ffffff;
}
/*
	padding: 1px; の中にある div を背景色で塗りつぶすことで枠線ができる。
	中のテキストを上下左右中央揃えにするために display: flex; を設定。
*/
.stepbar__item-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #000;
	font-size: 12px;
	font-weight: bold;
}
/* 現在位置の表示は背景色を無くす */
.stepbar__item-inner--current {
	background: transparent;
	color: #000;
}
/* 左側の矢印と同じ要領で、右矢印を .stepbar__item-inner に設定。 */
.stepbar__item:not(:last-child) .stepbar__item-inner::before {
	position: absolute;
	content: "";
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 0;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #fff;
}
.stepbar__item:not(:last-child) .stepbar__item-inner::after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(100% - 1px);
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 0;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #000;
}
/* 現在位置の矢印の背景色は非表示にする */
.stepbar__item:not(:last-child) .stepbar__item-inner--current::after {
	display: none;
}
.comingsoon_txt{
	font-size: 35px;
	text-align: center;
	margin: 8% ;
	font-weight: bold;
}
/***************PC***************/
@media only screen and (min-width: 961px) {
.pc{
	display:none;
}
/*ヘッダー*/
.header{
	width:100%;
	padding:25px 0 10px;
	position:fixed;
	z-index:9999;
}
.headerinner{
	width:530px;
	margin:0 auto;
}
.header_inner h1{
	padding-left: 20px;
}
.menuArea{
	width:98px;
	float:left;
	text-align:center;
	margin-top:20px;
}
.menuArea p{
	color:#595757;
	font-size:15px;
}
.menuArea a:hover{
	opacity:0.4;
}
.menulogoArea{
	width:114px;
	float:left;
	margin:0 10px;
}
.border_r{
	border-right:1px solid #595757;
}
.border_l{
	border-left:1px solid #595757;
}
/*メイン画像*/
.mainimgBox{
	width:100%;
	margin:0 auto;
	padding-top: 215px;
	margin-bottom: 80px;
}
	
}

/***************MB***************/
@media only screen and (max-width: 960px) and (min-width: 540px) {
.mb{
	display:none;
}
/*ヘッダー*/
.header{
	width:100%;
	padding:25px 0 10px;
	position:fixed;
	z-index:9999;
}
.header .logo .logo_img img{
	width: 15%;
}
.header .logo .logo_text img{
	width: 30%;
}
	
.headerinner{
	width:530px;
	margin:0 auto;
}
.header_inner h1{
	padding-left: 20px;
}
.header .header_navi ul{
	margin: -20px 5% 0 15%;
}
.menuArea{
	width:98px;
	float:left;
	text-align:center;
	margin-top:20px;
}
.menuArea p{
	color:#595757;
	font-size:15px;
}
.menuArea a:hover{
	opacity:0.4;
}
.menulogoArea{
	width:114px;
	float:left;
	margin:0 10px;
}
.border_r{
	border-right:1px solid #595757;
}
.border_l{
	border-left:1px solid #595757;
}
/*メイン画像*/
.mainimgBox{
	width:100%;
	padding-top: 150px;
	margin-bottom: 80px;
}
/*フッター*/
.footer .footer_inner{
	padding: 25px 20px 20px;
}
.footer .copyright{
	padding: 0 20px 20px;
}

/*******[MENU]*******/
.mainimgBox.sub_title{
	height: 350px;
}
/*パンくずリスト*/
.breadcrumb_list{
	padding: 0 20px;
}
/*メニューコンテンツ*/
.menuBox{
	padding: 0 20px;
}

/*******[NEWS]*******/
#news .newsBox{
	padding: 0 40px;
}
	
/*******[TOGO]*******/
#togo-menu .togoBox{
	padding: 0 30px;
}
#togo .contactform_area .name input{
	width: 80%;
}
	
}

/***************SP***************/
@media only screen and (max-width : 539px ){
.sp{
	display:none;
}
/*ヘッダー*/
.header{
	width:100%;
	padding:8px 0;
	position:fixed;
	z-index:100;
}
.menulogoArea{
	width: 120px;
	margin:0 auto;
}
.spmenu{
	position:absolute;
	top:0px;
	right:0px;
}
.drawer-menu li{
	padding: 12px 0;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.drawer-menu li:last-of-type{
	border-bottom: none;
}
.drawer-menu li.language{
/*	padding-bottom: 0;*/
}
.drawer-menu li.language ul{
	padding: 0;
	margin: 0;
}
.drawer-menu li.language ul li{
	font-size: 12px;
	font-weight: normal;
	padding: 6px 0;
	border-bottom: none;
}
.drawer-menu li a{
	color:#fff;
}
	
/*メイン画像*/
.mainimgBox{
	width:100%;
	padding-top: 80px;
	margin-bottom:25px;
}
/*カテゴリーメニュー*/
.categoryBox{
	margin-bottom: 30px;
}
.categoryBox .box_area{
	width: 100%;
	height: 190px;
}
/*フッター*/
.footer .footer_inner{
	padding: 25px 20px 20px;
}
.footer .copyright{
	padding: 0 20px 20px;
}

/*******[MENU]*******/
.mainimgBox.sub_title{
	height: 200px;
}
.mainimgBox.sub_title h2{
	font-size: 40px;
}
.mainimgBox.sub_title h2 span{
	font-size: 15px;
}
/*パンくずリスト*/
.breadcrumb_list{
	padding: 0 20px;
}
/*メニューコンテンツ*/
.menuBox{
	padding: 0 20px;
}
/*店名ナビゲーション*/
.menuBox .store_navi{
	flex-direction: column ;
}
.menuBox .store_navi li{
	width: 70%;
	margin: 0 auto 20px;	
}
.menuBox .store_navi li:last-of-type{
	margin-bottom: 0;	
}
/*メニューナビゲーション*/
.menuBox .menu_area .menu_navi,
.togoBox .menu_navi{
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.menuBox .menu_area .menu_navi li,
.togoBox .menu_navi li{
	width: calc(100% / 2);
	border-bottom: 1px solid #fff;
}
.menuBox .menu_area .menu_navi li:nth-child(5),
.menuBox .menu_area .menu_navi li:nth-child(6){
	border-bottom: none;
}
#guamreef .menu_navi li,
.togoBox .menu_navi li{
	width: calc(100% / 2);
}
#guamreef .menu_navi li:first-of-type,
.togoBox .menu_navi li:first-of-type{
	width: 100%;
}
#guamreef .menu_navi li:nth-child(4),
#guamreef .menu_navi li:nth-child(5){
	border-bottom: none;
}
.togoBox .menu_navi{
/*	width: 20%;*/
	margin-bottom: 0px;
}
.togoBox .menu_navi li{
	width: 100%;
}
/*メニューイメージ*/
.menuBox .menu_area .menu_list dd{
	margin-bottom: 35px;
}
.menuBox .menu_area .menu_list dd.mb_half{
	margin-bottom: 20px;
}

/*******[LOCATION]*******/
.locationBox{
	padding: 0 40px;
}
.locationBox .store_area:last-of-type{
	margin-bottom: 45px;
}
	
/*******[NEWS]*******/
#news .newsBox{
	padding: 0 40px;
}
#news .postBox{
	flex-wrap: wrap;
}
#news .postBox .thumbnail{	
	width: 100%;
	margin-bottom: 15px;
}
#news .postBox dl{
	width: 100%;
}
	
/*******[TOGO]*******/
#togo-menu .togoBox{
	padding: 0 40px;
}
#togo-menu .item_area{
	flex-wrap: wrap;
}
#togo-menu .togo_item{
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
}
/*注文情報入力フォーム*/
#togo .lead_sentence dd,
#togo .lead_sentence_confirm dd{
	text-align: left;
}
#togo .contactform_area dl{
	flex-wrap: wrap;
}
#togo .contactform_area dt{
	width: 100%;
	margin-bottom: 10px;
}
#togo .contactform_area dl{
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#togo .contactform_area dd{
	width: 100%;
}
#togo .contactform_area .customer_info dd{
	padding-left: 15px;
}
#togo .contactform_area dd.required{
	font-size: 12px;
	color: #F91919;
}
#togo .contactform_area dd input{
	width: 100%;
}
#togo .contactform_area .name .name_parts{
	width: 100%;
}
#togo .contactform_area .name .name_parts:first-of-type{
	margin-bottom: 10px;
}
/*[確認用]注文情報*/
#togo .contactform_area .order_info{
    margin-bottom: 50px;
}
#togo .contactform_area .val_ordernum dt,
#togo .contactform_area .val_totalprice dt,
#togo .contactform_area .val_taxtotal dt{
	width: 60%;
	margin-bottom: 0;
}
#togo .contactform_area .val_ordernum dd,
#togo .contactform_area .val_totalprice dd,
#togo .contactform_area .val_taxtotal dd{
	width: 40%;
}
/*確認画面のみレイアウト変更要素*/
#togo .wpcf7-form-mode-confirm .contactform_area .name .name_parts{
	width: auto;
}
/*店舗選択画面*/
#togo-shop .shop_list .store_area {
    width: 100%;
	margin-bottom: 50px;
}
#togo-shop .shop_list .store_area:last-of-type {
	margin-bottom: 0px;
}
/*注文フォーム ステップナビ*/
.stepbar {
	width: 70%;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.stepbar__item {
	width: 100%;
	height: 30px;
	margin: -1px 0 0 0;
}	
.stepbar__item:not(:first-child)::before {
	display: none;
}
.stepbar__item:not(:first-child)::after {
	display: none;
}
.stepbar__item:not(:last-child) .stepbar__item-inner::before {
	display: none;
}
.stepbar__item:not(:last-child) .stepbar__item-inner::after {
	display: none;
}

}