@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 {
  font-size: 16px;
  line-height: 2;
  font-family: YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    "Cambria Math", "Gabriola", "Georgia", "Big Caslon", "Cochin";
  background-color: #e6e5dd;
  background-image: repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.9) 1px,
      transparent 1px,
      transparent 60px
    ),
    repeating-linear-gradient(
      60deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px,
      transparent 60px
    ),
    linear-gradient(
      60deg,
      rgba(0, 0, 0, 0.05) 25%,
      transparent 25%,
      transparent 75%,
      rgba(0, 0, 0, 0.05) 75%,
      rgba(0, 0, 0, 0.05)
    ),
    linear-gradient(
      120deg,
      rgba(0, 0, 0, 0.05) 25%,
      transparent 25%,
      transparent 75%,
      rgba(0, 0, 0, 0.05) 75%,
      rgba(0, 0, 0, 0.05)
    );
  background-size: 70px 120px;
}
.titleh1 a,
p.main-c,
#gnv-menu li a,
aside li > div,
.readm a,
footer p,
h1,
h2,
h3,
h4,
h5,
h6,
.m-404, .under h1, .under h2, .under h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho",
    "游明朝体", serif;
}

a {
  color: #104d2e;
  display: block;
}
a:hover {
  opacity: 0.6;
  transition: 0.1s;
}
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;
  background: #fff;
  padding: 10px 15px;
  border: 4px double #104d2e;
}
h3, .under h2 {
  border: 1px solid #104d2e;
  padding: 10px 15px;
}
h4, .under h3 {
  border-bottom: 4px double #104d2e;
  padding-bottom: 5px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-bottom: 1px solid #104d2e;
  padding-bottom: 5px;
  font-size: 120%;
}
h6 {
  border-bottom: 1px dashed #104d2e;
  padding-bottom: 5px;
  font-size: 100%;
}
strong {
  background: linear-gradient(transparent 60%, #f5f58d 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #f5f58d;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #f5f58d;
}
article ol {
  counter-reset: counter-name;
  border: 2px solid #f5f58d;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 1.5em 0;
}
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: #f5f58d;
  padding: 3em 1em;
  position: relative;
}
blockquote:before,
blockquote:after {
  font-size: 600%;
  line-height: 0em;
  color: #fff;
  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: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #f5f58d;
}
table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
}
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 dotted #f5f58d;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px solid #104d2e;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  border-bottom: 1px dotted #104d2e;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* shadow */
.mainimg,
.pagecon,
.link_w,
.clm {
  box-shadow: 0px 1px 10px -7px #000;
  -moz-box-shadow: 0px 1px 10px -7px #000;
  -webkit-box-shadow: 0px 1px 10px -7px #000;
}
/* font-family */
aside li > div,
footer p,
.readm,
.title_h {
  font-family: "Cambria Math", "Georgia", "Big Caslon", "Cochin";
}
/* top page */
/* header */
.topar {
  width: 100%;
  padding: 30px 0;
}
.ttlarea {
  /*width: 72%;*/
  padding: 20px;
  background-color: #fff;
  border: 4px double #104d2e;
}
.titleh1 a,
p.main-c {
  color: #104d2e;
}
.titleh1 a {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.3;
}
p.main-c {
  margin-bottom: 10px;
}
.gnv > ul {
  display: flex;
  justify-content: space-around;
}
.gnv ul#gnv-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
#gnv-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#gnv-menu li a {
  display: block;
}
/* slider */
.mainimg {
  margin: 0 auto 40px;
  border: 4px double #fff;
}
.bx-wrapper {
  border: none;
  box-shadow: none;
}
/* contents area */
.wrapc {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  background-color: #104d2e;
}
.readm {
  text-align: center;
}
.readm a {
  padding: 2px 3rem;
  background-color: #f5f58d;
  color: #000;
  display: inline-block;
  width: 30%;
  font-size: 18px;
  text-align: center;
}
/* main */
main {
  float: left;
  width: 71%;
  margin-bottom: 40px;
}
article img {
  max-width: 100%;
}
.pagecon {
  padding: 20px;
  background-color: #fff;
}
.pagecon a:hover {
  opacity: 0.8;
}
.pagecon img {
  float: left;
  width: 35%;
  margin-right: 2%;
  overflow: hidden;
}
.pagecon h2 {
  float: right;
  width: 63%;
  margin-bottom: 15px;
}
.pagecon p {
  font-size: 15px;
  line-height: 1.6;
}
.pagecon a:hover {
  opacity: 0.6;
  color: #000;
}
.readm {
  text-align: right;
}
article {
  margin-bottom: 30px;
}
.clm {
  padding: 20px;
  border: 4px double #104d2e;
  background-color: #fff;
}
.clm img {
  margin-bottom: 15px;
}
.c404 {
  margin-top: 50px;
}
/* おすすめリンク */
.link_w {
  background-color: #fff;
  border: 4px double #104d2e;
  padding: 20px;
}
.link_w h2 {
  margin-bottom: 10px;
}
.link_w h3 {
  border: none;
  text-align: center;
  margin: 0;
  position: relative;
}
.link_w h3 a {
  display: block;
  background-color: #f5f58d;
  padding: 5px 15px;
}
.link_w h3 a::after {
  content: ">";
  position: absolute;
  right: 25px;
}
.link_w p {
  padding: 0 0 0 20px;
}
.link_w a {
  text-align: left;
}
/* aside */
aside {
  float: right;
  width: 25%;
  margin: 30px 0 30px auto;
  position: relative;
  border: 4px double #fff;
  padding: 0 20px 0;
  position: sticky;
  top: 0;
  height: fit-content;
}
.smenu2 {
  float: right;
  width: 25%;
  margin-left: 2%;
  position: relative;
  top: -260px;
  border: 4px double #fff;
  padding-left: 25px;
}
.side-wrapc li > div {
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}
.side-wrapc a {
  padding: 10px 0;
  color: #fff;
}
.side-wrapc img {
  max-width: 100%;
}
.sidelink a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  color: #000;
}
footer .wrapc {
  padding: 0 40px 20px;
  background: #fff;
}
footer p {
  font-size: 21px;
  color: #104d2e;
}
footer a {
  color: #000;
  font-size: 85%;
}
footer .aaa {
  float: left;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 20px;
  width: 72%;
}
.ftcpy {
  clear: both;
  font-size: 70%;
}
.topbtn {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1;
  padding: 5px;
  background-color: #fff;
  border-top: 4px double #104d2e;
  border-left: 4px double #104d2e;
  border-right: 4px double #104d2e;
  text-align: center;
}
.topbtn p {
  color: #000;
  font-size: 80%;
  line-height: 1.3;
}
.foot-m {
  width: 45%;
  margin: 0;
  border: 4px double #104d2e;
  padding: 20px;
}
/* under */
.m-404 {
  font-size: 200%;
  color: #000;
}
/* pan nav */
.panav {
  margin: 0 0 -15px;
  padding: 15px 0 0;
}
.panav a {
  display: inline;
  font-size: 85%;
  color: #fff;
}
.panav font {
  color: #fff;
}
/* SNS */
.snsb-area {
  width: 100%;
  margin: 20px 0;
  border: 4px double #104d2e;
  padding: 0 20px 20px;
}
.sns-wrapc {
  display: flex;
  justify-content: space-between;
}
.snsb-area:after {
  content: "";
  clear: both;
  display: block;
}
.title_h {
  display: block;
  color: #000;
  font-size: 22px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.snsb-whole {
  width: 23%;
  box-sizing: border-box;
  margin: 0 0.1%;
}
.snsb-whole .fa {
  font-weight: bold;
}
.snsb-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
}
.snsb-link:hover {
  text-decoration: none !important;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}
