﻿@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
BRANDING SALON
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

.salon-list {
  width:98%;
  max-width:1080px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 100px;
}

@media screen and (max-width: 834px) {

	.salon-list {
		margin: 0 -7px;
	}
	.salon-list {
		margin-bottom: 50px;
	}

}

.salon-list .item {
	max-width:340px;
	padding: 0 10px;
 	margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .salon-list .item {
    padding: 0 7px;
  }
}

@media screen and (max-width: 640px) {
  .salon-list .item {
    width: 50%;
    margin-bottom: 19px;
  }
  .salon-list .item:last-child {
    margin-bottom: 30px;
  }
}

.salon-list .item a {
  display: block;
  border: 1px solid #d4d4d4;
  background: white;
  color: #1d0002;
}

.salon-list .item .img img {
  width: 100%;
  max-width:320px;
  height:auto;
}

.salon-list .item .txt {
  font-size: 14px;
  line-height: 1.4;
  padding: 12px;
  position: relative;
  background: #666666;
  color:#fff;
}

.salon-list .item .txt p {
	text-align: center;
}

@media screen and (max-width: 834px) {
  .salon-list .item .txt {
    font-size: 12px;
    padding: 12px 0px 4px 00px;
  }
}

.salon-list .item .txt .ttl {
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
	text-align: center;
}
.salon-list .item .txt h2.ttl {
  font-size: 17px;
}
.salon-list .item .txt h3.ttl {
	min-height:4.5em;
}

@media screen and (max-width: 834px) {
  .salon-list .item .txt .ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .salon-list .item .txt h2.ttl {
    font-size: 14px;
  }
}

.newsletter-year-title span {
  display: inline-block;
}
.newsletter-box {
  max-width: 900px;
  background: #F1F6E7;
  padding: 15px 0 0 0;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 834px) {
  .newsletter-box {
    margin-bottom: 70px;
  }
}

.newsletter-years {
  display: flex;
  flex-wrap: wrap;
}
.newsletter-year {
  width: calc(100% / 5);
  text-align: center;
  line-height: 1;
  border-right: 2px solid #00773d;

  padding: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .newsletter-year {
    width: calc(100% / 3);
    padding: 0px;
  }
}

@media screen and (min-width: 835px) {
  .newsletter-year:nth-child(5n) {
    border-right: none;
  }
}
@media screen and (max-width: 834px) {
  .newsletter-year:nth-child(3n) {
    border-right: none;
  }
}

.newsletter-year-link {
  font-size: 16px;
  font-weight: 700;
  color: #00773d;
} 
@media screen and (max-width: 834px) {
  .newsletter-year-link {
    font-size: 14px;
  } 
}

.dl-bp {
	margin-bottom: 20px;
}
.dl-bp dt{
	position: relative;
	font-size:2.6rem;
	font-weight:bold;
	display: flex;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left:26px;
	text-align: left;
	align-items: center;
}
.dl-bp dt:before {
	position : absolute;
	top:7px;
	left:0;
	width: 12px;
	height: 12px;
	margin-right: 12px;
	border: 6px solid #d92127;
	border-radius: 50%;
	content: "";
}
.dl-bp dd{
	font-size: 1.8rem;
	line-height:1.6;
	margin:0 0 2em 2em;
}