@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#contents {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#contents .inner {
	width: 817px;
}
#contents article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents article::after {
	content: "";
	width: 256px;
}
#contents article div {
	width: 256px;
	margin-bottom: 35px;
	position: relative;
}
#contents article div time {
	font-size: 16px;
}
#contents article div p {
	font-size: 18px;
}
#contents article div a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
#contents article div a:hover {
	background-color: rgba(255,255,255,0.30);
}





#contents aside h2 {
	font-size: 22px;
	margin-bottom: 20px;
}
#contents aside ul {
	margin-bottom: 80px;
}
#contents aside ul li a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
#contents aside ul li a:hover {
	color: #CFC37E;
}
#contents aside select {
	width: 200px;
	padding-left: 10px;
	border: 1px solid #ccc;
	height: 48px;
	border-radius: 5px;
}





.wp-pagenavi {
    padding-top: 60px;
	text-align: center;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
}
.wp-pagenavi .previouspostslink {
    background-image: url("../images/pc/prev.png");
    width: 15px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    margin-right: 5px;
    position: relative;
    top: 0px;
}
.wp-pagenavi .nextpostslink {
    background-image: url("../images/pc/next.png");
    width: 15px;
    height: 20px;
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 5px;
    position: relative;
    top: 0px;
}
.wp-pagenavi .page {
    font-size: 27px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    width: 40px;
    display: inline-block;
}
.wp-pagenavi .current {
    font-size: 27px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -2px;
    display: inline-block;
    background-color: #d7d7d7;
}
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .first {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}





main .bg {
	background-color: rgba(239,239,239,1.00);
	height: 50px;
	line-height: 50px;
	margin-bottom: 50px;
}
#contents .single {
	width: 817px;
}
#contents .single time {
	font-size: 21px;
}
#contents .single h1 {
	font-size: 29px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#contents .single .box {
	line-height: 1.8em;
}
#contents .single p {
	margin-bottom: 50px;
}
#contents .single figure {
	margin-bottom: 50px;
}
#contents .single .box+ul li {
	display: inline;
	margin-right: 5px;
}
#contents .single .box+ul li a {
	font-size: 15px;
	color: #000;
}
#contents .single .btn a{
	width: 233px;
	height: 58px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(244,244,244,1.00);
	border: 1px solid #606060;
	border-radius: 100px;
	text-align: center;
	line-height: 58px;
	text-decoration: none;
	color: #000;
	font-size: 20px;
	margin-top: 65px;
	transition: 0.3s;
}
#contents .single .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#contents {
	margin-left: 5vw;
	margin-right: 5vw;
	text-align: left;
}
#contents article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contents article div {
	width: 48%;
	margin-bottom: 8vw;
	position: relative;
}
#contents article div time {
	font-size: 3vw;
}
#contents article div p {
	font-size: 3.5vw;
}
#contents article div a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99;
}
#contents article div a:hover {
	background-color: rgba(255,255,255,0.30);
}





#contents aside {
	margin-top: 15vw;
	margin-bottom: 25vw;
}
#contents aside h2 {
	font-size: 5vw;
	margin-bottom: 3vw;
}
#contents aside ul {
	margin-bottom: 15vw;
}
#contents aside ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}
#contents aside ul li a:hover {
	color: #CFC37E;
}
#contents aside select {
	width: 50vw;
	padding-left: 10px;
	border: 1px solid #ccc;
	height: 12vw;
	border-radius: 5px;
}




.wp-pagenavi {
    padding-top: 5vw;
	text-align: center;
}
.wp-pagenavi .pages {
    display: none;
}
.wp-pagenavi a:hover {
    opacity: 0.6;
}
.wp-pagenavi .previouspostslink {
    background-image: url("../images/pc/prev.png");
    width: 3vw;
    height: 3.5vw;
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    margin-right: 5px;
    position: relative;
    top: -1vw;
}
.wp-pagenavi .nextpostslink {
    background-image: url("../images/pc/next.png");
    width: 3vw;
    height: 3.5vw;
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 5px;
    position: relative;
    top: -1vw;
}
.wp-pagenavi .page {
    font-size: 4vw;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    width: 40px;
    display: inline-block;
}
.wp-pagenavi .current {
    font-size: 4vw;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    top: -1.6vw;
    display: inline-block;
    background-color: #d7d7d7;
}
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi .first {
	display: none;
}
.wp-pagenavi .extend {
	display: none;
}





main .bg {
	background-color: rgba(239,239,239,1.00);
	height: 10vw;
	line-height: 10vw;
	margin-bottom: 10vw;
}
#contents .single {

}
#contents .single time {
	font-size: 3vw;
}
#contents .single h1 {
	font-size: 5vw;
	line-height: 1.4em;
	margin-top: 3vw;
	margin-bottom: 5vw;
}
#contents .single .box {
	line-height: 1.8em;
}
#contents .single p {
	margin-bottom: 10vw;
}
#contents .single figure {
	margin-bottom: 10vw;
}
#contents .single .box+ul li {
	display: inline;
	margin-right: 5px;
}
#contents .single .box+ul li a {
	font-size: 3.5vw;
	color: #000;
}
#contents .single .btn a{
	width: 80%;
	height: 15vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(244,244,244,1.00);
	border: 1px solid #606060;
	border-radius: 100px;
	text-align: center;
	line-height: 15vw;
	text-decoration: none;
	color: #000;
	font-size: 5vw;
	margin-top: 10vw;
	transition: 0.3s;
}
#contents .single .btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}