@charset "utf-8";
/*All device
--------------------------------------------------*/
#header .logowrap h1 {
	float:right;
	width:210px;
}

#contents {
	text-align:center;
}

#breadcrumbs_pc {
	display:none;
}

#breadcrumbs_sp {
	padding:10px;
	font-size:10px;
	text-align:left;
}

#breadcrumbs_sp a, #breadcrumbs_sp a:hover, #breadcrumbs_sp a:active {
	text-decoration:underline;
}

/* ソーシャル */
.snsArea {
	position:relative;
	border-top:1px solid #c1bcbc;
	width: 80%;
	margin:30px auto 0;
	padding-top:20px;
}
.snsArea p {
	display: block;
	position:absolute;
	top:-10px;
	right:0;
	left:0;
	margin: 0 auto;
	text-align:center;
	margin-bottom:10px;
	font-size:14px;
}
.snsArea p span {
	padding: 0 5px;
	font-weight:bold;
	color:#ef507a;
	background-color:#FFFFFF;
}
.snsArea .inner {
	width:160px;
	margin:0 auto;
}
.snsArea .inner .snsArea_tw,
.snsArea .inner .snsArea_fb {
	float:left;
	width:40px;
	margin-right:20px;
}
.snsArea .inner .snsArea_line {
	float:left;
	width:40px;
    margin-right:0;
}
.snsArea .snsArea_line img,
.snsArea .snsArea_tw img,
.snsArea .snsArea_fb img {
	width:40px;
}
.snsArea .inner:after {
	content: ""; 
    display: block;   
    clear: both;
}
.snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
	width:40px;
}
.snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
	display:none;
}

h2 {
	width:100%;
}

h2 img.h2_sp {
	width:100%;
}

h2 img.h2_pc {
	display:none;
}

.tread {
	width:95%;
	margin:0 auto;
	font-size:10px;
	text-align:left;
}

.brdn {
	display:none;
}

a#buttontop_sp {
	display:block;
	width:95%;
	margin:15px auto;
	padding:8px 0;
	background:url("../images/icon_catalog.png") 8px 50% no-repeat;
	background-size:22px;
	background-color:#F58595;
	border:solid #EC6184;
	border-width:1px 1px 2px 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	color:#FFFFFF !important;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

a#buttontop_sp span {
	font-size:12px;
}

#buttontop_pc {
	display:none;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#maincontents {
	width:95%;
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	-webkit-column-gap:10px; /* Safari and Chrome */
	column-gap:10px;
	margin:0 auto;
}

.grid {
	padding:0 0 45px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}

.grid_image {
	border:solid 1px #eeeeee;
	border-radius: 8px;
}

.grid_image img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0 / 8px 8px 0 0;
	vertical-align: bottom;
}

.grid_image .icon {
	display:none;
}

.grid_image .caption {
	display:none;
}

.grid_image p {
	font-size:12px;
	padding: 10px 5px 0;
	text-align:left;
	color:#999999;
}

.grid_image .h3Col {
	display:table;
	width:100%;
	height:100%;
	margin:0 5px;
	border-collapse:separate;
    border-spacing:0 10px;
	background:url("../images/icon_catalog_b.png")  0 50%  no-repeat;
	background-size:30px;
}

.grid_image h3 {
	display:table-cell;
	padding:0 0 0 38px;
	font-size:12px;
	vertical-align:middle;
	text-align:left;
}

.grid_image h4 {
	font-size:12px;
	padding: 10px;
	font-weight:normal;
	color:#999;
	text-align:left;
}

.grid_search {
	padding:0 0 8px;
	border:solid 1px #eeeeee;
	border-radius: 8px;
}

.grid_search h3 {
	padding:8px 0 8px 40px;
	font-size:12px;
	text-align:left;
	border-radius:8px 8px 0 0;
	background:url("../images/icon_search.png") 8px 50% no-repeat;
	background-size:22px;
	background-color:#ffe1ea;
}

.grid_search .grid_searchlist {
	width: 100%;
	border-top: 1px solid #eeeeee;
}

.grid_search .grid_searchlist li {
	position: relative;
	width: 100%;
	border-bottom: #eeeeee 1px solid;
	display: table;
	height: 51px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
}

.grid_search .grid_searchlist li:last-child {
	border-bottom: none;
	height: 43px;
	padding:8px 0 0;
}

.grid_search .grid_searchlist li a {
	color: #333333;
	padding: 0 19px 0 8px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

.grid_search .grid_searchlist li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 9px;
	height: 14px;
	line-height: 1;
	margin-top: -6.5px;
	right: 10px;
	color: #7C7C7C;
	font-weight: bold;
	background: url(../images/icon_link.png) no-repeat 0 0;
	-webkit-background-size: 9px 14px;
	background-size: 9px 14px;
}

/*********掲載期間*********/
.days {
	clear:both;
	width:95%;
	margin:0 auto 10px;
}

.days .text {
	font-size:10px;
	text-align:right;
}

/*searchlinklist*/
.searchlinklist {
	width:95%;
	margin:0 auto 15px;
	font-size:12px;
	text-align:center;
	overflow:hidden;
	border:1px solid #CCC;
	background-color:#FBFAF5;
}

.searchlinklist dt {
	width:100%;
	margin:0 0 6px;
	padding:5px 0;
	font-weight:bold;
	background-color:#ffe1ea;
}

.searchlinklist dd {
	margin:0 6px;
}

.searchlinklist dd ul li {
	float:left;
	min-width:35px;
	margin:0 6px 6px 0;
	padding:6px;	
	border:solid #AAA399;
	border-radius:8px;
	border-width:1px 1px 2px 1px;
	background-color:#FFF;
}

.searchlinklist dd ul li a {
	color:#D36985;
	font-weight:bold;
	text-decoration:none;
	vertical-align:middle;
}

/* ▼検索フォーム */
.jsAreaList, .jsMaSelect {
	display: none;
}

.limit_switch input {
	display: none;
}

.summerarrange_form_search {
	margin: 0 auto 30px;
	padding: 0 7% 30px;
	width: 100%;
	height: auto;
	background: #caf1fa;
	box-sizing: border-box;
}

.summerarrange_form_search p.search_read {
	padding: 15px 0;
	font-size: 16px;
}

.summerarrange_form_search p.search_read span {
	font-weight: bold;
	font-size: 20px;
}

.summerarrange_form_inner {
	padding: 24px 5%;
	height: auto;
	background: #fff;
	border-radius: 6px;
	box-sizing: border-box;
}

.summerarrange_form_inner select {
	outline:0;
}

.summerarrange_form_inner input {
	border-radius: 6px;
}

.noselect_price .area_select:last-child {
	margin-bottom: 0;
}

.area_select {
	float: none;
	margin: 0 0 15px;
	padding:0 24px 0 8px;
	width: 236px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #222;
	border: 1px solid #222;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(https://imgbp.hotp.jp/CSP/img/bt/smb/icons/icn_bubble_down_arrow.png) no-repeat;
	background-position: 96% center;
	background-size: 7px 10px;
	border-radius: 6px;
	cursor: pointer;
}

.limit1, .limit2, .limit1 span, .limit2 span {
	display: block;
	float: left;
	width: 115px;
	height: 33px;
}

.limit1 {
	box-shadow: none;
}

.limit2 {
	box-shadow: none;
}

.limit_switch {
	float: none;
	margin: 0 auto;
	padding: 2px;
	width: 236px;
	border: 1px solid #222;
	border-radius: 6px;
	overflow: hidden;
	box-sizing: border-box;
	background-color:#FFF;
	box-shadow: 0px 0px 10px 0px #bfbfbf inset;
}

.limit_switch label {
	cursor: pointer;
	border-radius: 6px;
}

.limit_switch label.selected {
	background-color:#f58595;
	box-sizing: border-box;
	box-shadow: 0px -4px 0px 0px #ec6184 inset;
	cursor: default;
}

.limit_switch label span {
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 33px;
	color: #7f7f7f;
	font-weight: bold;
}

.limit_switch label.selected span {
	color: #fff;
 }
 
.limit1.selected {}

.limit2.selected {}

.summerarrangeform_searchbutton {
	margin-top: 25px;
	padding:0;
	width: 135px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #f58595;
	border: 1px solid #ec6184;
	box-shadow: 0px 4px 0px 0px #ec6184;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline:0;
}

/* ▼ポップアップ */
.modal .checkbox {
	display: none;
}

/* Gray background */
.modal .modal-overlay {
	opacity: 0;
	transition: all 0.3s ease;
	width: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	transform: scale(1);
	display: none;
	background-color: rgba(0,0,0,0.7);
}

/* Box */
.modal .modal-wrap {
	transition: all 0.5s ease;
	margin: 20px auto;
	width: 84%;
	max-height: 90%;
	overflow: scroll;
	background: transparent;
	border-radius: 6px;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
	align-self: flex-start;
}

.modal .modal-wrap.small {
	width: 30%;
}

.modal .modal-wrap.full {
	width: 100%;
	height: 100%;
}

.modal .modal-wrap.a-center {
	align-self: center;
}

.modal .modal-wrap.from-left {
	transform: translateX(-100%);
}

.modal .modal-wrap.from-right {
	transform: translateX(100%);
}

.modal .modal-wrap.from-top {
	transform: translateY(-100%);
}

.modal .modal-wrap.from-bottom {
	transform: translateY(100%);
}

/* Close button */
.modal .modal-overlay .close {
	position: absolute;
	right: 13px;
	top: 16px;
	font-size: 30px;
	width: 30px;
	height: 30px;
	color: #282c34;
}

.modal .modal-overlay .close:hover {
	cursor: pointer;
	color: #4b5361;
}

.modal .o-close {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
 }

.modal input:checked ~ .o-close {
	z-index: 9998;
}

.modal input:checked ~ .modal-overlay {
	transform: scale(1);
	opacity:1;
	z-index: 9997;
	overflow: auto;
	display: flex;
	animation-duration: 0.1s;
	animation-name: fade-in;
	-moz-animation-duration: 0.1s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.1s;
	-webkit-animation-name: fade-in;
}

.modal input:checked ~ .modal-overlay .modal-wrap {
	transform: translateY(0);
	z-index: 9999;
}

.mintext {
	font-size:10px;
	color:#999;
	text-align:right;
	font-weight:normal;
	margin: 0 0 10px;
}

.pagetopend {
	width: 100%;
	font-size: 12px;
	text-align: right;
	margin-bottom: 5px;
}

.pagetopend a,
.pagetopend a:hover,
.pagetopend a:active {
	text-decoration: underline;
}

/* グローバルナビゲーション */
.gnavi {
	border-bottom: solid 1px #BFB9B0;
	font-size: 14px;
	font-weight: bold;
	text-align:left;
}
.gnavi li {
	border-top: 1px solid #BFB9B0;
}

/* ナビゲーションリンク */
.navLink,
.navLink:link,
.navLink:visited {
	color: #666666;
	font-family: Helvetica !important;
}
.navLink,
.navLink:after {
	display: block;
}
.navLink {
	padding: 15px 30px 15px 12px;
	position: relative;
	text-decoration: none !important;
}
.navLink:after {
	border-color: #AB9C84;
	border-style: solid;
	border-width: 0 3px 3px 0;
	content: "";
	height: 7px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	width: 7px;
}

.app {
	color: #AE2B5B;
}

#copyright_lp a img {
	margin-bottom:0;
}

/*IE(6～8)
--------------------------------------------------*/
.ie #contents {
	width:800px;
	margin:0 auto;
}

.ie #header {
	position:relative;
	width:800px;
	height:75px;
	margin:0 auto 10px;
	padding:5px;
	border-bottom:2px solid #B4B0AD;
	-webkit-box-shadow:none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* LOGO */
.ie #header .logo {
	background-position:0 0;
	display:block;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	width:540px;
	position:absolute;
	left:0;
	top:15px;
	background-image:url("https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png");
	background-repeat:no-repeat;
	border:0 none;
}

.ie #header .logowrap h1 {
	position:absolute;
	right:0;
	top:15px;
	width:250px;
}

/* BREAD CRUMBS */
.ie #breadcrumbs_pc {
	display:block;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}

.ie #breadcrumbs_pc p {
	margin:0 0 10px;
	font-size:10px;
	line-height:120%;
	font-weight:bold;
	color:#999;
}

.ie #breadcrumbs_pc a {
	font-weight:normal;
}

.ie #breadcrumbs_sp {
	display:none;
}

.ie .cam p {
	background:url("https://beautyhotpepper.pro/doc/COMMON/IMG/topics.gif") no-repeat scroll 0 0 transparent;
	display:block;
	font-size:12px;
	height:15px;
	line-height:15px;
	margin-bottom:3px;
	padding-left:70px;
}

.ie #contents #cam a {
	background-color:#ffffff;
	display:block;
	margin-left:0;
	margin-right:0;
	padding:0px;
	text-align:left;
	width:100%;
}

/* ソーシャル */
.ie .snsArea {
	display:block;
	width: 400px;
	margin:60px auto 30px;
	padding:20px 0;
	border-top: 1px solid #c1bcbc;
	border-bottom: 1px solid #c1bcbc;
}
.ie .snsArea p {
	width:160px;
}
.ie .snsArea p span {
	display:block;
	width:160px;
	padding:0;
}
.ie .snsArea .inner {
   width:180px;
   margin:5px auto 0;
}
.ie .snsArea .inner .snsArea_tw,
.ie .snsArea .inner .snsArea_fb {
	margin-right:30px !important;
}
.ie .snsArea .inner .snsArea_line {
	margin-right:0;
}
.ie .snsArea .inner .snsArea_line img,
.ie .snsArea .inner .snsArea_tw img,
.ie .snsArea .inner .snsArea_fb img {
	height:40px;
}
.ie .snsArea .inner .snsArea_line a:hover img,
.ie .snsArea .inner .snsArea_tw a:hover img,
.ie .snsArea .inner .snsArea_fb a:hover img {
	opacity:0.7;
}

.ie .snsArea .snsArea_line .snsArea_line_sp, .ie .snsArea .snsArea_tw .snsArea_tw_sp, .ie .snsArea .snsArea_fb .snsArea_fb_sp {
	display:none;
}

.ie .snsArea .snsArea_line .snsArea_line_pc, .ie .snsArea .snsArea_tw .snsArea_tw_pc, .ie .snsArea .snsArea_fb .snsArea_fb_pc {
	display:block;
	width:40px;
	height:40px;
}

.ie h2 {
	width:800px;
	height:128px;
	margin:0;
	padding:0;
}

.ie h2 img.h2_sp {
	display:none;
}

.ie h2 img.h2_pc {
	display:block;
	width:800px;
	height:128px;
}

.ie .tread {
	width:800px;
	margin:15px 0;
	font-size:14px;
	text-align:center;
}

.ie .brdn {
	display:block;
}

.ie #buttontop_pc {
	display:block;
	width:702px;
	height:70px;
	margin:0 auto 40px;
	padding:0;
	background:none;
	border:none;
}

.ie #buttontop_pc img {
	width:702px;
	height:70px;
}

.ie #buttontop_pc a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

.ie a#buttontop_sp {
	display:none;
}

.ie #maincontents {
	width:800px;
	margin:0 auto;
	-webkit-column-count:4; /* Safari and Chrome */
    column-count: 4;
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
 }

.ie .grid_image {
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.ie .grid_image .link {
	width: 100%;
	height: 100%;
}

.ie .grid_image .mask {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 8px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: rgba(53,187,231,0.8);
}

.ie .grid_image .mask.lp_hair {
	background: rgba(245,133,149,0.8);
}

.ie .grid_image:hover .mask {
	opacity: 1;
}

.ie .grid_image .icon {
	display:block;
	position: absolute;
	top: 10px;
	left: 10px;
	width:41px;
	height:41px;
}

.ie .grid_image .caption {
	display:block;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background-color:#333
}

.ie .grid_image p {
	text-align:center;
}

.ie .grid_image .h3Col {
	background:none;
}

.ie .grid_image h3 {
	padding:0;
	text-align:center;
}

.ie .grid_search {
	width: 185px;
	margin:0 auto;
	padding:0;
}

.ie .grid_search h3 {
	padding:8px 0;
	text-align:center;
	background-image:none;
	background-color:#ffe1ea;
}

.ie .grid_search .grid_searchlist {
	width: 185px;
	height:240px;
	padding:10px;
	border:none;
}

.ie .grid_search .grid_searchlist li, .ie .grid_search .grid_searchlist > *:first-child + * + * + * + * + * + * + * + * {
	position: static;
	width:76px;
	height:34px;
	margin:0 0 10px;
	padding:0;
	border:#A7907D 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	border-radius:8px;
	background-color:#FFF;
	font-size: 12px;
	text-align:center;
}

.ie .grid_search .grid_searchlist > *:first-child, .ie .grid_search .grid_searchlist > *:first-child + * + *, .ie .grid_search .grid_searchlist > *:first-child + * + * + * + *, .ie .grid_search .grid_searchlist > *:first-child + * + * + * + * + * + *, .ie .grid_search .grid_searchlist > *:first-child + * + * + * + * + * + * + * + * {
	 float:left;
}

.ie .grid_search .grid_searchlist > *:first-child + *, .ie .grid_search .grid_searchlist > *:first-child + * + * + *, .ie .grid_search .grid_searchlist > *:first-child + * + * + * + * + *, .ie .grid_search .grid_searchlist > *:first-child + * + * + * + * + * + * + * {
	 float:right;
}

.ie .grid_search .grid_searchlist li:hover {
	width:76px;
	height:34px;
	background-color:#EC6184;
	border:#EC6184 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
}

.ie .grid_search .grid_searchlist li a {
	width:76px;
	height:34px;
	margin:0 0 10px;
	padding: 0;
	color:#EC6184;
}

.ie .grid_search .grid_searchlist li:hover a {
	color:#FFF;
}

.ie .grid_search .grid_searchlist li a:after {
	display: none;
}

/*********掲載期間*********/
.ie .days {
	width:800px;
}

/*searchlinklist*/
.ie .searchlist {
	width:798px;
	margin:0 auto 20px;
	font-size:14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ie .searchlinklist dt {
	width:798px;
	margin:0 0 10px;
}

.ie .searchlinklist dd {
	margin:0 10px;
}

.ie .searchlinklist dd ul li {
	display:table;
	width:74px;
	height:32px;
	margin:0 10px 10px 0;
	padding:0;
	border:#A7907D 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.ie .searchlinklist dd ul > *:first-child + * + * + * + * + * + * + * + *, .ie .searchlinklist dd ul > *:first-child + * + * + * + * + * + * + * + * {
	width:88px;
	margin:0 0 10px;
}

.ie .searchlinklist dd ul li a {
	display:table-cell;
	color:#EC6184;
}

.ie .searchlinklist dd ul li:hover {
	width:74px;
	height:32px;
	margin:0 10px 10px 0;
	padding:0;
	background-color:#EC6184;
	border:#EC6184 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	color:#FFF;
}

.ie .searchlinklist dd ul li:hover a {
	color:#FFF;
}

.ie .pagetop {
	clear:both;
	margin:0 0 40px;
}

.ie .pagetopend {
	clear:both;
	width: 100%;
	margin:0 0 10px;
	font-size: 12px;
	text-align: right;
}

.ie .pagetop a, .ie .pagetopend a {
	text-decoration:none;
}

.ie .pagetop a:hover, .ie .pagetop a:active, .ie .pagetopend a:hover, .ie .pagetopend a:active {
	text-decoration:underline;
}

.ie #footer_lp {
	border-top:1px solid #DDDDDD;
	height:60px;
	margin-top:20px;
	padding-top:10px;
}

/* グローバルナビゲーション */
.ie .gnavi {
	display:none;
}

.ie #footerLinks_lp {
	float:right;
	font-size:10px;
	padding-right:30px;
	top:20px;
}

.ie #footerLinks_lp li a:link {
	text-decoration:none !important;
}

.ie #footerLinks_lp li a:hover, .ie #footerLinks_lp li a:active {
	text-decoration:underline;
}

.ie #copyright_lp {
	float:left;
	width:258px;
	margin:0px 10px;
}

.ie #copyright_lp p a:link {
	color:#4c4c80 !important;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:2;
	text-decoration:none;
}

.ie #copyright_lp p a:hover, .ie #copyright_lp p a:active {
	color:#7878CC;
	text-decoration:underline;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/*IE(ALL) only
--------------------------------------------------*/
/* ▼検索フォーム */
.area_select::-ms-expand {
	display: none;
}
.area_select:focus::-ms-value {
	color: #222;
	background: transparent;
}
}

@media only screen and (min-width:569px) {
/*PC only
--------------------------------------------------*/
#contents {
	width:800px;
	margin:0 auto;
}

#header {
	position:relative;
	width:800px;
	height:75px;
	margin:0 auto 10px;
	padding:5px;
	border-bottom:2px solid #B4B0AD;
	-webkit-box-shadow:none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

/* LOGO */
#header .logo {
	background-position:0 0;
	display:block;
	height:55px;
	overflow:hidden;
	text-indent:-9999px;
	width:540px;
	position:absolute;
	left:0;
	top:15px;
	background-image:url("https://imgbp.hotp.jp/CSP/img/bt/sprites/c.png");
	background-repeat:no-repeat;
	border:0 none;
}

#header .logowrap h1 {
	position:absolute;
	right:0;
	top:15px;
	width:250px;
}

/* BREAD CRUMBS */
#breadcrumbs_pc {
	display:block;
	width:800px;
	margin-right:auto;
	margin-left:auto;
}

#breadcrumbs_pc p {
	margin:0 0 10px;
	font-size:10px;
	line-height:120%;
	font-weight:bold;
	color:#999;
}

#breadcrumbs_pc a {
	font-weight:normal;
}

#breadcrumbs_sp {
	display:none;
}

.cam p {
	background:url("https://beautyhotpepper.pro/doc/COMMON/IMG/topics.gif") no-repeat scroll 0 0 transparent;
	display:block;
	font-size:12px;
	height:15px;
	line-height:15px;
	margin-bottom:3px;
	padding-left:70px;
}

#contents #cam a {
	background-color:#ffffff;
	display:block;
	margin-left:0;
	margin-right:0;
	padding:0px;
	text-align:left;
	width:100%;
}

/* ソーシャル */
.snsArea {
	display:block;
	width: 400px;
	margin:60px auto 30px;
	padding:20px 0;
	border-top: 1px solid #c1bcbc;
	border-bottom: 1px solid #c1bcbc;
}
.snsArea p {
	width:160px;
}
.snsArea p span {
	display:block;
	width:160px;
	padding:0;
}
.snsArea .inner {
   width:180px;
   margin:5px auto 0;
}
.snsArea .inner .snsArea_tw,
.snsArea .inner .snsArea_fb {
	margin-right:30px !important;
}
.snsArea .inner .snsArea_line {
	margin-right:0;
}
.snsArea .inner .snsArea_line img,
.snsArea .inner .snsArea_tw img,
.snsArea .inner .snsArea_fb img {
	height:40px;
}
.snsArea .inner .snsArea_line a:hover img,
.snsArea .inner .snsArea_tw a:hover img,
.snsArea .inner .snsArea_fb a:hover img {
	opacity:0.7;
}
.snsArea .snsArea_line .snsArea_line_sp, .snsArea .snsArea_tw .snsArea_tw_sp, .snsArea .snsArea_fb .snsArea_fb_sp {
	display:none;
}
.snsArea .snsArea_line .snsArea_line_pc, .snsArea .snsArea_tw .snsArea_tw_pc, .snsArea .snsArea_fb .snsArea_fb_pc {
	display:block;
	width:40px;
	height:40px;
}

h2 {
	width:800px;
	height:128px;
	margin:0;
	padding:0;
}

h2 img.h2_sp {
	display:none;
}

h2 img.h2_pc {
	display:block;
	width:800px;
	height:128px;
}

.tread {
	width:800px;
	margin:15px 0;
	font-size:14px;
	text-align:center;
}

.brdn {
	display:block;
}

#buttontop_pc {
	display:block;
	width:702px;
	height:70px;
	margin:0 auto 40px;
	padding:0;
	background:none;
	border:none;
}

#buttontop_pc img {
	width:702px;
	height:70px;
}

#buttontop_pc a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}

a#buttontop_sp {
	display:none;
}

#maincontents {
	width:800px;
	margin:0 auto;
	-webkit-column-count:4; /* Safari and Chrome */
    column-count: 4;
	-webkit-column-gap:20px; /* Safari and Chrome */
	column-gap:20px;
 }

.grid_image {
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.grid_image .link {
	width: 100%;
	height: 100%;
}

.grid_image .mask {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	border-radius: 8px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: rgba(53,187,231,0.8);
}

.grid_image .mask.lp_hair {
	background: rgba(245,133,149,0.85);
}

.grid_image:hover .mask {
	opacity: 1;
}

.grid_image .icon {
	display:block;
	position: absolute;
	top: 10px;
	left: 10px;
	width:41px;
	height:41px;
}

.grid_image .caption {
	display:block;
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

.grid_search {
	width: 185px;
	margin:0 auto;
	padding:0;
}

.grid_search .grid_searchlist {
	width: 185px;
	height:240px;
	padding:10px;
	border:none;
}

.grid_search .grid_searchlist li, .grid_search .grid_searchlist li:last-child {
	position: static;
	width:76px;
	height:34px;
	margin:0 0 10px;
	padding:0;
	border:#A7907D 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	border-radius:8px;
	background-color:#FFF;
	font-size: 12px;
	text-align:center;
}
.grid_search .grid_searchlist li:nth-child(odd) {
	 float:left;
}

.grid_search .grid_searchlist li:nth-child(even) {
	 float:right;
}

.grid_search .grid_searchlist li:hover {
	width:76px;
	height:34px;
	background-color:#EC6184;
	border:#EC6184 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
}

.grid_search .grid_searchlist li a {
	width:76px;
	height:34px;
	margin:0 0 10px;
	padding: 0;
	color:#EC6184;
}

.grid_search .grid_searchlist li:hover a {
	color:#FFF;
}

.grid_search .grid_searchlist li a:after {
	display: none;
}

/*********掲載期間*********/
.days {
	width:800px;
}

/*searchlinklist*/
.searchlinklist {
	width:798px;
	margin:0 auto 20px;
	font-size:14px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.searchlinklist dt {
	width:798px;
	margin:0 0 10px;
}

.searchlinklist dd {
	margin:0 10px;
}

.searchlinklist dd ul li {
	display:table;
	width:74px;
	height:32px;
	margin:0 10px 10px 0;
	padding:0;
	border:#A7907D 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.searchlinklist dd ul li:last-child, .searchlinklist dd ul li:last-child:hover {
	width:88px;
	margin:0 0 10px;
}

.searchlinklist dd ul li a {
	display:table-cell;
	color:#EC6184;
}

.searchlinklist dd ul li:hover {
	width:74px;
	height:32px;
	margin:0 10px 10px 0;
	padding:0;
	background-color:#EC6184;
	border:#EC6184 1px solid;
	-webkit-box-shadow:0 2px rgb(204,204,204);
	box-shadow:0 2px rgb(204,204,204);
	color:#FFF;
}

.searchlinklist dd ul li:hover a {
	color:#FFF;
}

/* ▼検索フォーム */
.summerarrange_form_search {
	margin: 15px auto 30px;
	padding: 0 20px 20px;
	width: 760px;
	height: 235px;
	background: #caf1fa;
}

.summerarrange_form_search p.search_read {
	padding: 10px 0;
}

.summerarrange_form_inner {
	padding: 30px;
	height: 165px;
}

.summerarrange_form_inner select {
	border-radius:6px;
}

.form_selectbox {
	overflow: hidden;
	display: inline-block;
}

.noselect_price .area_select:last-child {
	margin-right: 0;
}

.area_select {
	display: inline-block;
	float: left;
	margin: 0 30px 0 0;
	padding-left: 8px;
	width: 200px;
	background-size: 10px 10px;
	border-radius: 0;
	cursor: default;
}

.area_select:hover {
	cursor: pointer;
}

.area_select:disabled {
	color: #7f7f7f;
	background: #cfcfcf;
}

.area_select:disabled:hover {
	cursor: default;
}

.limit1, .limit2, .limit1 span, .limit2 span {
	width:50%;
}

.limit1 {}
.limit2 {}
.limit_switch {
	float: left;
	padding: 0;
	width: 200px;
	border-radius: 6px;
}

.limit_switch label {
	border-radius: 0;
}

.limit_switch label.selected {
	box-shadow: 0px -3px 0px 0px #ec6184 inset;
}

.limit_switch label span {
	width:99px;
	padding: 0;
}

.limit_switch label.selected span {}
.limit1.selected {
	border-right: 1px solid #222;
}

.limit2.selected {
	border-left: 1px solid #222;
}

.summerarrangeform_searchbutton {
	margin-top: 20px;
	width: 310px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.summerarrangeform_searchbutton:hover {
	opacity:0.7;
	cursor: pointer;
}

.summerarrangeform_searchbutton:disabled {
	background: #cfcfcf;
	cursor: default;
}

.pagetop {
	clear:both;
	margin:0 0 40px;
}

.pagetopend {
	clear:both;
	width: 100%;
	margin:0 0 10px;
	font-size: 12px;
	text-align: right;
}

.pagetop a, .pagetopend a {
	text-decoration:none;
}

.pagetop a:hover, .pagetop a:active, .pagetopend a:hover, .pagetopend a:active {
	text-decoration:underline;
}

#footer_lp {
	border-top:1px solid #DDDDDD;
	height:60px;
	margin-top:20px;
	padding-top:10px;
}

/* グローバルナビゲーション */
.gnavi {
	display:none;
}

#footerLinks_lp {
	float:right;
	font-size:10px;
	padding-right:30px;
	top:20px;
}

#footerLinks_lp li a:link {
	text-decoration:none;
}

#footerLinks_lp li a:hover, #footerLinks_lp li a:active {
	text-decoration:underline;
}

#copyright_lp {
	float:left;
	width:258px;
	margin:0px 10px;
}

#copyright_lp p a:link {
	color:#4c4c80 !important;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',MS PGothic,sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:2;
	text-decoration:none;
}

#copyright_lp p a:hover, #copyright_lp p a:active {
	color:#7878CC;
	text-decoration:underline;
}
}