@charset "utf-8";
/*初期化*/
* {
  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;
user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;
}

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

html {background:#f2f2f2;
 scroll-behavior: smooth;
	 }
	
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;
}

.efoodlogo{
	max-width: 50%;
	height: auto;
	width /***/:auto;　
	}

#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%;
	      font-weight: normal;
	}

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;}
	
/*ナビゲーションメニュー　トップページ*/
.nav {
  position: relative;
  background-color:#fff;
	}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

.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: #ffdab9;
}
.menu li a:hover{
  background: #f4a460;
}

.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: #deb887;
    font: 100 11px/1 Helvetica, Verdana, Arial, sans-serif;
    text-transform: none;
	}

.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: 10px;
	line-height:120%;
	}

/*パンくずリスト*/
.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;}

/*adsense*/
.topad  {
clear:both;
text-align: center;
background-color:#FFF;
padding-top: 10px;
padding-bottom: 0px;
}
	
#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 {
　font-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;}

ul, ol {
  color: #1e366a;
  border-top: solid #1e366a 1px;/*上のボーダー*/
  border-bottom: solid #1e366a 1px;/*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em;
}

ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
	
footer{
   clear: both;
   text-align: center;
   font-size: 80%;
   padding-top: 2px;
   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;}

/*トップへ戻る*/
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}

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

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

aside h2{
margin-top:25px;
background: url(https://web.archive.org/web/20221127065326im_/https://e-food.jp/img/bg_title.gif) repeat-x;
text-align:center;
}

aside a:link {color: #1122CC;}
aside a:visited {color: #660099;}
aside a:hover {background-color: #EAEAEA; text-decoration: none;}
aside 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;
}
	
/* 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;
}

/*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://web.archive.org/web/20221127065326im_/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;
} 

/*旧ブログ専用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;}

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

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

img{
	max-width: 100%;
	height: auto;
	width:auto;　
	}

.efoodlogotop{
	max-width: 100%;
	height: auto;
	width:auto;　
	}

.efoodlogo{
	max-width: 50%;
	height: auto;
	width:auto;　
	}
	
header {
	color: #000;
	font-weight: 100;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
    text-align: center;
	clear:both;
	position: fixed; /* ウィンドウを基準に画面に固定 */
	display: flex; /* 中の要素を横並びにする */
	align-items: center; /* 中の要素を上下中央に並べる */
	width: 100%; /* 幅いっぱいを指定 */
    height: 60px; 
    top: 0; /* 上下の固定位置を上から0pxにする */
    left: 0; /* 左右の固定位置を左から0pxにする */
	z-index:999;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); /*シャドウ */
	}
	
header h1 {
	color: #000;
	text-align: center;
	font-size: 88%;
	line-height:100%;
	clear:both;
	padding-left:8px;
	padding-top: 20px;
    }
	
#wrapper{
	width: 98%;
	margin: 0 auto;
	background-image: none;
	background-color: #ffffff;
	}
	
#container {
	clear: both;
	overflow: auto;
	padding-right: 8px;
	padding-left: 8px;
	}
	
main {
	font-size: 100%;
	margin-top:50px;
    }
	
aside{
	float:none;
	width: 100%;
	padding: 0;
	text-align:center;
	}

footer{
   font-size: 90%;
   line-height:110%;
   text-align:center;
   margin-top: auto;
   padding-left:10px;
   padding-right:10px;
}
	
.gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }

.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: 80%;
	line-height:120%;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
	}

/* ここから下がハンバーガーメニューに関するCSS */
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  right: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
  text-align: center;
  padding-top: 20px;
  font-size: 120%;
}
	
/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  right: 0;
}
  *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: #f4a460;
  font-size: 80%;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #000;
}
.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: #ffd700;
  color: #C00;
}
.menu li a:hover{
  background: #ffdab9;
}

.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: #c16131;  
    font: 100 12px/1 Helvetica, Verdana, Arial, sans-serif;
    text-transform: none;
	font-size:70%;
}