@charset "UTF-8";

/* 基本設定 */

* {
	margin: 0;
}

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


/* ページ全体の設定 */
body {
	display: grid;
	grid-template-columns: 15px 1fr 15px;
	grid-template-rows: 
		[head] auto
		/*[title] auto*/
		/*[sub] auto*/
		[recent1] auto
        [recent2] auto
        [recent3] auto
        [recent4] auto
        [comment] auto
		[foot] 400px;
	/*grid-row-gap: 20px;
	row-gap: 20px;*/
	font-family: sans-serif;
    color: #555555;
}
body {
    -webkit-text-size-adjust: 100%;
}

/* パーツの配置*/
body > * {
	grid-column: 2 / -2;
}

    /* 画像ファイルの指定 */
/*a { color: rgb(77, 122, 193); }  
a:visited { color: #585858; }
a:hover {
    color: #585858;
    font-weight: bold;
    text-decoration: none;
}  
a img { transition: opacity 0.2s linear; }
a:hover img { opacity: 0.7; }*/
h1, h2, h3, h4, h5, h6 { 
    margin-top: 0;
   /*text-align: center;*/
}
p {
  margin-top: 0;
  line-height: 1.6;
}
.image {margin: 0;
}
img { vertical-align: bottom; 
}
img {
    max-width: 100%;
}
span {
   display: inline-block;
}


/*ナビゲーションメニュー　safari以外 */
#global_navi {
    grid-column: 1 / -1;
    grid-row: head;
    height: 75px;
    top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
    
	justify-self: center;
	width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
       }
.head-animation {
  transform: translateY(-100%);
}

#global_navi ul {
	list-style-type: none;
	padding: 0;
    display: grid;
	grid-template-columns: 1fr 1fr;
    
    }

#global_navi ul li {
  margin: 0;
  text-align: center;
  border-left: solid 1px #aaa;
  /*box-sizing: border-box; */
  border-bottom: solid 1px #aaa;
    
    }

#global_navi ul li:first-child {
  border-left: none; 
}

#global_navi ul li a {
  display: block;
  /*height: 48px;*/  
  height: 65px;  
  /*padding: 16px 0px 16px 0px;*/
  padding: 8px 0px 8px 0px;  
  /*line-height: 100%;*/
  line-height: 26px;  
  background-color: #fff;
  color: #555555;
  text-decoration: none;
  transition: background-color 0.2s linear;
   box-sizing: border-box; 
     }
#global_navi ul li.current a { 
    display: block;
  /*height: 48px;*/
  height: 65px;  
  /*padding: 16px 0px 16px 0px;*/
  padding: 8px 0px 8px 0px;  
  /*line-height: 100%;*/
  line-height: 26px;  
  background-color: rgba(230,224,224,1);
  color: #444444;
  text-decoration: none;
  transition: background-color 0.2s linear;
    box-sizing: border-box;
    font-weight: bold;
 }  
#global_navi ul li a:hover { 
  background-color: #E6E6E6;
}

   #global_navi ul li:nth-child(3) {
  border-left: none; 
}
.choichiisaku {
    display: inline;
    font-size:15px;
   }

.choichiisaku_safari {
    display: inline;
    font-size:15px;
   }

#maiku-00 {
    display: grid;
	grid-template-columns: auto 20px 100px auto;
   justify-self: center;
      }
#denkyu00 {
    display: grid;
	grid-template-columns: auto 20px 120px auto;
   justify-self: center;
      }

.maiku-0 {
    grid-column: 1/-1;
    }
.maiku2 {
 grid-column: 1/-1;
}
/* ------------------------------------------- */

/* ナビゲーションメニュー safari用 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root 
    #global_navi {
        visibility: hidden;
    }
}
#global_navi_safari {
    grid-column: 1 / -1;
    grid-row: head;
    height: 75px;
    top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1); 
    
	justify-self: center;
	width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
    visibility: hidden;
      }
.head-animation {
  transform: translateY(-100%);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root 
    #global_navi_safari {
        visibility: visible;
    }
}
/* ------------------------------------------- */
    
/* ナビゲーションメニュー safari用 */
 #global_navi_safari ul {
	list-style-type: none;
	padding: 0;
    display: grid;
	grid-template-columns: 1fr 1fr;
    
    }
   
    
#global_navi_safari ul li {
  margin: 0;
  text-align: center;
  border-left: solid 1px #aaa;
  /*box-sizing: border-box; */
  border-bottom: solid 1px #aaa;
    
    }

#global_navi_safari ul li:first-child {
  border-left: none; 
}

#global_navi_safari ul li a {
  display: block;
  /*height: 48px;*/  
  height: 65px;  
  /*padding: 16px 0px 16px 0px;*/
  padding: 8px 0px 8px 0px;  
  /*line-height: 100%;*/
  line-height: 26px;  
  background-color: #fff;
  color: #555555;
  text-decoration: none;
  transition: background-color 0.2s linear;
   box-sizing: border-box; 
     }
#global_navi_safari ul li.current a { 
    display: block;
  /*height: 48px;*/
  height: 65px;  
  /*padding: 16px 0px 16px 0px;*/
  padding: 8px 0px 8px 0px;  
  /*line-height: 100%;*/
  line-height: 26px;  
  background-color: rgba(230,224,224,1);
  color: #444444;
  text-decoration: none;
  transition: background-color 0.2s linear;
    box-sizing: border-box;
    font-weight: bold;
 }  
#global_navi_safari ul li a:hover { 
  background-color: #E6E6E6;
}

   #global_navi_safari ul li:nth-child(3) {
  border-left: none; 
}
/* ------------------------------------------- */ 

#main_visual {
      grid-column: 1 / -1;
    grid-row: recent1;
      width: 100%;
    height: auto;
    margin: 132px auto 0px;
  }

/* 記事一覧 */
#haji {
    grid-column: 1;
    grid-row: recent1/recent2;
    color: #fff;
}
 
#snsbtn {
    grid-column: 2 / -2;
    grid-row: recent2;
    text-align: right;
     margin-top: 3px;
    pointer-events: none;
    }
    
  #snsbtn .twitter-share-button {
          margin-left: 10px;
    }
    
    #snsbtn .line-it-button {
          margin-left: 10px;
    }  
#snsbtn2 {
    grid-column: 1 / -1;
    grid-row: recent2;
    background-color: #fff;
    height: 40px;
    z-index: 0;
    width: 100%;
    margin-left: auto;
     }
#snsbtn3 {
    grid-column: 1 / -1;
    grid-row: recent2;
    height: 40px;
    width: 100%;
     }

#renrakusaki {
   grid-row:  recent1; 
    grid-column: 1 / -2;
   position: relative;
  top: 105px;   
   margin-top: 35px;
        margin-left: auto;
        margin-right: 0px;
        padding-left: 0px;
    box-sizing: border-box;
     border-radius: 5px;
    height: 55px;
    
      }     
#renrakusaki-grid {
    display: grid;
   grid-template-columns: 1fr;
	margin-top: 0px;
   /*height: 35px;*/
    } 
    
    #ayou {
     grid-column: 2; 
    grid-row: 1;   
    } 
#renrakusaki-grid-1 a {
    grid-column: 1; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 48px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    text-decoration: none;
    height: 48px;
        }
    #renrakusaki-grid-1 a:hover {
        background-color: rgb(208, 219, 213);
    }
#denwabangou {
    grid-column: 1; 
    grid-row: 1;
    /*height: 50px;*/
    box-sizing: border-box;
    align-self: center;
    padding-right: 0px;
    text-align: right;
    }
#denwabangou img {
    width: 40px;
    padding: 3px;
       }
#denwabangou0 {
    grid-column: 2;
    grid-row: 1;
    line-height: 20px;
    box-sizing: border-box; 
    align-self: center;
    padding-top: 2px;
    padding-left: 3px;
    padding-right: 5px;
    color: #555;
     }
#denwabangou0-1 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(77, 122, 193);
     }

#renrakusaki-grid-2 a {
    grid-column: 3; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 95px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    display:none;
    }
 #renrakusaki-grid-2 a:hover {
        background-color: rgb(208, 219, 213);
    }   
   
    
#mailaddress {
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    text-align: right;
    align-self: center;
        }
#mailaddress img {
   width: 55px;
   }
#mailaddress0 {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    line-height: 16px;
    align-self: center;
    box-sizing: border-box;
    padding-left: 3px;
    padding-right: 5px;
    color: #555;
        }
#mailaddress0-1 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 122, 193);
   }

#eigyoujikan {
   grid-row: recent2; 
    grid-column: 2 / -2;
     position: relative;
  top: -68px; 
        margin-left: 0px;
        margin-right: auto;
        padding-left: 0px;
    box-sizing: border-box;
   /* width: 283px;*/
      }     
#eigyoujikan-a0 {
    grid-column: 2;
    grid-row: 1;
    line-height: 15px;
    box-sizing: border-box; 
    align-self: center;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 0px;
    padding-bottom: 2px;
    background: rgb(255, 191, 114);
    box-shadow: 0px 0px 0px 2px rgb(255, 191, 114);
    border: dashed 2px rgb(77, 122, 193);
    border-radius: 2px;
     }
.eigyoujikan-a0-1 {
    font-size: 13px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
     }

    #omakasejump {
     grid-row: recent1; 
    grid-column: 2 / -2;
    margin-bottom: 42px;
    justify-self: end;
    align-self: end;
    box-sizing: border-box;
    width: 275px; 
    height: 260px;
        background-color: #fff;
        border-radius: 10px;
        border: solid 2px rgb(255, 0, 0);
        display: grid;
        grid-template-columns: 1fr;
	    grid-template-rows: 
        [recent35] auto;
                   } 
       
  #omakasejump .jumpmidashi {
      grid-column: 1/-1;
     grid-row: recent35;
      margin-bottom: 5px;
      margin-top: 20px;
      margin-left: 20px;
      margin-right: 20px;
          }   
   #omakasejump .jumpmidashi p {
    display: block;
    width: auto;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 1px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 1.5;
    margin:0;
    padding-left: 10px;
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: normal;
    border-left: 8px solid rgb(255, 0, 0);
    background-color: rgb(242, 242, 242);
          }
    
 #omakasejump figure{
     grid-column: 1/-1;
     grid-row: recent35;
               }
 #img_hito {
      text-align: right;
    }   
 #img_ryouri img{
     border-radius: 13px;
     border: solid 2px #fff;
     background-color: #fff;
     margin-top: 120px;
     width: 130px;
     margin-left: 5px;
             }
       
 #img_hito img{
     border-radius: 13px;
     border: solid 2px #fff;
     background-color: #fff;
     margin-top: 118px;
     width: 120px;
     margin-right: 7px;
     
                 }    
    
#omakasejump p {
    grid-column: 1/-1;
    grid-row: recent35;
     font-weight: bold;
    text-align: left;
    padding-left: 10px;
               }
 #omakasejump .aidunoosusume {
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -2px -2px 0 #FFF,
              -1px 1px 0 #FFF, 2px -2px 0 #FFF,
              0px 1px 0 #FFF,  0 -2px 0 #FFF,
              -1px 0 0 #FFF, 2px 0 0 #FFF;
    margin-top: 5px;
    
           }
#omakasejump .aidunoosusume2 {
    font-weight: bold;
    font-size: 15px;      
    text-align: left;
    margin-left: 10px;
    color: #000;
    text-shadow:1px 1px 0 #FFF, -2px -2px 0 #FFF,
              -1px 1px 0 #FFF, 2px -2px 0 #FFF,
              0px 1px 0 #FFF,  0 -2px 0 #FFF,
              -1px 0 0 #FFF, 2px 0 0 #FFF;
    margin-top: 60px;
           }

 #omakasejump a {
    text-decoration: none;
    position: relative;
    top: -140px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
           }
 #omakasejump a  #jumpyazirushi {
        width: 200px;
        height: 170px;
     /* background-color: azure;*/
               } 
  #omakasejump a  #jumpyazirushi p {
        font-size: 20px;
        color: #000;
     text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
     line-height: 1;
      text-align: center;
      padding-top: 125px;
      
          }   
    
 
    #domakase {
        height: 40px;
    }
    
.omakasejump2 {
   grid-row: recent1; 
    grid-column: 2 / -2;
    justify-self: end;
    align-self: end;
    margin-bottom: 40px;
    display: none;
      }  
.btn000 {
    clear: both;
   padding-top: 15px;
  display: inline-block;
  text-decoration: none;
  background-color: rgb(230, 230, 230);
  width: 110px;
  height: 95px;
  line-height: 21px;
  border-radius: 60px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .2s;
  color: #555555;
    font-size: 14px;
 } 
.akawaku {
    
}
.akawaku p {
    display: inline-block;
    margin-bottom: 5px;
    /*font-size: 15px;*/
    padding-left: 2px;
    padding-right: 3px;
  background: rgb(255, 0, 0);
  color: #fff;
  border-radius: 20px;
}

#shoukai {
   grid-row: recent3;
   grid-column: 2 / -2; 
   width: 100%;
    margin-top: 50px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 15px 1fr 15px;
      }
 
 
    
#shoukai h5 {
    font-size: 17px;
    font-weight: normal;
    text-align: left;
     margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
  box-sizing: border-box;
}
#shoukai h2 {
    grid-column: 1 / -1;
    margin: 0;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    margin-bottom: 10px;
  box-sizing: border-box;
    }

#shoukai h2 p {
  display: block;
    /*width: 260px;*/
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 1.5;
    margin:0;
    padding-left: 10px;
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: normal;
     border-left: 12px solid rgb(255, 0, 0);
    background-color: rgb(242, 242, 242);
}

.zeikomikakaku0 {
    grid-column: 1 / -1;
        margin-top: 0px;
        text-align: right;
        }

.menuwaku {
    grid-column: 1/-1;
	}

.menuwaku a {
	color: #424141;
	text-decoration: none;
}

.menuwaku #oryouri {
    text-align: left;
   margin-left: 20px;
    margin-bottom: 0px;
    line-height: 1.2;
        }
.menuwaku #drinkmidashi {
    text-align: left;
   margin-left: 20px;
    margin-bottom: 0px;
    line-height: 1.2;
        }

.menuwaku h3 {
	font-size: 14px;
}

section h2 {
    font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
}

/* 持ち帰りについて */
#omiyagewaku {
    grid-column: 1 / -1;
    margin-top: 15px;
    padding: 10px;
   background-color:floralwhite;
    border: solid 1px #a3a3a3;
    border-radius:5px;
}
#omiyage {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 19px;
    font-weight: bold;
}
.omiyageicon img {
     height: 32px;
     width: 32px;
      margin-bottom: 3px; 
        }
 #omiyage2 {
    margin-left: 10px;
     margin-right: 5px;
    }
#omiyage3 {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: -1em;
    padding-left: 1em;
    }

.btnichi-0 {
   position: relative;
       top:65px;
    text-align: right;
      } 
.btnichi-1 {
   position: relative;
       top:0px;
    text-align: right;
     display: none;
      } 
.btnichi {
    text-align: right;
      }
.btnichi-00 {
   position: relative;
       top:68px;
    text-align: right;
    display: none;
      }  
.btn00 {
    clear: both;
    margin-left: 15px;
    margin-bottom: 12px;
     padding-top: 16px;
  display: inline-block;
  text-decoration: none;
  background-color: antiquewhite;
  width: 80px;
  height: 64px;
  line-height: 20px;
  border-radius: 40px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .2s;
    color: aliceblue;
    font-size: 16px;
} 

  .btn1 {
    clear: both;
    margin-left: 15px;
    margin-bottom: 12px;
     padding-top: 6px;
  display: inline-block;
  text-decoration: none;
  background-color: antiquewhite;
  width: 80px;
  height: 74px;
  line-height: 20px;
  border-radius: 40px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .2s;
    color: aliceblue;
    font-size: 16px;
}

.btn {
    clear: both;
    margin-left: 15px;
    margin-bottom: 12px;
  display: inline-block;
  text-decoration: none;
  background-color: antiquewhite;
  width: 170px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .2s;
    color: aliceblue;
    font-size: 16px;
}

.btn0:hover{
    background: rgb(242, 217, 184);
    font-weight: normal;
}
.btn00:hover{
    background: rgb(242, 217, 184);
    font-weight: normal;
}
.btn:hover{
    background: rgb(242, 217, 184);
    font-weight: normal;
}
 .btn1:hover{
    background: rgb(242, 217, 184);
    font-weight: normal;
}
.syousaisetsumei {
    padding-left: 86px;
    text-indent: -53px;
    padding-right: 2px;
    padding-top: 10px;
    text-align: left;
    font-size: 17px;
    border-top: solid 2px #c2c2c2;
     }
.syousaisetsumei b{ 
      }    
 .syousaisetsumei img{ 
     height: 19px;
     width: auto;
     margin-bottom: 3px;
      }
    .setumeiicon img {
       height: 19px;
     width: auto;
      margin-bottom: 1px; 
        }
  .setumeiicon11 {
     height: 19px;
     width: 19px;
      margin-bottom: 6px;
      float: left;
      margin-left: 2px;
    }
   .setumeiicon11 img {
         margin-bottom: 1px;
       float: left;
       margin-top: 4px;
     } 
.koresetsumei {
    padding-left: 86px;
    text-indent: -83px;
    padding-right: 2px;
    padding-top: 0px;
    justify-self: center;
    text-align: left;
    font-size: 17px;
     } 
    


.food1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
     }

#shoukai article {
    padding-top: 2px;
    padding-bottom: 20px;
    padding-right: 3%;
    padding-left: 3%;
      }

 .genre {
      font-size: 30px;
     margin-left: 20px;
     margin-top: 40px;
      }
 .genre2 {
      font-size: 27px;
     margin-left: 0px;
     margin-right: 0px;
     margin-top: 50px;
     padding-top: 10px;
     margin-bottom: 10px;
     border-left: solid 2px #c2c2c2;
     border-top: solid 2px #c2c2c2;
     border-right: solid 2px #c2c2c2;
        }
 .genre3 {
     font-size: 16px;
     margin-left: 0px;
     margin-right: 0px;
     margin-top: 10px;
     padding-bottom: 10px;
     border-left: solid 2px #c2c2c2;
     border-bottom: solid 2px #c2c2c2;
     border-right: solid 2px #c2c2c2;
      }
  .genre3 h3{
          font-size: 16px;
        } 
  .genre3 p{
      font-size: 15px;
      padding-left: 85px;
    text-indent: -84px;
      padding-right: 2px;  
        }
    .genre3 p span { 
    display:inline-block;
     padding-left: 85px;
     text-indent: -86px;
      }
  .genre4 {
      font-size: 30px;
     margin-left: 20px;
      margin-right: 20px;
     margin-top: 40px;
      line-height: 1.2;
      border-bottom: solid 2px #c2c2c2;
      }  
   .genre5 {
      font-size: 24px;
     margin-left: 20px;
     margin-top: 15px;
      } 
   .genre6 {
      font-size: 30px;
     margin-left: 20px;
      margin-right: 20px;
     margin-top: 10px;
    border-bottom: solid 2px #c2c2c2;
      }  

  #shoukai .matome1 {
        background-color: antiquewhite;
        margin-bottom: 10px;
        margin-left: 2%;
        padding-right: 6%;
        } 
    
   #shoukai .matome2 {
        background-color: antiquewhite;
        margin-bottom: 10px;
        margin-right: 2%;
       padding-left: 6%
    }
   #shoukai .matome0 {
        background-color: antiquewhite;
        margin-bottom: 10px;
        margin-right: 2%;
        margin-left: 2%;
    } 
    #shoukai .matome3 {
        background-color: antiquewhite;
      padding-bottom: 10px;
       padding-right: 6%;
       padding-left: 6%
    }
    #shoukai .matome6 {
        background-color: antiquewhite;
      padding-bottom: 10px;
       padding-right: 6%;
       padding-left: 6%
    }
    #shoukai .matome4 {
        background-color: antiquewhite;
      padding-bottom: 10px;
        margin-left: 2%;
        padding-right: 6%;
    }
    #shoukai .matome5 {
        background-color: antiquewhite;
      padding-bottom: 10px;
        margin-right: 2%;
       padding-left: 6%
    }
  
        
    .hosoku1 {
        margin-bottom: 1px;
      }
    .hosoku0 {
        visibility: hidden;
        margin-bottom: 1px;
      }
#agemono {
    display: grid;
}

#agemono {
    margin-top: 20px;
    margin-left: 0px;
    /*左から右へ*/
    background: linear-gradient(135deg,#eeeeee 0%,#eeeeee 135px,#fff 135px,#fff 100%);
}
#agemono h3 {
    font-family: 'Raleway', sans-serif;
	font-size: 30px;
    font-weight: normal;
    justify-self: center;
	align-self: center;
    padding-bottom: 40px;
}

.nedan{
    text-align: right;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 2px;
    margin-left: 10px;
        }
.nedan2{
    text-align: right;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 10px;
        }
.setwaku{
        margin-top: 20px;
      padding: 3px;
      background-color: floralwhite;
           }
.set{
      margin-top: 25px;
       margin-bottom: 7px; 
    }
    .margin-bottom {
        margin-bottom: 7px;
    }

.kakaku {
    font-size: 20px;
    font-weight: normal;
}
.en{
    font-size: 12px;
    font-weight: normal;
}
.nedan3{
    text-align: right;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 2px;
    margin-left: 10px;
    display: grid;
    grid-template-columns: 1fr 18px;
	grid-template-rows: auto;
        }
.nedan4{
    text-align: right;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 10px;
    display: grid;
    grid-template-columns: 1fr 18px;
	grid-template-rows: auto;
        }
.nedan5{
    text-align: right;
    line-height: 1;
    padding-top: 7px;
    padding-bottom: 2px;
    /*margin-left: 10px;*/
    margin-right: 7px;
    display: grid;
    grid-template-columns: 1fr 18px;
	grid-template-rows: auto;
        }
.nedan6{
    text-align: right;
    line-height: 1;
    padding-top: 0px;
    padding-bottom: 10px;
   /* margin-left: 10px;*/
    margin-right: 7px;
    display: grid;
    grid-template-columns: 1fr 18px;
	grid-template-rows: auto;
        }
.kakaku2 {
    grid-column: 1;
    grid-row: 1;
    font-size: 20px;
    font-weight: normal;
    }
.en2{
    grid-column: 2;
    grid-row: 1;
    font-size: 12px;
    font-weight: normal;
    display: grid;
    grid-template-columns: 1fr;
	grid-template-rows: auto;
    position: relative;
    top: -3px;
    }
.en2_ue {
    grid-column: 1;
    grid-row: 1;
    font-size: 8px;
    font-weight: normal;
    text-align: center;
 }
.en2_shita {
    grid-column: 1;
    grid-row: 2;
    font-size: 15px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: normal;
    text-align: center;
}
.kaku {
    font-size: 18px;
    font-weight: normal;
        }
.kaku_chiisai {
    font-size: 17px;
    font-weight: normal;
        }
    
.hidaritsume {
          /* 文章を左寄せする(※) */
        float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
        padding-top: 6px;
        padding-left: 5%;
    }
.namaenomi {
    margin-bottom: 12px;
    border-bottom: solid 1px #bfbfbf;
    }
.under_line {
    margin-bottom: 12px;
    margin-left: 10px;
    border-bottom: solid 1px #bfbfbf;
    }

.padding_plus {
    padding-bottom: 7px;
}

    
#shoukai .wakukaijo {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2%;
    padding-right: 0%;
    margin-bottom: 0px;
    padding-bottom: 0px;
         }  
    
  .komidashi {
        font-size: 21px;
        margin-top: 50px;
        margin-left: 5px;
        background-color: #fff;
    }

.komidashi2 {
        font-size: 15px;
        margin-top: 5px;
        margin-left: 5px;
        background-color: #fff;
    }
.komidashi3 {
        font-size: 15px;
        margin-top: 5px;
        margin-left: 0px;
        background-color: #fff;
    }

    #shoukai .wakukaijo .matome0 {
        margin-left: 0px;
        padding-left: 3%;
        padding-right: 3%;
        padding-top: 2px;
        padding-bottom: 20px;
           }


/*ここから*/
.invisible{
    display: none;
}

a.clickToolTip:hover {
    cursor: pointer;
}


p.toolTip{
 margin: 0;
 color: #000;
 width: 170px;
 height: auto;
 position: absolute;
 text-align: left;
 padding: 2px 0.5% 0 0.5%;
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
  z-index: 1;
}

p.toolTip img{
  transition: 0.2s;
  width: 100%;
  }

.hinmeiwaku{
    margin-left: 3px;
    font-size: 17px;
       }
.hinmeiwaku_shou {
    margin-left: 3px;
    font-size: 15px;
       }
.hinmeiwaku_shou2 {
    float: left;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    top: 5px;
       }
.kakakuwaku{
    font-size: 20px;
    display: block;
    text-align: right;
    margin-right: 5px;
    font-weight: normal;
  }
.kakakuwaku2{
    font-size: 20px;
    display: block;
    text-align: right;
    margin-right: 5px;
    font-weight: normal;
    position: relative;
    top: -5px;
  }
 .pr5px {
     position: relative;
    top: 5px;   
    }
.enwaku{
    font-size: 12px;
    font-weight: normal;
    }
.kore{
    font-size: 14px;
    margin-left: 3px;
    padding-left: 2px;
  border-radius: 2px;
  background: #f75a00;
  color: #F2F2F2;
  }
.kore_0{
    font-size: 15px;
    margin-left: 3px;
    padding-left: 2px;
  border-radius: 2px;
  background: #f75a00;
  color: #F2F2F2;
      }    
.kore10{
    font-size: 14px;
    margin-left: 3px;
    padding-left: 2px;
   border-radius: 2px;
  background: #ffb005;
  color: #F2F2F2;
  color: #ffffff;
    }
.kore10_0{
    font-size: 15px;
    margin-left: 3px;
    padding-left: 2px;
   border-radius: 2px;
  background: #ffb005;
  color: #ffffff;
    }

.matome00 {
        background-color: antiquewhite;
        margin-bottom: 10px;
        margin-right: 2%;
        margin-left: 2%;
      position: relative;
    z-index: -1;
             }
  .matome00::after {
  content: '';
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
      z-index: -1;
  }
    .matome00 h3 {
        }
    .hosoku2 {
        margin-top: 8px;
        margin-bottom: 3px;
            }
.kore2{
    font-size: 17px;
    margin-left: 3px;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 6px;
     border-radius: 2px;
  background: #ff000b;
  color: #F2F2F2;
    
         }

.kakusu {
    position: relative;
    z-index: -1;
        } 
.momiji img{
    height: 14px;
    width: auto;
    padding-bottom: 4px;
    padding-right: 2px;
    vertical-align: middle;
    }
   
p.toolTip .momiji img{
    height: 14px;
    width: auto;
    padding-bottom: 4px;
    padding-right: 2px;
    vertical-align: middle;
        }
    .momijiue_margin {
        margin-bottom: 5px;
    }
 
    .shinmenu{
    font-size: 13px;
    margin-left: 3px;
    padding-left: 2px;
    padding-right: 2px;
  border-radius: 2px;
  background: #ff000b;
  color: #F2F2F2;
  }

.setsumeibun{
    margin-left: 3px;
    margin-right: 3px;
    display: block;
    font-weight: normal;
    text-align: justify;
    text-justify: inter-ideograph;
}
.setsumeibun10{
    margin-left: 3px;
    margin-right: 3px;
    display: block;
    font-weight: normal;
    }
    .matome00 figure {
        display: grid;
        grid-template-columns: 1fr;
	grid-template-rows: 
		[syuuryou] auto;
      }
    .matome00 img {
        grid-column: 1 / -1;
    grid-row: syuuryou;
      }
    .matome00 .mask {
      grid-column: 1 / -1;
    grid-row: syuuryou;  
      margin: 0;
    color: #111;
  font-weight: bold;
  text-align: center; 
    position: relative;
  top: 30px;
  left: 0;
  right: 0;
   }
    .mask p {
   font-size:2.4vw;
       }
    .mask b {
        font-size:1.4vw;
       }
.mask .b_migiyose {
    float: right;
    margin-right: 15%;
   font-weight: normal;
           }

.matome00 .maskmojinomi {
      grid-column: 1 / -1;
    grid-row: syuuryou;  
      margin: 0;
    color: #111;
  font-weight: bold;
  text-align: center; 
    position: relative;
  top: 13px;
  left: 0;
  right: 0;
   }
 .maskmojinomi p {
   font-size:2.4vw;
       }
    .maskmojinomi b {
        font-size:1.4vw;
       }
.maskmojinomi .b_migiyose {
    float: right;
    margin-right: 15%;
   font-weight: normal;
           }
    .genteihinsetsumei {
        font-weight: normal;
        text-align: justify;
    text-justify: inter-ideograph;
        } 
   
    .zeikomikakaku {
        margin-top: 15px;
        text-align: right;
    }
    
   .kaisekishoukai .zeikomikakaku2 {
        text-align: right;
        font-size: 15px;
    }
#toukisyuuryou {
    margin-left: 8px;
}
    
/*ここから*/
.invisible1{
    display: none;
}

a.clickToolTip1:hover {
    cursor: pointer;
}


p.toolTip1{
 margin: 0;
 color: #000;
 width: 170px;
 height: auto;
 position: absolute;
 text-align: left;
 padding: 2px 0.5% 0 0.5%;
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
  z-index: 1;
}

p.toolTip1 img{
  transition: 0.2s;
  width: 100%;
  }

/*---*/
    
#seitaitte {
   grid-row: recent4;
   grid-column: 2 / -2; 
   width: 100%;
    margin-top: 50px;
    margin-bottom: 100px;
    box-sizing: border-box;
      }
#seitaitte h5 {
    font-size: 20px;
    font-weight: normal;
    text-align: left;
     margin: 0;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
  box-sizing: border-box;
}
#seitaitte h2 {
    margin: 0;
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
    margin-bottom: 5px;
  box-sizing: border-box;
    }

#seitaitte h2 p {
  display: block;
    /*width: 260px;*/
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-size: 24px;
    line-height: 1.5;
    margin:0;
    padding-left: 10px;
    /*margin-left: auto;
    margin-right: auto;*/
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: normal;
   /* border-left: 12px solid rgb(23, 183, 87);*/
    /*border-left: 12px solid rgb(0, 144, 255);*/
    border-left: 12px solid rgb(255, 0, 0);
    /*background-color: rgb(234, 240, 247);*/
    background-color: rgb(242, 242, 242);
    
}

#seitaitte article {
    padding-top: 2px;
    padding-bottom: 10px;
    /*padding-right: 3%;
    padding-left: 3%;*/
    padding-right: 1%;
    padding-left: 1%;
      }
    .omakasekomidashi {
        }    
#seitaitte .omakasekomidashi h3 {
    margin: 0;
   /*margin-left: 8px;*/
    margin-top: 22px;
    margin-bottom: 10px;
  box-sizing: border-box;
    }

#seitaitte .omakasekomidashi h3 p {
    /*width: 260px;*/
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 2px;
    padding-left: 0px;
    font-size: 17px;
    line-height: 1;
    margin:0;
    text-decoration: none;
    text-align: left;
    color: #424141;
    box-sizing: border-box;
    font-weight: bold;
     border-left: 5px solid rgb(255, 0, 0);
}
  
  #seitaitte .matome1 {
        margin-bottom: 10px;
        padding-right: 1%;
    padding-left: 0%;
    padding-right: 0%;
    } 
    
   #seitaitte .matome2 h3{
        margin-bottom: 0px;
       
    }
   #seitaitte .matome0 {
        margin-bottom: 0px;
       
    }
#seitaitte .matome0 h3{
        margin-left: 5%;
        } 
.kaisekishoukai {
    display: inline-block;
    margin-top: 0px;
    background-color: antiquewhite;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
 .kaisekishoukai-uchiwaku {
     background-color: floralwhite;  
     padding-left: 10px;
    /*padding-right: 10px;*/
    padding-top: 5px;
    padding-bottom: 5px;
     margin-top: 0px;
     margin-bottom: 0px;
    }
    
    .kaisekishoukai p {
        font-size: 18px;
        font-weight: normal;
    }
    .kaisekishoukai .kaisekishoukai-margin {
        padding-left: 14px;
    text-indent: -16px;
        margin-bottom: 15px;
        font-size: 16px;
    }   

.midashishikaku {
    padding-left: 14px;
    text-indent: -16px;
    }
.zeikomi_ushiro {
    font-weight: normal;
    font-size: 15px;
    position: relative;
    top: -1px;
    left: -9px;
}

.food2 {
    display: grid;
    grid-template-columns: 1fr;
   /*grid-column-gap: 20px;*/
   }
.food3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
   /*grid-column-gap: 20px;*/
      }
.food4 {
    display: grid;
    grid-template-columns: 1fr;
   /*grid-column-gap: 20px;*/
   }
.hyoujikirikae1 {
    text-indent: -56px;
    margin-left: 58px;
    margin-top: 10px;
   /* align-self: center;*/
    line-height: 1.3;
        } 
.hyoujikirikae1 h3 {
   padding-bottom: 9px;
        } 
.hyoujikirikae1 h3 span {
        display:inline-block;
    text-indent: -56px;
    margin-left: 56px;
    } 
.hyoujikirikae2 {
        display: none;
    text-indent: -56px;
    margin-left: 58px;
    line-height: 1.3;
    } 
.hyoujikirikae2 h3 {
   padding-bottom: 9px;
        }
    .hyoujikirikae2 h3 span {
        display:inline-block;
    text-indent: -56px;
    margin-left: 56px;
    }    
.kaisekimargin1 {
    margin-left: 2px;
}

    #gazou2 {
        margin-top: 50px;
        max-width: 600px;
    }
    .gazoutosetsumei p {
        font-weight: bold;
        margin-left: 10px;
    }
    
    

#denkyu2 {
   grid-column: 2;
    text-align: right;
    
}

/* キジもふコメント */
#kijimofu_comment {
  grid-row: comment;
 grid-column: 2 / -2;
max-width: 1015px;
    width: 100%;
   justify-self: center;
  box-sizing: border-box;  
 }
#kijimofu_comment_d {
    margin-bottom: 3px;
}
#kijimofu_comment_p {
  text-align: left;
    text-indent: -1em;
    padding-left: 1em;
   text-align: justify;
text-justify: inter-ideograph; 
}
#kijimofu_comment_p b {
  color: #878787;
}
/*キジもふコメント*/    


/* フッター */
#footer {
	grid-row: foot;
    margin-top: 0px;
	/*justify-self: center;*/
	/*align-self: center;*/
	font-size: 13px;
	/*font-family: 'Raleway', sans-serif;*/
    display: grid;
    grid-template-columns: 1fr 280px 1fr;
    grid-template-rows:
        [recent20] 70px
        [recent21] 100px
        [recent21-2] 15px
        [recent21-3] 80px
        [recent22] 50px
		[recent23] 30px;
    }
/* フッターのバー */
body::after {
	content: "";
	background-color: #eeeeee;
	grid-column: 1 / -1;
	grid-row: foot;
	z-index: -1;
}

    #namae-foot-0 {
        grid-column: 2;
        grid-row: recent21;
           } 
    #namae-foot {
       font-size: 21px;
        text-align: center;
        
    }
    


    #visual_comment0-foot {
    width: 280px;
    /*font-family: serif;*/
    font-weight: normal;
    line-height: 1.3em;
    margin-right: 0em;
    padding: 1em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0em;
    padding-right: 0.7em;
    justify-self: end;
       }
   #justify-self_end {
      grid-column: 2;
        grid-row: recent21-2; 
      justify-self: center;
         } 
    #justify-self_end p {
        line-height: 1.2;
    } 
  #justify-self_end_2 {
      grid-column: 2;
        grid-row: recent21-3; 
        justify-self: center;
      
    }  
#visual_comment-foot_f {
 width: 135px;
 display: flex;
 align-items: center;
}
    #visual_comment-foot_r {
width: 280px;
 display: flex;
 align-items: center;
        
}
    #visual_comment-foot_f:before {
 border-top: 1px solid;
content: "";
flex-grow: 1;
}
 #visual_comment-foot_r:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
    #visual_comment-foot_f:before {
margin-right: 0.3rem;
}
    #visual_comment-foot_r:after {
margin-left: 0.3rem;
}  
#privacy_policy {
    grid-column: 2;
    grid-row: recent22;
    justify-self: center;
            }
 #privacy_policy h3{
    width: 180px;
     padding: 5px 0px 5px 0px;
 border: 1px solid #cccccc;
 border-radius: 5px;
  /*background-color: aliceblue;*/
     color: #666;
     font-weight: normal;
     font-size: 13px;
     margin-top: 0px;
     margin-left: auto;
     margin-right: auto;
     text-align: center;
             }   
 #privacy_policy a {
     text-decoration: none;
     
    }
  #privacy_policy h3:hover {
     background-color: #ffffff;
     
    }
    
    
 /*ここから*/
.invisible2{
 display: none;
}

a.clickToolTip2:hover {
    cursor: pointer;
}
p.toolTip2{
 margin: 0;
 color: #000;
 width: 255px;
 height: auto;
 position: absolute;
 text-align: left;
 padding: 15px 15px 15px 15px;
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
  z-index: 1;
}
.hinmeiwaku100{
    margin-left: 10px;
    font-size: 17px;
    font-weight: normal;
       }
 /*ここまで*/  
  /*ここから*/
.invisible2{
 display: none;
}

a.clickToolTip2:hover {
    cursor: pointer;
}
p.toolTip2{
 margin: 0;
 color: #000;
 width: 255px;
 height: auto;
 position: absolute;
 text-align: left;
 padding: 15px 15px 15px 15px;
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
  z-index: 1;
}

 /*ここまで*/  
 /*ここから*/
.invisible3{
 display: none;
}

a.clickToolTip3:hover {
    cursor: pointer;
}
p.toolTip3{
 margin: 0;
 color: #000;
 width: 170px;
 height: auto;
 position: absolute;
 text-align: left;
 padding: 5px 0.5% 0 0.5%;
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
  z-index: 1;
}
 /*ここまで*/ 
/*ここから*/
.invisible4{
 display: none;
}

a.clickToolTip4:hover {
    cursor: pointer;
}
p.toolTip4{
 margin: 0;
 color: #000;
 width: 170px;
 height: auto;
 position: absolute;
 text-align: left;
 padding: 5px 0.5% 0 0.5%;
 border: 2px solid #151515;
 border-radius: 5px;
  background-color: aliceblue;
  z-index: 1;
}
    .hinmeiwaku10 {
    margin-left: 3px;
      }
    

 /*ここまで*/ 

 
#kijimofu {
    grid-column: 2;
    grid-row: recent23;
    margin-top: 0px;
    text-align: center;
    }   

  
    
/* ===== スマホ小の設定 ===== */
@media (max-width: 354.9px) { 
    
    #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
    #snsbtn {
    grid-column: 1 / -1;
    text-align: center;
    }
    
    #snsbtn .twitter-share-button {
          margin-left: 3px;
    }
    
    #snsbtn .line-it-button {
          margin-left: 3px;
    }    
    #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
    #renrakusaki {
    top: 100px;   
         } 
   .kakaku .hosoku {
        font-size: 14px;
    }
    
    td, th {
	 font-size: 11px;
    }
        p.toolTip {
    width: 175px;
    height: auto;
   }
        p.toolTip1 {
    width: 175px;
    height: auto;
   }
   p.toolTip3 {
    width: 175px;
    height: auto;
   }
        p.toolTip4 {
    width: 175px;
    height: auto;
   } 
   .hyoujikirikae2 {
        display: block;
    }
    
    .btn000 {
    clear: both;
   padding-top: 15px;
  width: 90px;
  height: 75px;
  line-height: 16px;
  border-radius: 45px;
  font-size: 11px;
  } 
    .omakasejump2 {
        margin-bottom: 17px;
    }
    
 } 


/* ===== スマホ大の設定 ===== */
    @media (min-width: 355px) and (max-width: 407.9px) {
        
    #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
        #snsbtn {
    grid-column: 1 / -1;
    text-align: center;
    }
    
    #snsbtn .twitter-share-button {
          margin-left: 3px;
    }
    
    #snsbtn .line-it-button {
          margin-left: 3px;
    }    
        #renrakusaki {
    top: 100px;   
         }
        p.toolTip {
    width: 195px;
    height: auto;
   }
        p.toolTip1 {
    width: 195px;
    height: auto;
   }
        p.toolTip3 {
    width: 188px;
    height: auto;
   }
        p.toolTip4 {
    width: 188px;
    height: auto;
    }
     .btn000 {
    clear: both;
   padding-top: 15px;
  width: 90px;
  height: 75px;
  line-height: 16px;
  border-radius: 45px;
  font-size: 11px;
  } 
        .omakasejump2 {
        margin-bottom: 18px;
    }
   
}
    
/* ===== スマホ大大の設定 ===== */
    @media (min-width: 408px) and (max-width: 459.9px) {
    
    #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
        #renrakusaki {
    top: 100px;   
         }
        p.toolTip {
    width: 220px;
    height: auto;
   }
        p.toolTip1 {
    width: 220px;
    height: auto;
   }
       p.toolTip3 {
    width: 199px;
    height: auto;
   }
        p.toolTip4 {
    width: 199px;
    height: auto;
   }
           .btn000 {
     clear: both;
   padding-top: 15px;
  width: 90px;
  height: 75px;
  line-height: 16px;
  border-radius: 45px;
  font-size: 11px;
     } 
        .omakasejump2 {
        margin-bottom: 19px;
    }
}      

/* ===== スマホ特大大の設定 ===== */
    @media (min-width: 460px) and (max-width: 499.9px) {
        
     #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
        #renrakusaki {
    top: 100px;   
         }
        p.toolTip {
    width: 250px;
    height: auto;
   }
        p.toolTip1 {
    width: 250px;
    height: auto;
   }
        p.toolTip3 {
    width: 210px;
    height: auto;
   }
        p.toolTip4 {
    width: 210px;
    height: auto;
   }
   .omakasejump2 {
        margin-bottom: 19px;
    }
} 
/* ===== スマホ特大大の設定 ===== */
    @media (min-width: 500px) and (max-width: 539.9px) {
        
         #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
        #renrakusaki {
    top: 100px;   
         }
    
            p.toolTip {
    width: 250px;
    height: auto;
   }
        p.toolTip1 {
    width: 250px;
    height: auto;
   }
        p.toolTip3 {
    width: 220px;
    height: auto;
   }
        p.toolTip4 {
    width: 220px;
    height: auto;
   }
  .omakasejump2 {
        margin-bottom: 25px;
    }
} 

/* ===== スマホ特特大の設定 ===== */
    @media (min-width: 540px) and (max-width: 589.9px) {
     
        
   #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
        #renrakusaki {
    top: 100px;   
         }
    p.toolTip {
    width: 270px;
    height: auto;
   }
    p.toolTip1 {
    width: 270px;
    height: auto;
   }
    p.toolTip3 {
    width: 230px;
    height: auto;
   }
    p.toolTip4 {
    width: 230px;
    height: auto;
   }
   .omakasejump2 {
        margin-bottom: 30px;
    }
} 
/* ===== スマホ特特大大の設定 ===== */
    @media (min-width: 590px) and (max-width: 639.9px) {
     
        
       #eigyoujikan {
    top: -62px;
    /*width: 343px;*/
     }
        #renrakusaki {
    top: 100px;   
         }
    p.toolTip {
    width: 295px;
    height: auto;
   }
    p.toolTip1 {
    width: 295px;
    height: auto;
   }
    p.toolTip3 {
    width: 241px;
    height: auto;
   }
    p.toolTip4 {
    width: 241px;
    height: auto;
   }
  .omakasejump2 {
        margin-bottom: 30px;
    }
}  
/* ===== PC版最小の設定 ===== */
@media (min-width: 640px) and (max-width: 999.9px) {

/* PC版：ページ全体の設定 */
body {
    grid-template-columns: 0.3fr repeat(6,1fr) 0.3fr;
	grid-column-gap: 15px;
	column-gap: 15px;
	grid-template-rows: 
		grid-template-rows: 
		[head] auto
		[recent1] auto
        [recent2] auto
        [recent3] auto
        [recent4] auto
        [comment] auto
		[foot] 100px;
}
    
/* PC版：ナビゲーションメニュー　safari以外 */
   
    #global_navi {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
    }

   #global_navi ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	   }
    
    #global_navi ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
       
         }
    
     #global_navi ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
    
/* PC版：ナビゲーションメニュー safari用 */    
    #global_navi_safari {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
    }

   #global_navi_safari ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	   }
    
    #global_navi_safari ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
       
         }
    
     #global_navi_safari ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
 #main_visual {
       height: 450px;
       margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
      background-image: url(../images/top_v_12_0.jpg);
      background-size: cover;
       background-position: center;
    }
  #main_visual img {
     display: none;
   }
  #renrakusaki {
   grid-row:  recent1; 
    grid-column: 1 / -1;
   position: relative;
    top: 85px;   
   /* width: 450px;*/
     margin-top: 0px;
        margin-left: auto;
        margin-right: 15px;
        padding-left: 0px;
    box-sizing: border-box;
    
     } 
  #renrakusaki-grid {
    display: grid;
   grid-template-columns: 230px 10px 220px;
	margin-top: 0px;
   /* height: 35px;*/
    }
  #renrakusaki-grid-1 a {
    grid-column: 1; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 48px 1fr;
	 margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
      text-decoration: none;
    } 
    
#renrakusaki-grid-2 a {
    grid-column: 3; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 53px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    text-decoration: none;
    }
#mailaddress {
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    text-align: right;
    align-self: center;
        }
#mailaddress img {
   width: 48px;
   }
#mailaddress0 {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    line-height: 20px;
    align-self: center;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 0px;
        }
#mailaddress0-1 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 122, 193);
   }
#eigyoujikan {
    /*width: 213px;*/
     }
#eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }
  }
/* ===== PC版最小の設定ここまで ===== */



/* ===== PC版中の設定 ===== */
@media (min-width: 1000px) {
    
/* PC版：ページ全体の設定 */
body {
    grid-template-columns: 0.7fr repeat(6,1fr) 0.7fr;
	 grid-column-gap: 15px;
	column-gap: 15px;
	grid-template-rows: 
		grid-template-rows: 
		[head] auto
		[recent1] auto
        [recent2] auto
        [recent3] auto
        recent4] auto
        [comment] auto
        [foot] 100px;
}

/* PC版：ナビゲーションメニュー　safari以外 */
   
    #global_navi {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
    }

   #global_navi ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	 padding-left: 15%;
     padding-right: 15%;
	   }
    
    #global_navi ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
         }
    
     #global_navi ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
    
/* PC版：ナビゲーションメニュー safari用 */    
    #global_navi_safari {
    grid-column: 1 / -1;
    grid-row: head;
	justify-self: center;
	width: 100%;
    position: fixed;
    /*left: 10%;
    right: 10%;*/
    background-color: #fff;
    z-index: 1;
    opacity: 0.9;
    }

   #global_navi_safari ul {
    grid-template-columns: repeat(4,1fr);
    display: grid;
    list-style-type: none;
	 padding-left: 15%;
     padding-right: 15%;
	   }
    
    #global_navi_safari ul li {
        /*width: 175px;*/
        margin: 5px 0 5px 0;
        border-bottom: none;
       
         }
    
     #global_navi_safari ul li:nth-child(3) {
  border-left: solid 1px #aaa; 
}  
/* ------------------------------------------- */
  #main_visual {
       height: 450px;
       margin: auto;
      margin-top: 0px;
      box-sizing: border-box; 
      background-image: url(../images/top_v_12_0.jpg);
      background-size: contain;
       background-position: center;
    }
 #main_visual img {
     display: none;
   }
 #renrakusaki {
   grid-row:  recent1; 
    grid-column: 2 / -1;
   position: relative;
    top: 85px;   
      margin-top: 0px;
        margin-left: auto;
        margin-right: 15px;
        padding-left: 0px;
    box-sizing: border-box;
     } 
  #renrakusaki-grid {
    display: grid;
   grid-template-columns: 230px 10px 220px;
	margin-top: 0px;
   /* height: 35px;*/
    }
   
  #renrakusaki-grid-1 a {
    grid-column: 1; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 48px 1fr;
	 margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
      text-decoration: none;
    } 
          
#renrakusaki-grid-2 a {
    grid-column: 3; 
    grid-row: 1;
    display: grid;
   grid-template-columns: 53px 1fr;
	margin-top: 0px;
    background-color: rgba(234, 249, 240, 0.8);
    border-radius: 5px;
    text-decoration: none;
    }
#mailaddress {
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    text-align: right;
    align-self: center;
        }
#mailaddress img {
   width: 48px;
   }
#mailaddress0 {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    line-height: 20px;
    align-self: center;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 0px;
        }
#mailaddress0-1 {
    font-size: 16px;
    font-weight: bold;
    color: rgb(77, 122, 193);
   }
 #eigyoujikan {
    /*width: 213px;*/
     }   
#eigyoujikan-a0 {
    line-height: 17px;
     }
.eigyoujikan-a0-1 {
    font-size: 16px;
     }
  
  #shoukai {
   max-width: 1015px;
   justify-self: center;
   display: grid;
   grid-template-columns: 1.5fr 1fr;
      }
   #shoukai h2 {
   grid-column: 1/-1;
    margin-bottom: 10px;
      } 
  #seitaitte {
   max-width: 1015px;
   justify-self: center;
        margin-top: 0px;
        display: grid;
   grid-template-columns: 1.5fr 1fr;
      }
#seitaitte h2 {
   grid-column: 1/-1;
    margin-bottom: 10px;
      } 
 
}
 /* ===== PC版中の設定ここまで ===== */

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
     
/* ===== スマホ小の設定 ===== */
@media (min-width: 200px) and (max-width: 547.9px) {

   #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
    #omakasejump {
     display: none;
                   }
   
   #oryouri {
     margin-bottom: 0px;
     text-align: center;
}
    
  
 .btnichi-0 {
   position: relative;
       top:28px;
    text-align: right;
     display: none;
      }
    
 .btnichi-00 {
   position: relative;
       top:68px;
    text-align: right;
     display: block;
      } 
  .btnichi-1 {
   position: relative;
       top:0px;
    text-align: right;
     display: block;
      } 
    
  .btnichi {
   position: relative;
       top:28px;
    text-align: right;
     display: none;
      }  
    
    .hyoujikirikae1 {
        display: none;
    }
    .hyoujikirikae2 {
        display: block;
    }
    
 .btn00 {
    clear: both;
    margin-left: 15px;
    margin-bottom: 12px;
     padding-top: 16px;
  display: inline-block;
  text-decoration: none;
  background-color: antiquewhite;
  width: 80px;
  height: 64px;
  line-height: 20px;
  border-radius: 40px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .2s;
    color: aliceblue;
    font-size: 16px;
}
    
    .btn1 {
    clear: both;
    margin-left: 15px;
    margin-bottom: 12px;
     padding-top: 6px;
  display: inline-block;
  text-decoration: none;
  background-color: antiquewhite;
  width: 80px;
  height: 74px;
  line-height: 20px;
  border-radius: 40px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .2s;
    color: aliceblue;
    font-size: 16px;
}
    
  #agemono {
    /*左から右へ*/
 background: linear-gradient(135deg,#eeeeee 0%,#eeeeee 100px,#fff 100px,#fff 100%);
}
}  
    

/* ===== スマホ小の設定ここまで ===== */


/* ===== スマホ大の設定 ===== */
@media (min-width: 548px) and (max-width: 639.9px) {

 #global_navi_safari { 
        height: 132px;
    }
    #global_navi { 
        height: 132px;
    }
    #omakasejump {
     display: none;
                   }   
 #oryouri {
    margin-left: 0px;
     text-align: center;
}   
 #agemono {
    /*左から右へ*/
 background: linear-gradient(135deg,#eeeeee 0%,#eeeeee 100px,#fff 100px,#fff 100%);
}   
  .hyoujikirikae1 {
        display: none;
    }
    .hyoujikirikae2 {
        display: block;
    }
 }  
 
/* ===== スマホ大の設定ここまで ===== */




/* ===== PC版最小の設定 ===== */
@media (min-width: 640px) and (max-width: 649.9px) {

/* PC版：記事一覧 */

 #agemono {
    /*左から右へ*/
 background: linear-gradient(135deg,#eeeeee 0%,#eeeeee 100px,#fff 100px,#fff 100%);
}    
    .food1 {
    grid-template-columns: repeat(2, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
     .food2 {
    grid-template-columns: 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
.food3 {
    grid-template-columns: repeat(4, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food4 {
    grid-template-columns: 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}

    p.toolTip {
    width: 315px;
    height: auto;
   }
   p.toolTip1 {
    width: 315px;
    height: auto;
   }
    p.toolTip3 {
    width: 262px;
    height: auto;
   }
   p.toolTip4 {
    width: 262px;
    height: auto;
   } 
    .hyoujikirikae1 {
        display: none;
    }
    .hyoujikirikae2 {
        display: block;
    }
  }
    /* ===== PC版最小の設定 ===== */
@media (min-width: 650px) and (max-width: 720.9px) {

/* PC版：記事一覧 */

 #agemono {
    /*左から右へ*/
 background: linear-gradient(135deg,#eeeeee 0%,#eeeeee 100px,#fff 100px,#fff 100%);
}    
    .food1 {
    grid-template-columns: repeat(2, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food2 {
    grid-template-columns: 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
.food3 {
    grid-template-columns: repeat(4, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food4 {
    grid-template-columns: 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
     p.toolTip {
    width: 325px;
    height: auto;
   }
   p.toolTip1 {
    width: 325px;
    height: auto;
   } 
      p.toolTip3 {
    width: 268px;
    height: auto;
   }
   p.toolTip4 {
    width: 268px;
    height: auto;
   } 
    .hyoujikirikae1 {
        display: none;
    } 
    .hyoujikirikae2 {
        display: block;
    }
  }
    /* ===== PC版最小の設定 ===== */
@media (min-width: 721px) and (max-width: 800.9px) {

/* PC版：記事一覧 */

 #agemono {
    /*左から右へ*/
 background: linear-gradient(135deg,#eeeeee 0%,#eeeeee 100px,#fff 100px,#fff 100%);
}    
    .food1 {
    grid-template-columns: repeat(2, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food2 {
    grid-template-columns: 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food3 {
    grid-template-columns: repeat(4, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food4 {
    grid-template-columns: 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}

    p.toolTip {
    width: 355px;
    height: auto;
   }
   p.toolTip1 {
    width: 355px;
    height: auto;
   } 
   p.toolTip3 {
    width: 285px;
    height: auto;
   }
   p.toolTip4 {
    width: 285px;
    height: auto;
   }
    .hyoujikirikae1 {
        display: none;
    } 
    .hyoujikirikae2 {
        display: block;
    }
  }
/* ===== PC版最小の設定ここまで ===== */

/* ===== PC版小の設定 ===== */
@media (min-width: 801px) and (max-width: 903.9px) {

/* PC版：記事一覧 */
.menuwaku {
	grid-template-columns: repeat(4, 1fr);
	/*grid-column-gap: 20px;
	column-gap: 20px;*/
}
 
  .btnichi-0 {
   position: relative;
       top:65px;
    text-align: right;
      } 

    .food1 {
    grid-template-columns: repeat(4, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food2 {
    grid-template-columns: 2fr 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food3 {
    grid-template-columns: repeat(6, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food4 {
    grid-template-columns: 7fr 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}

    p.toolTip {
    width: 210px;
    height: auto;
   }
   p.toolTip1 {
    width: 210px;
    height: auto;
   } 
   p.toolTip3 {
    width: 225px;
    height: auto;
   }
   p.toolTip4 {
    width: 225px;
    height: auto;
   }
    #omiyagewaku {
    margin-right: 0px;
    }
  }
/* ===== PC版小2の設定 ===== */
@media (min-width: 904px) and (max-width: 999.9px) {
    
   /* PC版：記事一覧 */
.menuwaku {
	grid-template-columns: repeat(4, 1fr);
	/*grid-column-gap: 20px;
	column-gap: 20px;*/
}
 
  .btnichi-0 {
   position: relative;
       top:65px;
    text-align: right;
      } 

    .food1 {
    grid-template-columns: repeat(4, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
.food2 {
    grid-template-columns: 2fr 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food3 {
    grid-template-columns: repeat(6, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
.food4 {
    grid-template-columns: 6fr 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}

    p.toolTip {
    width: 230px;
    height: auto;
   }
   p.toolTip1 {
    width: 230px;
    height: auto;
   } 
   p.toolTip3 {
    width: 240px;
    height: auto;
   }
   p.toolTip4 {
    width: 240px;
    height: auto;
   } 
    
    #omiyagewaku {
    margin-right: 30px;
    }
  }    
    
    

/* ===== PC版中の設定 ===== */
@media (min-width: 1000px) {
       
    .menuwaku {
	grid-template-columns: repeat(4, 1fr);
	}
   
        
    .food1 {
    grid-template-columns: repeat(4, 1fr);
    }
.food2 {
    grid-template-columns:  2fr 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    .food3 {
    grid-template-columns: repeat(6, 1fr);
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
 .food4 {
    grid-template-columns:  3fr 1fr;
    /*grid-column-gap: 20px;
	column-gap: 20px;   */ 
}
    p.toolTip {
    width: 275px;
    height: auto;
 padding: 2px 0.3% 0 0.3%;
 }
    p.toolTip1 {
    width: 275px;
    height: auto;
  padding: 2px 0.3% 0 0.3%;     
   }
    p.toolTip3 {
    width: 270px;
    height: auto;
  padding: 5px 0.3% 0 0.3%;      
   }
   p.toolTip4 {
    width: 270px;
    height: auto;
padding: 5px 0.3% 0 0.3%;
   }
    #omiyagewaku {
    margin-right: 55px;
    }
    
 }
/* ===== PC版大の設定 ===== */
@media (min-width: 1150px) {
    #omiyagewaku {
    margin-right: 145px;
    }
}
/* ===== PC版中の設定ここまで ===== */

/* ===== メニュー2列の設定 ===== */
@media (max-width: 800.9px) { 
    #shoukai .matome3 {
        background-color: antiquewhite;
      padding-bottom: 10px;
       padding-left: 6%;
       padding-right: 3%; 
       margin-right: 2%;
    }
    #shoukai .matome4 {
        background-color: antiquewhite;
      padding-bottom: 10px;
        margin-left: 2%;
        padding-right: 6%;
    }
    #shoukai .matome5 {
        background-color: antiquewhite;
      padding-bottom: 10px;
       padding-left: 6%
    } 
    #shoukai .matome6 {
        background-color: antiquewhite;
      padding-bottom: 10px;
       padding-left: 3%;
       padding-right: 6%; 
        margin-left: 2%;
      }
    
      .mask p {
   font-size:4.8vw;
      }
    .mask b {
        font-size:2.9vw;
       }
     .maskmojinomi p {
   font-size:4.8vw;
      }
    .maskmojinomi b {
        font-size:2.9vw;
       }
 }    
  
    /*--おまかせへスクロール用--*/
 @media (max-width: 639.9px) {     
    #shoukai {
    margin-top: 50px;
      }
    #omakasejump {
        display: none;
             } 
  
    #domakase {
        height: 40px;
    }
   .omakasejump2 {
       display: block;
     }
    
 }


@media (min-width: 355px) and (max-width: 389.9px) {    .matome00 .mask {
  top: 40px;
       }
     }
@media (min-width: 390px) and (max-width: 539.9px) {    .matome00 .mask {
    top: 50px;}
        }
@media (min-width: 540px) and (max-width: 639.9px) {    .matome00 .mask {
    top: 70px;}
    }
@media (min-width: 640px) and (max-width: 800.9px) {    .matome00 .mask {
    top: 75px;}
        }    
@media (min-width: 801px) and (max-width: 999.9px) {    .matome00 .mask {
    top: 45px;}
         }
@media (min-width: 1000px) {    
 .matome00 .mask {
    top: 50px;}
         }
    }
@media (min-width: 1200px) {    
  .matome00 .mask {
  top: 50px;
       }
    }
     
 @media (min-width: 1200px) {    
  .mask p {
   font-size:30px;
       }
    .mask b {
        font-size:18px;
       }   
    }

@media (min-width: 355px) and (max-width: 389.9px) {    .matome00 .maskmojinomi {
  top: 15px;
       }
     }
@media (min-width: 390px) and (max-width: 539.9px) {    .matome00 .maskmojinomi {
    top: 15px;}
        }
@media (min-width: 540px) and (max-width: 639.9px) {    .matome00 .maskmojinomi {
    top: 15px;}
    }
@media (min-width: 640px) and (max-width: 800.9px) {    .matome00 .maskmojinomi {
    top: 15px;}
        }    
@media (min-width: 801px) and (max-width: 999.9px) {    .matome00 .maskmojinomi {
    top: 15px;}
         }
@media (min-width: 1000px) {    
 .matome00 .maskmojinomi {
    top: 15px;}
         }
    }
@media (min-width: 1200px) {    
  .matome00 .maskmojinomi {
  top: 20px;
       }
    }
     
 @media (min-width: 1200px) {    
  .maskmojinomi p {
   font-size:30px;
       }
    .maskmojinomi b {
        font-size:18px;
       }   
    }     
     
     
     
     
     
     