@charset "utf-8";
/* =======================================
	reset
======================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =======================================
共通CSS
======================================= */
body {
  font-size: 13px;
  line-height: 150%;
  margin: 0;
  padding: 0;
  color: rgb(51, 51, 51);
  word-wrap: break-word;
}
a img {
  border: 0;
}
a img:hover {
  /*	opacity:0.7; */
}
img {
  margin: 0;
  max-width: 100%;
  vertical-align: bottom;
}
img.size-full {
  display: block;
  width: 100%;
  vertical-align: bottom;
  margin: 10px auto;
}
img.size-medium {
  width: 50%;
  vertical-align: bottom;
  margin: 10px auto;
}
img.size-thumbnail {
  width: 150px;
  vertical-align: bottom;
  margin: 10px auto;
}
p {
  font-size: 15px;
  margin-bottom: 12px;
}
a {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:link {
  color: #1a0dab;
  text-decoration: underline;
  font-weight: bold;
}
a:visited {
  color: #1a0dab;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #1a0dab;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.6;
}

a:active {
  color: #1a0dab;
  text-decoration: none;
  font-weight: bold;
}

.clear {
  clear: both;
}
.clear hr {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.down {
  display: none;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.alignright {
  float: right;
  margin: 10px;
}
.alignleft {
  float: left;
  margin: 10px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
small {
  font-size: 70%;
}
.bigtxt {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 5px;
}
.down {
  display: none;
}
.absolute {
  position: absolute !important;
}
.big {
  font-size: 110%;
}

.b {
  font-weight: bold;
}
.aka,
.red {
  color: #db0000;
}
.under_txt,
.wavy-red {
  background: linear-gradient(transparent 60%, #f9e4e5 0%);
}
table {
  width: 100%;
  box-sizing: border-box;
  margin: 16px auto;
}
table th,
table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  line-height: 1.2;
}

table td {
  background-color: #fff;
  font-weight: normal;
  color: #333;
}

table th {
  background-color: #efefef;
  font-weight: bold;
  color: #333;
}

table thead th {
  background-color: #1156bd;
  color: #fff;
  padding: 5px 10px;
}

table thead td {
  background-color: #edf8fb;
  font-weight: bold;
  color: #333;
  text-align: center;
}

section.parts {
  padding: 30px 0;
  border-bottom: 1px dashed #eee;
  margin-bottom: 30px;
}

.sorce {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
  margin: 20px auto;
}

.sakusei_list {
  width: 100%;
  bo-sizing: border-box;
  margin: 60px auto 10px;
}

.sakusei_list ul {
  width: 32%;
  float: left;
  padding: 10px;
  background-color: #fff;
  padding: 10px;
  font-size: 10px;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 10px;
}

.sakusei_list ul li {
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 12px;
  text-indent: -4px;
}

.sakusei_list ul li:nth-of-type(1):before {
  display: none;
}

.sakusei_list ul li:nth-of-type(1) {
  font-size: 120%;
  font-weight: bold;
}

.sakusei_list ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

/* SITEMAP
------------------------------------*/
#sitemap {
  margin: 20px 0;
}
#sitemap p {
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 10px;
}
#sitemap li {
  margin-bottom: 5px;
}
#sitemap li a {
  color: #0066aa;
  text-decoration: none;
  padding-left: 10px;
  position: relative;
}
#sitemap li a:before {
  content: "\f105";
  color: #999;
  font-family: FontAwesome;
  position: absolute;
  left: 1px;
}
#sitemap li a:hover {
  text-decoration: underline;
}
#sitemap .sitemap_cat li a {
  font-weight: bold;
  padding: 0;
}
#sitemap .sitemap_cat li a:before {
  content: none;
}
#sitemap .sitemap_c {
  margin-left: 10px;
}
#sitemap .sitemap_c li a {
  font-weight: normal;
  padding-left: 10px;
}
#sitemap .sitemap_c li a:before {
  content: "\f105";
}

@media screen and (max-width: 640px) {
  .sakusei_list ul {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

/* 2017-07-24追加 */
.youtube iframe {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.youtube iframe img {
  width: 100% !important;
  max-width: 100% !important;
}

.twitter {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .youtube {
    width: 330px;
    margin: 0 auto;
  }

  .youtube iframe.instagram-media {
    width: 330px !important;
    display: block;
  }
}

/* 2017/08/03 N追加 */
.recipe-box00 {
  background: #ffffff;
  clear: both;
  padding: 5px;
}

.recipe-box00 .title {
  display: block;
  color: #695647;
  font-size: 15px;
  padding: 5px 5px 5px 22px;
  position: relative;
  line-height: 1;
}

.recipe-box00 .title::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  color: #6c8dc9;
  display: inline-block;
  margin-right: 0px;
  font-size: 120%;
  left: 0px;
  top: 50%;
  margin-top: -10px;
}
.top-map-areabox ul li {
  margin: 0 0 3px 0;
}

.ureshii__list .selected {
  background-color: #7b91b0 !important;
}
/* デフォルトで中線（薄い） */
.taisaku___table th,
.taisaku___table td {
  border: 1px solid #ccc; /* 中の薄い線 */
}

/* === 外枠の濃い線だけ後から「上書き」 === */

/* テーブル全体の外枠（濃く） */
.taisaku___table tr:first-child th {
  border-top: 1.5px solid #333;
  border-bottom: 1.5px solid #333;
}
.taisaku___table tr td:first-child,
.taisaku___table tr th:first-child {
  border-left: 1.5px solid #333;
}
.taisaku___table tr td:last-child,
.taisaku___table tr th:last-child {
  border-right: 1.5px solid #333;
}
.taisaku___table tr:last-child td,
.taisaku___table tr:last-child th {
  border-bottom: 1.5px solid #333;
}
.taisaku___table th:nth-child(2),
.taisaku___table td:nth-child(2) {
  border-left: 1.5px solid #333;
}
