@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: 15px;
  line-height: 1.7;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background-color: #82c3b3;
}
a {
  color: #82c3b3;
  display: block;
}
a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
h1,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6, .under h1 {
  font-size: 140%;
  margin-bottom: 25px;
  line-height: 1.3;
}
h2, .under h1 {
  color: #82c3b3;
  padding: 10px 15px 0;
  font-weight: bold;
  font-size: 170%;
}
h3, .under h2 {
  border-bottom: 3px solid #82c3b3;
  border-left: 8px solid #82c3b3;
  padding: 5px 15px;
}
h4, .under h3 {
  border-left: 3px solid #82c3b3;
  border-bottom: 3px solid #82c3b3;
  padding-bottom: 5px;
  padding-left: 10px;
}
.under h3 {margin-top: 40px;}

h5 {
  border-left: 8px solid #82c3b3;
  font-size: 120%;
  padding-left: 10px;
}
h6 {
  border-left: 6px solid #82c3b3;
  font-size: 100%;
  padding-left: 10px;
}
strong {
  border-bottom: 6px double #edca4f;
}
article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: 3px solid #ccc;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  background: #edca4f;
  border-radius: 50%;
}
article ol {
  counter-reset: counter-name;
  border: 3px solid #ccc;
  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: #eee;
  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: 10px;
  font-weight: bold;
  vertical-align: top;
  border: 1px solid #ccc;
  background: #eee;
}
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: 3px solid #eee;
  margin: 1em 0;
  padding: 1em;
}
strong,
b {
  font-size: 100%;
}
em {
  font-style: normal;
  border: 1px solid #82c3b3;
}
del {
  text-decoration: line-through;
}
ins {
  display: inline-block;
  background-color: #eee;
}
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
/* border-radius */
.box116,
.topVi,
.bx-wrapper,
.bx-wrapper img,
aside,
.page_C,
.link_bxx,
article ol,
article ul,
blockquote,
pre,
article img {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.side-mainSec,
.read_M a,
.link_bxx h3 a {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* top page */
.box116 {
  max-width: 990px;
  margin: 0 auto 50px;
  padding: 30px;
  background-color: #fff;
  position: relative;
}
.gnavC {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}
.gnavC a {
  padding-top: 110px;
  width: 170px;
  height: 170px;
  color: #82c3b3;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
  top: -95px;
  border-right: 4px solid #edca4f;
  border-bottom: 4px solid #edca4f;
  border-left: 4px solid #edca4f;
}
.gnavC a:hover {
  background-color: #edca4f;
  color: #fff;
  opacity: 1;
}
.gnavC > ul {
  display: flex;
  justify-content: space-around;
}
.gnavC ul#gnavC-menu > li {
  display: block;
  position: relative;
}
#gnavC-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}
.slicknav_menu {
  display: none;
}
#gnavC-menu li a {
  display: block;
}
/* header */
.pageT {
  width: 100%;
  padding: 0 0 20px;
  margin-top: -70px;
}
.pageT a {
  color: #fff;
}
.sitename a,
.catchCP {
  width: 80%;
  margin: 0 auto;
  line-height: 1.3;
}
.pageT .sitename a {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.pageT p.catchCP {
  margin-bottom: 10px;
  color: #fff;
  font-size: 110%;
  text-align: center;
}

/* slider */
.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
/* contents area */
.mainSec {
  max-width: 990px;
  margin: 0 auto;
}
.read_M {
  text-align: right;
}
.read_M a {
  padding: 5px 3rem;
  background-color: #edca4f;
  color: #fff;
  display: inline-block;
}
/* main */
main {
  float: left;
  width: 72%;
  margin: 30px 0;
}
article img {
  max-width: 100%;
  margin-bottom: 10px;
}
.page_C,
.link_bxx {
  padding: 15px;
  border: 3px solid #82c3b3;
}
.page_C img {
  float: left;
  max-width: 240px;
  margin-right: 10px;
}
.page_C h2 {
  padding: 0;
}
article {
  margin-bottom: 30px;
}
/* おすすめリンク */
.link_bxx h3 {
  border: none;
  padding: 0 15px;
  position: relative;
  margin-bottom: 0;
}
.link_bxx h3 a {
  padding: 5px 20px;
  background-color: #edca4f;
  color: #fff;
  display: block;
}
.link_bxx h3 a::after {
  content: ">";
  position: absolute;
  right: 30px;
}
.link_bxx p {
  padding: 0 0 20px 20px;
}
.link_bxx a {
  text-align: left;
}
/* aside */
aside {
  float: right;
  margin: 30px 0 30px 3%;
  width: 25%;
  position: sticky;
  top: 0;
  height: fit-content;
}
.side-mainSec,
aside img {
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.side-mainSec {
  margin-bottom: 100px;
  background-color: #edca4f;
  position: relative;
  top: 70px;
}
aside li > div {
  width: 60%;
  padding-top: 60%;
  background-color: #edca4f;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: -60px;
  left: 20%;
  z-index: 0;
}
aside li > div p {
  position: absolute;
  top: 20%;
  left: 25%;
  font-size: 130%;
  color: #fff;
}
aside ul li ul {
  z-index: 1;
  position: relative;
  text-align: center;
}
aside a {
  padding: 20px 0;
  color: #fff;
}
aside img {
  max-width: 90%;
  margin: 0 5%;
  display: block;
}
.sideLink a {
  margin-bottom: 10px;
}
/* footer */
footer {
  position: relative;
  padding: 50px 0 10px;
  border-top: 3px solid #82c3b3;
}
footer p {
  font-size: 21px;
  font-weight: bold;
  color: #82c3b3;
}
footer a {
  color: #82c3b3;
}
footer .mainSec {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.foot-Cpy {
  font-size: 70%;
  text-align: center;
}
.topBTN {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 1;
}
.foot-M {
  width: 40%;
  margin: 0 auto;
}
.foot-M p {
  float: left;
  margin-right: 20px;
}
.foot-M ul {
  float: left;
  border-left: 3px solid #82c3b3;
  padding-left: 20px;
}
.foot-M ul li {
  padding-bottom: 10px;
}
/* under */
.not_Fo {
  font-size: 200%;
  color: #82c3b3;
}
/* pan nav */
.pa_NAV {
  margin-bottom: 10px;
}
.pa_NAV a {
  display: inline;
  font-size: 85%;
}
.pa_NAV font {
  color: #ccc;
}
/* SNS */
.snb-area {
  margin: 50px 0;
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 1;
}
.sns-mainSec {
}
.snb-area > div {
  text-align: center;
}
.snb-area:after {
  content: "";
  clear: both;
  display: block;
}
.titlehead {
  text-align: center;
  display: block;
  background-color: #fff;
  color: #82c3b3;
  font-size: 13px;
  font-weight: bold;
  width: 50px;
  padding: 6px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
}
.titlehead::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  top: 100%;
  left: 15px;
}
.snb-whole {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  margin: 0 0 10px;
}
.snb-whole .fa {
  font-weight: bold;
}
.snb-link {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 50%;
  border: 3px solid #fff;
}
.snb-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;
}

/*smp表示*/
@charset "utf-8";
@media screen and (max-width: 690px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }
  .snb-area,
  .mainSec {
    padding: 3%;
  }
  .mainSec,
  main,
  .sMENU,
  .sideLink img,
  article img {
    width: 100%;
  }
  article img {
    max-width: 100%;
  }
  article img,
  main,
  .sideLink img {
    float: none;
  }
  .sns-mainSec {
    display: block;
  }
  .sitename {
    font-size: 100%;
  }
  footer {
    padding: 0;
  }
  footer .foot-M {
    width: 100%;
    margin-bottom: 2rem;
  }
  .side-mainSec p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }
  .page_C img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .read_M {
    text-align: center;
  }
  .read_M a {
    display: block;
    max-width: 340px;
    margin: 0 auto;
  }
  /* gnavC */
  #gnavC-menu,
  .sMENU h2 {
    display: none;
  }
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #edca4f;
    position: fixed;
    width: 100%;
  }
  .slicknav_nav ul {
    margin: 0;
  }
  .slicknav_menu a {
    padding: 0;
    margin: 0;
  }
  a.slicknav_btn.slicknav_collapsed {
    width: 100%;
    display: block;
  }
  .slicknav_menu img {
    display: block;
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }
  .slicknav_btn {
    float: none;
    background-color: #fff;
  }
  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
  }
  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;
    color: #666;
    background: #fff;
    border-bottom: 1px dotted #666;
  }
  .slicknav_nav a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #edca4f;
    color: #fff;
    opacity: 1;
  }
  /* sns */
  .snb-whole {
    display: block;
    margin: 0 auto 10px;
  }
  /* 追記20171005 */
  .box116,
  .mainSec {
    width: 100%;
  }
  main aside {
    float: none;
  }
  .pageT {
    margin: 0;
    padding: 60px 0 20px;
  }
  .pageT .sitename a {
    font-size: 24px;
  }
  .pageT p.catchCP {
    font-size: 80%;
  }
  .box116 {
    padding: 20px;
    margin: 0 auto;
  }
  .mainSec {
    padding: 0 3%;
  }
  h2 {
    font-size: 24px;
    padding: 0;
  }
  aside li > div p {
    top: 10%;
    left: 35%;
  }
  .sideLink a {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  footer .mainSec {
    margin: 20px auto;
  }
  .foot-M p {
    width: 20%;
  }
  .foot-M p {
    width: 100%;
    float: none;
  }
  .sideLink img {
    float: left;
    max-width: 200px;
  }
  .titlehead {
    border: 3px solid #82c3b3;
    float: left;
    margin-right: 20px;
  }
  .titlehead::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 10px solid transparent;
    border-left: 10px solid #82c3b3;
    top: 25%;
    left: 100%;
  }
  .sns-mainSec {
    display: flex;
    justify-content: space-between;
  }
  .snb-area {
    margin: 0 auto;
    position: static;
    z-index: 1;
    width: 100%;
    display: flex;
  }
  aside {
    margin: 0;
  }
  .sideLink img {
    float: none;
    margin: 0 auto;
  }
  .sideLink a {
    float: none;
    text-align: center;
  }
}
