@charset "UTF-8";

/* ヘッド
---------------------------------------------------- */
.head {
	width: 100%;
    position: relative;
    line-height: 0;
}
.head img {
	width: 100%;    
}
.head h1 {
    display: block;
    font-size: 26px;
	font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow:0 0 5px rgba(0,0,0,0.75);
}

/* NEWS一覧
---------------------------------------------------- */
.wp-pagenavi {
    max-width: 500px;
    margin: 0 auto 50px auto;
    position: relative;
    text-align: center;
}
.wp-pagenavi .previouspostslink {
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    left: 0;
}
.wp-pagenavi .nextpostslink {
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
    position: absolute;
    right: 0;
}
.wp-pagenavi .previouspostslink:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-top: -4px;
  margin-right: 5px;
  background-image: url(../../images/btn-prev.svg);
  background-size: contain;
  vertical-align: middle;
}
.wp-pagenavi .nextpostslink:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-top: -4px;
  margin-left: 5px;
  background-image: url(../../images/btn-next.svg);
  background-size: contain;
  vertical-align: middle;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
    margin: 0 10px;
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: 700;
}
.wp-pagenavi .page {
    margin: 0 10px;
}
.wp-pagenavi .current {
    color: #b3b3b3;
}

/* NEWS個別
---------------------------------------------------- */
article.article-single {
    padding: 50px 0 30px 0;
}
article.article-single .inner {
    max-width: 720px;
}
article.article-single .headline {
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}
article.article-single .headline h2 {
    font-size: 30px;
	font-size: 3.0rem;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 1px;
}
article.article-single .headline p.date {
    margin-bottom: 0;
    font-size: 15px;
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 26px;
    color: #808080;
    letter-spacing: 1px;
}
article.article-single p {
    line-height: 30px;
    letter-spacing: 1px;
}
article.article-single figure {
    margin-top: 50px;
    margin-bottom: 50px;
}
article.article-single .iframe_movies {
    position: relative;
    width: 100%;
    height: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
article.article-single .iframe_movies iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* ページネイション */
.btn {
    max-width: 700px;
    margin: 0 auto 40px auto;
    list-style: none;
    display: -webkit-flex;
	display: -webkit-box;
    display: -ms-flexbox;
	display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.btn-prev a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-right: 5px;
  background-image: url(../../images/btn-prev.svg);
  background-size: contain;
  vertical-align: middle;
}
.btn-next a:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 5px;
  background-image: url(../../images/btn-next.svg);
  background-size: contain;
  vertical-align: middle;
}

/* RECENT POSTS */
section.section-recent-posts {
    padding: 20px 0 30px 0;
}
section.section-recent-posts .inner {
    max-width: 720px;
}
section.section-recent-posts h3 {
    margin-bottom: 20px;
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}
section.section-recent-posts .articles-recent-posts .article-recent-posts {
    width: 32.57142%;
    margin-bottom: 20px;
}
section.section-recent-posts .articles-recent-posts .article-recent-posts img {
    width: 100%;
}
section.section-recent-posts .articles-recent-posts .article-recent-posts h4 {
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}
section.section-recent-posts .articles-recent-posts .article-recent-posts p.date {
    font-size: 14px;
	font-size: 1.4rem;
    font-weight: 700;
    color: #808080;
    text-align: center;
    letter-spacing: 1px;
}
section.section-recent-posts .btn-back-to-archive {
    max-width: 330px;
    margin: 45px auto 0 auto;
    padding: 5px 5px 8px 5px;
    font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    border: 1px solid #000;
}
section.section-recent-posts .btn-back-to-archive a {
    display: block;
     color: #b3b3b3;
}
section.section-recent-posts .btn-back-to-archive a:hover {
    text-decoration: none;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
/* ヘッド
---------------------------------------------------- */
.head h1 {
    font-size: 34px;
	font-size: 3.4rem;
}
}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {

}
