@charset "utf-8";
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: #fff;*/
  background: transparent; /*背景透明　　*/
  color: #8C7252;
}
body {
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
nav a {
  font-weight: bold;
  color: #8C7252;
  display: inline-block; /*ホバー時に文字が少し拡大する*/
  transition: .2s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
nav a:hover {
  color: #ED949C;
  -webkit-transform: scale(1.1); /*ホバー時に文字が少し拡大する*/
  transform: scale(1.1);
}
nav a:visited {
  color: #8C7252;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
p a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #ED949C;
}
p a:hover {
  color:
    #F4B9B9;
}
/* change colours to suit your needs */
ins {
  background-color: #ED949C;
  color: #8C7252;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #FFF051;
  color: #8C7252;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/*///clear: both;/////*/
.clear {
  clear: both;
}
/*///リストタグ///*/
li {
  list-style: none;
}
em {
  font-style: normal;
}
/*///　二行目一文字下げる　///*/
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
/*///　文字の種類　///*/
.bold {
  font-weight: bold;
}
.pink_b {
  color: #ED949C;
  font-weight: bold;
}
.pink {
  color: #ED949C;
}
/*///　マージン　リスト　///*/
.magT5 {
  margin-top: 5px;
}
.magT10 {
  margin-top: 10px;
}
.magT15 {
  margin-top: 15px;
}
.magT20 {
  margin-top: 20px;
}
.magT30 {
  margin-top: 30px;
}
.magT50 {
  margin-top: 50px;
}
.magB5 {
  margin-bottom: 5px;
}
.magB10 {
  margin-bottom: 10px;
}
.magB15 {
  margin-bottom: 15px;
}
.magB20 {
  margin-bottom: 20px;
}
.magB25 {
  margin-bottom: 25px;
}
.magB30 {
  margin-bottom: 30px;
}
.magB50 {
  margin-bottom: 50px;
}
.magL5 {
  margin-left: 5px;
}
.magL10 {
  margin-left: 10px;
}
.magL15 {
  margin-left: 15px;
}
.magL20 {
  margin-left: 20px;
}
.magR5 {
  margin-right: 5px;
}
.magR10 {
  margin-right: 10px;
}
.magR15 {
  margin-right: 15px;
}
.magR20 {
  margin-right: 20px;
}