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

/************************************
** 基本表示
************************************/
/*初期化*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body {
  /* フォントの種類 */
  font-family:"Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  /* フォントの色 */
  color: #333;
  /* カーニングの設定 */
  /* 行間の設定 */
  line-height: 1.75;
  margin: 0;
  overflow-wrap: break-word;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
}

#wrapper, #header, #contents, #footer {
width: 100%;
   }

html {background:#f2f2f2;
	 }
	
p{
	margin: 0 0 1em 0;
	line-height: 140%;
	font-size:1em;
	}

/* 小さい文字 */
span.font1{
	font-size: 90%;
	line-height: 130%;
        color: #666;
        padding-top: 0px;
        padding-bottom: 20px;
}

span.font2{
	font-size: 90%;
	line-height:120%;
}

/*マウスオーバーで光るリンク画像*/
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

/* 本体 */
#wrapper{
	margin: 0 auto;
	padding: 0px;
	position:relative;
	background-color:#fff;
	}

#logo{
 display: block;
 text-align:center;
 margin: 0 auto;
 background-color:#fff;
 font-size: 80%;
 clear:both;
}

#logo p{
  padding: 0;
  margin: 0;
	}

#header {
	color: #000;
  	font-size: 80%;
	font-weight: 100;
	margin-right: 5px;
    text-align: center;
	background-color:#fff;
	}

#header h1{font-size: 110%;
	margin-left: 10px;
	}

#header p{
  padding: 0;
  margin: 0;
	}

#header a:hover {background-color: #ccc; text-decoration: none;}
#header a:link {color: #009; text-decoration: none;}
#header a:active {color: #000; text-decoration: none;}
#header a:visited {color: #C00; text-decoration: none;}

/*ナビゲーションメニュー　トップページ*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

#menu{
  *zoom: 1;
  list-style-type: none;
  width: 100%;
  padding: 0;
  clear:both;
  font-size: 18px;
}
#menu:before, .dropmenu:after{
  content: "";
  display: table;
}
#menu:after{
  clear: both;
}
#menu li{
  position: relative;
  width: 12.5%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left:0px;
 list-style-type: none;
}

#menu li a{
  display: block;
  margin: 0;
  padding: 8px 0 4px;
  background: #c16131;
  font-size: 80%;
  line-height: 1;
  text-decoration: none;
   color: #fff;
}
#menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#menu li ul li{
  width: 100%;
}
#menu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #ccc;
  background: #fff;
  text-align: left;
  color: #666;
}
#menu li:hover > a{
  background: #CD815A;
}
#menu li a:hover{
  background: #CD815A;
}

#menu li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#menu li:hover ul{
  visibility: visible;
  opacity: 1;
}
#menu li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#menu li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

/*SMALL*/
#menu small {
    color: #DA9663;   
    font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
    text-transform: none;
}

/*パンくずリスト*/
.pan  {
	font-size: 80%;
	line-height:140%;
	text-decoration: none;
	padding-bottom: 10px;
	clear: both;
	}
	
.pan a:link {color: #1122CC;}
.pan a:visited {color: #660099;}
.pan a:hover {background-color: #FF3; text-decoration: none;}
.pan a:active {color: #DD4339; text-decoration: none;}
	
.topad  {
clear:both;
text-align: center;
background-color:#FFF;
padding-top: 10px;
padding-bottom: 0px;
}

.banners  {
  position: relative;
  float: left;
  margin: 10px;
  text-align: left;
 list-style-type: none;
 font-size: 90%;
 width: 180px;
 line-height: 120%;
}

.banners p {
	margin-top:10px;
	}

.motto{
	color: #000;
	font-size:90%;
	padding: 20px;
	line-height:120%;
	}
	
#container {
	overflow: hidden;
	clear: both;
	background-color:#fff;
	}
	
#main {
    float: left;
    width: 70%;
    padding: 10px 20px 20px 50px ;
	font-size:1em;
	margin-top: 20px;
	line-height:170%;
	color: #444;
    }

#main p {
　 　color: #444;
font-size:1em;
	line-height:170%;
    }
	
#main h1{
font-size:120%;
margin:0;
font-weight:bold;
color: #000;
line-height: 180%;
}

#main h2{
    	position:relative;
    	padding-left:30px;
    	font-weight: bold;
    	font-size: 120%;
    	line-height: 38px;
    }
     
#main h2:after, #main h2:before{
    	content:''; 
    	height:18px; 
    	width:4px; 
    	display:block; 
    	background:#cc6600; 
    	position:absolute; 
    	top:8px; 
    	left:15px; 
    	border-radius:10px;
    	-webkit-border-radius:10px;
    	-moz-border-radius:10px; 
    	transform:rotate(45deg);
    	-webkit-transform:rotate(45deg);
    	-moz-transform:rotate(45deg);
    	-o-transform:rotate(45deg);
    	-ms-transform:rotate(45deg);
    }
     
#main h2:before{
    	height:10px; 
    	transform:rotate(-45deg);
    	-webkit-transform:rotate(-45deg);
    	-moz-transform:rotate(-45deg);
    	-o-transform:rotate(-45deg);
    	-ms-transform:rotate(-45deg); 
    	top:16px; 
    	left:7px
    }

#main h3{
    position: relative;
    margin: 25px 0 22px;
    padding: 0.8em;
    background: #ccc;
    color: #000;
    font-size: 110%;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
#main h3:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #ccc;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

#main a:link {color: #1122CC;}
#main a:visited {color: #660099;}
#main a:hover {background-color: #EAEAEA; text-decoration: none;}
#main a:active {color: #DD4339; text-decoration: none;}
	
#footer{
   clear: both;
   text-align: right;
   font-size: 80%;
   padding-top: 2px;
   padding-right: 50px;
   height: 80px;
   background-image: url(https://e-food.jp/img/back/footer_back.jpg);
   display: block;
   background-position: center center;
   background-repeat: no-repeat;
   background-color:#fff;
   color:#ccc;
} 

#footer a:hover {background-color: #333; text-decoration: none;}
#footer a {text-decoration: none;}
#footer a:link {color: #fff; text-decoration: none;}
#footer a:active {color: #CCC; text-decoration: none;}
#footer a:visited {color: #fff; text-decoration: none;}

#links {  position: relative;
      text-align: left;
 font-size: 90%;
 list-style: none;
 background-color:#C60;
 width:95%;
 height:100%;
 padding:30px;
 margin:0 auto;
 clear: both;
  display: block;
}

#links li {list-style-type: none;
}

#links a:link {color: #fff;}
#links a:visited {color: #fff;}
#links a:hover {#EAEAEA; text-decoration: none;}
#links a:active {color: #DD4339; text-decoration: none;}

#rss {background-color: #fff9e3;
      border-radius: 1em; 
	  padding: 10px;      /* 角丸の指定 */}

#rss ul {
  list-style:none;
  text-align:140%;
  font-size: 90%;
}

/*==================
サイドバー
====================*/
#sub {
	float: right;
	width: 30%;
	padding: 10px 50px 20px 0px;
	font-size: 80%;
	line-height: 120%;
	list-style-type: none;
	}

#sub p{
border:1px solid #ccc;
border-top:none;
padding:10px 7px 10px 10px;
line-height: 120%;
}

#sub h2{
margin-top:25px;
background: url(https://e-food.jp/img/bg_title.gif) repeat-x;
text-align:center;
}

#sub a:link {color: #1122CC;}
#sub a:visited {color: #660099;}
#sub a:hover {background-color: #EAEAEA; text-decoration: none;}
#sub a:active {color: #DD4339; text-decoration: none;}

#bnrarea{
margin-top:20px;
}

#bnrarea li{
margin-bottom:10px;
margin-left:0px;
border:1px solid #ccc;
padding:1px;
list-style-type: none;
}

/*イメージスライダー*/
.slider { margin-bottom: 10px;
	}
	
/* iconの共通CSS */
.icon{
    display:inline-block; 
    position:relative;
    background: #999;
    border-radius:90px;
    width:90px;
    height:90px;
    margin:5px;
	float: left;
}
.icon:hover{
    opacity: 0.8;
}

.icon24:before{
    content:''; 
    display:block; 
    position:absolute; 
    height:0; 
    width:0px; 
    top:55px; 
    left:38px;
	border-top: 10px solid #fff;
	border-right: 7px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 7px solid transparent;
}
.icon24:after{
    content:''; 
    display:block; 
    position:absolute; 
    top:25px; 
    left:25px;
    height:30px; 
    width:40px; 
    background:#fff;
    border-radius:3px;
}

/*スペシャル枠（画像回り込み）*/
.special-left,
.special-right {
   overflow: hidden;
   height: auto;
}
.special-left img {
   float: left;
   margin: 0 15px 0 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
.special-right img {
   float: right;
   margin: 0 0 0 15px !important;
   padding: 0 !important;
   border: 0 !important;
}
.special-left p,
.special-right p {
   overflow: hidden;
   height: auto;
}

/*ＲＳＳを表示するtopics*/
#topics { margin-top:5px; margin-bottom:10px; width:100%; background-color:#F0F0DF; clear:both;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }
	
#topics img { float:left; padding:8px;}
#topics h4 { font-size: 110%; background-color:#F0F0DF; padding-left:0px; margin:0px; }
#topics ul { list-style:none;}
#topics li { 
    font-size: 90%; 
	margin: 0 0 10 0px;
	position: relative;
	list-style-type: none;
	border-bottom: 0px #ddd solid;
	border-top: none;
	line-height:130%;
	padding: 10px; }
	
#topics a:link {color: #1122CC;}
#topics a:visited {color: #660099;}
#topics a:hover {background-color: #EAEAEA; text-decoration: none;}
#topics a:active {color: #DD4339; text-decoration: none;}

/*feed(海外旅行、本などのトップページ用*/
#feed { margin-top:5px; margin-bottom:10px ;font-size:10px; width:100%; background-color:#FFF; clear:both;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }
#feed img { float:left; padding:5px;}
#feed h4 {font-size:110%; background-color:#FFF; padding-left:0px; margin:0px; }
#feed ul {list-style:none;}
#feed li { 
	margin: 0 0 10 0px;
	position: relative;
	list-style-type: none;
	border-bottom: 0px #ddd solid;
	border-top: none;
	font-size:130%;
	line-height:160%;;
	padding: 10px; }

#feed a:link {color: #1122CC;}
#feed a:visited {color: #660099;}
#feed a:hover {background-color: #EAEAEA; text-decoration: none;}
#feed a:active {color: #DD4339; text-decoration: none;}
	
/*区切り線*/
.dot { border-style: dotted; border-color: #cccccc; width: 100%; text-align: left; margin-top: 10px; margin-bottom: 10px;} 	
.deco-line {background: url("https://e-food.jp/img/long-deco-line.png") no-repeat left center; width:100%; margin-top: 5px; margin-bottom: 5px; height: 10px;}
.clear {clear: both;}

.imagecenter{text-align:center;
             padding-bottom: 20px;
} 

/*Wordpress専用CSS*/
/*ここから WP用追加CSS Document*/
/* 表紙最新情報 */
#newest { width:560px;
          height:380px;
          padding: 16px;
          background color: EBEBEB; 
          padding:0px;
          font-size: 14px;
          line-height: 1.6em;          
}


.title{
    font-family: MS ゴシック, Osaka;
	font-size: 18px;
         font-weight: bold;
	line-height:1.2em;
	text-decoration: none;
	color: #333333;
         border-left: solid 15px  #CC0000;
　　　　  border-top: solid 1px  #990000; 
　　　　　border-bottom: solid 1px  #990000; 
　　　　　border-right: solid 1px  #990000; 
         padding: 3px 10px 3px 10px;
         background-color: #F2F2F2;
         width: 580px;
}

/* 旧ブログ用カテゴリー表示の文字 */
#category h2{font-size: 13px;
    	background:fff; 
		padding:0;
		 font-weight: normal;
	}

span.notice {color: #666666; font-size: 12px;}
/* ここまでWP用追加CSS Document */

/* MEDIA QUERIES*/
/* 以下、タブレット縦（ディスプレイ幅が1000px）より小さい画面に使われるCSS */
@media screen and (max-width: 1000px) {
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	}
	
#wrapper{
	width: 98%;
	}
#main{
	padding-left: 0px;
	padding-right: 0px;
	width:100%;
	overflow:hidden;
	}
#sub{
	padding-left: 0px;
	padding-right: 0px;
	width:40%;
	overflow:hidden;
	}
	
.slider { display:none;
}

/* 以下、スマートフォン（ディスプレ7イ幅480px以下）より小さい画面に使われるCSS */
@media screen and (max-width: 480px) {
#main {
    margin: 0px 20px 0px 20px ;
	font-size: 100%;
	margin: 0px;
    }
	
#logo{
 display: block;
 text-align:center;
 margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  clear:both;
}

#header {
	color: #000;
  	font-size: 70%;
	font-weight: 100;
    text-align: center;
	}
	
#header h1 {
	color: #000;
	text-align: center;
    clear:both;
	font-size: 110%;
	line-height:100%;
    }

#header h2{
	font-weight: 100;
	text-align: center;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
	}
	
#wrapper{
	width: 98%;
	padding: 0;
	margin: 0 auto;
	background-image: none;
	}
#container {
	clear: both;
	overflow: auto;
	}
	
#sub{
	float:none;
	width: 100%;
	padding: 0;
	text-align:center;
	}

#footer{
   font-size: 65%;
   padding-left:2px;
   line-height:110%;
   text-align:left;
   margin-top: auto;
}

.topad  {
clear:both;
text-align: center;
background-color:#FFF;
padding-bottom: 5px;
}

.banners  {
  position: relative;
  float: left;
  padding-left: 90px;
  padding-right: 0px;
  text-align: left;
 list-style-type: none;
 font-size: 90%;
 width: 250px;
}

.banners p {
	margin-top:0px;
	 line-height: 110%;
	}
	

/*パンくずリスト*/
.pan  {
	font-size: 75%;
	line-height:120%;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
	}

/*ナビゲーションメニュー*/
#menu{
  *zoom: 1;
   width: 100%;
  padding: 10;
  margin: 10;
}
#menu:before, .dropmenu:after{
  content: "";
  display: table;
}
#menu:after{
  clear: both;
}
#menu>li{
  position: relative;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-left:0px;
 list-style-type: none;
}

#menu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  background: #c16131;
  font-size: 80%;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
#menu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#menu li ul li{
  width: 100%;
}
#menu li ul li a{
  padding: 13px 15px;
   background: #fff;
  text-align: left;
  color: #666;
  position: relative;
	display: block;
  border-bottom: 1px solid #ccc;
 
}
#menu li:hover > a{
  background: #666;
  color: #C00;
}
#menu li a:hover{
  background: #666;
}

#menu li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#menu li:hover ul{
  visibility: visible;
  opacity: 1;
}
#menu li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#menu li:hover ul li a{
  visibility: visible;
  opacity: 1;
}

#menu ul li a::after {
 border-right: 4px solid #fff;
 border-top: 4px solid #fff;
 border-radius: 2px;
 content: "";
 margin: 0 0 0 10px;
 height: 10px;
 right: 20px;
 position: absolute;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 top: 17px;
 width: 10px;
}

/*SMALL*/
#menu small {
    color: #EEE;   
    font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
    text-transform: none;
	font-size:70%;
}
	
/*以下スマホ用ハンバーガーメニュー*/
header {
  padding:5px;
  background: #c16131;
  text-align:center;
  clear:both;
  
}

#nav-drawer {
  position: relative;
  background-color:#fff;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
