@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
body {
  background-color: #fadedd;
  font-size: 16px;
  line-height: 2;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", YuGothic, "Yu Gothic", sans-serif;
}
a {
  color: #000;
  display: block;
}
a:hover {
  color: #cd9621;
  transition: 0.2s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6, .under h1 {
  font-size: 140%;
  margin-bottom: 25px;
}
h2, .under h1 {
  color: #000;
  padding: 10px 15px;
  border-bottom: 2px dotted #cd9621;
}
h4, .under h3 {
  color: #cd9522;
  border-bottom: 1px dashed #cd9522;
  padding-bottom: 5px;
  padding-left: 10px;
}
.under h3 {
  margin-top: 40px;
}
h3, .under h2, .under h3 {
  position: relative;
  padding: 0.75em 1em 0.75em 1.5em;
}
h3::after, .under h2::after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: "";
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #cd9621;
  border-radius: 4px;
}


h5 {
  color: #cd9522;
  font-size: 120%;
  background: #fffbef;
  padding: 5px 0 5px 10px;
  border-radius: 15px;
}
h6 {
  color: #ecb1ad;
  font-size: 105%;
}
strong {
  background: linear-gradient(transparent 60%, #fadfdd 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #cd9621;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #fadfdd;
  border-radius: 5px;
}
article ol {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 1px solid #cd9621;
}
article ol li {
  margin: 0;
  list-style: none;
  position: relative;
  padding-left: 20px;
}
article ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  position: absolute;
  left: 0;
}
blockquote {
  background: #fffbef;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #999;
  position: absolute;
}
blockquote:before {
  content: "“";
  left: 0;
  top: 0;
  line-height: 1em;
}
blockquote:after {
  content: "”";
  right: 0;
  bottom: 0;
}
table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  background: #fff;
}
table th {
  width: 150px;
  padding: 11px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #cd9621;
  background: #fadfdd;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #cd9621;
}
pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
  display: inline-block;
  border: 2px solid #cd9522;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}

/* top page */
/* header */
.h-area {
  width: 100%;
  margin-bottom: 35px;
  padding: 1rem 0 1%;
  background-color: #fff;
}
.h-area a {
  color: #cd9820;
  text-align: center;
}
.h-area .s-ttl a {
  font-size: 25px;
  font-weight: bold;
}
.h-area p.c-copy {
  margin-bottom: 3px;
  color: #cd9820;
  font-size: 82%;
  text-align: center;
}
.gnav > ul {
  display: flex;
  justify-content: space-around;
  max-width: 764px;
  margin: 0 auto 15px;
}
.gnav ul#g-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
  padding: 5px;
}
#g-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#g-menu li a {
  display: block;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 4px;
}
#g-menu li a:hover {
  color: #fff;
  background: #000;
  transition: 0.2s;
}
/* slider */
.bx-wrapper {
  margin: 35px auto;
  border: none;
  box-shadow: none;
}
/* contents area */
.cont {
  max-width: 764px;
  margin: 0 auto;
}
.m-btn {
  text-align: right;
}
.m-btn a {
  padding: 2px 3rem;
  border: 1px solid #cd9522;
  color: #cd9422;
  display: inline-block;
  border-radius: 10px;
}
.m-btn a:hover {
  background: #cd9522;
  color: #fff;
}
/* main */
main {
  float: left;
  max-width: 764px;
  margin-bottom: 100px;
  background: #fff;
  padding: 20px;
  border: 4px double #cd9721;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
  border: 2px solid #cd9621;
  border-radius: 15px;
}
.l-cont img {
  float: left;
  max-width: 340px;
  margin-right: 10px;
  border: 2px solid #cd9621;
  border-radius: 15px;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.l-box h3 a {
  display: block;
}
.l-box h3 a::after {
  content: ">";
  margin-left: 10px;
}
.l-box p {
  padding: 0 0 20px;
}
.l-box a {
  text-align: left;
}
/* aside */
aside {
  float: right;
  max-width: 764px;
  width: 100%;
  background: #fff;
  border: 4px double #cd9621;
  margin-bottom: 15px;
}
aside li > div {
  color: #cd9522;
  font-size: 21px;
  border-bottom: 1px solid #cd9422;
}
aside a {
  padding: 5px 0;
}
aside img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.s-link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #ffffff;
  padding: 40px 0 10px;
  color: #cd9621;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #cd9522;
  font-size: 85%;
}
footer a:hover {
  color: #fadfdd;
  transition: color 0.3s;
}
footer .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.f-copy {
  font-size: 70%;
  text-align: center;
  color: #000;
}
.t-btn {
  position: fixed;
  bottom: 10px;
  right: 15%;
  z-index: 1;
}
.f-menu {
  width: 27%;
  margin-right: 3%;
}
/* under */
.notfound {
  font-size: 200%;
  color: #b1a395;
}
/* pan nav */
.panav {
  margin-bottom: 1px;
}
.panav a {
  display: inline;
  font-size: 85%;
}
.panav font {
  color: #cd9621;
}
/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}
.sns-cont {
  display: flex;
  justify-content: space-between;
}
.button-area > div {
  text-align: center;
}
.button-area:after {
  content: "";
  clear: both;
  display: block;
}
.title-fill {
  text-align: center;
  display: block;
  background-color: #ffffff;
  color: #cd9621;
  font-size: 17px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 3px double #cd9760;
  border-top: 3px double #cd9760;
}
.button-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.button-whole .fa {
  font-weight: bold;
}
.button-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.button-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
  border-radius: 10px;
  border: 5px double;
}
#hatena {
  background-color: #2d4c86;
  border-radius: 10px;
  border: 5px double;
}
#facebook {
  background-color: #3b5998;
  border-radius: 10px;
  border: 5px double;
}
#ggl-plus {
  background-color: #dd4b39;
  border-radius: 10px;
  border: 5px double;
}
/*追加*/
.l-menu {
  float: left;
  width: 352px;
  padding: 13px;
}
.right-menu {
  float: right;
  width: 352px;
  padding: 13px;
}
