@charset "utf-8";
/* CSS Document */

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img {
	max-width: 100%;
}
a {
	text-decoration: none;
	padding: 10px;
	}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4%;
}
header.home-header {
	/*-- background-image: url("../images/bg-3.jpg"); --*/
	min-width: 100vw;
	padding-bottom: 30px;
}
.home-header {
	background-dize: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.home-header .h1-2 {
	font-size: 3rem;
}

h1.home-title {
    font-family: vdl-megag, sans-serif;
    font-weight: 600;
    font-style: normal;
	letter-spacing: 2rem;
	text-shadow: 2px 1px 30px #09ADA8,
	             0px 0px 30px #fff;
	text-align: center;
	font-size: 4rem;
	line-height: 5rem;
	color: #fff;
	padding-top: 30px;
}


.main-navi {
	display: flex;
	font-family: ff-providence-sans-web-pro, sans-serif;
	font-size: 2rem;
	list-style: none;
	margin: 15px auto 25px;
	width: 300px;
	font-color: #ff00ff;
}

.main-navi li {	
	margin: 0 25px 0;
}
.main-navi a:hover {
	color: #fff;
	background-color:#D889ED;
	border-radius: 8px;
	opacity: .6;
}
.swiper-container {
    width: 750px;
	height: 400px;
}

.wrapper {
	max-width: 1100px;
	margin: 0 auto;
}
.swiper-slide img {
	border-radius: 15px;
}
				
.home-contents {
	display: flex;
}
article {
	width: 74%;
	padding: 10px;
}
article header {
	margin-top: 15px;
}
.post-info {
	position: relative;
	padding-top: 4px;
	margin-bottom: 40px;
}
.post-title-illust {
	background: #f79;
	border-radius: 50%;
	font-family: ff-providence-sans-web-pro, sans-serif;
	color: #fff;
	width: 100px;
	height: 100px;
	font-size: 2rem;
	text-align: center;
	position: absolute;
	top: 0;
	padding-top: 40px;
}
.post-title-image {
	background: #73BE28;
	border-radius: 50%;
	font-family: ff-providence-sans-web-pro, sans-serif;
	color: #fff;
	width: 100px;
	height: 100px;
	font-size: 2rem;
	text-align: center;
	position: absolute;
	top: 0;
	padding-top: 40px;
}
.post-subtitle {
	font-family: yamamotoan-stdn, sans-serif;
    font-weight: 400;
    font-style: normal;
	font-size: 2rem;
}
.post-subtitle,
.post-cat {
	margin-left: 120px;
}
.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item {
	background: #f7f3f3;
	width: 46%;
	border-radius: 10px;
	margin: 0 2% 5%;
	text-align: center;
}
.item img {
	border-radius: 8px;
	width: 94%;
	margin-top: 3%;
}
.item p {
	margin-bottom: 3px;
}
aside {
	border: 3px #f8f0f5 solid;
	border-radius: 13px;
	background-color: fff;
	width: 22%;
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 40px;
}
aside.linksite {
	text-align: center;
}
aside li {
	margin: 10px 0;
	list-style: none;
}
.pr-1 {
	margin-top: 15px;
}

footer {
	background-color: #1E555A;
	text-align: center;
	padding: 20px 0;
}
footer p {
	font-size: 1.5rem;
	color: #fff;
}


/*--モバイル版----*/
@media (max-width: 860px) {
	.home-header h1 {
		font-size: 3rem;
	}
.home-header .h1-1 {
	letter-spacing: 0.5rem;
}
	.home-header .h1-2 {
		font-size: 2.5rem;
	}
.swiper-container {
	width: 85%;
	height: auto;
	}
.swiper-slide{
	width: 90%;
	}

.home-contents {
		flex-direction: column;
		align-items: center;
}
article {
		width: 100%;
	}
	.post-subtitle{
		font-size: 1.5rem;
	}
aside {
		width: 94%;
	height: auto;
}
.linksite {
		flex-direction: column;
		align-items: center;
}

.column2 {
    display: flex;
    justify-content: space-around;
    font-size: 1rem;
	width: 100%;
}
.column2 .pr1 {
    width: 45%;
}

	
}