.blog-wrap {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}
.blog-wrap li {
	padding: 3.2rem 0 3.2rem 20px;
	text-align: left;
	width: 530px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #CDCDCD;
}
.blog-wrap li:nth-child(2n+1) {
	margin-right: 40px;
}
.blog-wrap li > a {
	display: flex;
}
.blog-wrap li .imgbox {
	width: 200px;
	height: 200px;
	border: 1px solid #CDCDCD;
	position: relative;
	opacity: 1;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.blog-wrap li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.blog-wrap li .txtbox {
	width: 310px;
	margin-left: 20px;
}

@media screen and (min-width: 813px) {
	.blog-wrap {
		margin-top: -40px;
	}
}

.blog-wrap li:first-child,
.blog-wrap li:nth-child(2) {
	padding-top: 0;
}

.blog-wrap li img {
	width: 40%;
	border: 1px solid #CDCDCD;
	margin-right: 3rem;
	float: left;
}

.blog-wrap li p.date {
	font-size: 12px;
	margin-bottom: 1.2rem;
}

.blog-wrap li p.title {
	font-size: 17px;
	font-weight: bold;
}

.bottan-wrap__sec02 {
	float: right;
	margin-top: 50px;
}
.blog-wrap li a img{
		transition-duration: 2s;
}
.blog-wrap li a:hover img{
	opacity: 0.5;
}
@media screen and (max-width: 1203px) {
	.blog-wrap li{
		width: 45%;
	}
}

@media screen and (max-width: 812px) {
	.blog-wrap li {
		width: 100%;
		margin: 0;
		padding: 2rem 0;
	}
	.blog-wrap li .imgbox {
		width: calc(100vw * 0.32);
		height: calc(100vw * 0.32);
	}
	.blog-wrap li .txtbox {
		width: calc(100vw * 0.55);
		margin-left: 10px;
	}

	.blog-wrap li p.date {
		margin-bottom: .5rem;
		font-size: 10px;
	}
	.blog-wrap li p.title {
		font-size: 14px;
	}
	.blog-wrap li:nth-child(2) {
		padding-top: 2rem ;
	}

	.blog-wrap li img {
		width: 30%;
		margin-right: 1rem;
	}

	.bottan-wrap__sec02 {
		margin-top: 30px;
	}
}

.blog-bottom {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 812px) {
	.blog-bottom {
		display: block;
	}

	.blog-bottom>div {
		width: 100%;
	}

	.blog-bottom .post-wrap {
		display: block;
	}

	.blog-bottom .post-wrap>div {
		width: 100%;
	}
}

.blog-bottom>div {
	width: 48%;
}

.blog-bottom h2 {
	background-color: #a8a8a8;
	padding: 2rem;
	color: #fff;
	font-weight: 200;
}

.blog-bottom .calender table th,
.blog-bottom .calender table td {
	text-align: center;
	padding: 1rem;
}

.blog-bottom .calender div {
	background-color: #f1f1f1;
	width: 100%;
}

.blog-bottom .calender div div.month {
	display: flex;
	justify-content: space-between;
	padding: 2rem;
	border-bottom: 1px solid #CDCDCD;
}

.blog-bottom .calender div div img {
	width: 6px;
	height: 9px;
}

.blog-bottom .calender table {
	width: 100%;
}

.blog-bottom .post-wrap {
	display: flex;
	justify-content: space-between;
}

.blog-bottom .post-wrap>div {
	width: 46%;
}

.blog-bottom .post-wrap>div>ul>li {
	padding: 14px 0;
	border-bottom: 1px solid #ccc;
}

.blog-bottom .post li a {
	display: flex;
}
.blog-bottom .post-wrap div li div {
	width: 80px;
	height: 80px;
	margin-right: 1rem;
	border: 1px solid #CDCDCD;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.blog-bottom .post-wrap div li div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.blog-bottom .post-wrap div.post li p {
	font-size: 12px;
	font-weight: 500;
	padding: 1rem 0;
	width: 150px;
}

.blog-bottom .post-wrap div.post2 .cat {}

div.post2 .cat ul {
	padding-top: 2rem;
}

div.post2 .cat ul li:before {
	content: "●";
	color: #70cccb;
}

div.post2 .cat ul {
	padding-left: 1rem;
}

.blog-search {
	padding: 10px 0;
position: relative;
	margin-top: 1rem;
}
.blog-search input#button[type="submit"]{
	position: absolute;
	z-index: 5;
	top: 25px;
	width: 25px;
	height: 25px;
	right: 20px;
	background-image: url(../img/blog/search.png);
	background-size: contain;
	border: none;
}

.blog-search input#search[type="text"]{
	background-color: #f1f1f1;
	border-radius: 6px;
	border: 1px solid #ccc;
	color: #444;
	padding: 1.5rem;
	width: 100%;
	appearance:none
}

.blog-search p {
	background-color: #f1f1f1;
	border-radius: 6px;
	border: 1px solid #ccc;
	color: #CDCDCD;
	padding: 1.5rem;
	width: 100%;
}

.blog-search img {
	float: right;
	width: 25px;
}

@media screen and (max-width: 812px) {
	.blog-bottom h2 {
		font-size: 2rem;
		font-size: 16px !important;
		padding: 1rem;
	}

	.blog-bottom>div {
		width: 100%;
	}

	.blog-bottom .post-wrap {
		display: block;
	}

	.blog-bottom .post-wrap>div {
		width: 100%;
	}

	.blog-bottom .post-wrap div.post li p {
		width: calc( 100vw - 130px);
	}

	.blog-bottom .calender {
		margin-bottom: 2rem;
	}

	.blog-search {
		margin-bottom: 4rem;
	}

	.button-circle .t {
			padding: .1rem 1rem;
	}
}

.ranking {
	margin: 3rem 0;
	display: flex;
	justify-content: flex-start;
}

.ranking li {
	position: relative;
	width: 340px;
	margin-left: 40px;
	padding: 20px 0 20px 20px;
}
.ranking li:first-child {
	margin-left: 0;
}

.ranking li:after {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 20px;
	background-color: #70cccb;
	color: #fff;
	width: 40px;
	/* padding: 1px 10px; */
	border-radius: 50%;
	height: 40px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 812px) {
	.hl-line{
		padding: 0;
	}
	.ranking {
		margin: 3rem 0;
		display: flex;
		justify-content: space-around;
	}
	.ranking li {
		width: 100%;
		margin-left: 0;
		padding: 20px 0 20px 15px;
	}
	.ranking li:after {
		top: 5px;
		width: 30px;
		height: 30px;
	}

	.ranking li:before{
		top: 20px;
	}
}


.ranking li:first-child:after {
	content: "1";
}

.ranking li:nth-child(2):after {
	content: "2";
}

.ranking li:nth-child(3):after {
	content: "3";
}

.ranking li a {
	display: flex;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.ranking li div {
	width: 120px;
	height: 120px;
	margin-right: 10px;
	position: relative;
	border: 1px solid #ccc;
}
.ranking li div img {
	width: 120px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ranking li p{
	width: 190px;
}

@media screen and (max-width: 812px) {
	.ranking {
		display: block;
	}

	.ranking li {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #ccc;
	}
	.ranking li div{
		width: 100px;
		height: 100px;
	}
	.ranking li p{
	}
	.ranking li a {
		padding-bottom: 0;
		border-bottom: none;
	}

}

.mt80 {
	margin-top: 80px;
}

/*Cts*/
.stylist {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.stylist img {
	width: 110px;
	height: auto;
}

.stylist-detail {
	margin-left: 1rem;
	width: 60%;
}

.stylist-detail h3 {
	background-color: #efefef;
	padding: 6px 10px;
	font-size: 12px;
	margin-bottom: 3rem;
}

.stylist-detail .class {
	color: #70cccb;
	font-size: 10px;
}

.stylist-detail .name {
	padding: 14px 0;
}

.stylist-detail img {
	width: 34px;
	height: auto;
}

.reserv2 {
	margin-top: auto;
	padding: 15px;
	text-align: center;
	background: #70CCCB;
	color: #fff;
	font-size: 20px;
	width: 100%;
	margin: 10px auto 0;
}

.auther {
	display: flex;
	justify-content: space-between;
	padding: 20px 190px 60px;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
.auther.ctr-mini {
	max-width: 1100px;
	margin: auto;
}
.auther>div {
	padding: 3rem;
	width: 360px;
}

.auther .stylist {
	border-right: 1px solid #ccc;
}

.auther .stylist.nonshop {
	border-right: none;
}

.auther .shop_name,
.auther .tel {
	font-size: 18px;
	font-weight: bold;
	line-height: 2em;
}

.auther .address {
	letter-spacing: 1px;
}

.auther {
	font-size: 10px;
}

.auther h3 {
	margin: 0 0 13px;
}

.auther .name {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}

@media screen and (max-width: 812px) {
	.auther {
		display: block;
		margin: 0;
		padding: 0;
	}
	.auther.ctr-mini {
		max-width: 100%;
		margin: auto;
	}

	.auther>div {
		padding: 0;
		width: 100%;
		padding: 2rem;
		border-bottom: 1px solid #ccc;
	}

	.auther .stylist {
		border-right: none;

	}

	.stylist-detail h3 {
		margin-bottom: 0.5rem;
	}

	.stylist-detail .class {
		font-size: 14px;
	}

	.auther .shop_name,
	.auther .tel {
		font-size: 18px;
		font-weight: normal;
		line-height: 2em;
	}

	.auther {
		font-size: 14px;
	}

	.reserve2 {
		margin-left: 0 !important;
		margin-top: 2rem;
	}
}


.single {
	border-bottom: none;
}

.singlebtn {
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0;
}
.cat p{
	color: #70cccb;
	font-size: 10px;
	display: inline-block;
	border: 1px solid #70cccb;
	padding: 0 4px ;
	margin: 2px;
}

@media screen and (max-width: 812px) {
 .t::before{
	 padding-left: 1rem;
 }
.cat p{
	display: none;
}
	}

a{
	transition-duration: 2s;
}
a:hover{
	opacity: 0.5;
}

