@charset "utf-8";

/*//////////// 基本サイズ14px  ////////////
表示サイズ　指定する値
10px　72%
11px　79%
12px　87%
13px　94%
14px　100%
15px　108%		29px　208%
16px　115%		30px　215%
17px　122%		31px　222%
18px　129%		32px　229%
19px　136%		33px　236%
20px　143%		34px　243%
21px　150%		35px　250%
22px　158%		36px　258%
23px　165%		38px　265%
24px　172%		38px　272%
25px　179%		39px　279%
26px　186%		40px　286%
27px　193%		41px　293%
28px　200%		42px　300%

//////////////////////////////*/


/*************************************************
			default
*************************************************/
body {margin: 0px;padding: 0px;font-size:15px;color:#444;position: relative;height: 100%;background:url(../img/cont_bg1.gif);
			-webkit-text-size-adjust: none;/*iphoneの文字サイズの自動調整解除*/
			/*font-feature-settings : "palt";	fontの自動カーニング*/
			font-weight:normal;font-style: normal;
			font-family:Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ" , Meiryo , "Meiryo UI" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif, source-han-serif-japanese,serif;}


/*源ノ明朝 Light*/
.min-light{font-family:source-han-serif-japanese,serif;font-weight: 300 !important;font-style: normal;color:#000;}
/*源ノ明朝 Regular
.min-regular{font-family:source-han-serif-japanese,serif;font-weight: 400 !important;font-style: normal;}*/
/*源ノ明朝 Medium
.min-medium{font-family:source-han-serif-japanese,serif;font-weight: 500 !important;font-style: normal;}*/
/*源ノ明朝 SemiBold
.min-semibold{font-family:source-han-serif-japanese,serif;font-weight: 600 !important;font-style: normal;}*/
/*源ノ明朝 Bold
.min-bold{font-family:source-han-serif-japanese,serif;font-weight: 700 !important;font-style: normal;}*/


a         {color: #990000;text-decoration:none;webkit-transition: 0.8s;-moz-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;transition: 0.8s;}/*hover ゆっくり変わる*/
a:link    {color: #990000;text-decoration:none;}
a:visited {color: #996633;text-decoration:none;}
a:active  {color: #990000;text-decoration: underline;}
a:hover   {color: #FF9900;text-decoration: underline;}

h1,h2,h3,h4,h5,p,ol,ul,li,span,dl,dt,dd {margin:0;padding:0;font-weight:normal;}
	
img {border:none;margin:0;padding:0;vertical-align:middle;}
a:hover img {opacity: 0.7;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}

ul {margin:0px;padding:0px;list-style:none none outside;}
ol{margin:0;padding:0;}

p.clear		{clear:both;line-height:0px;display:block;}
div.clear {clear:both;}

hr{ border:none;border-top:1px solid #ccc;height:1px;}
/*hr{background:url(../images/hr_bg.png) repeat-x 0 0;height:10px;border: 0;}*/

.dotline{border-top: 1px dotted #aaa;line-height: 1px;height: 1px;}
.solidline{border-top: 1px solid #bbb;line-height: 1px;height: 1px;}

.strong{font-weight:bold;}

table{border-collapse: collapse;}


/*padding や border-width がwidth内に収まる*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/*clearfix--------------------*/
.cf:before,
.cf:after {content: " ";display: table;} 
.cf:after {clear: both;} 
.cf{*zoom: 1;}



/*----トップローディング ---------------------*/
#loader {position: fixed;z-index:900;text-align: center;width: 100%;height: 100%;background:#fff;}
#load-text {position: absolute;font-size: 72%;color: #444;text-align: center;width: 100%;top: 50%;margin-top: -40px;padding-top:40px;display: block;background:url(../js/loading.svg) no-repeat center top;}
/*横に伸びるバー
#bar {width: 100%;height: 1px;font-size: 2px;position: absolute;top: 50%;}
#bar span {display: block;width: 0px;height: 1px;background: #c3bbb5;}*/



/* ページの各セクション-------------------*/
.section{padding:80px 0 90px 0;}
.section:nth-child(odd){background-color: rgba(255,255,255,0.6);}
.section-end{padding:80px 0 60px 0;background-color:rgba(255,255,255,0.6);}

/*.field-bg-white1{background-color:rgba(255,255,255,0.6);}うすい白*/



/*全ページ共通のテーブル構造　-------------------*/
#wrapper{position: relative;z-index:1;width:100%;/*background:#fff;*/}
.container {width:100%;max-width:1000px;margin:0 auto;padding:0;line-height:1.9;overflow: hidden;}



/*ページ上部右の出てくるナビmenu---*/
#menubtn{display:none;}
#navi_sp{display:none;}


/*ionicons.min.css用のfont-size----*/
.icon-size-s{font-size:72%;padding-right:4px;vertical-align: middle;}




/*///////////////////////////////////////////////////////////////////////////////
 全ページ共通のheader
///////////////////////////////////////////////////////////////////////////////*/
#header{position: fixed;z-index:400;width:100%;height:99px;background:url(../img/header_bg.png);border-bottom:1px solid #666;}
#header .container {max-width:1150px;padding: 0 20px 0 0;}

#header h1{display:none;}

.head-cont{width:100%;margin:0 auto 0 auto;}
.header-logo{position:absolute;z-index:100;}
.header-logo a{background:url(../img/header_logo.png) no-repeat 0 0;width:250px;height:137px;text-indent:-8989px;display:block;overflow:hidden;}
.header-logo a:hover img{opacity:1;}

.head-tel-cont{opacity: 0.9;margin-top: 5px;}
/*IE8以上*/
.head-tel-cont{margin-top:8px\0;}

.head-tel-cont ul{text-align:right;}
.head-tel-cont ul li{display:inline-block;vertical-align:middle;color:#fff;}
.head-tel-cont ul li.tel-cap{font-size: 70%;font-weight: normal;letter-spacing: 0.08em;}
.head-tel-cont ul li.tel a{background: url(../img/icon-tel.png) no-repeat 0 8px;background-size: 14px;height: 15px;line-height: 1.0;padding-left:16px;color: #fff;font-size: 136%;margin-left: 5px;}
.head-tel-cont ul li.tel a:hover{}


/* ==================== 全ページ共通の横メニュー ==================== */
.yokomenu-bg{position:absolute;top:40px;max-width:1150px;width:100%;padding: 0 25px 0 0;margin:0 auto;transition: 0.8s;}
.menu-yokomenu-container{}

ul#yoko-menu {float: right;}
ul#yoko-menu li{position:relative;right:0;float:left;margin: 0;padding: 0;text-align: center;}
ul#yoko-menu li a{font-size: 108%;color: #fff;font-weight: 300;border-left: 1px solid #eee;line-height: 1.2;height: 50px;display: table-cell;overflow: hidden;padding: 0 20px;text-decoration: none;opacity: 0.9;vertical-align: middle;}
/*IE8以上
ul#yoko-menu li a{padding-top:20px\0;}*/

/*ul#yoko-menu li.arrow > a{background:url(../img/arrow_9-5.png) no-repeat center 55px;}----未使用*/
ul#yoko-menu > li:first-child a{background:url(../img/home.png) no-repeat center center;text-indent:-8989px;display:block;overflow:hidden;padding: 0 35px;}
ul#yoko-menu > li:last-child a{border-right:1px solid #eee;}
ul#yoko-menu li a:hover{color:#fff;background-color:rgba(0,0,0,0.3);}


/*カレント表示用----------------*/
/*body.home ul#yoko-menu li.yokomenu1 > a,*/	/*ホーム*/
body#news ul#yoko-menu li.yokomenu2 > a,				/*お知らせ*/
body.cuisine ul#yoko-menu li.yokomenu3 > a,		/*お料理の種類で選ぶ*/
body#kodawari ul#yoko-menu li.yokomenu4 > a,		/*味屋のこだわり*/
body#shop ul#yoko-menu li.yokomenu5 > a,	/*店舗案内*/
body#travel ul#yoko-menu li.yokomenu6 > a{color:#fff;background-color:rgba(0,0,0,0.3);}	/*旅行会社向け*/

/*プルダウン部分 submenu*/
/*三角の表示用
ul#yoko-menu ul li:first-child a:after {content: '';position: absolute;width: 0;height: 0;left:45%;top: -9px;border-left: 7px solid transparent;border-right: 7px solid transparent;border-bottom: 10px solid #53912b;}
*/
ul#yoko-menu li ul {position: absolute;background-color:#64000f;z-index:200;list-style-type: none;top:100%;left:0;width:160%;margin: 0 0 0 -30%;padding: 0;}
ul#yoko-menu li ul li {overflow: hidden;line-height:1.2;text-align:center;background-image:none;width: 100%;height: 0;transition: .2s;}
ul#yoko-menu li ul li a {font-size:93%;line-height:1.2;color:#fff;text-decoration:none;display:block;height:35px;padding: 7px 0 0 0;background-image: none !important;border-left:none;}
ul#yoko-menu li:last-child ul li a {border-right:none;}

ul#yoko-menu > li:hover > a {}
ul#yoko-menu > li:hover li > a:hover {background-color:rgba(0,0,0,0.3);color:#fff;}/*background-color:#751e1e;*/
ul#yoko-menu li:hover > ul > li {overflow: visible;height:35px;border-bottom:1px dotted #8a4d57;border-right:none;}
ul#yoko-menu li:hover > ul > li:last-child{border-bottom:none;}


/*subsubmenu
ul#yoko-menu li ul li ul {top: 0;left: 100%;}
ul#yoko-menu li:last-child ul li ul {left: -100%;width: 100%;}
ul#yoko-menu li ul li ul li:first-child a:after{border:none;}
ul#yoko-menu li:hover ul li ul li:hover > a {}
ul#yoko-menu li ul li ul:before							{position: absolute;content: "";top:18px;left: -15px;width: 0;height: 0; border: 5px solid transparent;border-left-color:#fff;}三角の表示用
ul#yoko-menu li:last-child ul li ul:before	{position: absolute;content: "";top:18px;left: 200%;margin-left: -20px;border: 5px solid transparent; border-right-color:#fff;}
*/





/*///////////////////////////////////////////////////////////////////////////////
 main
///////////////////////////////////////////////////////////////////////////////*/

/*全ページ共通のSNSボタン----------------*/
#sns-box{margin-top:60px;text-align:center;}
#sns-box ul{margin:0 !important;padding:0;}
#sns-box ul li{display:inline-block;margin: 0 4px;width: 25px;height: 25px;padding:0 !important;}
#sns-box ul li a img{width:100%;height:100%;}
#sns-box ul li a:hover,
#sns-box ul li a:active{opacity:0.6;filter: alpha(opacity=60);-ms-filter: "alpha( opacity=60 )";}


/*全ページ共通のバナー ------------------*/
.banner-ajiyaplaza a{width:960px;border:1px solid #c9b99c;text-align:center;margin: 0 auto;padding:20px 0 12px 0;background-color:#fff;text-decoration:none;display:block;}
.banner-ajiyaplaza-title{font-size:258%;color:#790000;line-height:1.2;letter-spacing:0.1em;padding-bottom:20px;}
.banner-ajiyaplaza a:hover .banner-ajiyaplaza-title{opacity:0.6;}			
			

/*全ページ共通のページ下部の上部へ戻る */
#pagetop {position:relative;width:100%;margin:0 auto;z-index:500;}
#pagetop a {position: fixed;bottom:30px;right:30px;display: block;background:url(../img/pagetop.png) no-repeat 0px top;width:65px;height:65px;text-indent:-8989px;display:block;overflow:hidden;opacity:0.4;filter: alpha(opacity=40);-ms-filter: "alpha( opacity=40 )";}
#pagetop a:hover {opacity:1;filter: alpha(opacity=100);-ms-filter: "alpha( opacity=100 )";}





/*///////////////////////////////////////////////////////////////////////////////
 全ページ共通の配達エリア
///////////////////////////////////////////////////////////////////////////////*/
.area-box{width:100%;margin:0 auto;}
.area-rank{margin-top:30px;text-align:center;}
.area-rank img{margin:0 18px;}

dl.area-dl{margin-top:30px;text-align:center;}
dl.area-dl dt{display:inline-block;width:426px;vertical-align: top;margin-right: 30px;}
dl.area-dl dd{display:inline-block;width:400px;vertical-align: top;}

.area-title{font-size:200%;line-height:1.2;margin-top:50px;}
.area-tel{margin-top:30px;}
.area-tel-cap{color:#990000;line-height:1.2;margin-top:15px;}
.area-service{margin-top:30px;}

.area-box .naka-kuwashii{margin-top: 30px;}
.area-box .naka-kuwashii a{font-size: 136%;line-height: 1.1;padding: 9px 0 9px 20px;width: 350px;background: #990000 url(../img/arrow_white9-9.png) no-repeat left 5px center;}




/*///////////////////////////////////////////////////////////////////////////////
 全ページ共通のフッター
///////////////////////////////////////////////////////////////////////////////*/
#footer{width:100%;background:url(../img/footer_bar.png) repeat-x center top , url(../img/footer_bg.png) center top;padding-top:140px;}

#footer .container{width:1000px;}

dl.footer-dl{color:#fff;}
dl.footer-dl dt{float:left;width:330px;}
.footer-logo a{color:#fff;text-decoration:none;}
.footer-logo span{padding-left:20px;}

.footer-zip{font-size:93%;color: #f6e3e3;line-height: 1.7;margin-top: 9px;}
.footer-zip a{color:#fff;}

.tel-number a {color:#fff;text-decoration:none;}
		
.footer-link-btn{width:220px;margin-top:7px;}
.footer-link-btn a{display:inline-block;border: 1px solid #c59090;font-size: 86%;line-height: 1.1;padding: 2px 25px 3px 25px;background: url(../img/arrow_white7-7.png) no-repeat 10px center;color: #ddd;margin-top: 10px;}
/*IE8以上*/
.footer-link-btn a{padding: 6px 0 3px 25px\0;}
.footer-link-btn a:hover{background-color: rgba(0,0,0,0.3);border: 1px solid #906a6a;text-decoration:none;}

dl.footer-dl dd{float:right;width:600px;}
dl.footer-dl dd a:hover{opacity:0.6;text-decoration:none;}


ul.footer-menu1{float:left;margin-right:20px;margin-top:7px;}
ul.footer-menu1 a{color:#fff;font-size: 104%;}
ul.footer-menu1 li a{background: url(../img/arrow_white7-7.png) no-repeat left center;padding-left:12px;opacity: 0.9;}

.footer-erabu{font-size:104%;margin-top:7px;color: #fff;}
.footer-erabu-bar{border-top:1px solid #bf8585;border-bottom:1px solid #bf8585;display: table;padding: 3px 0 6px 3px;margin-top: 2px;width: 71%;}

ul.footer-menu2{float:left;margin-right:25px;}
ul.footer-menu2 a{color:#fff;font-size:93%;}
ul.footer-menu2 li{line-height: 1.6;}
ul.footer-menu2 li a{background: url(../img/arrow_white7-7.png) no-repeat left center;padding-left:12px;opacity: 0.9;}

ul.footer-menu3{float:left;}
ul.footer-menu3 a{color:#fff;font-size:93%;}
ul.footer-menu3 li{line-height: 1.6;}
ul.footer-menu3 li a{background: url(../img/arrow_white7-7.png) no-repeat left center;padding-left:12px;opacity: 0.9;}

#footer .copyright{font-size:72%;color:#b4a3a5;line-height:1.2;text-align:center;margin-top:25px;background-color:#540411;padding:15px 0;}





/*印刷しない--------------------*/
@media print {
#pagetop,
#pagetop a{display:none;}

#header{position: absolute;}
}

