@charset "Shift_JIS";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  overflow-y: scroll;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
.noTouch a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Add Reset
------------------------------------------------------------------------------*/
html {
  text-rendering: optimizeLegibility;
}

br {
  letter-spacing: 0 !important;
}

img {
  -ms-interpolation-mode: bicubic;
}

ul, ol {
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0;
  margin-bottom: 0;
}

* {
  vertical-align: top;
}

* {
  filter: inherit;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
  word-wrap: break-word;
}

/* Font Set
------------------------------------------------------------------------------*/
html {
  color: #5e5e5e;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ ProN" , "Hiragino Kaku Gothic ProN" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック", "MS PGothic", Helvetica , sans-serif;
  line-height: 1.6;
}
body {
  font-size: 160%;
}

/* modules
------------------------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  line-height: 1;
}


/*recipe.css*/

body {
	color: #000000;
}
img {
	width: 100%;
	height: auto;
}
.pc_none {
  display: none;
}
.wrapper {
	max-width: 830px;
  min-width: 320px;
	margin: 0 auto;
}
.title_h1 {
	margin-bottom: 15px;
	font-family: 'Crimson Text', serif;
	font-size: 44px;
	line-height: 1;
	font-weight: bold;
}
.title_h2 {
	margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px #000000 solid;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
}
.title_h3 {
	margin-bottom: 15px;
  background-color: #000000;
  padding: 8px 5% 6px 5%;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
  color: #ffffff;
}
.title_h4 {
	margin-bottom: 10px;
  border-left: 3px solid #000000;
  padding-left: 10px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
}
.title_h5 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}
.section {
	margin-bottom: 45px;
}
.hero {
  margin-top: 10px;
}
.section_inner {
	margin-bottom: 25px;
}
.list li {
	margin-bottom: 25px;
  text-align: justify;
	font-size: 14px;
	line-height: 1.5;
}
.border_list li {
  display: table;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #cccccc;
}
.name_material {
  display: table-cell;
  width: 70%;
  padding-left: 13px;
  vertical-align: top;
}
.num_material {
  display: table-cell;
  width: 30%;
  padding-right: 13px;
  text-align: right;
  vertical-align: top;
}
.no_img_list {
  margin-bottom: 15px;
}
.no_img_list li {
	margin-bottom: 10px;
}

.material {
	margin-left: 5%;
	margin-right: 5%;
}
.material li {
	font-size: 14px;
	line-height: 1.5;
}
.text {
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	font-size: 14px;
	line-height: 1.5;
}
.text a {
  text-decoration: underline;
  color: #0099FF;
}
.material .text {
	margin-left: 0;
	margin-right: 0;	
}
.text_small {
  vertical-align: baseline;
  font-size: 85%;
}
.img {
	margin-bottom: 10px;
}
.note {
  display: inline-block;
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
	font-size: 11px;
}
.num_icon {
  display: block;
  float: left;
  width: 1.5em;
}
.num_text {
  display: block;
  padding-left: 1.5em;
}

.section:last-child,
.section_inner:last-child,
.material dd:last-child,
.text:last-child,
.img:last-child,
.no_img_list:last-child,
.no_img_list li:last-child {
	margin-bottom: 0;
}



/*メニュー*/

#head_menu{
  max-width:830px;
  height:30px;
  background-color: #ffffff;
  }
#head_menu ul{
  list-style-type:none;
  text-align: center;
  }
#head_menu ul li{
  display: inline-block;
  font-size:14px;
  letter-spacing:0.2em;
  margin: 0;
  height:30px;
  position:relative;
  white-space: nowrap;
  }
#head_menu ul li a{
  color:#000000;
  text-decoration:none;
  display:inline;
  font-size:14px;
  height:30px;
  padding-left: 15px;
  padding-right: 12px;
  line-height:30px;
  text-align: center;
  }

#head_menu ul li a:hover{
  color: #E0D8E5;
  }
#head_menu ul ol.sub{
  display: block;
  position:absolute;
  left:50%;
  top:30px;
  width:160px;
  margin-left: -80px;
  border:1px solid #999999;
  text-align:left;
  list-style-type:none;
  }
#head_menu ul li.off ol.sub{
  top:-999px;
  }
#head_menu ul ol.sub li{
  display: list-item;
  width:160px;
  height:30px;
  line-height:30px;
  border-bottom:1px solid #999999;
  text-align:center;
  float:none;
  filter:alpha(opacity=82); /*IE*/
  -moz-opacity:0.82; /*FF*/
  }
#head_menu ul ol.sub li a{
  display: block;
  padding-left: 0;
  padding-right: 0;
  background-color:#FFFFFF;
  text-decoration:none;
  color:#000000;
  vertical-align:middle;
  font-size:12px;
  height:30px;
  line-height:30px;
  text-align:center;
  }
#head_menu ul ol.sub li a:hover{
  background-color:#E0D8E5;
  color:#000000;
  }


@media screen and (max-width: 830px){
  .pc_none {
    display: block;
  }
  br.pc_none,
  span.pc_none {
    display: inline;
  }
  .sp_none {
    display: none;
  }
  #head_menu {
    width: auto;
    height: auto;
  }
  .head_menu_btn {
    position: relative;
    padding: 8px 24px 8px 8px;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
  }
  .head_menu_icon,
  .head_menu_icon:after,
  .head_menu_icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #000000;
    -webkit-transition: transform 300ms ease;
            transition: transform 300ms ease;
  }
  .head_menu_icon {
    margin: -1px 0 0 22px;
    background-color: #000000;
  }
  .head_menu_icon:after,
  .head_menu_icon:before {
    content: "";
    margin-left: -9px;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(0deg) translate3d(0,0,0);
            transform: rotate(0deg) translate3d(0,0,0);
    -webkit-transition: transform 300ms ease;
            transition: transform 300ms ease;
  }
  .head_menu_icon:before {
    top: -6px;
  }
  .head_menu_icon:after {
    top: 6px;
  }
  .open_menu .head_menu_icon {
    background-color: #ffffff;
    -webkit-transform: translate3d(-9px,0,0);
          transform: translate3d(-9px,0,0);
  }
  .open_menu .head_menu_icon:before {
    -webkit-transform: rotate(-45deg) translate3d(0,9px,0);
            transform: rotate(-45deg) translate3d(0,9px,0);
  }
  .open_menu .head_menu_icon:after {
    -webkit-transform: rotate(45deg) translate3d(0,-9px,0);
            transform: rotate(45deg) translate3d(0,-9px,0);
  }
  #head_menu > ul {
    height: 0;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    transition: height 400ms ease;
  }
  .open_menu #head_menu > ul {
    height: 257px;
  }
  #head_menu ul li,
  #head_menu ul li.off,
  #head_menu ul li.on {
    box-sizing: border-box;
    display: list-item;
    float: left;
    width: 50%;
    height: auto;
    overflow: visible;
    border-bottom: 1px solid #cccccc;
    font-size: 11px;
  }
  #head_menu ul li:first-child {
    float: none;
    width: auto;
  }
  #head_menu ul li:nth-child(2n+1) {
    border-left: 1px solid #cccccc;
  }
  #head_menu ul li:nth-child(1) {
    border-left: none;
  }
  #head_menu ul li a {
    display: block;
    width: auto;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #head_menu ul ol.sub {
    position: static;
    width: 90%;
    margin: 0 auto 10px auto;
  }
  #head_menu ul ol.sub li {
    width: auto;
    border-left: none;
  }
  #head_menu ul ol.sub li a {
    font-size: 10px;
  }
}



/*NEWS*/
.section_inner.news_visual {

}
.section_inner.news {
  padding: 12px 0 0;
  background-color: #f0f0f0;
}
.section_inner.news p {
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 830px){
  .section_inner.news p {
    text-align: justify;
  }
}



/*LINK*/
.section_inner.link {
  padding: 12px;
  border: 1px solid #000000;
}
.section_inner.link li {
  display: list-item;
  width: auto;
}
.section_inner.link p {
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 830px){
  .section_inner.link {
    margin-left: 5%;
    margin-right: 5%;
  }
  .section_inner.link p {
    text-align: justify;
  }
}



/*pagetop*/
.btn_pagetop {
  position: fixed;
  bottom: -60px;
  right: 10px;
  transition: bottom 200ms ease;
}
.btn_pagetop.show_pagetop {
  bottom: 10px;
}
.btn_pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: rgba(80,80,80,0.8);
  text-indent: -9999px;
}
.btn_pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  border: 8px solid transparent;
  border-left-width: 6px;
  border-right-width: 6px;
  border-bottom-color: #ffffff;
}


