@charset "utf-8";

/************************************************************
* All device / PC 〜 1000px
************************************************************/
/* Header */
.HeaderWrap {
	border-bottom: 2px solid #B4B0AD;
	margin: 0 auto 15px;
}

.Summary {
	position: absolute;
	left: 15px;
	top: 0;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

.HeaderTtl {
	left: 15px;
	position: absolute;
	top: 9px;
}

.HeaderLogo {
	background: url(/doc/catalog/theme/common/images/c.png) no-repeat;
	background-position: 0 0;
	display: block;
	height: 52px;
	text-indent: -9999px;
	width: 512px;
}

.HeaderSp {
	display: none;
}

.LinkHcNcWrapSp {
	display: none;
}

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

/* LOGO */
#header .logo {
	background-position: 0 0;
	display: block;
	height: 55px;
	overflow: hidden;
	text-indent: -9999px;
	width: 510px;
	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;
}

/* wrapper */
#wrapper {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.cam p {
	background: url("https://beauty.hotpepper.jp/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;
}

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

#contents {
	width: 100%;
	margin: 0 auto;
	color: #665555;
	text-align: center;
}

#sph1wrapper {
	position: static;
}

/* MV変更ここから----------------------------------- */
#mainVisual {
	width: 950px;
	margin: 0 auto 30px;
}

#mainVisual h2 img {
	width: 950px;
	height: auto;
	vertical-align: bottom;
}

#mainVisual h2 img.sp {
	display: none;
}

/* MV変更ここまで----------------------------------- */

.brdn {
	display: block;
}

.cont_sp {
	display: none;
}

.cont_pc {
	width: 760px;
	margin: 0 auto;
}

.cont_pc .text {
	float: left;
	width: 440px;
	margin: 0 0 0 0;
}

.cont_pc .text p {
	text-align: left;
}

.cont_pc .text p:nth-child(1) {
	padding: 50px 0 30px 0;
}

.cont_pc .text p:nth-child(1) img {
	width: 440px;
	padding: 0 0 20px 0;
	border-bottom: solid 1px;
}

.cont_pc .img {
	float: left;
	width: 320px;
}

/* ▼clearfix */
.cont_pc:after {
	content: "";
	display: block;
	clear: both;
}

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

.geloff_form_search {
	margin: 15px auto 60px;
	padding: 0 30px 20px;
	width: 760px;
	height: 265px;
	box-sizing: border-box;
}

.geloff_form_search.taten {
	background: #91ded4;
}

.geloff_form_search.jiten {
	background: #a7caed;
	margin-bottom: 80px;
}

.geloff_form_search p.search_read {
	padding: 10px 0;
	padding: 15px 0;
	font-size: 16px;
	color: #ffffff;
}

.geloff_form_search p.search_read span {
	font-weight: bold;
	font-size: 18px;
}

.geloff_form_search p.search_read br {
	display: none;
}

.geloff_form_inner {
	padding: 30px;
	height: 180px;
	background: #fff;
	border-radius: 6px;
	box-sizing: border-box;
}

.geloff_form_inner select {
	outline: 0;
	/*	border-radius:6px;*/
}

.geloff_form_inner input {
	/*	border-radius: 6px;*/
}

.geloff_form_inner .att {
	padding: 10px 0 0 0;
	font-size: 10px;
	color: #333;
}

.geloff_form_inner .att br {
	display: none;
}

.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: 0 24px 0 8px;
	width: 200px;
	border-radius: 0;
	cursor: default;
	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-size: 10px 10px;
	background-position: 96% center;
}

.area_select:hover {
	cursor: pointer;
}

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

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

.geloffform_searchbutton {
	margin-top: 20px;
	width: 310px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0;
	color: #fff;
	background: #f97ca1;
	border: 1px solid #f97ca1;
	box-shadow: 0px 4px 0px 0px #bd4f71;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}

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

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

select::-ms-expand {
	display: none;
}

/*maincontents*/
#maincontents {
	width: 100%;
	margin: 0 auto;
}

#maincontents .contentsCol {
	margin: 0 auto 90px;
}

#maincontents .contentsCol.end {
	margin: 0 auto 120px;
}

#maincontents .contentsCol.search {
	width: 970px;
	margin: 0 auto 15px;
	text-align: left;
}

/*エリア検索*/
.titlesearch_sp {
	display: none;
}

.searchWrap {
	width: 970px;
	margin: 0 auto 30px;
	padding: 15px 0;
	background-color: #f4f4f4;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.searchCol {
	width: 940px;
	margin: 0 auto;
	padding: 0 0 60px;
	background-color: #FFFFFF;
}

/*掲載時期*/
.days {
	clear: both;
	width: 970px;
	margin: 0 auto;
	font-size: 10px;
	text-align: right;
}

/* social */
.snsArea {
	position: relative;
	width: 400px;
	margin: 120px auto 90px;
	padding: 20px 0;
	border-top: 1px solid #c1bcbc;
	border-bottom: 1px solid #c1bcbc;
}

.snsArea p {
	display: block;
	width: 160px;
	position: absolute;
	top: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
}

.snsArea p span {
	width: 160px;
	padding: 0;
	font-weight: bold;
	color: #ef507a;
	background-color: #FFFFFF;
}

.snsArea .inner {
	width: 180px;
	margin: 5px auto 0;
}

.snsArea .inner .snsArea_tw,
.snsArea .inner .snsArea_fb {
	float: left;
	width: 40px;
	margin-right: 30px;
}

.snsArea .inner .snsArea_line {
	float: left;
	width: 40px;
	margin-right: 0;
}

.snsArea .inner .snsArea_line img,
.snsArea .inner .snsArea_tw img,
.snsArea .inner .snsArea_fb img {
	width: 40px;
	height: 40px;
}

.snsArea .inner .snsArea_line a img:hover,
.snsArea .inner .snsArea_tw a img:hover,
.snsArea .inner .snsArea_fb a img:hover {
	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;
}

.snsArea .inner:after {
	content: "";
	display: block;
	clear: both;
}

.pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	width: 62px;
	height: 62px;
	margin: 0;
}

.pagetop img {
	width: 62px;
	height: 62px;
}

/* BREAD CRUMBS */
#breadcrumbs_pc {
	display: block;
	max-width: 1000px;
	text-align: left;
	border-top: 1px solid #DDDDDD;
	margin: 10px auto 0;
	padding: 10px 0 0;
}

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

#breadcrumbs_pc a {
	font-weight: normal;
}

#breadcrumbs_sp {
	display: none;
}

#footer_lp {
	border-top: 1px solid #DDDDDD;
	width: 1000px;
	height: auto;
	margin: 10px auto 30px;
	padding-top: 10px;
}

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

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

#footerLinks_lp li:last-child {
	border-right: none;
	padding-right: 0;
}

#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: 0 10px 0 0;
	padding: 0 10px 0 0;
}

#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;
}

#copyright_lp img {
	margin: 0;
	vertical-align: bottom;
}

/************************************************************
* PC 999px 〜 726px
************************************************************/
@media only screen and (min-width:726px) and (max-width:999px) {

	/* Header */
	#header {
		width: auto;
		height: auto;
		margin: auto;
	}

	#header .logo {
		position: inherit;
		width: 88px;
		height: 35px;
		text-indent: -2000px;
		overflow: hidden;
		display: block;
		background-image: url(/doc/sp/common/images/logo.png);
		background-position: left top;
	}

	.HeaderSp {
		border-top: 16px solid #BFB4AB;
		display: block;
		margin: 0 auto 10px;
	}

	.HeaderTtlSp {
		padding: 10px;
	}

	.HeaderTtlSp img {
		vertical-align: bottom;
	}

	.Summary {
		left: 10px;
	}

	/* MV変更ここから----------------------------------- */
	#mainVisual {
		width: 950px;
		margin: 0 auto 30px;
	}

	#mainVisual h2 img {
		width: 950px;
		height: auto;
		vertical-align: bottom;
	}

	#mainVisual h2 img.sp {
		display: none;
	}

	/* MV変更ここまで----------------------------------- */

	.cont_sp {
		display: none;
	}

	.cont_pc {
		width: 760px;
		margin: 0 auto;
	}

	.cont_pc .text {
		float: left;
		width: 440px;
		margin: 0 0 0 0;
	}

	.cont_pc .text p {
		text-align: left;
	}

	.cont_pc .text p:nth-child(1) {
		padding: 50px 0 30px 0;
	}

	.cont_pc .text p:nth-child(1) img {
		width: 440px;
		padding: 0 0 20px 0;
		border-bottom: solid 1px;
	}

	.cont_pc .img {
		float: left;
		width: 320px;
	}

	/* ▼clearfix */
	.cont_pc:after {
		content: "";
		display: block;
		clear: both;
	}

	/*maincontents*/
	#maincontents .contentsCol {
		margin: 0 auto 60px;
	}

	#maincontents .contentsCol.end {
		margin: 0 auto 90px;
	}

	#maincontents .contentsCol.search {
		width: auto;
		margin: 0 15px 15px;
	}

	/*エリア検索*/
	.searchWrap {
		width: 100%;
		padding: 15px;
	}

	.searchCol {
		width: auto;
		height: auto;
	}

	/*掲載時期*/
	.days {
		width: auto;
		margin: 0 15px 0 0;
	}

	/* BREAD CRUMBS */
	#breadcrumbs_pc {
		width: 95%;
		max-width: 999px;
	}

	#footer_lp {
		width: 95%;
		height: auto;
		max-width: 999px;
	}

	#copyright_lp {
		margin: 0 10px 0 0;
	}
}

/************************************************************
* SP 725px 〜
************************************************************/
@media (max-width: 725px) {

	/* Header */
	#header {
		margin-bottom: 5px;
		display: block;
		padding: 5px;
		position: relative;
		width: auto;
		height: auto;
		margin: auto;
	}

	#header .logo {
		position: inherit;
		width: 88px;
		height: 35px;
		text-indent: -2000px;
		overflow: hidden;
		display: block;
		background-image: url(/doc/sp/common/images/logo.png);
		background-repeat: no-repeat;
		background-position: left top;
		float: left;
	}

	.Summary {
		width: 100%;
		bottom: -60px;
		left: auto;
		top: auto;
		box-sizing: border-box;
		height: 1.5em;
		padding: 0 10px;
		text-align: center;
		color: #665555;
	}

	.HeaderSp {
		display: block;
		margin: 0 auto 10px;
	}

	.HeaderTtlSp {
		padding: 10px;
	}

	.HeaderTtlSp img {
		vertical-align: bottom;
	}

	#sph1wrapper {
		position: relative;
	}

	#contents {
		width: 100%;
		min-width: initial;
	}

	/* MV変更ここから----------------------------------- */
	#mainVisual h2 img.sp {
		display: block;
	}

	#mainVisual h2 img.pc {
		display: none;
	}

	#mainVisual {
		width: 100%;
		margin: 0 auto 30px;
	}

	#mainVisual h2 img {
		width: 100%;
	}

	/* MV変更ここまで----------------------------------- */


	.cont_pc {
		display: none;
	}

	.cont_sp {
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}

	.cont_sp .text {
		margin: 0 0 0 0;
	}

	.cont_sp .text p {
		text-align: center;
		font-size: 12px;
		color: #333;
		line-height: 1.8;
	}

	.cont_pc .text p:nth-child(1) {
		padding: 50px 0 30px 0;
	}

	.cont_sp .text p:nth-child(1) img {
		padding: 0 0 0px 0;
	}

	.brdn {
		display: none;
	}

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

	.geloff_form_search {
		margin: 30px auto 60px;
		padding: 0 7% 30px;
		width: 100%;
		height: auto;
		background: #91ded4;
		box-sizing: border-box;
	}

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

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

	.geloff_form_search p.search_read br {
		display: block;
	}

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

	.geloff_form_inner select {
		outline: 0;
	}

	.geloff_form_inner input {
		border-radius: none;
	}

	.geloff_form_inner .att br {
		display: block;
	}

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

	.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: none;
		cursor: pointer;
	}

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

	/*maincontents*/
	#maincontents .contentsCol {
		margin: 0 auto 30px;
	}

	#maincontents .contentsCol.end {
		margin: 0 auto 45px;
	}

	#maincontents .contentsCol.search {
		width: 100%;
	}

	#maincontents .contentsCol .contentsbg {
		height: auto;
		margin: 0 0 15px;
	}

	#maincontents .contentsCol .contentsbg h3 img {
		width: 100%;
		max-width: 700px;
		height: auto;
	}

	/*エリア検索*/
	.titlesearch_pc {
		display: none;
	}

	.titlesearch_sp {
		display: block;
		width: 95%;
		position: relative;
		margin: 0 auto 10px;
		padding: 6px 0 6px 11px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.titlesearch_sp.bt {
		color: #d36985;
	}

	.titlesearch_sp.kr {
		color: #8c61b8;
	}

	.titlesearch_sp:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 5px;
		height: auto;
		bottom: 0;
		border-radius: 5px;
	}

	.titlesearch_sp.bt:before {
		background-color: #d36985;
	}

	.titlesearch_sp.kr:before {
		background-color: #8c61b8;
	}

	.searchWrap {
		width: 100%;
		padding: 5%;
	}

	.searchCol {
		width: 100%;
		height: auto;
		padding: 6%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*掲載時期*/
	.days {
		width: 95%;
	}

	/* social */
	.snsArea {
		width: 80%;
		margin: 45px auto;
		padding: 20px 0 0;
		border-bottom: none;
	}

	.snsArea p span {
		padding: 0 5px;
	}

	.snsArea .inner {
		width: 160px;
		margin: 0 auto;
	}

	.snsArea .inner .snsArea_tw,
	.snsArea .inner .snsArea_fb {
		margin-right: 20px;
	}

	.snsArea .snsArea_line .snsArea_line_sp,
	.snsArea .snsArea_tw .snsArea_tw_sp,
	.snsArea .snsArea_fb .snsArea_fb_sp {
		display: block;
		width: 40px;
	}

	.snsArea .snsArea_line .snsArea_line_pc,
	.snsArea .snsArea_tw .snsArea_tw_pc,
	.snsArea .snsArea_fb .snsArea_fb_pc {
		display: none;
	}

	.pagetop {
		width: 50px;
		height: 50px;
	}

	.pagetop img {
		width: 50px;
		height: 50px;
	}

	#breadcrumbs_pc {
		display: none;
	}

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

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

	/* グローバルナビゲーション */
	.gnavi {
		display: block;
		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;
	}

	#footer_lp {
		width: 100%;
		height: auto;
		margin: 0 auto 3%;
	}

	#footerLinks_lp {
		float: none;
		font-size: 70%;
		padding: 0 10px 0 5px;
		top: 0;
	}

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

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

	#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: underline;
	}

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

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

/************************************************************
* SP 414px 〜
************************************************************/
@media (max-width: 414px) {

	/* MV変更ここから----------------------------------- */
	#mainVisual {
		width: 100%;
	}

	#mainVisual h2 img {
		width: 100%;
	}

	#mainVisual h2 img.sp {
		display: block;
	}

	#mainVisual h2 img.pc {
		display: none;
	}

	/* MV変更ここまで----------------------------------- */
}

/************************************************************
* SP 375px 〜
************************************************************/
@media (max-width: 375px) {

	/* MV変更ここから----------------------------------- */
	#mainVisual {
		width: 100%;
	}

	#mainVisual h2 img {
		width: 100%;
	}

	#mainVisual h2 img.sp {
		display: block;
	}

	#mainVisual h2 img.pc {
		display: none;
	}

	/* MV変更ここまで----------------------------------- */
}

/* サロンを探す--------------------------- */
.contentssearchTtl {
	min-height: 83px;
	background-color: #f7f7f7;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.contentssearchTtl h4 {
	width: 45%;
	margin: 0 auto;
	color: #666666;
	letter-spacing: 0.1em;
	font-size: 135%;
	font-weight: normal;
	text-align: left;
	padding: 2% 0;
	width: auto;
}

.contentssearchTtl_img {
	position: absolute;
	top: 18%;
	left: 2%;
	display: inline-block;
}

.contentssearchTtl_img_sp {
	display: none;
}

.contentssearchTtl_txt {
	display: inline-block;
}

.mapWrap {
	width: 609px;
	height: 405px;
	position: relative;
	margin: 0 auto;
	top: 11%;
	padding-top: 5%;
}


/* IE--------------------------- */
@media screen\0 {

	.map_contentssearchTtl h4 {
		margin-top: 10px;
	}
}

/* tablet--------------------------- */
@media screen and (max-width:999px) {

	.contentssearchTtl_img_sp {
		display: block;
		width: 25%;
		text-align: left;
		width: 150px;
		position: absolute;
		top: 15%;
		left: 2%;
	}

	.contentssearchTtl_txt {
		margin-top: 4%;
		text-align: left;
		display: inline;
		position: relative;
		width: calc(100% - 150px - 6%);
		left: calc(4% + 150px);
		margin-left: 0;
		padding-bottom: 4%;
		padding-left: 0;
	}

	.contentssearchTtl_img {
		display: none;
	}

	.contentssearchTtl {
		margin-bottom: 50px;
	}

	.contentssearchTtl h4 {
		text-align: left;
		display: inline;
	}
}


/* SP--------------------------- */
@media screen and (max-width:725px) {

	.contentssearchTtl_img_sp img {
		display: none;
	}

	.contentssearchTtl_img_sp {
		padding: 0;
		display: block;
		width: 34%;
		background-image: url(/doc/theme/geloff/images/subtitle_image.png);
		background-repeat: no-repeat;
		background-size: 100%;
		position: relative;
		height: 23vw;
		top: inherit;
		left: 0;
	}

	.contentssearchTtl_img {
		display: none;
	}

	.contentssearchTtl {
		height: auto;
		background-color: #ffffff;
		margin-bottom: 0px;
	}

	.contentssearchTtl h4 {
		margin: inherit;
		font-size: 85%;
		color: #333333;
		letter-spacing: 0;
		width: 100%;
		position: inherit;
		left: 0;
		padding-left: 0;
		top: 0;
		float: none;
	}

	#wrapper {
		width: 100%;
	}

	ul,
	li {
		list-style: none;
	}

	img {
		max-width: 100%;
	}

	/* SP_JS用----------------------------------------- */
	.contentssearchTtl_txt {
		margin: 0;
		padding: 0;
		width: 100%;
		margin-left: 5px;
		text-align: left;
		top: 0;
		left: 0;
		position: relative;
	}

	.map_contentssearchTtl_img_sp img {
		display: none;
	}

	.map_contentssearchTtl_img_sp {
		background-image: url(/doc/theme/geloff/images/subtitle_image.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.mapWrap {
		width: inherit;
		height: inherit;
		padding-top: 0;
	}
}

@media screen and (max-width:375px) {
	.contentssearchTtl h4 {
		font-size: 80%;
	}
}

@media screen and (max-width:999px) {
	.map_contentssearchTtl_txt {
		width: 100%;
		margin-left: 176px;
		padding: 0 2%;
	}
}

@media screen and (max-width:726px) {
	.map_contentssearchTtl_txt {
		width: 100%;
		margin-left: 2%;
		padding: 0;
	}
}