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



@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------

PC Style

----------------------------------------------------------------------*/

.main_img {
	margin-bottom: 30px;
	width:100%;
	height:200px;
	overflow: hidden;
	position:relative;
}

.main_img img {
	width:100%;
	height:440px;
	object-fit:cover;
}

.main_img h1 {
	color:#fff;
	font-size:42px;
	letter-spacing: 0.2em;
	line-height:1.0;
	text-shadow:#000 1px 1px 1px;
	margin-bottom:30px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}

.main_img h1 .sub {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.1em;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/

main h2 {
	font-size:42px;
	text-align:center;
	margin-bottom:50px;
}

main h2 .sub {
	font-size:30px;
}

p.cate {
	font-size:26px;
	margin-bottom:50px;
}

p.cate span {
	display:inline-block;
	border:solid 3px #000;
	margin-right:15px;
}

p.cate span a {
	padding:0 40px;
	display:block;
}
p.cate span a:hover {
	opacity:0.7;
	transition:0.3s;
}

.actual {
}

.actual h2 {
	background: #F0F0F0;
	font-size:30px;
	padding:10px;
	text-align:center;
	font-weight:400;
	margin-bottom:50px;
}

.actual ul {
	border:none;
}

.actual ul li {
	border-right: dotted 2px #999;
	margin-bottom:30px;
}

.actual ul li:nth-child(3n) {
}
.actual ul li:nth-child(3n+1) {
	border-left: dotted 2px #999;
	clear:both;
}


/**********************************************************/
/* 詳細ページ */
/**********************************************************/


.post h1 {
	font-size:44px;
	letter-spacing:2px;
	line-height:1.0;
	padding:20px 0;
}

.post h1 .sub {
	font-size:30px;
}

.post .main_img {
	width:100%;
	height:440px;
	margin-bottom:0;
}

.post .main_img img {
	width:100%;
	height:440px;
	object-fit:cover;
}


/* メインエリア */


.result {
}

.result h2 {
	background:#F0F0F0;
	padding:15px 0 20px;
	margin-bottom:50px;
	line-height:1.5;
}

.individual {
	width:780px;
	float:left;
	margin-bottom:50px;
}

.individual p {
	margin:0 auto 15px;
}

.individual img {
	max-width:780px;
	height:auto;
	display:block;
	margin:0 auto 20px;
}

aside {
	background:#F0F0F0;
	padding:20px 15px;
	width:200px;
	float:right;
}

aside ul.month {
	margin-bottom:40px;
}

aside ul.category {
}

aside ul li a:hover {
	text-decoration:underline;
}



}



@media screen and (max-width:767px){
/*----------------------------------------------------------------------

SP Style

----------------------------------------------------------------------*/

.main_img {
	width:100%;
	max-height:220px;
	margin-bottom:30px;
}

.main_img img {
	width:100%;
	max-height:220px;
	object-fit:cover;
}


/**********************************************************/
/* メインエリア */
/**********************************************************/


h1 {
	font-size:28px;
	letter-spacing:2px;
	line-height:1.0;
	margin-bottom:30px;
}

h1 .sub {
	color:#666;
	font-size:20px;
	letter-spacing:1px;
}

main h2 {
	font-size:32px;
	margin-bottom:30px;
	text-align:left;
}

p.cate {
	font-size:18px;
	margin-bottom:30px;
}

p.cate span {
	display:inline-block;
	border:solid 3px #000;
	margin-right:5px;
}

p.cate span a {
	padding:0 10px;
	display:block;
}

.actual {
}

.actual h2 {
	background: #F0F0F0;
	font-size:30px;
	padding:10px;
	font-weight:400;
	margin-bottom:10px;
}

.actual ul {
	border:none;
}

.actual ul li {
	margin-bottom:10px;
}


/**********************************************************/
/* 詳細ページ */
/**********************************************************/

.post .main_img {
	width:100%;
	max-height:440px;
	position:relative;
	margin-bottom:0;
}

.post .main_img img {
	width:100%;
	max-height:440px;
	object-fit:cover;
}

.post h1 {
	padding:10px 0;
	margin-bottom:0;
}


/* メインエリア */

.result {
}

.result h2 {
	font-size:20px;
	background:#F0F0F0;
	padding:10px;
	margin-bottom:20px;
	line-height:1.5;
}

.individual {
	margin-bottom:30px;
}

.individual p {
	margin:0 auto 10px;
}

.individual img {
	width:100%;
	display:block;
	margin:0 auto 20px;
}

aside {
	background:#F0F0F0;
	padding:20px 15px;
	margin-bottom:20px;
}

aside ul.month {
	width:50%;
	float:left;
}

aside ul.category {
	width:50%;
	float:right;
}

.service {
	border-top:none;
}

}