@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: #eff8fb;
  font-size: 16px;
  font-color: #9b8a69;
  line-height: 1.5;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

#wrap {
  padding-top: 50px;
}

.side-wrapper a {
  color: #4bbca4;
  display: block;
  border-bottom: dotted 2px #9b8a69;
}

.side-wrapper ul {
  margin-bottom: 70px;
}

.leftmenu {
  position: relative;
}

.s-menu img {
  position: relative;
  left: -20;
  top: -50;
}

a {
  color: #4bbca4;
}

a:hover {
  color: #097693;
  transition: 0.2s;
}

h1 {
  line-height: 1.2;
  margin-bottom: 10px;
}

h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #9b8a69;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
  margin-bottom: 25px;
  color: #9b8a69;
}

/* 下層用 */
h2,
.under h1 {
  color: #4bbca4;
  padding: 10px 15px;
  border-bottom: dotted 2px #9b8a69;
  font-size: 20px;
}

h3,
.under h2 {
  border: 1px solid #9b8a69;
}

h4,
.under h3 {
  border-bottom: 1px solid #9b8a69;
  padding-bottom: 5px;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  color: #9b8a69;
  font-size: 120%;
}

h6 {
  color: #9b8a69;
  font-size: 100%;
}

strong {
  border-bottom: double 5px #4bbca4;
}

article ul {
  padding: 0.5em 0 0.5em 2.5em;
  margin: 1.5em 0;
  border: dotted 2px #9b8a69;
}

article ul li {
  position: relative;
}

article ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ccc;
}

article ol {
  counter-reset: counter-name;
  border: dotted 2px #9b8a69;
  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: #ece7dc;
  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: #4bbca4;
}

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 #9b8a69;
  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 */
.wrap_outer {
  max-width: 1000px;
  margin: 50px auto 0;
  background-color: #ece7dc;
  padding: 50px;
}

/* header */
.headerarea {
  width: 100%;
  padding-bottom: 50px;
  position: relavive;
}

.headerarea a {
  color: #503707;
}

.headerarea #title {
  position: absolute;
  top: 40px;
  left: 360px;
  z-index: 60;
  width: 500px;
  background-color: #fff;
  opacity: 0.55;
  padding: 20px;
}

.headerarea .site-title a {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;

  line-height: 1.3;
}

.headerarea p.maincopy {
  color: #000;
  font-size: 70%;
}

.gnav>ul {
  display: flex;
  justify-content: space-around;
}

.gnav ul#gnav-menu>li {
  position: relative;
  width: 24%;
  font-size: 16px;
  font-color: #9b8a69;
  text-align: center;
}

#gnav-menu li a {
  padding: 10px;
  border: double 3px #9b8a69;
}

#gnav-menu li ul.sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 9999;
}

.slicknav_menu {
  display: none;
}

#gnav-menu li a {
  display: block;
  color: #9b8a69;
}

#gnav-menu li a:hover {
  color: #097693;
}

/* slider */
.topvisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.topslide {
  position: relative;
  left: 0px;
  width: 900px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 10px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}

/* contents area */
.wrapper {
  margin: 0 auto;
}

.readmore {
  width: 200px;
  text-align: center;
  background-color: #4bbca4;
  margin-top: 20px;
  margin-left: 200px;
}

.readmore a {
  padding: 3px 3rem;
  display: inline-block;
  color: #fff;
}

.readmore a:link {
  color: #fff;
}

.readmore a:hover {
  background: #097693;
  color: #fff;
}

/* main */
main {

  max-width: 900px;
  display: flex;
  justify-content: space-between;
}

.leftmenu {
  /*min-*/
  width: 250px;

  position: sticky;
  top: 0;
  height: fit-content;
}

.right-cont {
  max-width: 600px;
  /* float: right; */
  border: double 3px #9b8a69;
  padding: 10px;
}

article img {
  max-width: 100%;
  margin-bottom: 10px;
  border: double 3px #9b8a69;
}

.linkcontentent img {
  float: left;
  max-width: 570px;
  margin-right: 10px;
}

article {
  margin-bottom: 30px;
}

/* おすすめリンク */
.linkbx h3 {
  position: relative;
  margin-bottom: 0;
}

.linkbx h3 a {
  display: block;
}

.linkbx h3 a::after {
  content: ">";
  position: absolute;
  right: 10px;
}

.linkbx p {
  padding: 0 0 20px;
  margin-bottom: 30px;
}

.linkbx a {
  text-align: left;
}

/* aside */
aside {
  float: left;
  width: 250px;
}

.s-menu {
  color: #9b8a69;
  font-size: 21px;
  background: url(../../images/stp_menu.png) no-repeat scroll 0 center transparent;
  width: 200px;
  height: 60px;
  text-align: center;
}

.s-menu p {
  margin-left: 20px;
  padding: 10px;
}

.s-menu li {
  padding-left: 10px;
}

aside a {
  padding: 10px 0 10px 10px;
}

aside img {
  max-width: 250px;
  margin-right: 10px;
}

.leftlink a {
  margin-bottom: 10px;
}

/* footer */
footer {
  position: relative;
  background: #ece7dc;
  padding: 50px 0 30px;
  color: #9b8a69;
  border-top: solid 10px #eff8fb;
  margin: 0 auto 50px;
  max-width: 1000px;
}

footer ul {
  margin-top: 15px;
}

footer p {
  font-size: 21px;
}

footer a {
  color: #fff;
  padding-left: 10px;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

.copyright {
  font-size: 70%;
  text-align: center;
}

.totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

.totop:hover img {
  opacity: 0.7;
}

.ftmenu {
  /* width: 27%; */
  margin-right: 3%;
  padding-left: 50px;
}

.ftmenu p {
  color: #9b8a69;
  font-size: 21px;
}

.ftmenu a {
  color: #4bbca4;
}

.ftmenu a:hover {
  color: #097693;
}

/* under */
.404massage {
  font-size: 200%;
  color: #b1a395;
}

/* pan nav */
.pagenav {
  margin-bottom: 20px;
  /* text-align: right; */
}

.pagenav a {
  display: inline;
  font-size: 85%;
}

.pagenav font {
  color: #ccc;
}

/* SNS */
.sharearea {
  width: 100%;
  margin: 50px 0;
}

.snsbtn {
  display: flex;
  justify-content: space-between;
}

.sharearea>div {
  text-align: center;
}

.sharearea:after {
  content: "";
  clear: both;
  display: block;
}

.share2 {
  text-align: center;
  display: block;
  background-color: #4bbca4;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.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;
}

.linkto a {
  color: #fff;
  background-color: #4bbca4;
  padding: 10px;
}

.linkto a p {
  color: #fff;
}

.linkto a:hover {
  background-color: #097693;
}

/* SNSごとの背景色 */
#twitter {
  background-color: #00acee;
}

#hatena {
  background-color: #2d4c86;
}

#facebook {
  background-color: #3b5998;
}

#ggl-plus {
  background-color: #dd4b39;
}

/* 下層ページ */
#title-pg {
  background: #fff;
  opacity: 0.55;
  margin-bottom: 50px;
  padding: 20px;
}

.massage404 {
  font-size: 170%;
  color: #9b8a69;
}

/*下層などflex内で要素が増える時*/
main:has(.pagenav) {
  flex-wrap: wrap;
}

/*パンくずが含まれる時のみ*/
.pagenav {
  width: 100%;
}

/*パンくず*/