* {
	font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: .95rem;
}

body {
	color: #666;


}

p {
	line-height: 1.8;
	padding: 4px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: inherit;
	opacity: 0.8;
}

ul {
	padding-left: 15px;
	list-style: none;
	line-height: 2;
}

ul li i {
	margin-right: 10px;
}

ol {
	padding-left: 15px;
	line-height: 2;
}




/*****  Header  *****/

header {
	/*background-color: #DAA6A8;*/
}

header a img {
	width: 400px;
}


#top {
	background-image: url(img/top.png);
	background-size: cover;
	background-position: center;
	padding: 15px;
	margin: 0 0 30px 0;
	height: 350px;
}

#top p {
	font-size: 1rem;
	color: #333132;
}

@media (max-width: 576px) {
	#top {
		height: 160px;
		padding: 5px;
	}

	#top p {
		font-size: .8rem;
		color: #333132;
	}

	header a img {
		width: 300px;
	}
}




/*****  Side  *****/

.side-area h2 {
	background: #a6dad8;
	color: #fff;
	padding: .3rem;
}

.side-area ul li {
	font-size: .9rem;
}




/*****  Main  *****/

.main-area h2 {
	font-size: 1.5rem;
	position: relative;
	overflow: hidden;
	padding: 1rem 1rem 1rem 70px;
	word-break: break-all;
	border-top: 3px solid #a6dad8;
	border-radius: 12px 0 0 0;
}

.main-area h2 span {
	font-size: 2rem;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 6px 12px;
	color: #fff;
	border-radius: 10px 0 20px 10px;
	background: #a6dad8;
}

.main-area h2 span i {
	font-size: 2.5rem;
	vertical-align: top;
}

h3 {
	font-weight: bold;
	font-size: 1.2rem;
	background-color: #D2ECF9;
	color: #666;
	padding: 8px 12px;
	border: dashed 1px #D2ECF9;
	border-radius: 12px;
}

h4 {
	font-weight: bold;
	font-size: 1.2rem;
	color: inherit;
	padding: 8px;
	border-bottom: solid 3px #a6dad8;
	margin-top: 20px;
}

h5 {
	font-weight: bold;
	font-size: 1.1rem;
	position: relative;
	padding: 1rem 1rem;
	border: 1px solid #a6dad8;
	border-radius: 0 10px 10px 10px;
	margin-top: 50px;
}

h5:before {
	font-size: 1rem;
	position: absolute;
	top: -20px;
	left: -1px;
	height: 20px;
	padding: 0 1em;
	content: 'POINT';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background: #a6dad8;
}

h6 {
	font-weight: bold;
	font-size: 1.1rem;
	color: inherit;
	padding: 15px 8px;
	margin-top: 20px;
	border-left: solid 6px #8b7879;
	margin-top: 40px;
}

.steps-arrow {
	text-align: center;
}

.steps-arrow i {
	font-size: 1.1rem;
}

table {
	width: 100%;
	margin: 20px 0;
}

table th,
table td {
	padding: 5px;
	border: #fff solid 3px;
	font-size: .9rem;
}

table th {
	background: #f3f3f3;
	font-weight: 300;
	width: 16%;
}

table td {
	background: #f9f9f9;
	width: 42%;
}

.pink {
	color: #DAA6A8;
	font-weight: bold;
}

.orange {
	color: #FD7808;
	font-weight: bold;
}

.muted {
	font-size: .7rem;
	color: #ebebeb;
}

.marker {
	background: linear-gradient(transparent 50%, #fbf1dc 50%);
}

.dark-bg {
	background: #f9f9f9;
	padding: 1rem;
	margin: .5rem;
}

.dark-bg p,
i {
	font-size: .9rem;
}

.yellow-bg {
	background: #FAF8F1;
	padding: 1rem;
	margin: .5rem;
}

.yellow-bg h6 {
	margin-top: 0;
}

.yellow-bg h6 .sub-title {
	font-weight: 300;
	font-size: .9rem;
	color: #777;
}

.pagination .page-item .page-link {
	border: solid #378582 1px;
	background: #fff;
	color: #378582;
	margin: 3px;
}

.pagination .page-item.current .page-link {
	border: solid #378582 1px;
	background: #378582;
	color: #fff;
}

.pagination .disabled .page-link {
	opacity: .4;
}




/***** サロン検索 *****/

#salon-search-insert {
	background: #a6dad8;
	width: 90%;
	margin: 2rem auto;
}

#salon-search-insert .salon-search-header {
	max-width: 190px;
}

#salon-search-insert .salon-search-header img {
	width: 100%;
}

#salon-search-insert .salon-search-main {
	padding: 1rem;
}

#salon-search-insert .salon-search-main p {
	margin: 0;
	padding: 0;
	color: #fff;
}

#salon-search-insert .salon-search-main h2 {
	position: relative;
	overflow: hidden;
	padding: 0;
	border-top: none;
	border-radius: 0;
	text-align: start;
	font-size: 1.5rem;
	vertical-align: middle;
}

#salon-search-insert .salon-search-main-title {
	margin-right: 20px;
}

.salon-search select {
	color: #666;
	width: 7rem;
	height: 36px;
	text-align: center;
	border-radius: 10px;
	border: solid 2px #777;
	vertical-align: bottom;
}

.salon-search button {
	color: #378582;
	border: solid 2px #378582;
	border-radius: 10px;
	padding: auto 1.5rem;
	line-height: 20px;
	width: 5rem;
	background: #fff;
}

#salon-search-side .salon-search-main-selection {
	margin: 1rem auto 3rem auto;
}




/***** 器具検索 *****/

.goods-item-wrapper-main {
	background: #f6f6f6;
	flex-wrap: nowrap;
	overflow: scroll;
	margin: 2rem .5rem;
}

.goods-item-wrapper-side {
	width: 100%;
	overflow: scroll;
	margin-bottom: 20px;
}

.goods-item {
	padding: .5rem;
	margin: 0 auto;
}

.goods-item:hover {
	opacity: .7;
	transition: .2s;
}

.goods-item-img img {
	width: 180px;
	height: 180px;
  object-fit: cover;
}

.goods-item-name span {
	font-size: .9rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.goods-item-price {
	text-align: end;
	font-size: .9rem;
	color: #FD7808;
	font-weight: ;
}

.btn-more {
	display: block;
	color: #378582;
	border: solid 2px #378582;
	border-radius: 10px;
	padding: auto 1.5rem;
	line-height: 20px;
	width: 80%;
	max-width: 300px;
	background: #fff;
	margin: 0px auto 50px auto;
}




/**** 器具一覧 ****/

.goods-list-wrapper {
	width: 100%;
}

.goods-list-wrapper .goods-item {
	display: inline-block;
	width: 24%;
}

@media (max-width: 576px) {
	.goods-list-wrapper .goods-item {
		width: 49%;
	}

	.goods-list-wrapper .goods-item span {
		font-size: .8rem;
	}
}

/**** サロン一覧・詳細****/

.salon-item-inner {
	border-left: 1.5rem solid #eee;
}

.salon-item-name {
	font-size: 1.1rem;
	font-weight: bold;
}

.salon-item-address {
	font-size: .9rem;
}

.salon-detail .salon-item-name {
	font-size: 1.2rem;
	margin-top: 10px;
}

.salon-item-row {
	width: 100%;
	margin: 1.5rem 0;
	padding: 10px;
	background: #fff;
}

.salon-item-header {
	font-weight: bold;
	width: 100px;
	margin-bottom: 10px;
}

.salon-item-dsc {
	width: 100%;
}




/*****  バナー  *****/

.banner {
	/*width: 100%;*/
	margin: 2rem auto;
}

.banner img {
	/*width: 100%;*/
}

.banner-728 {
	/*max-width: 728px;*/
}

.banner-468 {
	display: inline-flex;
	margin: 1rem auto;
	justify-content: center;
}

.banner-468 img {
	width: 50%;
	/*max-width: 468px;*/
	padding: 5px;
}

.banner-125 {
	display: flex;
	flex-wrap: wrap;
	/*max-width: 125px;*/
}

.side-b img{
	margin-top: 10px;
}


@media (max-width: 576px) {
	.banner-468 {
		display: block;
	}

	.banner-468 img {
		width: 100%;
	}

	.main-area h2 {
		font-size: 1.2rem;
		padding: 1rem 1rem 1rem 65px;
	}

	.main-area h2 span i {
		font-size: 2rem;
	}

}
