@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: #e5d4e7;
  font-size: 16px;
  line-height: 2;
  font-family: YuGothic, "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    "Meiryo UI", "Cambria Math", "Georgia", "Big Caslon", "Cochin", serif;
}
a {
  color: #000;
  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 #000;
}
h3, .under h2 {
  border: 1px solid #000;
  padding: 10px 15px;
}
h4, .under h3 {
  border-bottom: 4px double #000;
  padding-bottom: 5px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 120%;
}
h6 {
  border-bottom: 1px dashed #000;
  padding-bottom: 5px;
  font-size: 100%;
}
strong {
  background: linear-gradient(transparent 60%, #e5d4e7 60%);
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 2px solid #e5d4e7;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 2px;
  background: #ccc;
}
article ol {
  counter-reset: counter-name;
  border: 2px solid #e5d4e7;
  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: #e5d4e7;
  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: #e5d4e7;
}
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 #e5d4e7;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px solid #000;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  border-bottom: 1px dashed #000;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* shadow */
.headTp,
.mainImg,
.page_Co,
.linkBoxx,
.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,
.r-More,
.title-hd {
  font-family: "Cambria Math", "Georgia", "Big Caslon", "Cochin";
}
/* top page */
/* header */
.headTp {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}
.titleH1 a,
p.siteCp {
  color: #000;
  width: 60%;
  border-left: 1px solid #000;
  padding-left: 25px;
}
.titleH1 a {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 15px;
  line-height: 1.3;
}
p.siteCp {
  margin-bottom: 10px;
  font-size: 80%;
}
.groval-N > ul {
  display: flex;
  justify-content: space-around;
}
.groval-N ul#groval-N-menu > li {
  display: block;
  position: relative;
  width: 24%;
  font-size: 14px;
  text-align: center;
}
#groval-N-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#groval-N-menu li a {
  display: block;
}
/* slider */
.bx-wrapper {
  margin: 50px auto;
  border: none;
  box-shadow: none;
}
/* contents area */
.mainWr {
  max-width: 990px;
  margin: 0 auto;
}
.r-More {
  text-align: center;
}
.r-More a {
  padding: 3px 3rem;
  background-color: #e5d4e7;
  color: #000;
  display: inline-block;
  width: 100%;
  font-size: 18px;
}
/* main */
main {
  float: left;
  width: 72%;
  margin-bottom: 100px;
}
article img {
  max-width: 100%;
}
.lcw {
  display: flex;
  justify-content: space-between;
  /* align-items: stretch; */
}
.page_Co {
  width: 47%;
  height: 100%;
}
.page_Co h2 {
  margin: 0;
}
.page_Co > div {
  background-color: #fff;
  padding: 20px;
}
article {
  margin-bottom: 30px;
}
.clm {
  background-color: #fff;
  padding: 20px;
}
.clm img {
  margin-bottom: 15px;
}
.c404 {
  margin-top: 50px;
}
/* おすすめリンク */
.linkBoxx {
  background-color: #fff;
  border: 4px double #000;
  padding: 20px;
}
.linkBoxx h2 {
  margin-bottom: 10px;
}
.linkBoxx h3 {
  border: none;
  text-align: center;
  margin: 0;
  position: relative;
}
.linkBoxx h3 a {
  display: block;
  background-color: #e5d4e7;
  padding: 5px 15px;
}
.linkBoxx h3 a::after {
  content: ">";
  position: absolute;
  right: 25px;
}

.linkBoxx p {
  padding: 0 0 0 20px;
}
.linkBoxx a {
  text-align: left;
}
/* aside */
aside {
  float: right;
  width: 23%;
  margin-left: 5%;
  position: relative;
  top: -180px;
  border-left: 1px solid #000;
  padding-left: 25px;
  position: sticky;
  top: 0;
  height: fit-content;
}
.side_BAR2 {
  float: right;
  width: 23%;
  margin-left: 5%;
  position: relative;
  /* top: -265px; */
  border-left: 1px solid #000;
  padding-left: 25px;
  position: sticky;
  top: 0;
  height: fit-content;
}
.side-mainWr li > div {
  color: #000;
  font-size: 24px;
  border-bottom: 1px solid #000;
}
.side-mainWr a {
  padding: 10px 0;
  color: #000;
}
.side-mainWr img {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}
.s-Link a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  background: #fff;
  padding: 50px 0 10px;
  color: #000;
}
footer p {
  font-size: 21px;
}
footer a {
  color: #000;
  font-size: 85%;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .mainWr {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.foot_CP {
  font-size: 70%;
  text-align: center;
}
.to-TOP {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}
.foot_nav {
  width: 27%;
  margin: 0 auto;
  border-left: 1px solid #000;
  padding-left: 20px;
}
/* under */
.nF404 {
  font-size: 200%;
  color: #000;
}
/* pan nav */
.pan-NAV {
  margin: 10px 0;
}
.pan-NAV a {
  display: inline;
  font-size: 85%;
}
.pan-NAV font {
  color: #000;
}
/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
  border: 4px double #000;
  padding: 0 20px 20px;
}
.sns-mainWr {
  display: flex;
  justify-content: space-between;
}
.button-area > div {
  text-align: center;
}
.button-area:after {
  content: "";
  clear: both;
  display: block;
}
.title-hd {
  text-align: center;
  display: block;
  color: #000;
  font-size: 22px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
}
.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;
}
#hatena {
  background-color: #2d4c86;
}
#facebook {
  background-color: #3b5998;
}
#ggl-plus {
  background-color: #dd4b39;
}

/*スマホ表示時*/
@media screen and (max-width: 702px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .button-area,
  .mainWr {
    padding: 3%;
  }
  main h2,
  .side_BAR h2 {
    padding: 15px 5%;
  }
  .mainWr,
  main,
  .side_BAR,
  .s-Link img,
  article img {
    width: 100%;
  }
  article img {
    max-width: 100%;
  }
  article img,
  main,
  .s-Link img {
    float: none;
  }
  .sns-mainWr {
    display: block;
  }
  .titleH1 {
    font-size: 100%;
  }
  main h2,
  .side_BAR h2 {
    font-size: 120%;
  }
  footer {
    padding: 0;
  }
  footer .foot_nav {
    width: 100%;
    margin-bottom: 2rem;
  }
  .side-mainWr p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }
  .page_Co img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .r-More {
    text-align: center;
  }
  .r-More a {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  /* groval-N */
  #groval-N-menu,
  .side_BAR h2 {
    display: none;
  }
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #666;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_menu a {
    padding: 10px;
    margin: 0;
    background-color: #666;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  .slicknav_menu img {
    display: inline;
    margin: 5px 20px 2px;
    width: 20%;
    height: auto;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: #e5d4e7;
    color: #000;
  }
  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }
  /* side menu */
  .slicknav_menu .slicknav_no-text {
    float: right;
    margin: 15px;
  }

  .slicknav_nav a {
    padding: 5px 15px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #e5d4e7;
    color: #000;
    opacity: 1;
  }
  /* sns */
  .button-whole {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
  /* 20171018追記 */
  .headTp,
  main,
  aside,
  .titleH1 a,
  p.siteCp,
  .page_Co {
    width: 100%;
    float: none;
  }
  .headTp {
    padding: 0;
  }
  .titleH1 a,
  p.siteCp {
    padding-left: 15px;
  }
  .titleH1 a {
    font-size: 22px;
  }
  p.siteCp {
    line-height: 1.4;
  }
  .bx-wrapper {
    margin: 15px auto;
  }
  main {
    margin-bottom: 0;
  }
  .lcw {
    display: block;
  }
  .page_Co img {
    padding: 20px 20px 0;
    background-color: #fff;
  }
  aside {
    display: none;
  }
  footer .mainWr {
    margin: 0 auto;
  }
  .foot_CP {
    padding: 0 10px 10px;
  }
  .c404 {
    margin-top: 20px;
  }
}
