

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 400
}
li {
	list-style: none
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}
input, textarea, select {
	*font-size: 100%
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
a {
	outline: none;
	text-decoration: none;
	color: inherit
}
img {
	vertical-align: bottom
}
a[href], label[for], button, input[type="button"], input[type="submit"], input[type="reset"], input[type="image"], input[type="radio"], input[type="checkbox"], select {
	cursor: pointer
}
a[href^="tel:"] {
	cursor: default
}
input[type="text"], input[type="tel"], input[type="email"] {
	outline: none;
	width: 100%;
	height: 40px;
	background: none;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px
}
select {
	outline: none;
	background: transparent;
	width: 100%;
	height: 40px;
	border: 1px solid #ccc
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	outline: none;
	width: 100%;
	height: 100px;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 5px
}
.form button, .form input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	text-shadow: none
}
label {
	cursor: pointer
}
input[type="radio"], input[type="checkbox"] {
	display: none
}
input[type="radio"]:checked + span:after, input[type="radio"]:checked + input + span:after, input[type="checkbox"]:checked + span:after, input[type="checkbox"]:checked + input + span:after {
	opacity: 1;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear
}
label span {
	position: relative;
	padding: 0 0 0 22px
}
label span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: transparent;
	border: 1px solid #ccc;
	-webkit-transition: all 0.25s linear;
	transition: all 0.25s linear;
	margin: auto 0
}
label span:after {
	content: '';
	opacity: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	display: block;
	margin: auto;
	-webkit-transition: all 0.15s linear;
	transition: all 0.15s linear
}
label input[type="radio"] + span:before, label input[type="radio"] + input + span:before, label input[type="radio"] + span:after, label input[type="radio"] + input + span:after {
	border-radius: 50%
}
label input[type="radio"] + span:after, label input[type="radio"] + input + span:after {
	left: 4px;
	width: 8px;
	height: 8px;
	background: #ccc
}
label input[type="checkbox"] + span:after, label input[type="checkbox"] + input + span:after {
	top: 0;
	bottom: 2px;
	left: 5px;
	width: 6px;
	height: 10px;
	background: none;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg)
}
@media only screen and (max-width: 767px) {
	.custombtn label span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 40px;
		padding: 0
	}
	.custombtn label span:before, .custombtn label span:after {
		z-index: -1
	}
	.custombtn label span:after {
		display: none
	}
	.custombtn label input[type="radio"] + span:before, .custombtn label input[type="radio"] + input + span:before, .custombtn label input[type="radio"] + span:after, .custombtn label input[type="radio"] + input + span:after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		border-radius: 5px
	}
	.custombtn label input[type="checkbox"] + span:before, .custombtn label input[type="checkbox"] + input + span:before, .custombtn label input[type="checkbox"] + span:after, .custombtn label input[type="checkbox"] + input + span:after {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		border-radius: 5px
	}
	.custombtn label input[type="checkbox"] + span:after, .custombtn label input[type="checkbox"] + input + span:after {
		border: none;
		background: #ccc;
		-webkit-transform: none;
		transform: none
	}
	label input[type="radio"]:checked + span:before, label input[type="radio"]:checked + input + span:before, .custombtn label input[type="checkbox"]:checked + span:before, .custombtn label input[type="checkbox"]:checked + input + span:before {
		background-color: #ccc
	}
}
html {
	font-size: 62.5%
}
body {
	/*background-color: rgb(230, 108, 79);*/
	
	font-weight: 400;
	color: #000;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	word-wrap: break-word;
	
}
body.open {
	overflow: hidden
}
@media only screen and (max-width: 767px) {
	body {
		min-width: 320px;
		font-weight: normal
	}
}
a {
	display: inline-block;
	  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
a img {
	display: block
}
a:hover{
	filter: alpha(opacity=75);
-moz-opacity:0.75;
opacity:0.75;
}
.innerWrap {
	max-width: 1280px;
	margin: 0 auto
}
.innerWrap2{
	max-width:800px;
}
@media only screen and (max-width: 1030px) {
}
@media only screen and (max-width: 767px) {
	.innerWrap {
		padding-left: 20px;
		padding-right: 20px
	}
}
#container {
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 100%
}
.normal{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 400;
}
.bolder{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
}
.boldest{
	font-family: 'M PLUS 1p', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 900;
}
.en{
	font-family: 'Lobster', cursive!important;
	transform: rotate(0.03deg);
}
.btn01{
	max-width: 320px;
	margin: 0 auto;
}
.btn01 a{
	background-color: #000;
	display: block;
	font-size: 1.8rem;
	color: #ffff;
	text-align: center;
	line-height: 60px;
	transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}
.btn01 a:hover{
	background-color: #666;
}
.hd01{
	text-align: center;
	font-size: 3.8rem;
	position: relative;
	margin-bottom: 60px;
}
.hd01:after{
	content:"";
	position: absolute;
	bottom: -25px;
	left: calc(50% - 25px);
	width:50px;
	border-top: 3px solid #000;
	height: 1px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header{
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	background-color: #0bcfec;
}
header .wrap{
	position: relative;
}
header .wrap:after{
  content:"";
  position: absolute;
  top: 0;
	bottom:0;
  right: 0;
	background-color: #fff;
	animation: header 0.3s ease-in 0s 1 normal forwards running;
	z-index:3;
}
header h1{
	height: 190px;
	padding-top: 30px;
}
@keyframes header {
  0% {
    width:100%;
  }

  100% {
    width:0%;
  }
}
header h1::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 80px 0 0 100vw ;
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #fdff5c;
	z-index:1;
}
header h1::after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 50px 0 0 100vw ;
 
  /*transparentで余分な線を消す*/
  border-color: transparent  transparent  transparent #fff;
	z-index:2;
}

/*ロゴ部分────────────────────────────────────*/

header a{
	display: inline-block;
	color:#fff;
	line-height: 1.2;
	transform: rotate(0.03deg);
}
header a span{
	display: block;
	margin: auto;
}
header a .logo{
	
	font-size: 5.6rem;
}
header a .sub{
	font-weight: 300;
	font-size: 1.2rem;
}
@media only screen and (max-width: 615px) {
	header{
		margin-bottom: 10px;
	}
	header h1{
		height: 120px;
		padding-top: 10px;
	}
	header a .logo{

		font-size: 3.6rem;
	}
	header a .sub{

		font-size: 1rem;
	}
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■本文
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
main{
	margin-bottom: 30px;

}
/*タグリスト────────────────────────────────────*/

ul.taglist{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	/*-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;*/
}
ul.taglist > li{
	margin-right: 36px;
	line-height: 1.3;
	position: relative;
}
ul.taglist > li:after{
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #000;
	right: -36px;
	top: 50%;
	content: "";
	transform: rotate(105deg);
}

ul.taglist > li:last-child{
	margin-right: 0;
}
ul.taglist > li:last-child:after{
	display: none;
}
ul.taglist > li p{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 1.6rem;
	-webkit-box-align: center; /*Android4.3*/
	-moz-box-align: center;    /*Firefox21*/
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center; /*PC-Safari,iOS8.4*/
	align-items: center;
	justify-content: center;

}
ul.taglist a{
	color: #000;
	position: relative;
}
ul.taglist a:after{
	position: absolute;
	bottom:-7px;
	left:50%;
	right:50%;
	top:auto;
	content:"";
	width:0px;
	height:2px;
	border-top:2px solid #000;
	transition-property: all;
	transition-duration: 0.15s;
	transition-timing-function: linear;
}
ul.taglist a:hover:after{
	width: 100%;
	left: 0;
	right: 0;
}
ul.taglist .icon{
	margin-right: 5px;

}
ul.taglist .icon svg{
	width: 16px!important;
	height: auto!important;
}
ul.taglist .uma .icon img{
	width: 20px;
}

ul.taglist .name{
	width: auto;
	margin-left: 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■一覧用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
section.section{
	margin-bottom: 70px;
}
section.section:last-child{
	margin-bottom: 0px;
}

/*アーカイブ見出し────────────────────────────────────*/

.subtitle {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 4;
	margin-bottom: 80px;
	margin-top: -90px;
	transform: skewY(-2deg);
	transform-origin: top right;
	width: 1px;
	height: 90px;
	background: #191970;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center; /*Android4.3*/
	-moz-box-align: center;    /*Firefox21*/
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center; /*PC-Safari,iOS8.4*/
	align-items: center;
	justify-content: center;
  animation: subtitle 0.3s ease-in 0.5s 1 normal forwards running;
	padding-bottom: 10px;
}
.subtitle .wrap{
	
}
@keyframes subtitle {
  0% {
    width:1px;
  }
  100% {
    width:100%;
  }
}
.subtitle::after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 0 100vw;
	border-color: transparent transparent transparent #fff;
	z-index:5;
}
.subtitle span{
	display: inline-block;
	color: #fff;
}
.subtitle .en{
	font-size: 1.6rem;
	margin-right: 10px;
}
.subtitle .title{
	font-size: 2.4rem;
}
/*アーカイブリスト────────────────────────────────────*/
ul.posts{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
ul.posts > li{
	width: calc(20% - 1px);
	margin-right: 1px;
	background-color: #fff;
	margin-bottom: 1px;
	opacity:0;
	animation: posts 0.5s ease 0s 1 forwards;
	position: relative;
}

ul.posts > li:nth-of-type(5n){
	margin-right: 0;
	width: 20%;
}

ul.posts > li a{
	position: relative;
	display: block;
	color:#fff;
}
ul.posts > li .text{
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
text-shadow: 0px 0px 3px rgba(0,0,0,1), 0px 0px 10px rgba(0,0,0,1);
}
ul.posts > li .title{
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 15px;
}
ul.posts > li .img{
}
ul.posts > li .img img{
	object-fit: cover;
	width: 100%;
	height: calc((100vw - 18px) / 5 - 1px);
	max-height:400px;
}
@media only screen and (max-width: 1600px) {
	ul.posts > li, ul.posts > li:nth-of-type(5n){
		width: calc(25% - 1px);
		margin-right: 1px!important;
	}
	ul.posts > li:nth-of-type(4n) {
		margin-right: 0px!important;
		width: 25%;
	}
	ul.posts > li .img img{
		height: calc((100vw - 18px) / 4 - 1px);
	}
}
@media only screen and (max-width: 1240px) {
	ul.posts > li, ul.posts > li:nth-of-type(4n), ul.posts > li:nth-of-type(5n){
		width: calc(33.3333% - 1px);
		margin-right: 1px!important;
	}
	ul.posts > li:nth-of-type(3n) {
		margin-right: 0px!important;
		width: 33.3333%;
	}
	ul.posts > li .img img{
		height: calc((100vw - 18px) / 3 - 1px);
	}
}
@media only screen and (max-width: 945px) {
	ul.posts > li, ul.posts > li:nth-of-type(3n), ul.posts > li:nth-of-type(4n), ul.posts > li:nth-of-type(5n) {
		width: calc(50% - 1px);
		margin-right: 1px!important;
	}
	ul.posts > li:nth-of-type(even) {
		margin-right: 0px!important;
		width: 50%;
	}
	ul.posts > li .img img{
		height: calc((100vw - 18px) / 2 - 1px);
	}
}
@media only screen and (max-width: 615px) {
	ul.posts > li, ul.posts > li:nth-of-type(3n), ul.posts > li:nth-of-type(4n), ul.posts > li:nth-of-type(5n), ul.posts > li:nth-of-type(even) {
		width: 100%!important;
		margin-right: 0!important;
	}
	ul.posts > li .img img{
		height: 200px;
	}
}

@keyframes posts {
  100% {
    opacity: 1;
  }
}
ul.posts > li:nth-of-type(1) {
	animation-delay: 1s;
}
ul.posts > li:nth-of-type(2) {

  animation-delay: 1.05s;
}
ul.posts > li:nth-of-type(3) {
  animation-delay: 1.1s;
}
ul.posts > li:nth-of-type(4) {
  animation-delay: 1.15s;
}
ul.posts > li:nth-of-type(5) {
  animation-delay: 1.2s;
}
ul.posts > li:nth-of-type(6) {
  animation-delay: 1.25s;
}
ul.posts > li:nth-of-type(7) {
  animation-delay: 1.3s;
}
ul.posts > li:nth-of-type(8) {
  animation-delay: 1.35s;
}
ul.posts > li:nth-of-type(9) {
  animation-delay: 1.4s;
}
ul.posts > li:nth-of-type(10) {
  animation-delay: 1.45s;
}
ul.posts > li:nth-of-type(11) {
  animation-delay: 1.5s;
}
ul.posts > li:nth-of-type(12) {
  animation-delay: 1.55s;
}
ul.posts ul.taglist{
	margin-bottom: 0;
}
ul.posts ul.taglist li{
	margin-right: 28px;
}
ul.posts ul.taglist > li:last-child{
	margin-right: 0;
}
ul.posts ul.taglist > li:after{
	right: -30px;
}
ul.posts ul.taglist li a, ul.posts ul.taglist > li span{
	font-size: 1.4rem;
}
ul.posts .taglist > li:after,
ul.posts .taglist > li:before{
	width: 30px;
	background-color: #fff;
}
ul.posts ul.taglist .icon,
ul.posts ul.taglist .icon svg,
ul.posts ul.taglist .icon rect{
	fill:#fff!important;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■記事用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@keyframes article {
  0% {
		opacity:0;
		margin-left: -50px;
  }
  100% {
		opacity:1;
		margin-left: 0;
  }
}
@keyframes article2 {
  0% {
		opacity:0;
  }
  100% {
		opacity:1;
  }
}

article.post{
}
article.post .title{
	font-size: 4.8rem;
	text-align: center;
	margin-bottom: 40px;
	/*color:#0bcfec;*/
}
article.post .title span{
	display: inline-block;
	animation: article 0.5s ease 0s 1 normal forwards running;
	margin-left: -50px;
	opacity:0;
	

}
@media only screen and (max-width: 615px) {
	article.post .title{
		font-size: 3.2rem;
	}
}
/*タグリスト────────────────────────────────────*/
article.post .taglist{
	opacity:0;
	animation: article 0.5s ease 0.3s 1 normal forwards running;
	margin-left: -20px;
	margin-bottom: 60px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
}
article.post .taglist li{
	margin-bottom: 35px;
}
@media only screen and (max-width: 615px) {
	article.post .taglist{
		margin-bottom: 30px;
	}
	article.post .taglist li{
		margin-bottom: 15px;
	}
	article.post .taglist li.date{
		width: 100%;
	}
	
	article.post .taglist li.date,article.post .taglist li.lesson{
		margin-right: 0;
	}
	article.post .taglist li.date:after,article.post .taglist li.lesson:after
	{
		display: none;
		
	}
	article.post .taglist li p{
		
	}
}

/*画像────────────────────────────────────*/


article.post .img{
	opacity:0;
	animation: article2 1s ease 1s 1 normal forwards running;
	margin-left: -20px;
	margin: 0 auto 60px;
	background-color: #eee;
	position: relative;
}
article.post .img:before,article.post .img:after
{
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
article.post .img:before{
    border-width: 0 0 80px 100vw;
    border-color: transparent transparent transparent #fff;
	top:0;
}
article.post .img:after{
    content: "";
    position: absolute;
	bottom: 0;
    border-style: solid;
    border-width: 30px 0 0 100vw;
    border-color: transparent transparent transparent #fff;
}
 .swiper-container {
      width: 100%;
      height:500px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: auto;
    }
.swiper-slide img{
	max-height:100%;
	width:auto;
}
.swiper-button-next,
.swiper-button-prev {
	color: #fff;	
}
/*
    .swiper-slide:nth-child(2n) {
      width: 40%;
    }

    .swiper-slide:nth-child(3n) {
      width: 20%;
    }*/
/*
.swiper-container {
  width: 100%;
	height: 400px;
}

.swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: .7s;
	transform: scale(0.9);
	width: fit-content;
}
.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
}
.swiper-slide img{
	height: 100%;
	width: auto;
	display: block;
}*/
@media only screen and (max-width: 615px) {
	article.post .img{
		margin-bottom: 30px;
	}
}
article .entry{
	
	line-height: 2;
	margin-bottom: 70px;
}
.entry a{text-decoration:underline;transition-duration:0.25s}.entry a:hover{opacity:.8;transition-duration:0.25s}.entry p,.entry ul,.entry ol,.entry table{margin-bottom:40px}.entry blockquote{margin:15px;margin-bottom:40px}.entry p:last-of-type{margin-bottom:0}.entry .alignleft{float:left;display:block;margin-right:30px}.entry .alignright{float:right;display:block;margin-right:30px}.entry .aligncenter{text-align:center;margin-left:auto;margin-right:auto;display:block}.entry ul,.entry ol{padding-left:1.5em}.entry ul li{list-style-type:disc}.entry ol li{list-style-type:decimal}.entry img{width:auto;height:auto;max-width:100%;max-height:100%}.entry table{border-top:1px solid #DBDBDB;border-left:1px solid #DBDBDB}.entry table th,.entry table td{border-bottom:1px solid #DBDBDB;border-right:1px solid #DBDBDB;padding:10px 20px;text-align:left}.entry table th{background:#f5f5f5;font-weight:700}.entry .wp-caption{width:100% !important}.entry .wp-caption-text{font-size:80%}article .entry h1,article .entry h2,article .entry h3,article .entry h4,article .entry h5,article .entry h6{font-weight:700;margin-bottom:10px}article .entry h1{font-size:2.2rem}article .entry h2{font-size:2.0rem}article .entry h3{font-size:1.8rem}article .entry h4{font-size:1.7rem}article .entry h5{font-size:1.6rem}article .entry h6{font-size:1.5rem}@media only screen and (max-width: 767px){.entry p,.entry ul,.entry ol,.entry table,.entry blockquote{margin-bottom:25px}.entry .alignleft{margin-right:15px}.entry .alignright{margin-right:15px}.entry table th{min-width:110px}article .entry h1{font-size:1.9rem}article .entry h2{font-size:1.8rem}article .entry h3{font-size:1.7rem}article .entry h4{font-size:1.6rem}article .entry h5{font-size:1.5rem}article .entry h6{font-size:1.4rem}}
@media only screen and (max-width: 615px) {
	article.post .entry{
		margin-bottom: 30px;
	}
}
/*ページャー────────────────────────────────────*/
.nav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
	margin-bottom: 70px;
}

.nav a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
		-webkit-box-align: center; /*Android4.3*/
	-moz-box-align: center;    /*Firefox21*/
	-ms-flex-align: center; /*IE10*/
	-webkit-align-items: center; /*PC-Safari,iOS8.4*/
	align-items: center;
}

.nav a:before, .nav a:after{
	content: "";
	position: absolute;
	border-right: 3px solid #999;
	border-top: 3px solid #999;
	height: 40px;
	width: 40px;
	top: calc(50% - 18px);
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
.nav .prev a{
	padding-left: 50px;
}
.nav .next a{
	padding-right: 50px;
}
.nav .prev a:before, .nav .prev a:after{
	left: 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}
.nav .prev a:hover:before{
	left: -10px;
}
.nav .next a:before, .nav .next a:after{
	right: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.nav .next a:hover:before{
	right: -10px;
}

.nav li .wrap{
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav li.next .wrap{
	text-align: right;
	flex-direction:row-reverse;
}

.nav .img img{
	object-fit: cover;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.nav .next .img{
	order:2;
}
.nav .text{
	margin: 0 20px;
}
.nav .prev .text:before,
.nav .next .text:before{
	display: inline-block;
	font-family: 'Lobster', cursive!important;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.nav .prev .text:before{
	content:"Prev";

}
.nav .next .text:before{
	content:"Next";
}
.nav .title{
	font-size: 2rem;
	margin-bottom: 10px;
}
.nav .taglist{
	display: block;
}
.nav .taglist li{
	margin: 0 0 5px 0;
}
.nav .taglist li:after{
	display: none;
}
.nav .taglist li .name{
	margin-left: 0;
}
.nav .taglist li:last-of-type{
	margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
	.nav{
		display: block;
	}
	.nav a{
		justify-content: center;
		margin-bottom: 10px;
		background-color: #efefef;
		padding: 20px;
	}
	.nav li:last-child a{
		margin-bottom: 0;
	}
	.nav .img img{
		
	}
	.nav a:before, .nav a:after {
			height: 30px;
			width: 30px;
			top: calc(50% - 9px);
	}
	.nav .prev a:before, .nav .prev a:after{
		left: 20px;
	}
	.nav .prev a:hover:after{
		left: 15px;
	}
	.nav .next a:before, .nav .next a:after{
		right: 20px;
	}
	.nav .prev .text{
		margin-right: 0;
	}
	.nav .next .text{
		margin-left: 0;
	}
}
/*画像────────────────────────────────────*/
/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
  margin: 80px 0 60px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 50px;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  height: 50px;
  border: 3px solid #000;
  font-size: 2.6rem;
  padding: 15px 20px;
  margin: 0 15px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 75px;
    height: auto;
    border-width: 2px;
    font-size: 1.8rem;
    padding: 11px 10px;
    margin: 0 0px;
  }
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  font-weight: 900;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    margin-left: auto;
  }
}

.wp-pagenavi .page, .wp-pagenavi .current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 3px solid #000;
  font-size: 2.0rem;
  margin: 0 5px;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi .current {
    width: 32px;
    height: 32px;
    border-width: 2px;
    font-size: 1.5rem;
    padding: 7px;
    margin: 0 2px;
  }
}

.wp-pagenavi .page:hover, .wp-pagenavi .current:hover {
  background: #000;
  color: #fff;
}

.wp-pagenavi .current {
  background: #000;
  color: #fff;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■トップページ用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.home ul.posts{
	
}
@media only screen and (max-width: 1600px) {
	body.home ul.posts > li:nth-of-type(n+ 5){
		display: none;
	}
}
@media only screen and (max-width: 1240px) {
	body.home ul.posts > li:nth-of-type(n+4){
		display: none;
	}
}
@media only screen and (max-width: 945px) {
	body.home ul.posts > li:nth-of-type(4) {
		display: block;
	}
}
@media only screen and (max-width: 615px) {
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer{
	background-color: #3699f5;
	position: relative;
	height: 100px;
}
footer::before{
  content:"";
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
	border-width: 0 0 80px 100vw;
    border-color: transparent transparent transparent #fff;
}

footer::after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  border-width: 50px 0 0 50vw ;
 
  border-color: transparent  transparent  transparent #fdff5c;

}
footer .pagetop{
	    display: block;
    z-index: 10;
    position: absolute;
    right: 20px;
    bottom: calc(50% - 24px);
	color:#fff;
	font-size: 2.6rem;
}
.menuBtn {
	position: relative;
	z-index: 9998
}
#spMenuBtn, .menuBtn .closeBtn {
	z-index: 10000;
	border: none;
	background-color: transparent;
	outline: none;
	padding: 10px 0;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 8px;
	right: 8px;
	background: #fff;
	border: 1px solid #EFEFEF;
	display: none
}
#spMenuBtn .spMenuBtn_bar, #spMenuBtn .spMenuBtn_txt, .menuBtn .closeBtn .spMenuBtn_bar, .menuBtn .closeBtn .spMenuBtn_txt {
	width: 40px
}
#spMenuBtn .spMenuBtn_bar, .menuBtn .closeBtn .spMenuBtn_bar {
	position: relative;
	height: 22px
}
#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after, .menuBtn .closeBtn .spMenuBtn_bar:before, .menuBtn .closeBtn .spMenuBtn_bar:after {
	content: ''
}
#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after, .menuBtn .closeBtn .spMenuBtn_bar span, .menuBtn .closeBtn .spMenuBtn_bar:before, .menuBtn .closeBtn .spMenuBtn_bar:after {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 2px;
	margin: auto;
	transition: all 0.2s;
	transform-origin: 50% 50%
}
#spMenuBtn .spMenuBtn_bar span, .menuBtn .closeBtn .spMenuBtn_bar span {
	top: 0;
	bottom: 0
}
#spMenuBtn .spMenuBtn_bar:before, .menuBtn .closeBtn .spMenuBtn_bar:before {
	top: 0
}
#spMenuBtn .spMenuBtn_bar:after, .menuBtn .closeBtn .spMenuBtn_bar:after {
	bottom: 0
}
#spMenuBtn .spMenuBtn_txt, .menuBtn .closeBtn .spMenuBtn_txt {
	display: block;
	font-size: 1.2rem;
	line-height: 1.0;
	text-align: center;
	transition: all 0.2s liner
}
#spMenuBtn.open .spMenuBtn_bar span, .menuBtn .closeBtn.open .spMenuBtn_bar span {
	opacity: 0
}
#spMenuBtn.open .spMenuBtn_bar:before, .menuBtn .closeBtn.open .spMenuBtn_bar:before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}
#spMenuBtn.open .spMenuBtn_bar:after, .menuBtn .closeBtn.open .spMenuBtn_bar:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#spMenuBtn .spMenuBtn_bar, .menuBtn .closeBtn .spMenuBtn_bar {
	width: 28px;
	height: 18px;
	margin: 2px auto 0
}
#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after, .menuBtn .closeBtn .spMenuBtn_bar span, .menuBtn .closeBtn .spMenuBtn_bar:before, .menuBtn .closeBtn .spMenuBtn_bar:after {
	background-color: #00a0e9
}
#spMenuBtn .spMenu_txt, .menuBtn .closeBtn .spMenu_txt {
	text-align: center;
	margin-top: 6px
}
#spMenuBtn .spMenu_txt:before, .menuBtn .closeBtn .spMenu_txt:before {
	content: "Menu";
	display: block;
	font-size: 1.2rem
}
#spMenuBtn.open .spMenu_txt:before, .menuBtn .closeBtn.open .spMenu_txt:before {
	content: "Close"
}
.admin-bar #spMenuBtn, .menuBtn .closeBtn {
	top: 50px
}
	#spMenuBtn, .menuBtn .closeBtn {
		display: block
	}
	.menuBtn .closeBtn {
		display: block
	}
	.menuBtn .closeBtn .spMenuBtn_bar span {
		opacity: 0
	}
	.menuBtn .closeBtn .spMenuBtn_bar:before {
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.menuBtn .closeBtn .spMenuBtn_bar:after {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
	.menuBtn .closeBtn .spMenu_txt:before {
		content: "Close"
	}

#spMenuOverlay {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 9999
}
#spMenu {
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: block;
	width: 100%;
	background: #f4f4f4;
	padding: 0;
	transition: all 0.25s ease-in-out;
	top: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	background-color: #fff;
	padding: 0 0 70px;
	line-height: 1.5;
	z-index: 9997
}
#spMenu.open {
	opacity: 1;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0)
}
#spMenu .inner {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	box-sizing: border-box
}
#spMenu .hd_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
#spMenu .hd_menu li {
	text-align: center
}
#spMenu .hd_menu a {
	width: 100%
}
#spMenu .hd_menu .ico {
	vertical-align: middle;
	margin-right: 10px
}
#spMenu .mainMenu li {
	line-height: 1.5;
	border-bottom: 1px solid #DBDBDB
}
#spMenu .mainMenu li a {
	padding: 20px 30px;
	display: block
}
#spMenu .mainMenu li a.parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#spMenu .mainMenu li a.parent .btn {
	display: block;
	width: 21px;
	height: 21px;
	position: relative
}
#spMenu .mainMenu li a.parent .btn:before, #spMenu .mainMenu li a.parent .btn:after {
	content: "";
	display: block;
	position: absolute
}
#spMenu .mainMenu li a.parent .btn:before {
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	margin-left: 1px
}
#spMenu .mainMenu li a.parent .btn:after {
	width: 1px;
	height: 100%;
	left: 50%;
	top: 1px;
	transition-duration: 0.25s
}
#spMenu .mainMenu li a.parent.open .btn:after {
	transition-duration: 0.25s;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}
#spMenu .child {
	display: none;
	border-top: 1px solid #DBDBDB
}
#spMenu .child li:last-of-type {
	border-bottom: none
}
#spMenu .child li a {
	background: #f5f5f5
}
#spMenu .child li.top a {
	padding-top: 23px;
	padding-bottom: 23px
}
#spMenu .child li:not(.top) a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 22px 20px 22px 32px
}
#spMenu .child li:not(.top) .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#spMenu .child li:not(.top) svg {
	width: 25px;
	height: 25px;
	margin-right: 10px
}
#spMenu .sns {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 2.5rem
}
#spMenu .sns li {
	padding: 0 10px
}
#spMenu .subMenu {
	margin: 30px 0;
	padding: 0 20px;
	text-align: center
}
#spMenu .subMenu li a {
	text-decoration: underline;
	font-size: 1.5rem;
	color: #606060
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■swiper
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
