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



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

PC Style

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

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

.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: 38px;
	text-align:center;
	margin-bottom:50px;
	letter-spacing: 0.2em;
}

main h2 .sub {
	font-size: 28px;
	letter-spacing: 0.1em;
}

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

p.cate span {
	margin-right: 10px;
	display:inline-block;
}

p.cate span a {
	padding:0 30px;
	display:block;
	height: 40px;
	line-height: 40px;
	background-color: #FCD766;
	font-size: 18px;
	font-weight: 700;
	border-radius: 20px;
}
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;
}

.individual {
	width:780px;
	float:left;
}

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

ul.individual_list {
	margin:50px auto;
}

ul.individual_list li {
	float:left;
	width:250px;
	height:250px;
	margin-right:15px;
	margin-bottom:15px;
}

ul.individual_list li:nth-child(3n) {
	margin-right:0;
}
ul.individual_list li:nth-child(3n+1) {
	clear:both;
}

ul.individual_list li img {
	width:250px;
	height:250px;
	object-fit:cover;
	display:block;
}

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:15px;
}

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

p.cate span a {
	padding:0 15px;
	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;
}

.individual {
}

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

ul.individual_list {
	margin:20px auto;
}

ul.individual_list li {
	float:left;
	width:49%;
	max-height:180px;
	margin-right:2%;
	margin-bottom:10px;
}

ul.individual_list li:nth-child(2n) {
	margin-right:0;
}
ul.individual_list li:nth-child(2n+1) {
	clear:both;
}

ul.individual_list li img {
	width:100%;
	max-height:180px;
	object-fit:cover;
	display:block;
}

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;
}



}