@charset "utf-8";
/* reset */
html, body, div, span, h1, h2, h3, h4, p, img, dl, dt, dd, ul, li, article, footer, header, hgroup, menu, nav, section, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	word-wrap: break-word;
	word-break: break-all;
	font-variant-ligatures: none;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	line-height: 1.6;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Hiragino Kaku Gothic ProN,Meiryo,sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: #464646;
	font-feature-settings : "palt" 1;
	-webkit-text-size-adjust: 100%;
}

article, main, footer, header, menu, nav, section {display: block;}
h1, h2, h3, h4, h5, h6 {font-weight: 300;}
ul {list-style: none;}
img {max-width: 100%;vertical-align: bottom;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	color: #464646;
	vertical-align: baseline;
	background: transparent;
	outline: none;
	transition: all .3s;
}
a:hover {
	color: #464646;
}
button {
	color: #464646;
	cursor: pointer;
}
* {
	box-sizing: border-box;
}
h3 {
	font-size: 1.8rem;
	font-weight: bold;
}
main {
	padding: 0 50px;
}
.activeArea {
	max-width: 1280px;
	margin: 0 auto;
}
.spBr {
	display: none;
}
.red {
	color: #ff5353;
}
.bkLine {
	background: linear-gradient(transparent 60%, #fff000 60%);
}
.table {
	width: 100%;
	display: table;
	border: 1px solid #707070;
}
.table dl {
	display: table-row;
}
.table dt,.table dd {
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #707070;
	padding: 20px;
}
.table dl:last-child dt,.table dl:last-child dd {
	border-bottom: none;
}
.table dt {
	font-weight: bold;
	text-align: center;
	background: #FFEEF6;
}
.table dd {
	border-left: 1px solid #707070;
}
/* herder */
header {
	margin-bottom: 50px;
}
header .imgArea {
	height: 400px;
	position: relative;
	overflow: hidden;
}
header .imgArea img {
	max-width: inherit;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.headerNav {
	background: #ff00cc;
    background: linear-gradient(to right, #333399, #ff00cc);
}
.headerNav ul {
	display: flex;
}
.headerNav li {
	width: 100%;
}
.headerNav li a {
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	padding: 2.07rem 0;
}
.headerNav li a span {
	position: relative;
	padding: 5px 0;
}
.headerNav li a span::before {
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}
.headerNav li a:hover span::before {
	width: 100%;
}
.newBlogArea {
	margin: 0 0 50px;
}
.newBlog a {
	padding: 0 7px;
}
.newBlog a h4 {
	max-width: 200px;
	max-height: 44.78px;
	font-size: 1.4rem;
	overflow: hidden;
}
.tabAd {
	display: none;
}
.splide__arrow {
	width: 20px;
	height: 20px;
	font-size: 0;
	border: solid #464646;
	border-width: 2px 2px 0 0;
	background: none;
	position: absolute;
	top: 30%;
	z-index: 3;
}
.splide__arrow--prev {
	transform: rotate(-135deg);
	left: -24px;
}
.splide__arrow--next {
	transform: rotate(45deg);
	right: -24px;
}
.splide__arrow svg {
	display: none;
}
.contentIn {
	display: flex;
}
.mainArea {
	width: 860px;
	margin-bottom: 100px;
}
.sideArea {
	width: 370px;
	margin-left: 50px;
}
.archives {
	margin-bottom: 50px;
}
.archivesArea {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.archives article {
	display: flex;
	flex-direction: column;
	flex: 0 0 48.5%;
	margin-bottom: 3%;
}
.archives article:nth-child(odd) {
	margin-right: 3%;
}
.archives a {
	display: flex;
	flex-direction: column;
	flex: 1 auto;
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
	padding: 20px;
}
.archives a::before {
	content: "";
	width: 0%;
	height: 100%;
	background: #E0EAFC;
	background: linear-gradient(to right, #eff6ff, #E0EAFC);
	transition: all .3s;
	position: absolute;
	top: 0;
	left: 0;
}
.archives a:hover::before {
	width: 100%;
}
.archives figure,
.pickupBlogArea figure,
.newBlogArea figure {
	width: 100%;
	overflow: hidden;
}
.archives figure img,
.pickupBlogArea figure img,
.newBlogArea figure img {
	width: 100%;
	transition-duration: .3s;
	transform: scale(1);
}
.archives a:hover figure img,
.pickupBlogArea a:hover figure img,
.newBlogArea a:hover figure img {
	transform: scale(1.1);
}
.archives h3 {
	flex: 1 auto;
	position: relative;
	margin: 5px 0;
}
.archives ul {
	width: 100%;
	display: flex;
	position: relative;
}
.archives li {
	width: 50%;
}
.archives li:last-child {
	display: flex;
	justify-content: right;
	align-items: center;
}
#loadmore {
	width: 100%;
	line-height: 5rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #464646;
	background: #F6F6F6;
	border: none;
	margin-top: 40px;
	position: relative;
	transition: all .3s;
	cursor: pointer;
}
#loadmore::before {
	content: "";
	width: 0;
	height: 100%;
	background: #ff00cc;
    background: linear-gradient(to right, #333399, #ff00cc);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}
#loadmore:hover {
	color: #fff;
}
#loadmore:hover::before {
	width: 100%;
}
#loadmore span {
	position: relative;
}
.sideProfile {
	color: #fff;
	background: #ff00cc;
    background: linear-gradient(to right, #333399, #ff00cc);
	margin-bottom: 50px;
}
.sideProfile .bgImg img {
	width: 100%;
}
.sideProfile .icon {
	width: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: -50px auto 10px;
}
.sideProfile h3 {
	text-align: center;
	margin-bottom: 20px;
}
.sideProfile p {
	padding: 0 20px 20px;
}
.sideProfile ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 0 10% 30px;
}
.sideProfile li {
	padding: 0 10px;
}
.sideProfile li .dashicons {
	width: 40px;
	height: 40px;
	font-size: 4rem;
}
.sideProfile li img {
	max-width: 30px;
}
.sideProfile li svg {
	width: 40px;
	height: 40px;
	padding: 5px 0;
}
.sidAd1,.sideAd2 {
	margin-bottom: 50px;
}
.pickupBlog, .sideCategory {
	margin-bottom: 50px;
}
.pickupBlog h3, .sideCategory h3, .sideCopy h3,.sideSearch h3,.sideHousing h3,.sideInfo h3 {
	text-align: center;
	color: #fff;
	background: #ff00cc;
	background: linear-gradient(to right, #333399, #ff00cc);
	padding: 10px 0;
	margin-bottom: 20px;
}
.sideInfo {
	border: 2px solid #fbb6be;
	border-image: linear-gradient(to right, #333399, #ff00cc);
	border-image-slice: 2;
	margin-bottom: 50px;
}
.sideInfo li {
	padding: 0 15px 15px;
}
.sideInfo li p {
	max-height: 52px;
	overflow: hidden;
}
.sideHousing {
	margin-bottom: 50px;
}
.sideHousing h3 {
	margin-bottom: 0;
}
.housingImg {
	position: relative;
}
.housingImg img {
	width: 100%;
}
.housingImg p {
	width: 100%;
	font-size: 3rem;
	font-weight: bold;
	color: #f00;
	text-align: center;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px;
}
.housingImg .text2 {
	color: #00f;
}
.housingImg p span {
	display: block;
}
.housingImg p time {
	display: block;
}
.pickupBlog a {
	display: block;
	margin-bottom: 20px;
}
.pickupBlog article {
	display: flex;
	overflow: hidden;
}
.pickupBlog figure {
	width: 50%;
}
.pickupBlog .textArea {
	width: 50%;
	padding-left: 15px;
}
.pickupBlog h4 {
	height: 5.12rem;
	overflow: hidden;
}
.pickupBlog p {
	display: flex;
	flex-flow: row;
	align-content: center;
	font-size: 1.4rem;
	margin-top: 5px;
}
.sideCategory li a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 12px 10px;
	transition: all .2s;
}
.sideCategory li a::after {
	content: "";
	width: 0;
	height: 2px;
	background: #f6a5af;
    background: linear-gradient(to right, #333399, #ff00cc);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
}
.sideCategory li a:hover::after {
	width: 100%;
}
.sideCopy p {
	font-size: 1.2rem;
	text-align: center;
}
.sideSearch {
	border: 2px solid #fbb6be;
	border-image: linear-gradient(to right, #333399, #ff00cc);
	border-image-slice: 2;
	margin-bottom: 50px;
}
.sideSearch h3 {
	margin-bottom: 0;
}
.sideSearch form {
	position: relative;
	padding: 20px;
}
.sideSearch input {
	width: 100%;
	font-size: 1.6rem;
	border: none;
	border-bottom: 2px solid #ff00cc;
	border-image: linear-gradient(to right, #333399, #ff00cc);
	border-image-slice: 2;
	padding: 10px 40px 10px 10px;
}
.sideSearch input[type="text"]:focus {
	outline: none;
}
.sideSearch button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}
.sideSearch .dashicons {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	background: linear-gradient(to right, #333399, #ff00cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer {
	color: #fff;
	background: #ff00cc;
    background: linear-gradient(to right, #333399, #ff00cc);
}
.footerNav ul {
	text-align: center;
}
.footerNav li {
	display: inline-block;
	margin: 0 10px;
}
.footerNav li a {
	font-size: 1.2rem;
	color: #fff;
}
.footerNav li a:hover {
	text-decoration: underline;
}
footer p {
	font-size: 1.2rem;
	text-align: center;
	padding: 5px 0;
}
.spMenu li {
	display: none;
}
.spMenu li:nth-child(3) {
	display: block;
}
.pageTop {
	height: 50px;
	width: 50px;
	font-size: 0;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #ff00cc;
	border: solid 2px #fff;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}
.pageTopArrow {
	display: block;
	height: 10px;
	width: 10px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 1379px) {
	.newBlogArea {
		padding: 0 30px;
	}
	.slick-prev {
		left: 0;
	}
	.slick-next {
		right: 0;
	}
	main {
		padding: 0 2.5%;
	}
	.mainArea {
		width: 68%;
	}
	.sideArea {
		width: 32%;
		margin-left: 0;
		padding-left: 3%;
	}
	.housingImg p {
		font-size: 2.4rem;
	}
}
@media screen and (max-width: 1023px) {
	.activeArea {
		display: block;
	}
	.mainArea {
		width: 100%;
		max-width: 100%;
	}
	.newBlogArea {
		margin-bottom: 30px;
	}
	.tabAd {
		display: block;
		margin-bottom: 30px;
	}
	.sideArea {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		padding-left: 0;
	}
	.sideProfile {
		width: 47.5%;
		margin-right: 5%;
	}
	.pickupBlog, .sideHousing {
		width: 47.5%;
	}
	.sideCategory, .sideHousing, .sideSearch {
		width: 100%;
	}
	.housingImg {
		height: 200px;
		overflow: hidden;
	}
	.housingImg img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.sideCategory ul {
		display: flex;
		flex-flow: row wrap;
	}
	.sideCategory li {
		width: 25%;
		text-align: center;
	}
	.sidAd1 {
		display: none;
	}
}
@media screen and (max-width: 834px) {
	header .imgArea {
		height: 300px;
	}
	.headerNav li a {
		font-size: 1.6rem;
	}
	.newBlogArea {
		padding: 0;
	}
	
}
@media screen and (max-width: 599px) {
	header .imgArea {
		height: 200px;
	}
	.headerNav li a:hover span::before {
		width: 0;
	}
	.mainArea {
		margin-bottom: 50px;
	}
	.newBlogArea {
		margin: 0 0 30px;
	}
	.sideProfile, .sideInfo {
		width: 100%;
		margin-right: 0;
	}
	.pickupBlog, .sideHousing {
		width: 100%;
	}
	.sideCategory ul {
		flex-flow: column;
	}
	.sideCategory li {
		width: 100%;
		text-align: left;
	}
	.sideCategory li a:hover::after {
		width: 0;
	}
	.archives {
		margin-bottom: 50px;
	}
	.archives article {
		flex: 0 0 100%;
	}
	.archives article:nth-child(odd) {
		margin-right: 0;
	}
	footer {
		padding-bottom: 60px;
	}
	footer p {
		padding: 5px;
	}
	.spMenu {
		width: 100%;
		height: 60px;
		background: #ff00cc;
		background: linear-gradient(to right, #333399, #ff00cc);
		position: fixed;
		left: 0;
		bottom: 0;
		transition: all .5s;
		z-index: 101;
	}
	.spMenu.hide {
		transform:translateY(60px);
	}
	body.active .spMenu.hide {
		transform:translateY(0);
	}
	.spMenu ul {
		display: flex;
		flex-direction: row;
	}
	.spMenu li {
		width: 25%;
		display:block;
		font-size: 1.2rem;
		text-align: center;
		position: relative;
	}
	.spMenu li a {
		display: block;
	}
	.spMenu li p {
		width: 100%;
		color: #fff;
		position: absolute;
		left: 0;
		bottom: 5px;
	}
	.spMenu li img {
		display: block;
		max-width: 30px;
		margin: 5px auto 0;
	}
	.spMenu li:nth-child(2) img {
		margin: 10px auto 0;
	}
	.spMenu li svg {
		width: 30px;
		height: 35px;
		padding-top: 10px;
	}
	.spMenu .dashicons {
		width: 30px;
		height: 30px;
		font-size: 30px;
		color: #fff;
		padding-top: 5px;
	}
	.pageTop {
		width: 100%;
		height: 60px;
		display: block !important;
		font-size: 1.2rem;
		border: none;
		border-radius: 0;
		background: none;
		position: relative;
		right: 0;
		bottom: 0;
	}
	.pageTopArrow {
		height: 13px;
		width: 13px;
		border-top: 3px solid #FFFFFF;
		border-right: 3px solid #FFFFFF;
		transform: translateY(-100%) rotate(-45deg);
		margin: 0 auto;
	}
	.spMenu li:nth-child(3)::before {
		content: "";
		width: 3px;
		height: 20px;
		background: #FFFFFF;
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 3;
	}
	.headerNav,
	.headerNav.fixed {
		width: 100%;
		height: 100vh;
		display: grid;
		align-items: center;
		position: fixed;
		top: inherit;
		bottom: -100vh;
		transition: all .5s;
		z-index: 100;
	}
	.body {
		padding-top: 0 !important;
	}
	body.active .headerNav {
		bottom: 0;
	}
	.headerNav ul {
		width: 100%;
		display: block;
	}
	.spNav span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px ;
		left: 50%;
		background: #FFFFFF;
		transform: translateX(-50%);
		transition: 0.3s ease-in-out;
	}
	.spNav span:nth-child(1) {
		top: 10px;
	}
	.spNav span:nth-child(2) {
		top: 20px;
	}
	.spNav span:nth-child(3) {
		top: 30px;
	}
	.spNav.active span:nth-child(1) {
		top: 20px;
		left: 50%;
		background: #FFFFFF;
		transform: translateX(-50%)rotate(-45deg);
	}
	.spNav.active span:nth-child(2),
	.spNav.active span:nth-child(3) {
		top: 20px;
		background: #FFFFFF;
		transform: translateX(-50%)rotate(45deg);
	}
	.archives a::before,
	#moreButton::before {
		width: 100%;
	}
	#moreButton {
		color: #fff;
	}

}