@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: 14px;
  line-height: 2;
  color: #555;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../images/background.png);
}

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: #efefef;
  color: #ed7a9b;
  border: 1px solid #ed7a9b;
  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: #ed7a9b;
}

/* top page */

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

.head-area .site-ttl a {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 35px;
  color: #555;
  font-weight: bold;
  line-height: 1.3;
}

.head-area p.catch-copy {
  margin-bottom: 10px;
  padding: 0;
  font-size: 12px;
}

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

nav.global-nav ul#global-nav-menu>li:hover {
  position: relative;
}

nav.global-nav ul#global-nav-menu>li:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: #ff0;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  opacity: 0.4;
  z-index: -1;
}

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

.slicknav_menu {
  display: none;
}

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

#global-nav-menu li a {
  display: block;
  color: #419bc2;
  font-size: 18px;
}

/* 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 {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

header .wrapper {
  display: block;
}

/* +下層用 */
.wrapper section h2,
h2,
.under h1 {
  margin-bottom: 20px;
  font-size: 21px;
  padding: 0 10px;
  color: #ed7a9b;
  background: linear-gradient(transparent 60%, #ff0 60%);
}

.wrapper p {
  margin: 15px 0;
}

/* section */
.wrapper section {
  float: right;
  max-width: 750px;
}

.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: 1px solid #ccc;
  background: #fff;
}

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

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

.link-box h3 a::after {
  content: ">";
  margin-left: 5px;
}

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

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

/* aside */
aside.side-menu {
  float: left;
  /*min-*/
  width: 210px;
}

.side-wrapper {
  position: sticky;
  top: 0;
}

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

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

.side-wrapper li ul li a {
  line-height: 1.4;
  color: #419bc2;
}

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

.side-link img {
  max-width: 100%;
}

.side-menu>ul>li>p {
  text-align: center;
  margin: 0;
  padding: 3px;
  font-size: 21px;
  background-image: linear-gradient(-45deg,
      #fff 25%,
      transparent 25%,
      transparent 50%,
      #fff 50%,
      #fff 75%,
      transparent 75%,
      transparent);
  background-size: 30px 30px;
}

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

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

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

/* footer */
footer {
  position: relative;
  margin-top: 150px;
  padding: 20px 0;
  background: #fff;
  border-top: 1px solid #ccc;
}

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

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

footer .ft-copy {
  color: #555;
}

footer a.top-btn {
  position: absolute;
  top: -90px;
  right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  color: #ed7a9b;
  background: #fff;
  border: 1px solid #ccc;
}

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

footer .foot-menu p {
  margin-bottom: 10px;
  padding: 0 0 5px;
  border: 1px solid #ccc;
  color: #419bc2;
  font-size: 21px;
  text-align: center;
}

footer .foot-menu a {
  position: relative;
  display: block;
  margin: 10px 0;
  color: #419bc2;
  line-height: 1.4;
}

footer .foot-menu a:hover {
  color: #555;
}

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

/* under */

/* pan nav */
#panav {
  float: right;
  width: 750px;
  margin: 10px 0;
  padding: 10px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

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

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

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

#panav ul li a {
  color: #419bc2;
  border-bottom: 1px solid #ed7a9b;
}

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

.wrapper .main-area {
  float: right;
  width: 750px;
}

.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: #419bc2;
  font-size: 14px;
  width: 100%;
  padding: 6px 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background: #efefef;
}

.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: 1px solid #ccc;
}

#twitter {
  color: #00acee;
}

#hatena {
  color: #2d4c86;
}

#facebook {
  color: #3b5998;
}

#ggl-plus {
  color: #dd4b39;
}

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

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

.article .read-more a {
  display: inline-block;
  width: 150px;
  height: 50px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  color: #ed7a9b;
  line-height: 40px;
  background: #fff;
  border: 5px solid #ff0;
}

/* styles+下層用 */
h3,
.under h2 {
  padding: 8px 10px;
  border-left: 5px solid #ff0;
}

h4,
.under h3 {
  padding: 8px 10px;
  border: 1px solid #555;
}

h5 {
  border-top: 3px double #555;
  border-bottom: 3px double #555;
}

.article ul,
.article ol {
  padding: 20px;
}

.article ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #ed7a9b;
  border-radius: 50%;
  margin-right: 10px;
}

.article ul {
  background: #efefef;
  border-radius: 5px;
}

.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;
  color: #fff;
  background: #ed7a9b;
  border-radius: 50%;
}

blockquote {
  position: relative;
  padding: 20px 60px;
  border: 1px solid #555;
}

blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  color: #419bc2;
  font-size: 20px;
}

blockquote::after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  color: #419bc2;
  font-size: 20px;
}

address {
  padding: 20px;
  color: #419bc2;
  background: #efefef;
}

.article a {
  color: #419bc2;
  border-bottom: 1px solid #ed7a9b;
}

table th {
  padding: 5px 20px;
  color: #fff;
  background: #419bc2;
  border: 1px solid #fff;
}

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

.link-all {
  border: 5px solid #ff0;
}

.wrapper section .link-all h2 {
  background: none;
}

.wrapper section .link-all h3 {
  border-left: 5px solid #419bc2;
}

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

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-weight: normal;
  font-size: 21px;
  color: #ed7a9b;
}

.mainvisual {
  background: #fff;
}

.stripe {
  width: 100%;
  height: 50px;
  background-image: linear-gradient(-45deg,
      #fff 25%,
      transparent 25%,
      transparent 50%,
      #fff 50%,
      #fff 75%,
      transparent 75%,
      transparent);
  background-size: 30px 30px;
}

strong {
  color: #ed7a9b;
  background: linear-gradient(transparent 60%, #ff0 60%);
}

em {
  background: linear-gradient(transparent 60%, #efefef 60%);
}

/*responsive*/

@media screen and (max-width: 667px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-align: left;
  }

  footer .foot-menu-all,
  .main-area h1,
  .article-entry,
  .button-area,
  .side-wrapper,
  aside.side-menu,
  .pan-nav,
  .main-area h2,
  img.eyecatch {
    padding: 3%;
  }

  .wrapper,
  .article {
    padding: 2%;
  }

  .wrapper {
    display: block;
  }

  .wrapper section article.link-box a {
    padding: 0;
  }

  div.pan-nav {
    padding: 0 3%;
  }

  .wrapper section h2,
  .side-menu h2 {
    padding: 15px 5%;
  }

  .article .art-box p {
    margin: 10px 0;
  }

  .article img {
    margin: 0;
  }

  main section article.article img {
    margin: 0 auto;
  }

  .wrapper,
  ul.sub-menu li a,
  .wrapper section,
  .article .art-R,
  aside.side-menu,
  .wrapper .main-area,
  .side-link img,
  .article img,
  div.pan-nav,
  img.eyecatch {
    width: 100%;
  }

  .article img,
  .article-entry img {
    max-width: 100%;
  }

  .article img,
  .article .art-R,
  .wrapper section,
  .wrapper .main-area,
  .side-link img {
    float: none;
  }

  .sns-wrapper,
  main section article.article img {
    display: block;
  }

  .slicknav_menu>ul>li>a>p {
    display: inline-block;
  }

  header .site-ttl {
    margin: 20px 0;
    font-size: 16px;
  }

  .wrapper section h2,
  .side-menu h2 {
    font-size: 18px;
  }

  footer .foot-menu {
    width: 100%;
  }

  footer .foot-menu-all {
    display: block;
    text-align: left;
    line-height: 2;
  }

  .side-wrapper p a {
    height: 28px;
    padding: 0;
    text-align: center;
  }

  aside.side-menu {
    background: none;
  }

  footer a.top-btn {
    right: 20px;
  }

  /* global-nav */
  #global-nav-menu,
  .side-wrapper,
  .side-menu h2 {
    display: none;
  }

  /* .global-nav {
    position: sticky;
    top: 0;
  } */
  .slicknav_menu {
    display: block;
    padding: 0;
    background: #fff;
    position: sticky;
    top: 0;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_menu ul a {
    padding: 5px 20px;
    color: #ed7a9b;
  }

  .slicknav_menu ul a:hover {
    color: #ccc;
  }

  .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_menu .slicknav_menutxt {
    display: block;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    text-shadow: none;
    color: #419bc2;
    background-color: #fff;
    border: 1px solid #ccc;
  }

  .slicknav_menu .slicknav_icon-bar {
    background-color: #8a7749;
    display: none;
  }

  .slicknav_menu .slicknav_icon {
    display: none;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: none;
    color: #5c4d3a;
  }

  ul.slicknav_nav li:last-child {
    border-bottom: none;
  }

  ul.sub-menu li a {
    border-bottom: 1px border 419bc2;
  }

  .slicknav_collapsed.slicknav_parent {
    border-bottom: 1px dotted #ed7a9b;
  }

  /* side menu */
  .side-menu .slicknav_menu .slicknav_menutxt {
    color: 419bc2;
    background-color: #fff;
  }

  .side-menu .slicknav_menu ul {
    color: #fdf6f6;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: none;
  }

  .slicknav_menu ul li:last-child ul li a {
    text-align: center;
  }

  .side-link img {
    min-width: 80%;
  }

  /* sns */
  .button-whole {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }

  table th,
  table td {
    padding: 5px;
    line-height: 1.4;
  }

  .slicknav_menu .slicknav_menutxt {
    font-size: 21px;
    font-weight: normal;
  }

  #panav {
    width: 100%;
    border: none;
    background: none;
  }

  .head-area .site-ttl a {
    width: 100%;
    text-align: justify;
  }

  .head-area {
    padding: 0;
  }

  .bx-wrapper {
    margin: 25px 0;
  }
}

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

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

/*パンくず*/