@charset "UTF-8";

:root {
  --main-color: #000;
}

#tokushu.bgourmet a {
text-decoration: underline;
}

#tokushu.bgourmet a:hover {
text-decoration: none;
}

#tokushu.bgourmet h1 {
font-size: 3em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

#tokushu h1 span {
font-size: 70%;
margin: 0;
display: block;
font-weight: bold;
}

#tokushu h1 small {
font-size: 45%;
margin: 0 0 15px 0;
display: block;
color: #666;
}

#tokushu div.index ol li a {
border: none;
}


#tokushu.bgourmet h2 {
font-size:1.7em;
line-height: 1.1;
margin: 60px 0 20px 0;
padding: 15px 20px;
border: none;
background: #666;
color: #fff;
}

#tokushu.bgourmet h2 span {
font-size:70%;
line-height: 1.5;
padding: 0;
margin-bottom: 10px;
display: block;
}

#tokushu.bgourmet h3 {
margin: 40px 0 25px 0;
line-height: 1.4;
border: none;
font-size: 1.7em;
padding: 0;
font-weight: bold;
}

#tokushu.bgourmet h3 span {
border: none;
font-size: 1.4em;
display: block;
margin: 0 0 15px 0;
width: 30%;
padding: 0 0 7px 0;
border-bottom: 2px solid #ccc;
color: #666;
font-weight: bold;
}

#tokushu.bgourmet h3 span small {
border: none;
font-size:50%;
margin: 10px 0 0 0;
font-weight: normal;
}

#tokushu.bgourmet h3 span small img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -5px;
}

 
#tokushu.bgourmet .kakomi {
margin: 60px 0;
padding: 30px;
background: #f2f2f2;
}

#tokushu.bgourmet .kakomi h4 {
border: none;
padding: 0;
margin: 0;
line-height: 1.7;
text-decoration: underline;
text-decoration-color: #999;
text-decoration-style: solid;
text-underline-offset: 7px;
text-decoration-thickness:3px;
font-size: 1.2em;
}

#tokushu.bgourmet .kakomi p {
margin: 20px 0;
}

#tokushu.bgourmet .kakomi p:last-of-type {
margin-bottom:0
}



/*  For Responsivizer  */

@media only screen and (max-width: 480px) {
body.white .site #tokushu.bgourmet #table th,
body.white .site #tokushu.bgourmet #table td {
    width: 100%;
    display: block;
  }
  }

body.white .site #tokushu.bgourmet h1 {
font-size: 3em;
line-height: 1.2;
margin: 10px 0 20px 0;
}

body.white .site #tokushu h1 span {
font-size: 70%;
margin: 0;
display: block;
font-weight: bold;
}

body.white .site #tokushu h1 small {
font-size: 45%;
margin: 0 0 15px 0;
display: block;
color: #666;
}

body.white .site .photo img {
  width: 100%;
  height: auto;
}

body.white .site #tokushu.bgourmet h3 {
margin: 40px 0 25px 0;
line-height: 1.4;
border: none;
font-size: 1.7em;
padding: 0;
font-weight: bold;
}

body.white .site #tokushu.bgourmet h3 span {
border: none;
font-size: 1.4em;
display: block;
margin: 0 0 18px 0;
width: 60%;
padding: 0 0 5px 0;
border-bottom: 2px solid #ccc;
color: #666;
font-weight: bold;
}

body.white .site #tokushu.bgourmet h3 span small {
border: none;
font-size:50%;
margin: 10px 0 0 10px;
font-weight: normal;
display: inline-block;
}

body.white .site #tokushu.bgourmet .kakomi h4 {
border: none;
padding: 0;
margin: 0;
line-height: 1.9;
text-decoration: underline;
text-decoration-color: #999;
text-decoration-style: solid;
text-underline-offset: 7px;
text-decoration-thickness:3px;
font-size: 1.2em;
}

