@charset "UTF-8";

/**  リセット用CSS  **/
@import url("base.css");


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body { -webkit-text-size-adjust: none; }


@media (min-width: 1025px) {
  header {
    background: url(../images/recommend_main.png) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
		display: block;
		font-size: 65px;
		height: 115px;
		font-weight: 500;
		color: #fff;
		line-height: 1;
		margin-bottom: auto;
		text-align: center;
	}
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 1025px) {
  header h1 div {
    width: 100%;
    font-size: 24px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
	
	.blog_wrap .inner {
		max-width: 1200px;
		margin: auto;
		padding: 45px 20px 0 20px;
	  }
}

@media (min-width: 1025px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}


@media (min-width: 640px) and (max-width: 1024px) {
  header {
    background: url(../images/recommend_main.png) no-repeat;
    background-size: cover;
    height: 654px;
  }
  header h1 {
    display: block;
    font-size: 65px;
    height: 115px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
	
	header h1 div {
		width: 100%;
		font-size: 24px;
		line-height: 1;
		margin-top: 15px;
		font-weight: 200;
	  }
	
	.blog_wrap .inner {
    max-width: 1200px;
    margin: auto;
    padding: 45px 20px 0 20px;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 {
    font-size: 4.2vw;
  }
}

@media (min-width: 640px) and (max-width: 1024px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}


@media (max-width: 640px) {
  header {
    background: url(../images/recommend_main.png) no-repeat;
    background-size: cover;
    height: 300px;
  }
  header h1 {
    display: block;
    font-size: 20px;
    height: 115px;
    font-weight: 200;
    color: #fff;
    line-height: 1;
    margin-bottom: auto;
    text-align: center;
  }
  header h1 div {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 200;
  }
	
	 .blog_wrap .inner {
		max-width: 1200px;
		margin: auto;
		padding: 45px 10px 0 10px;
	  }
}

@media (max-width: 640px) and (max-width: 1600px) {
  header h1 div {
    font-size: 1.5vw;
  }
}

.blog_wrap {
	padding: 80px 0 0;
}

.blog_wrap .inner {
	max-width: 1370px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_wrap article {
	padding: 0;
	width: 77%;
}

.blog_wrap .sidebar {
	width: 20%;
}

.blog_wrap .sidebar .view_time {
	padding: 0 0 5px;
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
}

.blog_wrap .sidebar .view_time time {
	font-size: 11px;
}

.blog_content ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blog_content ul li {
	width:31%;
	margin-bottom:35px;
	border-bottom: 1px solid #CCC;
	position: relative;
}

.blog_content ul li p.author_name {
	position: absolute;
	right: 0;
	bottom: 0;
}

.blog_list::after {
	display: block;
	width: 33%;
	content: "";
}
/**
.related_content ul li a div.blog_img,
.blog_list li a div.blog_img {
	position: relative;
	overflow: hidden;
	height: 190px;
	width: 100%;
}

.related_content ul li a .blog_img img,
.blog_list li a .blog_img img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-width: 300%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}**/

.three_column:after{
	content:"";
	display: block;
	width:48%;
}

.category_box {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 15px 0 30px;
}

.category_box a {
	display: block;
	background: #C8B59E !important;
	color: #FFF !important;
	padding: 5px 10px !important;
	margin: 0 7px 5px 0 !important;
	border-radius: 15px !important;
	font-size: 11px !important;
}

.view_time {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 10px 0;
	font-size: 13px;
}

.view_time p,
.view_time time {
	font-size: 13px;
}

.blog_wrap ul li a {
	text-decoration: none;
}

.blog_wrap ul li a .blog_img {
	text-align: center;
}

.blog_wrap ul li h2 {
	font-size: 15px;
}

.sidebar > div {
	margin-bottom: 20px;
}

.sidebar .side_bnr {
	margin: 0;
}

.sidebar h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 17px 0;
	background: #F0F0F0;
	text-align: center;
}

.sidebar ul li a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #DDD;
}

.sidebar ul li a > div {
	width: 52%;
}

.sidebar ul li a > div.side_image {
	width: 45%;
}

.sidebar ul li h3 {
	font-size: 15px;
	font-weight: bold;
}

.sidebar ul li p {
	font-size: 11px;
}

.author_name {
	text-align: right;
	padding: 3px 0;
}

.side_category ul li a {
	position: relative;
	display: block;
	padding: 10px 0;
	font-size: 15px;
}

.side_category ul li a::after {
	position: absolute;
	right: 1%;
	font-family: FontAwesome;
	content: "\f054";
}

.side_keyword ul {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 15px 25px;
	border-bottom: 1px solid #DDD;
}

.side_keyword ul li {
	border-bottom: none;
}

.side_keyword ul li a {
	padding: 5px;
	border-bottom: none;
	font-size: 15px;
}

.blog_pager_content {
	margin: 0 auto;
	padding: 50px 0;
	max-width: 550px;
	width: 100%;
}

.blog_pager_content .page_next {
	border: 1px solid #CFCFCF;
	
	text-align: center;
	font-size: 18px;
	border-radius: 15px;
	position: relative;
}

.blog_pager_content .page_next a {
	display: block;
	padding: 25px 0;
}

.blog_pager_content .page_next a::after {
	position: absolute;
	right: 3%;
	font-family: FontAwesome;
	content: "\f054";
}

.blog_pager_box .wp-pagenavi {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	padding-top: 30px;
}


.blog_pager_box .wp-pagenavi span {
	border: none;
	padding: 0;
	margin: 0;
	min-width: 90px;
}

.blog_pager_box .wp-pagenavi span a,
.blog_pager_box .wp-pagenavi select {
	background: #777777;
	margin: 0;
	color: #FFF;display: block;
	text-align: center;
	font-size: 18px;
}

.blog_pager_box .wp-pagenavi div {
	position: relative;
	max-width: 365px;
	width: 100%;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	background: #777777;
	height: 100%;
}

.label {
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	color: #FFF;
	z-index: 1;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-content: center;
	-webkit-align-items: center;
	padding: 17px 0;
}

.blog_pager_box .wp-pagenavi select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	border-top: none;
	border-bottom: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto;
	width: 100%;
	padding: 23px 0;
}

.blog_pager_box .wp-pagenavi select::-ms-expand {
  display: none; 
}

.blog_pager_box .wp-pagenavi div::after {
	position: absolute;
	right: 3%;
	font-family: FontAwesome;
	content: "\f078";
	top: 50%;
	color: #FFF;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog_pager_box span a {
	max-width: 90px;
	width: 100%;
	padding: 24px 0px !important;
	min-width: 90px;
}

.blog_pager_box span:first-child a {
	border-radius: 15px 0 0 15px;
}

.blog_pager_box span:last-child a {
	border-radius: 0 15px 15px 0;
}

/**************

detail

**************/

.blog_detail_content {
	padding-bottom: 35px;
}

.blog_detail_content h1 {
	font-size: 30px;
	line-height: 120%;
	position: relative;
	padding: 90px 0;
}

.blog_detail_content img {
	display: block;
	margin: 0 auto;
}

.blog_detail_content ol {
	padding: 20px 50px;
	
}

.blog_detail_content ol li {
	list-style-type: inherit;
	padding: 13px 0;
	font-size: 16px;
}

.blog_detail_content table {
	border: 1px solid #CCC;
}

.blog_detail_content a {
	color: #C8B59E;
	background: #fff;
	border: 1px solid #C8B59E;
	margin: 30px auto 0;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	display: block;
	max-width: 350px;
	word-wrap: break-word;
}

.blog_detail_content a:hover {
	text-decoration: none;
}

.day_category_view {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 40px 0 5px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.blog_detail_content .author_name_detail {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #333;
	margin-bottom: 50px;
}

.day_category_view > div {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
}

.day_category_view .category_box {
	padding: 0 0 0 20px;
}

.day_category_view .category_box a:hover {
	text-decoration: none;
}

.blog_detail_content h1::before {
	position: absolute;
	left: 20px;
	top: 50%;
	display: inline-block;
	background: #c8b59e;
	width: 262px;
	height: 262px;
	content: "";
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}

.blog_detail_image {
	text-align: center;
}

.blog_detail_content p {
	font-size: 16px;
	line-height: 180%;
	padding: 15px 0;
}

.blog_detail_content h2 {
	padding: 60px 0 20px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #9C884D;
	line-height: 150%;
	border-bottom: 1px solid #000;
}

.blog_detail_content h3 {
	font-size: 22px;
	background: #EEE;
	padding: 20px 10px;
	margin: 30px 0 15px;
	line-height: 150%;
}

.blog_detail_content h4 {
	font-size: 20px;
	color: #9C884D;
	line-height: 150%;
	padding: 25px 0 0;
}

.blog_detail_content ul {
	border: 5px solid #EEE;
	padding: 30px 50px;
	display: block;
	margin: 25px 0;
}

.blog_detail_content ul li {
	padding: 13px 0;
	font-size: 16px;
	width: 100% !important;
	border: none;
	margin-bottom: 0;
	display: flex;
	display: -webkit-flex;
}

.blog_detail_content ul li::before {
	margin-right: 3px;
	content: "・";
}

.blog_detail_content table {
	width: 100%;
	margin: 20px 0;
}

.blog_detail_content table tr th,
.blog_detail_content table tr td {
	padding: 25px 10px;
	text-align: center;
	font-size: 18px;
}

.blog_detail_content table tr th {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.blog_detail_content table tr td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.blog_detail_content table tr th:last-child,
.blog_detail_content table tr td:last-child {
	border-right: none;
}

.two_images, .three_images {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 20px 0 35px;
}

.two_images > div {
	width: 48%;
	text-align: center;
}

.three_images > div {
	width: 32%;
	text-align: center;
}

.blog_sns_content {
	background: #EEE;
	padding: 40px 60px;
}

.blog_sns_content > ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 0 25px;
}

.blog_sns_content > ul li {
	width: 23% !important;
	margin: 5px 0;
	padding: 0;
	border-bottom: none;
}

.blog_sns_content > ul li::before {
	display: none;
}

.blog_sns_content h2 {
	padding: 0;
	color: #333;
	font-size: 20px;
}

.blog_sns_content .keyword_box {
	background: #FFF;
	padding: 15px 20px;
}

.blog_sns_content .keyword_box div {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	border: none;
	padding: 10px 0;
	margin: 0;
}

.blog_sns_content .keyword_box div a {
	width: auto;
	padding: 3px 10px;
	margin-bottom: 0;
	border-bottom: none;
}

.blog_sns_content .keyword_box ul div::before {
	display: none;
}



.blog_pager_box_detail {
	margin: 0 auto;
	padding: 80px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.blog_pager_box_detail span {
	border: 1px solid #CFCFCF;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-content: center;
	-webkit-align-items: center;
}

.blog_pager_box_detail span a {
	padding: 25px;
}

.blog_pager_box_detail span:first-child {
	border-radius: 15px 0 0 15px;
}

.blog_pager_box_detail span:nth-child(2) {
	max-width: 365px;
	width: 100%;
	border-right: none;
	border-left: none;
}

.blog_pager_box_detail span:last-child {
	border-radius: 0 15px 15px 0;
}

.blog_pager_box_detail video,
.blog_pager_box_detail iframe {
	max-width: 100%;
	width: auto;
}

.related_content h2 {
	font-size: 20px;
	border-bottom: 1px solid #000;
	padding: 15px 0;
}

.related_content ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding: 20px 0;
}

.related_content ul::after {
	content:"";
	display: block;
	width:31%;
}

.related_content ul li {
	border-bottom: none;
}

.related_content ul li h2 {
	border-bottom: none;
}



@media screen and (max-width: 768px){
	
	.blog_wrap {
    	padding: 0;
	}
	
	.blog_wrap article,
	.blog_wrap .sidebar {
		width: 100%;
	}
	
	.blog_pager_content .blog_pager_box {
		padding-top: 20px;
	}
	
	.blog_pager_content .page_next a {
		padding: 18px 0;
		font-size: 15px;
	}
	
	.sidebar .side_bnr a {
		display: block;
		text-align: center;
	}
	
	.blog_pager_content .blog_pager_box span a {
		padding: 9.5px;
		min-width: 60px;
	}
	
	.blog_pager_content .blog_pager_box select {
		padding: 10px 0;
	}
	
	.blog_pager_content .blog_pager_box span a, .blog_pager_content .blog_pager_box select {
		font-size: 15px;
	}
	
	.blog_content ul li {
		width: 47%;
	}
	
	.category_box a {
		margin: 3px 2px 0 0;
		font-size: 10px;
		padding: 5px 6px;
	}
	
	.side_keyword ul {
		padding: 15px 0;
	}
	
	/**************

	detail

	**************/
	
	.blog_detail_content h1::before {
		left: -5px;
		top: 0;
		transform: translate(0%, 0%);
		width: 100px;
		height: 100px;
		padding: 5px 0;
	}
	
	.blog_detail_content h1 {
		padding: 5px 0;
		min-height: 100px;
		font-size: 24px;
		display: flex;
		align-content: center;
		align-items: center;
		display: -webkit-flex;
		-webkit-align-content: center;
		-webkit-align-items: center;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	
	.blog_detail_content iframe {
		width: 100%;
	}
	
	.day_category_view {
		padding: 30px 0 5px;
	}
	
	.day_category_view .category_box {
		padding: 10px 0 0;
		width: 100%;
	}
	
	.day_category_view > div p {
		padding: 5px 0;
	}
	
	.blog_detail_content p {
		padding: 5px 0;
		font-size: 14px;
		overflow: scroll;
	}
	
	.blog_detail_content h2 {
		font-size: 22px;
		padding: 30px 0 15px;
	}
	
	.blog_detail_content h3 {
		font-size: 20px;
		padding: 15px 10px;
	}
	
	.blog_detail_content ul {
		padding: 20px;
	}
	
	.blog_detail_content table {
		table-layout: fixed;
		display: flex;
		display: -webkit-flex;
	}
	
	.blog_detail_content table tr th, .blog_detail_content table tr td {
		padding: 20px 10px;
		font-size: 15px;
		display: block;
	}
	
	.blog_detail_content table thead,
	.blog_detail_content table tbody {
		width: 50%;
	}
	
	.blog_detail_content table tr {
		display: block;
	}
	
	.blog_detail_content table tr td:first-child {
		border-top: 1px solid #CCC;
	}
	
	.blog_detail_content table tr th:last-child {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
	
	.blog_detail_content table tr td {
		border-right: none;
	}
	
	.two_images, .three_images {
		padding: 0;
		margin: 20px 0;
	}
	
	.blog_sns_content {
		padding: 20px 10px;
	}
	
	.blog_sns_content h2 {
		font-size: 18px;
	}
	
	.blog_pager_box_detail span {
		font-size: 14px;
	}
	
	.blog_pager_box_detail span a {
		padding: 15px;
	}
	
	.blog_pager_box_detail span:first-child,
	.blog_pager_box_detail span:last-child {
		min-width: 60px;
	}
	
	.related_content ul li {
		width: 100% !important;
	}
	
	.label {
		min-height: 42px;
		font-size: 15px;
		padding: 7px 0;
	}
	
	.view_time p, .view_time time {
		font-size: 11px;
	}
	
	.blog_content ul li p.author_name {
		font-size: 11px;
	}
	
}

