@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


/* ---------------------------------------------------
FOUT対策
--------------------------------------------------- */
html {
    visibility: hidden;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}
/* ---------------------------------------------------
common
--------------------------------------------------- */
html {
  font-family: 'Lato', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#pal_top {
  width: 100px;
  position: fixed;
  top: 3%;
  left: 4%;
  z-index: 999;
}
#pal_top img {
  width: 100%;
  display: block;
  height: auto;
}
@media screen and (min-width: 999px) {
  #pal_top {
    width: 144px;
    position: fixed;
    top: 8%;
    left: 6%;
    }  
}

/* ---------------------------------------------------
Title
--------------------------------------------------- */
.title {
  padding-top: 80px;
}
.title h1 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.2em;
}
.title .nav {
  margin: 50px auto;
}
.title ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 12px;
}
.title ul li {
  width: 48%;
  padding: 16px 0;
  margin: 2px;
  background: #f4f4f4;
  transition: .2s all ;
}
.title ul li:hover {
  background: #f8e4db;
}

.title ul li a {
  text-decoration: none;
  color: #000;
}
.tab.is-active{
  background: #f8e4db;
  color:#FFF;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 999px) {
  .title {
    padding-top: 140px;
  }  
  .title .nav {
    max-width: 700px;
    margin: 50px auto;
  }
  .title ul {
    font-size: 14px;
  }
  .title ul li {
    padding: 20px 0 16px;
  }
}
/* ---------------------------------------------------
img_wrap
--------------------------------------------------- */
.img_wrap {
  margin: 1%;
}
.img_wrap .banner_outer {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_wrap .banner_wrap {
  width: 49%;
  margin-bottom: 14px;
}
.img_wrap .banner_wrap a {
  text-decoration: none;
  color: #000;
  transition: .2s all;
}
.img_wrap .banner_wrap:hover,
.img_wrap .banner_wrap a:hover {
  opacity: .7;
}
.img_wrap .banner_wrap img {
  width: 100%;
}
.img_wrap .banner_wrap .text_wrap {
  margin: 4px auto;
}
.img_wrap .banner_wrap .tag {
  display: inline-block;
  background: #f8e4db;
  font-size: 10px;
  padding: 3px 6px;
  color: #707070;
}
.img_wrap .banner_wrap .date {
  display: inline-block;
  color: #707070;
  font-size: 10px;
  letter-spacing: 2px;
}
.img_wrap .banner_wrap .f_title {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 4px;
}

/* ソート */

.list li:nth-child(even){
 margin-right: 0;
}
 
@keyframes test {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}
@media screen and (min-width: 999px) {
  .img_wrap .banner_wrap {
    width: 32.5%;
    margin: 4px 4px 20px;
  }
  .img_wrap .banner_outer {
    max-width: 1100px;
    margin: auto;
    margin-bottom: 100px;
    justify-content: start;
    }
  }
  .img_wrap .banner_wrap .text_wrap {
    margin: 10px 6px;
  }
  .img_wrap .banner_wrap .f_title {
    margin: 8px auto;
  }
/* ---------------------------------------------------
footer
--------------------------------------------------- */
footer {
  background: #f4f4f4;
  padding: 70px 0 20px;
}
footer .top_btn a {
  color: #000000;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  border: 1px solid #000000;
  width: 80%;
  padding: 20px;
}
footer .top_btn a:hover {
  color: #fff;
  border: 1px solid #bbbbbb;
  padding: 20px;
  background-color: #bbbbbb;
  transition: 0.3s;
}
footer ul#footer_snsArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
footer ul#footer_snsArea li {
  width: 30px;
  height: auto;
  margin-right: 22px;
}
footer ul#footer_snsArea li a img {
  width: 100%;
  display: block;
  height: auto;
}
footer p {
  text-align: center;
  margin-top: 30px;
  font-size: 10px;
}
@media screen and (min-width: 999px)  {
  footer .top_btn a {
    width: 36%;
  }  
  footer p {
    font-size: 12px;
  }  
}
