@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

body {
  background-color: #f1e6d0;
  font-size: 16px;
  line-height: 2;
  color: #36312b;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/background.jpeg);
}

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;
  background: #fff;
  border: 3px double #5c4d3a;
  padding: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 130%;
  margin-bottom: 25px;
  padding: 8px 0;
  color: #5a3e1c;
}

/* top page */

/* header */
.head-area {
  width: 100%;
  padding: 30px;
}

.head-area .site-ttl a {
  font-size: 21px;
  color: #5c4d3a;
  font-weight: bold;
  line-height: 1.3;
}

.head-area p.catch-copy {
  margin-bottom: 10px;
  padding: 0;
  color: #5c4d3a;
  font-size: 10px;
}

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

nav.global-nav ul#global-nav-menu>li {
  display: flex;
  align-items: center;
  width: 24%;
  height: auto;
  min-height: 50px;
  font-size: 14px;
  text-align: center;
  border: 3px double #5c4d3a;
  background: #f1e6d0;
}

nav.global-nav ul#global-nav-menu>li a {
  display: block;
  width: 100%;
  padding: 0 20px;
}

.slicknav_menu {
  display: none;
}

#global-nav-menu {
  margin: 20px 0 0;
}

#global-nav-menu li a {
  display: block;
  color: #5c4d3a;
}

/* slider */
.bx-wrapper {
  margin: 50px auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  background: #388186;
  border-radius: 50%;
}

/* contents area */
.wrapper {
  /*width: 100%; 1080px*/
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .wrapper {
  display: block;
}

/* +下層用 */
.wrapper section h2,
.under h1 {
  margin-bottom: 20px;
  font-size: 21px;
  text-align: center;
  padding: 20px;
  border: 3px double #5c4d3a;
}

.wrapper p {
  margin: 15px 0;
}

/* section */
.wrapper section {
  float: left;
  max-width: 750px;
  /* width: 100%; */
}

.wrapper article .art-box {
  padding: 0 20px;
}

.article .art-R {
  width: 280px;
  float: right;
}

.art-R a {
  display: block;
  text-align: right;
}

.article {
  margin-bottom: 50px;
  padding: 20px;
  border: 3px double #5c4d3a;
  background: #f1e6d0;
}

/* link */
.link-box {
  padding: 3%;
}

.link-box h3 a {
  font-size: 16px;
}

article.link-box p {
  padding: 0 0 20px;
}

.wrapper section article.link-box a {
  text-align: left;
}

/* aside */
aside.side-menu {
  float: right;
  /*min-*/
  width: 28%;
  /*300px*/
}

.side-wrapper {
  padding: 20px;
  border: 3px double #5c4d3a;
  background: #f1e6d0;
  position: sticky;
  top: 0;
}

.side-wrapper a {
  display: block;
  margin: 10px 0;
  color: #5c4d3a;
}

.side-wrapper a:hover {
  opacity: 0.7;
}

.side-wrapper li ul li a {
  line-height: 1.4;
}

.side-wrapper p a {
  display: block;
  padding-left: 70px;
  height: 40px;
  line-height: 40px;
}

.side-link img {
  float: left;
  max-width: 60px;
}

.side-menu>ul>li>p {
  text-align: center;
  padding: 3px;
  font-size: 21px;
  color: #5c4d3a;
  border: 3px double #5c4d3a;
  font-family: "Great Vibes", cursive;
}

.side-wrapper>li {
  font-size: 16px;
  color: #ed894a;
}

p.side-link img {
  vertical-align: middle;
}

.side-sub-menu {
  padding: 3%;
}

.side-link p {
  padding: 10px 0;
}

.side-link li {
  margin: 20px 0;
}

/* footer */
footer {
  position: relative;
  margin-top: 100px;
  padding: 20px 0;
  background: #f1e6d0;
  border-top: 3px double #5c4d3a;
}

footer .foot-menu-all {
  display: flex;
  flex-wrap: wrap;
}

footer .ft-copy {
  font-size: 10px;
  text-align: center;
}

footer .ft-copy {
  color: #5c4d3a;
}

footer a.top-btn {
  position: absolute;
  top: -90px;
  right: 20px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  color: #5c4d3a;
  background: #f1e6d0;
  border: 3px double #5c4d3a;
}

footer .foot-menu {
  /* width: 33%; */
  margin-right: 30px;
}

footer .foot-menu p {
  margin-bottom: 10px;
  padding: 0 0 5px;
  border-bottom: 1px dotted #a96060;
  color: #36312b;
  font-family: "Great Vibes", cursive;
  font-size: 21px;
}

footer .foot-menu a {
  display: block;
  margin: 10px 0;
  color: #36312b;
  line-height: 1.4;
}

footer .foot-menu a:hover {
  opacity: 0.7;
}

/* under */

/* pan nav */
#panav {
  width: 750px;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 3px double #5c4d3a;
  border-bottom: 3px double #5c4d3a;
}

#panav ul li {
  display: inline-block;
}

#panav ul li::after {
  content: ">>";
}

#panav ul li:last-child::after {
  content: none;
}

#panav ul li a {
  color: #5c4d3a;
  border-bottom: 1px solid #5c4d3a;
}

img.eyecatch {
  display: block;
  margin: 20px auto;
  width: 100%;
}

.wrapper .main-area {
  float: left;
  /*width: 73%;750px*/
  max-width: 72%;
}

@media screen and (max-width: 667px) {
  .wrapper .main-area {
    max-width: inherit;
  }
}

.article-entry,
.button-area {
  padding: 20px;
}

.wrapper main .article-entry p {
  padding: 0 0 20px 0;
}

/* SNS */
.button-area {
  width: 100%;
  margin: 50px 0;
}

.sns-wrapper {
  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;
  color: #5c4d3a;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 3px double #5c4d3a;
}

.button-whole {
  width: 24%;
  box-sizing: border-box;
  margin: 0 0.1%;
}

.button-link {
  display: block;
  text-align: center;
  color: #5c4d3a;
  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;
}

.article .button-whole a {
  color: #5c4d3a;
  border: 3px double #5c4d3a;
}

#twitter:hover {
  color: #00acee;
}

#hatena:hover {
  color: #2d4c86;
}

#facebook:hover {
  color: #3b5998;
}

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

.img-big {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.read-more {
  text-align: right;
}

.article .read-more a {
  display: inline-block;
  width: 150px;
  height: 50px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #5c4d3a;
  line-height: 50px;
  background: #e8e3d2;
  border: 3px double #d5ceb8;
  font-family: "Great Vibes", cursive;
}

/* styles */
h3,
.under h2 {
  border-top: 3px double #5a3e1c;
  border-bottom: 3px double #5a3e1c;
}

h4,
.under h3 {
  padding: 8px 10px;
  border-left: 5px solid #5a3e1c;
}


h5 {
  padding: 8px 10px;
  border: 1px solid #5a3e1c;
}

h6 {
  border-bottom: 1px solid #5a3e1c;
}

.article ul,
.article ol {
  padding: 20px;
  border: 3px double #5a3e1c;
}

.article ul li {
  list-style-type: circle;
  list-style-position: inside;
}

.article ol {
  counter-reset: count;
}

.article ol li {
  margin: 5px 0;
}

.article ol li::before {
  counter-increment: count;
  content: counter(count);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 10px;
  text-align: center;
  line-height: 2rem;
  border: 3px double #5a3e1c;
}

blockquote {
  position: relative;
  padding: 20px 60px;
  border: 3px double #5c4d3a;
}

blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
}

blockquote::after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
}

address {
  padding: 20px;
  color: #fff;
  background: #5c4d3a;
}

.article a {
  color: #5c4d3a;
  border-bottom: 1px solid #5c4d3a;
}

table th {
  padding: 5px 20px;
  color: #f1e6d0;
  background: #5c4d3a;
  border: 1px solid #f1e6d0;
}

table td {
  padding: 5px 20px;
  color: #5c4d3a;
  border: 1px solid #5c4d3a;
}

.link-box a {
  border-bottom: none;
}

strong {
  padding: 0 5px;
  color: #fff;
  background: #5c4d3a;
}

em {
  border-bottom: 3px double #5c4d3a;
}

a {
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

strong,
b {
  font-size: 1rem;
}

em,
address {
  font-style: normal;
}

del {
  text-decoration: line-through;
}

.article ul,
.article ol,
blockquote,
pre,
table {
  margin: 20px 0;
}

table {
  border-collapse: collapse;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

.not-found {
  font-family: "Great Vibes", cursive;
  font-weight: normal;
  font-size: 21px;
}

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

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

/*パンくず*/