@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* CSS Document */

table a:hover {
  opacity: 0.75;
}
table {
  margin: 0 auto;
}
div#RthCustomize {
  margin: 0;
}
#contents {
  width: 950px;
  margin: 0 auto;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
}
#kitchen {
  margin-top: -50px;
  padding-top: 50px;
}
/* =======================
	　info
========================== */
.info {
  margin: 50px auto;
}
.info p {
  border: 1px #999 solid;
  padding: 14px;
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
}
.info p span {
  color: red;
}
#contents .main_copy {
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
  line-height: 1.6;
}
#contents h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 50px 0 30px;
}
#contents ul {
  list-style: none;
}
#contents ul img {
  width: 450px;
  margin-right: 20px;
  float: left;
}
#contents li {
  font-size: 15px;
  margin-bottom: 40px;
  clear: both;
}
#contents ul.p_img {
  display: flex;
  flex-direction: column;
  float: left;
  width: 470px;
  padding: 0;
}
#contents ul.p_img li {
  margin-bottom: 20px;
}
#contents section {
  width: 440px;
  float: left;
}
#contents section p {
  margin: 10px 0 20px;
  line-height: 1.8;
  letter-spacing: 0.5px;
}
#contents section dl {
  line-height: 1.5;
  padding: 20px 0 20px 10px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
#contents section dt {
  float: left;
}
#contents section dd {
  margin-left: 120px;
}
#contents .attention {
  font-size: 12px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 0;
  border: none;
}
#contents .attention dt {
  float: none;
}
#contents .attention dd {
  margin-left: 0;
}
/* ==============================
   　　　btn
============================== */
.r_btn {
  text-align: center;
}
.r_btn a {
  margin: 50px auto;
  background-color: #8e6126;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.r_btn a:hover {
  opacity: 0.75;
  color: #fff;
}
/* ==============================
   　　　表
============================== */
#contents table {
  margin: 20px 0;
  font-size: 14px;
  float: left;
  padding-left: 40px;
}
#contents table tr td {
  width: 24%;
  height: 30px;
}
#contents table tr .ttl_txt {
  text-align: center;
  background-color: #ededed;
  width: 8%;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#contents table tr .pl_20 {
  padding: 10px 20px 10px;
}
#contents table tr .lh {
  line-height: 1.5;
  border-right: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
