@charset "UTF-8";
.media_pc {
  display: block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 751px) {
  .media_pc {
    display: none;
  }
  .media_sp {
    display: block;
  }
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  background: #fdfa00;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;
}

/*
    .area-body
=========================================*/
.area-body {
  min-width: 750px;
  width: 750px;
  margin: 0 auto;
}

.area-body header {
  line-height: 0;
}

.area-body .visual {
  position: relative;
  line-height: 0;
  min-height: 1060px;
  background: url(../images/visual.jpg) top center no-repeat;
  background-size: 750px;
}

.area-body .visual .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.area-body .visual .slick-initialized .slick-slide {
  display: block;
}

.area-body .visual .area-sns {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  background: rgba(253, 250, 0, 0.7);
  display: flex;
  display: -webkit-flex;
}

.area-body .visual .area-sns li {
  margin-right: 40px;
}

.area-body .visual .area-sns li:last-child {
  margin-right: 0;
}

.area-body .visual .area-sns .share-text {
  margin-right: 114px;
}

@media screen and (max-width: 751px) {
  .area-body {
    min-width: auto;
    font-size: 14px;
  }
  .area-body .visual {
    background-size: 375px;
    min-height: 530px;
  }
  .area-body .visual .area-sns {
    padding: 15px 20px;
  }
  .area-body .visual .area-sns li {
    margin-right: 20px;
  }
  .area-body .visual .area-sns .share-text {
    margin-right: 57px;
  }
}

.area-body section {
  text-align: center;
  padding: 60px 30px 80px;
}

.area-body section h2 {
  margin: 0 0 30px;
}

.area-body section h2 img {
  display: inline-block;
}

.area-body section h3 {
  margin: 0 0 30px;
  text-align: center;
  color: #000;
}

.area-body section .color-black {
  color: #000;
}

.area-body section.section-blog, .area-body section.section-youtube {
  background: url(../images/back.jpg) 0 0 repeat;
}

.area-body section.section-blog .box {
  padding: 40px 40px 50px;
  box-shadow: 0 0 20px #f3cbc6;
}

.area-body section.section-blog .blog-list {
  box-sizing: border-box;
}

.area-body section.section-blog .blog-list li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px dashed #d2d2d2;
}

.area-body section.section-blog .blog-list li a .blog-image {
  width: 22%;
  margin-right: 20px;
}

.area-body section.section-blog .blog-list li a .blog-text {
  text-align: left;
  width: 78%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
}

.area-body section.section-blog .blog-list li a .blog-text span {
  display: block;
}

.area-body section.section-blog .blog-list li a .blog-text .date {
  text-align: left;
  color: #fdfa00;
  padding: 5px 0 20px;
}

.area-body section.section-blog .blog-list li:first-child a {
  padding-top: 0;
}

.area-body section .btn {
  margin: 50px 0 0;
}

.area-body section .btn img {
  display: inline-block;
}

.area-body section .box {
  background: #fff;
}

.area-body section .insta-list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.area-body section .insta-list li {
  margin: 0 5% 5%  0;
}

.area-body section .insta-list li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 751px) {
  .area-body section {
    padding: 30px 15px 40px;
  }
  .area-body section h2 {
    margin: 0 0 15px;
  }
  .area-body section h2 img {
    zoom: .5;
  }
  .area-body section h3 {
    margin: 0 0 15px;
  }
  .area-body section.section-blog .box {
    padding: 20px 20px 25px;
    box-shadow: 0 0 10px #f3cbc6;
  }
  .area-body section.section-blog .blog-list li a {
    padding: 20px 0;
  }
  .area-body section.section-blog .blog-list li a .blog-image {
    margin-right: 10px;
  }
  .area-body section.section-blog .blog-list li a .blog-text {
    padding: 0 10px 0 0;
  }
  .area-body section.section-blog .blog-list li a .blog-text .date {
    padding: 3px 0;
  }
  .area-body section.section-blog .blog-list li a .arrow img {
    zoom: .5;
  }
  .area-body section .btn {
    margin: 25px 45px 0;
  }
  .area-body section .insta-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
  .area-body section .insta-list li {
    margin: 0 auto;
  }
  .area-body section .insta-list li:nth-child(2n) {
    margin: 0 auto;
  }
}

@media screen and (max-width: 751px) {
  .area-body {
    width: auto;
  }
}

/*
    blog-page
=========================================*/
.single-format-standard .area-body .visual,
.page-template-default .area-body .visual {
  background: url(../images/blog/visual.jpg) top center no-repeat;
}

.single-format-standard .area-body section.section-blog-list,
.page-template-default .area-body section.section-blog-list {
  background: #fff;
}

.single-format-standard .area-body section.section-blog-list ul li,
.page-template-default .area-body section.section-blog-list ul li {
  margin: 20px 0;
  box-shadow: 0 0 20px #f3cbc6;
}

.single-format-standard .area-body section.section-blog-list ul li .area-title,
.page-template-default .area-body section.section-blog-list ul li .area-title {
  text-align: left;
  padding: 15px 10px;
  background: #fdfa00;
  font-weight: bold;
}

.single-format-standard .area-body section.section-blog-list ul li .area-title .date,
.page-template-default .area-body section.section-blog-list ul li .area-title .date {
  color: #000;
  margin: 0 0 .5em;
}

.single-format-standard .area-body section.section-blog-list ul li .area-title h3,
.page-template-default .area-body section.section-blog-list ul li .area-title h3 {
  font-size: 16px;
  text-align: left;
  color: #000;
  margin: 0;
}

.single-format-standard .area-body section.section-blog-list ul li .area-content,
.page-template-default .area-body section.section-blog-list ul li .area-content {
  font-size: 14px;
  padding: 15px 15px 0;
}

.single-format-standard .area-body section.section-blog-list ul li .area-content .elem-text,
.page-template-default .area-body section.section-blog-list ul li .area-content .elem-text {
  text-align: left;
  margin: 0 0 1em;
}

.single-format-standard .area-body section.section-blog-list ul li .area-content .elem-image,
.page-template-default .area-body section.section-blog-list ul li .area-content .elem-image {
  margin: 0 0 1em;
}

.single-format-standard .area-body section.section-blog-list ul li .area-share ul,
.page-template-default .area-body section.section-blog-list ul li .area-share ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.single-format-standard .area-body section.section-blog-list ul li .area-share ul li,
.page-template-default .area-body section.section-blog-list ul li .area-share ul li {
  box-shadow: none;
  margin: 0 30px 20px 0;
}

.single-format-standard .area-body section.section-blog-list ul li .area-share ul li:last-child,
.page-template-default .area-body section.section-blog-list ul li .area-share ul li:last-child {
  margin: 0 0 20px;
}

@media screen and (max-width: 751px) {
  .single-format-standard .area-body section.section-blog-list ul li,
  .page-template-default .area-body section.section-blog-list ul li {
    margin: 10px 0;
    box-shadow: 0 0 10px #f3cbc6;
  }
  .single-format-standard .area-body section.section-blog-list ul li .area-title,
  .page-template-default .area-body section.section-blog-list ul li .area-title {
    padding: 10px;
  }
  .single-format-standard .area-body section.section-blog-list ul li .area-title .date,
  .page-template-default .area-body section.section-blog-list ul li .area-title .date {
    margin: 0 0 .5em;
  }
  .single-format-standard .area-body section.section-blog-list ul li .area-title h3,
  .page-template-default .area-body section.section-blog-list ul li .area-title h3 {
    font-size: 16px;
    text-align: left;
    color: #000;
    margin: 0;
  }
  .single-format-standard .area-body section.section-blog-list ul li .area-content,
  .page-template-default .area-body section.section-blog-list ul li .area-content {
    font-size: 14px;
    padding: 15px 15px 0;
  }
  .single-format-standard .area-body section.section-blog-list ul li .area-share ul li,
  .page-template-default .area-body section.section-blog-list ul li .area-share ul li {
    box-shadow: none;
    margin: 0 15px 20px 0;
  }
  .single-format-standard .area-body section.section-blog-list ul li .area-share ul li img,
  .page-template-default .area-body section.section-blog-list ul li .area-share ul li img {
    zoom: .5;
  }
  .single-format-standard .area-body section.section-blog-list ul li .area-share ul li:last-child,
  .page-template-default .area-body section.section-blog-list ul li .area-share ul li:last-child {
    margin: 0 0 20px;
  }
}

/*
    footer
=========================================*/
footer {
  text-align: center;
  background: #fff;
  color: #000;
  padding: 50px 0 40px;
}

footer .link {
  text-align: center;
  margin: 30px 0; 
}
footer .link img {
  display: inline-block;
}
footer .sns-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}

footer .sns-list li {
  margin: 0 15px;
}

footer .sns-list li img {
  zoom: .5;
}

@media screen and (max-width: 751px) {
  footer {
    font-size: 10px;
    padding: 25px 0 30px;
  }
}

/*# sourceMappingURL=maps/app.css.map */
