 @charset "utf-8";
/*
 index
*************************************************************************************/
/* ----- MAINVISUAL ----- */
#mv {
	width: 100%;
  aspect-ratio: 760/380;
	margin-bottom: 7px;
	overflow: hidden;
}
#mv .mv-li {
  width: 100%;
}
#mv .mv-li a {
  display: block;
}
#mv .mv-li img {
  width: 100%;
  height: auto;
}
#mv .next {
	background: url(/images/common/next.jpg) no-repeat;
}
#mv .prev {
	background: url(/images/common/prev.jpg) no-repeat;
}
#mv-thumb-ul {
	margin : 0 0 45px 0;
	position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mv-thumb-ul:after {
  content: none;
}
.mv-thumb-li {
  box-sizing: border-box;
	width: calc((100% / 5) - 10px);
  margin-top: 8px;
  position: relative;
}
.mv-thumb {
  display: block;
  box-sizing: border-box;
	width: 100%;
  overflow: hidden;
	border: solid 1px #aaaaaa;
	padding: 6px 0 6px 6px;
}
li.mv-thumb-li:last-child {
	margin:0;
	margin-top: 8px;
}
#mv-thumb-ul .thumb {
	display: table;
	width: 38px;
	height:38px;
	background: #f7d6e3;
	font-family: "Century Gothic";
	text-align: center;
	font-weight: bold;
	margin: 6px 6px 6px 0;
	float: left;
	font-size: 90%;
}
#mv-thumb-ul .thumb p {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
#mv-thumb-ul .thum-first {
	background: #f6a3c3;
}
#mv-thumb-ul .thumb-txt {
	float: left;
	overflow: hidden;
	width: calc(100% - 60px);
	height:38px;
	line-height: 14px;
	text-align: left;
	font-size: 85%;
	padding:4px 0 5px 4px;
	border-left :solid 1px #aaaaaa;
}
li.mv-thumb-li.activeSlide::after {
	content: '';
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
}
li.mv-thumb-li.activeSlide::before {
	content: '';
	position: absolute;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #000;
  border-top: 0;
}
.activeSlide {
	background: #fef6f9;
}

#slide-pager {
	position: relative;
}
#slide-next {
	position: absolute;
	background: #9dbda6;
	right:0;
	top: 220px;
	width: 29px;
	height:73px;
	z-index: 99999;
}
#slide-next:before {
    right: 10px;
    content: "";
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#slide-prev {
	position: absolute;
	background: #9dbda6;
	left:0;
	top: 220px;
	width: 29px;
	height:73px;
	z-index: 99999;
}
#slide-prev:before {
    left: 10px;
    content: "";
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
#slide-next:hover, #slide-prev:hover {
	cursor: pointer;
}







/* ----- topカタログ ----- */
/* 見出し */
.headline {
	margin-top:40px;
	margin-bottom: 15px;
}
.headline-title {
	display: block;
	background: url(/images/common/title_img2.png) no-repeat 0em 0.4em;
	border-bottom:#2b2827 4px solid;
	padding:1px 0px 3px 11px;
	font-size:116%;
	font-weight: bold;
	text-align: left;
	font-family: 'Meiryo UI';
	letter-spacing: .1em;
}

.headline-pickup{
	margin-top:40px;
}

.headline-title-pickup {
	display: block;
	background: url(/images/common/title_img2.png) no-repeat 0em 0.4em;
	border-bottom:#2b2827 4px solid;
	padding:1px 0px 3px 11px;
	font-size:116%;
	font-weight: bold;
	text-align: left;
	font-family: 'Meiryo UI';
	letter-spacing: .1em;
}
.headline-catalog {
	background: url(/images/common/headline-catalog.jpg) repeat-x;
	height: 45px;
	margin-bottom: 15px
}
.headline-title-catalog {
	display: block;
	font-weight: bold;
	height: 40px;
	line-height: 43px;
	color: #000;
	padding:0 20px;
	font-size: 123.1%;
	font-family:'Meiryo UI';
	letter-spacing: .1em;
}
.hd-h2 {
	background: url(/images/common/headline-catalog.jpg) repeat-x;
	/*margin-bottom: 20px;*/
	padding-left: 20px;
	overflow: hidden;
	height: 40px;
	line-height: 45px;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.hd-h3 {
	background: url(/images/common/headline.jpg) repeat-x, url(/images/common/title_img.png) no-repeat;
	background-position:bottom, 0 .4em;
	margin-bottom :10px;
	padding-left:20px;
	overflow: hidden;
	height: 30px;
	line-height: 24px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.hd-h4 {
	border-bottom: 1px dotted #bbb;
	width: 100%;
  box-sizing: border-box;
	margin :5px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 108%;
	font-weight:bold;
	height: 28px;
	line-height: 35px
}


/* ----- hair以外ジャンル用hd ----- */
.title-cf {
	overflow: hidden;
	height:110px;

}
.hd-search{
	font-size: 100%;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	padding: 56px 0 18px 106px;
	font-family: 'Meiryo UI';
	letter-spacing: .1em;
}
#hd-search-nail {
	background: url(/images/common/top-nail.jpg) no-repeat;
}
#hd-search-eyelash {
	background: url(/images/common/top-eyelash.jpg) no-repeat;
}
#hd-search-esthe {
	background: url(/images/common/top-esthe.jpg) no-repeat;
}
#hd-search-relax {
	background: url(/images/common/top-relax.jpg) no-repeat;
}
#hd-search-biyoseikei {
	background: url(/images/common/top-biyoseikei.jpg) no-repeat;
}


/* ---- 地図から探す ---- */
#search-area-map {
	position: relative;
	width: 760px;
	height: 500px;
  margin: 0 auto;
	margin-bottom: 50px;
	background: url(/images/common/bg_search-area.png) no-repeat;
}
/* ---- 選択した都道府県テキスト色変化 ---- */
a.search-area-a {
	display: block;
	color: #5a5858;
	font-weight: bold;
	text-align: center;
}
a.search-area-a:hover, a.search-area-a:active {
	text-decoration: none;
	color: #f870a4;
}




#search-area-map h4 {
	position: absolute;
	width: 208px;
	height:22px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #f870a4;
	z-index: 1;
}

/* ---- 北海道 ---- */
ul.search-area-hokkaido-ul {
	position: absolute;
	width: 76px;
	height: 64px;
	right: 56px;
	top: 41px;
	background: url(/images/common/bg-map-hokkaido.png) no-repeat;
}
li.search-area-hokkaido-li {
	position: relative;
	top: 2px;
	left: 8px;
	width: 66px;
	height: 28px;
	line-height:30px;
	background: url(/images/common/area-btn-off.png) no-repeat;
}


/* ---- 東北 ---- */
ul.search-area-tohoku-ul {
	position: absolute;
	width: 228px;
	height: 82px;
	top: 155px;
	right: 10px;
	background: url(/images/common/bg-map-tohoku.png) no-repeat;
}
h4.search-area-tohoku-h4 {
	top: 155px;
	right: 10px;
}
li.search-area-tohoku-li {
	float: left;
	position: relative;
	top: 20px;
	left: 21px;
	width: 66px;
	height: 28px;
	line-height: 30px;
	background: url(/images/common/area-btn-off.png) no-repeat;
	margin: 0 0 2px 2px;
}


/* ---- 関東---- */
ul.search-area-kanto-ul {
	position: absolute;
	width: 210px;
	height: 112px;
	padding-left: 61px;
	top: 254px;
	right: 10px;
	background: url(/images/common/bg-map-kanto.png) no-repeat;
}
h4.search-area-kanto-h4 {
	top: 254px;
	right: 10px;
}
li.search-area-kanto-li {
	float: right;
	position: relative;
	top: 21px;
	right: 1px;
	width: 66px;
	height: 28px;
	line-height: 30px;
	background: url(/images/common/area-btn-off.png) no-repeat;
	margin:0 2px 2px 0;
}

/* ---- 中部 ---- */
ul.search-area-chubu-ul {
	position: absolute;
	width: 208px;
	height: 110px;
	bottom: 3px;
	right: 176px;
	padding-top: 50px;
	background: url(/images/common/bg-map-chubu.png) no-repeat;
}
h4.search-area-chubu-h4 {
	bottom: 93px;
	right: 176px;
}
li.search-area-chubu-li {
	float: left;
	position: relative;
	top: 19px;
	left: 1px;
	width: 66px;
	height: 28px;
	line-height: 30px;
	background: url(/images/common/area-btn-off.png) no-repeat;
	margin: 0 0 2px 2px;
}


/* ---- 近畿 ---- */
ul.search-area-kinki-ul {
	position: absolute;
	width: 208px;
	height: 108px;
	bottom:3px;
	left:150px;
	padding-top: 50px;
	background: url(/images/common/bg-map-kinki.png) no-repeat;
}
h4.search-area-kinki-h4 {
	bottom: 93px;
	left:150px;
}
li.search-area-kinki-li {
	float: left;
	position: relative;
	top: 17px;
	left: 1px;
	width: 66px;
	height: 28px;
	line-height: 30px;
	background: url(/images/common/area-btn-off.png) no-repeat;
	margin: 0 0 2px 2px;
}


/* ---- (test)中国・四国 ---- */
ul.search-area-chugoku-shikoku-ul {
	position: absolute;
	width: 210px;
	height: 207px;
	top:42px;
	left:236px;
	background: url(/images/common/bg-map-chugoku-shikoku.png) no-repeat;
}
h4.search-area-chugoku-shikoku-h4 {
	top: 42px;
	left:236px;
}
/* ---- (test:中国)選択した都道府県テキスト色変化 ---- */

li.search-area-chugoku-shikoku-li {
	float: left;
	position: relative;
	top: 21px;
	left: 1px;
	width: 66px;
	height: 28px;
	line-height: 30px;
	background: url(/images/common/area-btn-off.png) no-repeat;
	margin: 0 0 2px 2px;
}
li.search-area-chugoku-shikoku-li:hover, li.search-area-tohoku-li:hover, li.search-area-hokkaido-li:hover,
li.search-area-kyusyu-li:hover, li.search-area-okinawa-li:hover, li.search-area-kinki-li:hover, li.search-area-chubu-li:hover, li.search-area-kanto-li:hover {
	background: url(/images/common/area-btn-hover.png) no-repeat;
}
li.search-area-chugoku-shikoku-li:active, li.search-area-tohoku-li:active, li.search-area-hokkaido-li:active,
li.search-area-kyusyu-li:active, li.search-area-okinawa-li:active, li.search-area-kinki-li:active, li.search-area-chubu-li:active, li.search-area-kanto-li:active {
	background: url(/images/common/area-btn-on.png) no-repeat;
}


/* ---- 九州 ---- */
ul.search-area-kyusyu-ul {
	position: absolute;
	width: 208px;
	height: 165px;
	top: 146px;
	left: 10px;
	background: url(/images/common/bg-map-kyusyu.png) no-repeat;
}
h4.search-area-kyusyu-h4 {
	top: 146px;
	left: 10px;
}
li.search-area-kyusyu-li {
	float: left;
	position: relative;
	top: 22px;
	left: 1px;
	width: 66px;
	height: 28px;
	line-height: 30px;
	background: url(/images/common/area-btn-off.png) no-repeat;
	margin: 0 0 2px 2px;
}


/* ---- 沖縄 ---- */
ul.search-area-okinawa-ul {
	position: absolute;
	width: 70px;
	height: 62px;
	left: 14px;
	bottom: 110px;
	background: url(/images/common/bg-map-okinawa.png) no-repeat;
}
li.search-area-okinawa-li {
	position: relative;
	top: 2px;
	width: 66px;
	height: 28px;
	line-height: 30px;
	background: url(/images/common/area-btn-off.png) no-repeat;
	margin: 0 0 2px 2px;
}







/* ---------- COMMON ---------- */

/* カタログのリスト */
.search-catalog-ul {
	width: 720px;
	margin: 0 0 10px;
}
.search-catalog-li {
	float: left;
	padding: 0 9px 10px;
	position: relative;
	width: 126px;
}
.search-catalog-img-bg {
	display: table-cell;
	display: block\9;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #CCC;
	width: 120px;
	layout-grid-line: 160px;
}
.search-catalog-img {
}
.search-catalog-a {
	display: block;
	position: absolute;
	background: url(/images/common/bg_sprite_32.png) no-repeat 0 -300px;
	width: 105px;
	height: 20px;
	overflow: hidden;
	top: 135px;
	left: -1px;
	font-size: 93%;
	color: #fff;
	text-decoration: none;
	padding: 20px 5px 0 10px;
	;
}
.search-catalog-a-ranking {
	background-position: 0 0;
	height: 44px;
	top: 170px;
	padding-left: 5px;
	width: 110px;
	line-height: 1.7;
	left: -1px;
}
.search-catalog-ranking {
	display: block;
	padding: 10px 0 5px;
	text-align: center;
	width: 126px;
}
.search-catalog-txt {
	color: #444;
	display: block;
	font-size: 85%;
	margin: 20px 0 0;
}
/* タグクラウド 人気のエリアから探す */
.search-tag-popular-a {
	margin: 0 10px;
}



/* ----- PARTS ----- */
/*
 no-index
*************************************************************************************/
.mv-esthe {
	width: 760px;
	height: 137px;
	margin: 0 0 30px 0;
}
.mv-esthe-left {
	float: left;
}
.mv-esthe-right {
	float: right;
}


/* ----- トップヘアカタログ(地図の下) ----- */
#catalog-style {
}
#catalog-style ul {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 700px;
	margin: 45px auto 10px auto;
  flex-wrap: wrap;
}
#catalog-style .catalog-list {
  width: 130px;
  margin: 10px 5px;
	font-size: 83%;
}
.catalog-list a {
	display: block;
	text-decoration: none;
}
.catalog-list a:hover {
	text-decoration: none;
}
.catalog-list a img {
  display: block;
  width: 100%;
  height: auto;
}
.catalog-list-last{
	display: inline-block;
	margin-bottom: 5px;
	font-size: 85%;
}
.catalog-list-last a {
	display: block;
	text-decoration: none;
}
.catalog-list-last a:hover {
	text-decoration: none;
}

.fourcatalog-list {
	display: inline-block;
	float: left\9;
	margin: 0 24px 5px 0;
	font-size: 85%;
}
.fourcatalog-list a {
	display: block;
	text-decoration: none;
}
.fourcatalog-list a:hover {
	text-decoration: none;
}
.catalog-list-title {
	padding: 8px 0 2px 0;
	text-align: center;
	display: block;
	color: #000;
}
.top_btn:hover {
	cursor: pointer;
	opacity: 0.7;
}
.top_btn a.hair-catalog {
	display: block;
	background: url(/images/common/top_btn_icon.png) no-repeat 3.3em .3em;
	padding-left: 18px;
	color: #fff;
	font-weight: bold;
	font-size: 93%;
}
.top_btn a.eyelash-catalog {
	display: block;
	background: url(/images/common/top_btn_icon.png) no-repeat 2.8em .3em;
	padding-left: 18px;
	color: #fff;
	font-weight: bold;
	font-size: 93%;
}
.top_btn a.nail-catalog {
	display: block;
	background: url(/images/common/top_btn_icon.png) no-repeat 2.8em .3em;
	padding-left: 18px;
	color: #fff;
	font-weight: bold;
	font-size: 93%;
}

.top_btn {
	position: relative;
	right: 0;
	max-width: 241px;
	background: #9dbda6;
	text-align: center;
	padding:7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../../js/common/PIE.htc);
	margin-left: auto;
	clear: both\9;
}
.top_btn a:hover {
	text-decoration: none;
}


/* ----- トップヘアビューティーコラム(ヘアカタログの下) ----- */
.yahoo-beauty {
	font-size: 85%;
	font-weight: bold;
	color: #c4969a;
	margin-left: 10px;
}
#trend-style,
#column-style {
	width:100%;
	margin-bottom: 50px;
}
#trend-style ul,
#column-style ul {
  padding:20px 0;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column-list {
	display: block;
	min-width: calc(33% - 5px);
	box-sizing: border-box;
	height: 80px;
	padding:10px 5px;
	border: solid 1px #aaaaaa;
	position: relative;
	margin-bottom: 10px;
}
.column-list a {
	display: block;
  overflow: hidden;;
}
.column-list a:hover {
	text-decoration: none;
}

.column-list-img-wrap {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 56px;
	overflow: hidden;
  float: left;
  margin-right: 10px;
}
.column-list-img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.column-label {
	position: relative;
	left: 90px;
	display: table;
	height:20px;
	line-height: 20px;
	padding: 0 5px;
	background: #1e1a1a;
	font-size: 85%;
	color: #fff;
	text-align: center;
}

.column-list-title {
	position: relative;
	top: 5px;
	display: inline-block;
	width: 210px;
	color: #000;
	font-size: 85%;
	vertical-align: top;
}
.top_btn a.column {
	display: block;
	background: url(/images/common/top_btn_icon.png) no-repeat 1.9em .3em;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 93%
}
/* ----- エリアコラムリスト（北海道・埼玉） ----- */
.area-column-list {
	margin-bottom: 20px;
}
.area-column-lists {
	display: inline-block;
	border: solid 1px #e7e4e0;
	max-width: 375px;
}
.area-column-lists a {
	padding: 15px;
	display: table;
}
.area-column-lists a:hover {
	text-decoration: none;
}
.area-column-lists-img {
	border: solid 1px #eceaea;
}
.area-column-lists-img, .area-column-lists-title {
	display: table-cell;
	vertical-align: top;
}
.area-column-lists-title {
	padding: 10px 0 0 10px;
	line-height: 1.4;
}
/* ----- トップ体験レポート(ヘアビューティーコラムグの下) ----- */
#report-style {
	width:100%;
	margin-bottom: 50px;
}
#report-style ul {
	padding:20px 0;
}
.report-list {
	display: inline-block;
	min-width: 354px;
	height: 108px;
	padding:10px;
	border: solid 1px #aaaaaa;
	position: relative;
}
.report-list a {
	display: block;
}
.report-list a:hover {
	text-decoration: none;
}
.report-list-img {
	display: inline-block;
	width: 110px;
}
.report-list-title {
	display: block;
	margin:5px 0 15px 0;
	color: #000;
	font-size: 98%;
}
.report-list-shop {
	position: absolute;
	max-width: 242px;
	height: 12px;
	margin-left:10px;
	font-size: 85%;
	overflow: hidden;
}
.report-list-pref-icon {
	position: absolute;
	left:130px;
	top:65px;
	background: #2b2827;
	color: #fff;
	padding:0 5px 0 7px;
	height: 23px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 85%;
}
.report-list-pref {
	position: absolute;
	left:180px;
	top:65px;
	height: 23px;
	line-height: 25px;
	font-size: 93%;
}
.report-list-txt {
	position: absolute;
	left:130px;
	top:92px;
	max-width: 240px;
	line-height: 15px;
	font-size: 85%;
}
.top_btn a.report {
	display: inline-block;
	background: url(/images/common/top_btn_icon.png) no-repeat .1em .3em;
	padding-left: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 93%;
}


.centered {
	margin-right: auto;
	margin-left: auto;
}
.current {
	text-decoration: none;
	cursor: default;
	color: #333;
}
.attention {
	color: #333;
	padding-top: 12px
}
.clear {
  clear: both;
}


/* ----- TO-TOP ----- */
#to-top {
	margin: 0 auto;
	width: 1000px;
	text-align: right;
}
.to-top-a {
	font-size: 93%;
	color: #000;
	text-decoration: none;
}
a.to-top-a:hover {
	color: #f694ba;
	text-decoration: none;
}












/* ----- いずれ分けたいカタログタブ ----- */
.switch {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.sp-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size:108% ;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd
}
.sp-btn:hover,
.sp-btn:focus,
.sp-btn:active {
	color: #fff;
	background-color: #3276b1;
	border-color: #285e8e
}
.count-0 {
	line-height: 140%;
	padding: 20px 0 50px 35px;
	font-weight: bold;
	color: #666;
}

/*カタログ特集*/
.feature-wrap {
  max-width: 760px;
	margin: 0 auto;
}
.feature {
	width: 360px;
}
.feature-hd {
	color: #fb83b8;
	display: block;
	font-size: 123.1%;
	font-weight: bold;
	border-bottom: 1px solid #efecec;
	width: 340px;
	margin: 12px auto 0;
	padding: 0 0 6px 0;
}
.feature-txt {
	color: #444;
	display: block;
	width: 340px;
	height: 92px;
	margin: 0 auto;
	padding: 8px 0 0;
	line-height: 140%;
}
.feature-link {
	text-align: right;
	margin: 15px 10px 0 0;
}
/* feature 特集 */
.feature-right-wrap {
	border-bottom: 1px solid #CBC3B6;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.feature-right {
	display: block;
	margin: 0 0 0 140px;
}



/* ---- カタログタブ ---- */
.tabmenu {
	margin: 20px 0 0 0;
}
.tabmenu li {
	margin: 0 3px 0 0;
}
.tabmenu,
.tabmenu li,
.tabmenu li a {
	float: left;
	position: relative;
	z-index: 2;
	display: block;
}
.tabmenu li.tab01.active {
	background: url(/images/common/tab01-on.jpg) no-repeat;
	width: 140px;
	height: 27px;
}
.tabmenu li.tab01.active a {
	display: none;
}
.tabmenu li.tab02.active {
	background: url(/images/common/tab02-on.jpg) no-repeat;
	width: 140px;
	height: 27px;
}
.tabmenu li.tab02.active a {
	display: none;
}
.tabmenu li.tab03.active {
	background: url(/images/common/tab03-on.jpg) no-repeat;
	width: 140px;
	height: 27px;
}
.tabmenu li.tab03.active a {
	display: none;
}
.tabmenu li.tab04.active {
	background: url(/images/common/tab04-on.jpg) no-repeat;
	width: 140px;
	height: 27px;
}
.tabmenu li.tab04.active a {
	display: none;
}
/* ---- ネイルカタログ ランキング ---- */
.catalog-nail-list {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog-ranking-nail-list {
	display: block;
	margin: 0 5px 10px 5px;
	max-width: 130px;
	vertical-align: top;
  box-sizing: border-box;
}
.catalog-ranking-nail-list a {
  display: block;
  box-sizing: border-box;
}
.catalog-ranking-nail-list .image-list {
  display: block;
  width: 100%;
  height: none;
  aspect-ratio: 136/170;
  padding: 3px;
  box-sizing: border-box;
}
.catalog-ranking-nail-list .image-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* ---- メンズカタログ ---- */
.mens-catalog-ranking {
	clear: both;
	overflow: hidden;
	position: relative;
	top: -1px;
	width: 100%;
	height: 245px;
	border: 1px solid #79a6eb;
	background: #f7f9fd;
	z-index: 1;
}


/* ---- カタログ ランキング ---- */
.catalog-ranking-headline {
	display: block;
	padding: 10px 0 5px;
}
.image-list {
	display: table-cell;
	border:1px solid #aaa;
	background: #fff;
	padding: 0 1px;
	width: 136px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
}
.catalog-ranking {
	clear: both;
	overflow: hidden;
	position: relative;
	top: -1px;
	width: 100%;
	height: 245px;
	border: 1px solid #f8cad0;
	background: #fffafc;
	z-index: 1;
}
ul.catalog-list, ul.mens-catalog-list {
	margin : 0 -7px 0 10px;
	height: 247px;
}
.catalog-ranking-title {
	width: 140px;
	margin-top: 5px;
	display: block;
	font-size: 77%;
	line-height: 120%;
}
.catalog-list-label {
	background: #f72e2e;
	width: 30px;
	height: 22px;
	display: inline-block;
	color: #FFF;
	font-weight: bold;
	;
	font-size: 120%;
	vertical-align: middle;
	position: absolute;
	opacity: 0.9;
	padding: 0 6px;
}
.catalog-list-count {
	display: block;
	text-align: right;
}
.catalog-list-count .catalog-count {
	font-size: 100%;
	font-weight: bold;
	padding: 0 4px 0 0;
	text-decoration: underline;
}
.catalog-ranking-list {
	margin-right : 5px;
	max-width: 140px;
	vertical-align: top;
	display: inline-block;
}


/*カタログ画像枠 (不要要素か検討)*/
#catalog-length,
#catalog-style,
#catalog-color,
#catalog-taste,
#catalog-scene {
	margin: 0 1px 20px;
}


/* ---- カタログリスト(_list_catlog.ctp一覧) ---- */
.catalog-result {
	clear: both;
	overflow: hidden;
	width: 100%;
	border: 1px solid #d1d1d1;
	background: #fbfafa;
	position: relative;
	z-index: 1;
	top: -1px;
	margin-bottom: 20px;
}
.catalog-result-ul {
	height: 225px;
	padding: 30px 0 0 0;
	display: table;
	text-align: center;
	margin-right: -5px;
}
.catalog-result-list {
	display: inline-table;
	margin: 10px 5px 15px 0;
	max-width: 140px;
	min-height: 220px;
	vertical-align: top;
	text-align: left;
}
#style_huck x:-moz-broken .catalog-result-list {
	display: inline-table;
	margin: 10px 5px 15px 0;
	max-width: 140px;
	min-height: 220px;
	vertical-align: top;
}
/* ---- カタログリスト内件数表示(_list_catlog.ctp一覧) ---- */
.headline-count {
	font-size: 93%;
	text-align: right;
}
.headline-allcount {
}
.headline-allcount-pickup {
	padding-top: 15px;
}



/*カタログ一覧*/
.tabmenu-result {
	margin: 20px 0 0 0;
  display: flex;
  justify-content: left;
  align-items: center;
}
.tabmenu-result li {
  width: 150px;
}
.tabmenu-result li:last-child {
  width: calc(100% - 300px);
}
.tabmenu-result li,
.tabmenu-result li a {
	position: relative;
	display: block;
}
.tabmenu-result .catalog-feed-page {
  display: block;
  text-align: right;
}
.tabmenu-result .catalog-feed-page span {
	display: inline-block;
	padding: 0 4px;
}
.tabmenu-result .catalog-feed-page a {
	display: inline-block;
}


/* ---- ネイルカタログ ---- */
.catalog-ranking-nail {
	display: block;
}
.nail-catalog-color-list {
	float: left;
	margin: 10px 8px 0;
}
.nail-catalog-color-link {
	font-weight: bold;
	margin: 8px 0 12px;
	letter-spacing: 0.1em;
}
.nail-catalog-color-link img {
	padding: 0 6px 0 0;
}


/* ---- アイラッシュカタログ ---- */
.eyelash-catalog-link {
	float: left;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 0 30px 20px 0;
}
.eyelash-catalog-link img {
	vertical-align: middle;
	padding: 0 4px 0 0;
}

.eyelash_catalog_img{
	width:168px;
	border:1px solid #aaa;
}
.eyelash_catalog_title{
	font-weight: bold;
}

/* 店舗管理ページのトップ文面 */

.tafloat {
	float: left;
	width: 530px;
	line-height: 125%;
	margin-bottom: 10px;
	margin-right: 50px;
	font-size: 93%;
	text-align: left
}
.top-txt {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*エリア検索140507*/
.headline-area {
	background: url(/images/common/headline-area.jpg) repeat-x;
	height: 28px;
	padding: 6px 6px 0;
}
.headline-title-area {
	display: block;
	height: 20px;
	color: #4caee3;
	padding: 2px 4px 0;
	font-size: 131%;
	font-weight: bold;
}
/*エリアタブ*/
.area-tabmenu {
	display: block;
	margin: 20px 0 0 0;
	position: relative;
	z-index: 2;
}
.area-tabmenu {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.area-tabmenu li {
  width: calc(100% / 3);
  max-width: 330px;
}
.area-tabmenu li a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
  background: #d0d0cf;
	border-top: 1px solid #c4c4c2;
	border-left: 1px solid #c4c4c2;
	border-right: 1px solid #c4c4c2;
  border-radius: 3px 3px 0 0;
  font-size: 90%;
  color: #fff;
  text-decoration: none;
}
.area-tabmenu li.active {
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 7px 5px;
  background: #fff;
	border-top: 1px solid #c4c4c2;
	border-left: 1px solid #c4c4c2;
	border-right: 1px solid #c4c4c2;
  border-radius: 3px 3px 0 0;
  font-size: 90%;
  color: #000;
  text-decoration: none;
}
.area-tabmenu li img {
  display: none;
}


.main-area {
	font-weight: bold;
	border-bottom: 1px solid #dedede;
	margin-bottom: 10px;
}
#selection-box {
	clear: both;
	overflow: hidden;
}
.selection-tab img {
	vertical-align: middle;
	padding: 0 4px 0 0;
}
/*エリア内容*/
.selection-tab {
	clear: both;
	overflow: hidden;
	width: 100%;
  box-sizing: border-box;
	padding: 20px 15px;
	line-height: 1.5;
	border: 1px solid #c4c4c2;
	background: #fcfcfc;
	position: relative;
	z-index: 1;
  top: -1px;
}

/* 都道府県 > エリア一覧 */
.area-li {
	float: left;
	padding: 5px 0;
	width: 180px;
}
/* ---- 路線一覧 ---- */
.train-ul, .city-ul, .area-ul, .station-ul, .kodawari-ul, .kodawari-keyword-ul {
		margin: 12px 0 25px 0;
}
.train-li {
	display: inline-block;
	font-size: 93%;
	margin-bottom: 5px;
	width: 182px;
}
/* ---- 都道府県 > 市区町村一覧 ---- */
.city-li {
	display: inline-block;
	font-size: 93%;
	margin-bottom: 5px;
	width:119px;
}
/* ---- エリア ---- */
.area-list-link {
	display: inline-block;
	width: 145px;
	margin-bottom: 5px;
	font-size: 93%;
}
.width-large {
	width: 200px;
}


/* 路線 > 駅一覧 */
.station-li {
	display: inline-block;
	width: 152px;
	vertical-align: top;
}

/*keyword*/
.keyword-text{
	  padding: 10px 0px 0px 0px;
    font-size: 90%;
    margin-bottom: 20px;
}
.keyword-text h3 {
	  font-weight: bold;
    font-size: 100%;
    margin: 20px 0 5px 0;
    color:#629370;
}

/*pickup*/
.pickup-feed-page {
	float: right;
	margin: 10px 0;
}
.pickup-feed-page span {
	display: block;
	float: left;
	padding: 0 4px;
}
.pickup-feed-page a {
	float: left;
	display: block;
	position: relative;
	z-index: 2;
}
#pickup-length {
	width: 100%;
	margin: 0 auto;
}
.pickup-list {
	margin-bottom: 10px;
	clear: both;
}
.pickupshop-wrap{
	display: flex;
	margin-top:10px;
}
.pickupshop {
	width: calc(50% - 27px);
	min-height:120px;
	float: left;
	padding: 10px;
	margin-right:10px;
	border: 1px #2b2827 solid;

}
.pickupshop-r {
	width: calc(50% - 27px);
	min-height:120px;
	float: right;
	padding: 10px;
	border: 1px #2b2827 solid;

}
.pickupshop-name {
	background-color: #ffffff;/* ----- tokyo/ 20150218変更----- */
	/*background-color: #fdcfad;20150218 削除*/
	font-size:108% ;
	font-weight: bold;
	border-bottom:#d8d5d4 1px solid;
}
.pickupshop-inner {
	padding-top: 10px;
	background-color: #ffffff;/* ----- tokyo/ 20150806変更----- */
}
.pickupshop-right {
	width: calc(100% - 130px);
	float: right;
}
.pickupshop-access span {
	font-weight: bold;
}
/*こだわりや条件から探す*/
.feelings-search {
	clear: both;
	overflow: hidden;
	clear: both;
	overflow: hidden;
	width: 718px;
	padding: 20px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	top: -1px;
}
#area-box {
	clear: both;
	overflow: hidden;
}
.feelings-list-link {
	float: left;
	width: 239px;
	padding-bottom: 5px;
	font-size: 93%;
}
.feelings-list-link img {
	vertical-align: middle;
	padding: 0 4px 0 0;
}
/*おすすめ美容室*/
.popularity-ranking {
	clear: both;
	overflow: hidden;
	width: 100%;
  margin: 0 auto;
	position: relative;
	z-index: 1;
	top: -1px;
}
.popularity-ranking-headline {
	display: block;
}
.popularity-list-inner {
	padding-top:15px;
  display: flex;
  justify-content: center;
}
.popularity-ranking-list {
  float: none;
  width: calc((100% / 5) - 10px);
	margin: 0 5px;
}
.popularity-list-image {
	float: left;
	margin: 20px 7px 0 10px;
	position: relative;
}
/*おすすめ美容室画像枠*/
.pickup-image-list {
	border: 1px solid #ccc;
	background: #FFF;
	padding: 1px;
	display: block;
	width: 136px;
	height: 100px;
	float: left;
}
div.pickup-image-link {
	border: 1px solid #ccc;
	background: #FFF;
	padding: 1px;
	width: 112px;
	height: 84px;
	float: left;
	display: block;
}
div.pickup-image-link div {
	width: 112px;
	height: 84px;
}
div.pickup-center_img {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.pickup-center_img div {
	display: block;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	text-decoration: none;
	zoom: 1;
}
div.pickup-image-link img {
	max-width: 112x;
	max-height: 84px;
	line-height: 84px;
}
.pickup-center_img img {
	vertical-align: middle;
}
.pickup-center_img image-link span.centering {
	height: 84px;
}
div.pickup-center_img span.centering {
	visibility: hidden;
	overflow: hidden;
	vertical-align: middle;
	zoom: 1;
}
/*人気ランキング画像枠*/
.popularity-image-list {
	border: 1px solid #bbb6b4;
	background: #FFF;
	padding: 1px;
	display: block;
	width: 100%;
  height: unset;
  aspect-ratio: 136/100;
}
div.popularity-image-link {
	float: none;
	display: block;
  width: 100%;
  height: 100%;
}
div.popularity-image-link div {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  zoom: 1;
}
div.popularity-image-link div a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*
div.popularity-center_img {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.popularity-center_img div {
	display: block;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	text-decoration: none;
	zoom: 1;
}
*/
div.popularity-image-link img {
  width: 100%;
  max-width: unset !important;
  max-height: unset !important;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popularity-center_img img {
	vertical-align: middle;
}
div.popularity-center_img image-link span.centering {
	height: 100px;
}
div.popularity-center_img span.centering {
	visibility: hidden;
	overflow: hidden;
	vertical-align: middle;
	zoom: 1;
}

.popularity-ranking-area {
	display: block;
	color: #2b2827;
	font-size: 85%;
	margin-top:5px;
}
.popularity-ranking-title {
	display: block;
	font-size: 93%;
	line-height: 120%;
}

.popularity-ranking-title span{
	display:block;
}
.headline-sub {
	border-bottom:#d8d5d4 1px solid;
	padding-bottom:3px;
	margin:25px auto 0 auto;
	width: 100% !important;
}
.headline-sub--wide {
	width:100% !important;
}
.headline-subtitle {
	font-family: 'Meiryo UI';/* ----- tokyo/ 200150218変更----- */
	font-size: 108%;
	font-weight: bold;
}



/*口コミ*/
.reviews-ranking-headline {
	display: block;
}
.reviews-ranking-list {
	margin:8px auto 0 auto;
	padding-bottom:7px;
	border-bottom:#d8d5d4 1px solid;
	width:100%;
}
.reviews-list{
	margin-top:15px;
}

.reviews-list-image {
	float: left;
	margin: 20px 7px 0 10px;
	position: relative;
}

.reviews-image-list dt{
	border: 1px solid #bbb6b4;
	background: #FFF;
	padding: 1px;
	display: block;
	width: 70px;
	height: 48px;
	float:left;
}

.reviews-image-list dd{
	display:block;
	float:left;
	width:calc(100% - 90px);
	margin-left:15px;
	padding-top: 3px;
}

.reviews-image-link {
	float: left;
	display: block;
}
.reviews-image-link span {
	width: 136px;
	height: 100px;
}
.reviews-center_img {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height:48px;
}
.reviews-center_img span {
	display: block;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	text-decoration: none;
	height:48px;
	zoom: 1;
}
.reviews-image-link img {
	max-width: 136x;
	max-height: 100px;
	line-height: 100px;
}
.reviews-center_img img {
	vertical-align: middle;
}
.reviews-center_img image-link span.centering {
	height: 100px;
}
.reviews-center_img span.centering {
	visibility: hidden;
	overflow: hidden;
	vertical-align: middle;
	zoom: 1;
}

.reviews-ranking-area {
	display: block;
	color: #2b2827;
	font-size: 93%;
	padding-top:10px;
}
.reviews-ranking-title {
	display: block;
	font-size:93%;
	font-weight:bold;
	letter-spacing:1px;
}

.reviews-ranking-title a{
	color:#629370 !important;
}


.reviews-ranking-title span{
	display:inline-block;
}

.reviews-shop-area{
	font-weight:normal;
	color: #2B2827 !important;
	font-size: 93%;
}
.reviews-shop-area a{
	color: #2B2827 !important;
}

.review-comments{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break:break-all;
	background: url(/images/common/img-balloon-icon.png) no-repeat left;
	padding: 2px 0px 0px 15px;
	margin-top: 10px;
}

/*割引・クーポン*/
.coupon-search{
	margin-top:15px;
}
.coupon-search-list {
	width: 100%;
	margin: 10px auto;
}
.coupon-search-box {
　　height: 414px;
	line-height: 1.5;
	margin: 0 0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/js/common/PIE.htc);
}

#coupon-search {
	margin: 10px 0 0 10px;
}
.coupon-search-nav {
	cursor: pointer;
}
.coupon-search-ul {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.coupon-search-li {
	position: relative;
	display: flex;
	width: calc(50% - 5px);
  margin-bottom: 10px;
	overflow: hidden;
}
.coupon-search-a {
	display: inline;
}
.coupon-search-img-bg {
	display: table-cell;
	display: block\9;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 86px;
	height: 64px;
	background: #FFF;
	padding: 2px;
	border: 1px solid #CCC;
	layout-grid-line: 60px;
}
.coupon-search-detail {
	display: block;
	float: right;
	width: 363px;
	padding: 5px 5px 2.5em;
	background: #fff;
	word-break: break-all;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.coupon-search-price {
  display: block;
  white-space: normal;
}
.coupon-search-price .label {
  display: inline;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  padding: 3px 8px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 3px;
}
.coupon-search-price .label-danger {
  background-color: #d9534f;
}
.coupon-search-price .label-success {
  background-color: #5cb85c;
}
.coupon-search-price .label-primary {
  background-color: #428bca;
}
.coupon-search-name {
	display: block;
	color: #2b2827;
	font-weight: bold;
	padding-bottom: 5px;
}
.coupon-search-shop-area {
	color: #2b2827;
	font-size: 93%;
	text-align: right;
	margin-top: 3px;
	display: block;
}
.coupon-search-shop-access{
	color: #2b2827;
	font-size: 93%;
}

.coupon-search-shop-name {
	color: #2b2827;
	font-weight:bold;
	display: block;
	margin-top: 5px;
	padding:5px 0;
	border-top: solid 1px #eceaea;
	white-space: normal;
}

.coupon-search-arrow{
	/*color:#2b2827;*/
}
.coupon-search-retail-price {
	/*text-decoration: line-through;*/
	/*color: #444444;*/
}
.coupon-search-off-price {
	/*color: #ff0000;*/
}
.carousel-ul {
	position: relative;
	width: 740px;
/* 20140911修正　*/
	height: 350px;
/* 20140911修正　*/
	overflow: hidden;
}
.coupon-search-contents {
	position: absolute;
	top: 290px;
	left: 0px;
	display: none;
	z-index: 2;
	opacity: 1;
	width: 740px;
}
.coupon-icon {
	float: left;
	margin-right: 10px;
}

/* 割引・クーポン　ブロックリンク　*/
.coupon-search-link-block {
	display: block;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	background: #eceaea;
  padding: 10px;
  box-sizing: border-box;
}
.coupon-search-link-text {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
/*路線内容*/
.route-list-link {
	float: left;
	width: 179px;
	padding-bottom: 5px;
	font-size: 93%;
}
/*路線名内容*/
.routename-list-link {
	float: left;
	width: 119px;
	padding-bottom: 5px;
	font-size: 93%;
}
/*検索結果*/
#search-result {
}
/*検索結果タブ*/
.search-result-tabmenu li.tab01.active {
	background: url(/images/common/area-tab01-on.jpg) no-repeat;
	width: 196px;
	height: 36px;
}
.search-result-tabmenu li.tab02.active {
	background: url(/images/common/area-tab02-on.jpg) no-repeat;
	width: 186px;
	height: 36px;
}
.search-result-tabmenu li.tab03.active {
	background: url(/images/common/area-tab03-on.jpg) no-repeat;
	width: 185px;
	height: 36px;
}
.search-result-tabmenu li.tab04.active {
	background: url(/images/common/area-tab04-on.jpg) no-repeat;
	width: 193px;
	height: 36px;
}
.search-result-tabmenu,
.search-result-tabmenu li,
.search-result-tabmenu li a {
	float: left;
	position: relative;
	z-index: 2;
	display: block;
}
.search-result-tabmenu {
	margin: 20px 0 0 0;
}
.search-result-headline-count {
	display: block;
	padding: 15px 10px 0 0;
	font-size: 100%;
	font-weight: bold;
	clear: both;
  text-align: right;
}
.search-result-headline-allcount {
	display: block;
	padding: 0 0 10px 0;
 margin-right:
 font-size:12px;
}
.search-result-feed-page {
	float: right;
	margin: 10px 12px 10px 0;
}
/*検索結果ショップ*/
.summaryshop {
	width: 100%;
	margin: 10px auto;
	clear: both;
}
.summaryshop-inner {
  box-sizing: border-box;
	width: 100%;;
	padding: 10px;
	background-color: #fefefd;
	border: 1px solid #f3f2f0;
}
.summaryshop-name {
	background-color: #f3f2f0;
	padding: 5px 10px;
	vertical-align: middle;
}
.summaryshop-text {
	color: #444499;
}
.summaryshop-text a {
	color: #444499;
}
.summaryshop-text__sub {
	display: block;
	font-size: 71.4%;
}
.label-set {
	float: right;
}
.summaryshop-right {
	width: calc(100% - 250px);
	float: right;
}
.img-1 .summaryshop-right {
	width: calc(100% - 130px);
}
.summaryshop-access span {
	font-weight: bold;
	font-size: 93%;/* ----- tokyo/shibuya 20150218 変更----- */
}
.summaryshop-label{
	/*float: left;*/
	font-size: 93%;
}
.summaryshop-label__item {
    margin-right: 3px;
    background-color: #9dbda6;
    font-size: 12px;
    padding: 3px 8px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    clear: both;
}
.summaryshop-head {
	margin-top: 10px;
	padding-bottom: 5px;/* ----- tokyo/shibuya 20150218 変更----- */
	font-size: 116%;/* ----- tokyo/shibuya 20150218 変更----- */
	/* color: #fc9ac5; 201502018削除*/
	/* font-size:108% ; 201502018削除*/
	font-weight: bold;
}
.summaryshop-detail {
	margin-bottom: 10px;
	line-height: 1.5;
}
.summaryshop-menu {
	background: #f3f2f0;
	clear: both;
	/*overflow: hidden;*/
	padding: 5px 10px;
}
.summaryshop-title {
	font-weight: bold;
	float: left;
}
.summaryshop-link {
	float: right;
	background: url(/images/common/triangle.png) no-repeat .1em .3em;/* ----- tokyo/shibuya 20150219 変更----- */
	padding: 0 0 0 10px;/* ----- tokyo/shibuya 20150219 変更----- */
  position: relative;
}
.summaryshop-link:hover {
	background: url(/images/common/triangle_hover.png) no-repeat .1em .3em;/* ----- tokyo/shibuya 20150219 変更----- */
}
.summaryshop-link span.count {
  min-width: auto;
  border: none;
  font-weight: bold;
  display: block;
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 10px;
  background: #fe4d49;
  color: #fff;
  height: 15px;
  line-height: 15px;
  min-width: 15px;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 3px;
  border-radius: 15px;
  font-weight: normal;
}
.summaryshop-menulist {
	border-bottom: solid 1px #f3f2f0;
	clear: both;
	overflow: hidden;
	padding: 5px 10px;
}
.summaryshop-list {
	float: left;
}
.summaryshop-list .limit {
  margin-left: 5px;
  color: #999;
  font-size: 80%;
}

.summaryshop-price {
	float: right;
}
.summaryshop-headline-allcount {
	display: block;
	height: 24px;
	font-size: 93%;
	float: right;
	position: relative;
}
/*検索結果一覧画像枠*/
.summaryshop-image-list {
	border: 1px solid #ccc;
	background: #FFF;
	padding: 1px;
	display: block;
	width: 136px;
	height: 100px;
	float: left;
}
div.summaryshop-image-link {
	/*border: 1px solid #ccc;*/
	background: #FFF;
	/*padding: 1px;*/
  /*
	width: 112px;
	height: 84px;
*/
	float: left;
	display: block;
}
div.summaryshop-image-link a {
    display: block;
    text-decoration: none;
}
div.summaryshop-image-link a:hover {
    opacity: 0.7;
}
div.summaryshop-image-link div {
  /*
	width: 112px;
	height: 84px;
  */
}
div.summaryshop-center_img {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.summaryshop-center_img div {
	display: block;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	text-decoration: none;
	zoom: 1;
}

div.summaryshop-image-link a span {
  display: inline-block;
  width: 112px;
  height: 84px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 1px;
}
div.summaryshop-image-link a span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*
div.summaryshop-image-link img {
	max-width: 112x;
	max-height: 84px;
	line-height: 84px;
}
.summaryshop-center_img img {
	vertical-align: middle;
}
.summaryshop-center_img image-link span.centering {
	height: 84px;
}
div.summaryshop-center_img span.centering {
	visibility: hidden;
	overflow: hidden;
	vertical-align: middle;
	zoom: 1;
}
*/

div.summaryshop-price-cut-menu {
    float: left;
    margin: 5px 0 0 0;
}
div.summaryshop-count-review {
    float: right;
    margin: 5px 0 0 0;
}
div.summaryshop-count-review .stars {
  display: inline-block;
  margin-right: 10px;
}
div.summaryshop-count-review .stars>span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #999;
  margin-right: 5px;
}
div.summaryshop-count-review .stars>span::before,
div.summaryshop-count-review .stars>span::after {
  content: '♥♥♥♥♥';
}
div.summaryshop-count-review .stars>span::after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #fe4d49;
}
div.summaryshop-count-review .stars .star-50::after{ width: 100%;}
div.summaryshop-count-review .stars .star-45::after{ width: 90%; }
div.summaryshop-count-review .stars .star-40::after{ width: 80%; }
div.summaryshop-count-review .stars .star-35::after{ width: 70%; }
div.summaryshop-count-review .stars .star-30::after{ width: 60%; }
div.summaryshop-count-review .stars .star-25::after{ width: 50%; }
div.summaryshop-count-review .stars .star-20::after{ width: 40%; }
div.summaryshop-count-review .stars .star-15::after{ width: 30%; }
div.summaryshop-count-review .stars .star-10::after{ width: 20%; }
div.summaryshop-count-review .stars .star-05::after{ width: 10%; }
div.summaryshop-count-review .stars .star-00::after{ width: 0%;  }


div.summaryshop-count-review a {
  white-space: nowrap;
}
div.summaryshop-count-review .up {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px 2px 5px;
  border-radius: 5px;
  background: #c0a000;
  color: #fff;
  margin-left: 5px;
}



/*検索切り替えスイッチ*/
.search-result-switch li.tab01.active {
	background: url(/images/common/net-button-on.jpg) no-repeat;
	width: 230px;
	height: 24px;
}
.search-result-switch li.tab02.active {
	background: url(/images/common/all-button-on.jpg) no-repeat;
	width: 230px;
	height: 24px;
}
.search-result-switch li.tab03.active {
	background: url(/images/common/coupon-button-on.jpg) no-repeat;
	width: 230px;
	height: 24px;
}
.search-result-switch,
.search-result-switch li,
.search-result-switch li a {
	position: relative;
	z-index: 2;
	display: block;
}
.search-result-switch {
	margin: 20px 0 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
/*クーポン一覧*/
.summaryshop-headline-count {
	float: right;
}
.summaryshop-access_c {
	/* width: 500px; 20150218削除*/
	/* float: left; */
	font-size: 93%;/* ----- tokyo/shibuya 20150219 変更----- */
}
.summaryshop-access_c span {
	font-weight: bold;
}
.label-new {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #9CBEA5;
	font-weight: bold;/*20140822クーポンラベル修正*/
	margin-right: 5px;
	font-size: 93%;
	float: left;
	/*20140822クーポンラベル修正（layout.cssより移行）*/
	padding: 4px 6px;/*20140822クーポンラベル修正*/

}
.label-alluser {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #8db9e0;
	font-weight: bold;
	padding: 4px 6px;
	margin-right: 5px;
	font-size: 93%;
	float: left;
}
/*20140822 ホットペッパークーポンラベル「再来」用(.label-return)新規追加*/
.label-return {
	color: #FFFFFF;
	background: none repeat scroll 0 0 #e6b989;
	font-weight: bold;
	padding: 4px 6px;
	margin-right: 5px;
	font-size: 93%;
	float: left;
}
/* ここまで */

.summaryshop-pricebox {
	display: block;
	float: right;
	width: 230px;
	background: #fff;
}
.summaryshop-usually-price {
	text-decoration: line-through;
	color: #444444;
}
.summaryshop-off-price {
	color: #ff0000;
}
/*付近のエリアから探す*/
.near-search {
	clear: both;
	overflow: hidden;
	clear: both;
	overflow: hidden;
	width: 720px;
	padding: 20px;
	line-height: 1.5;
	position: relative;
	z-index: 1;
	top: -1px;
}
.near-search img {
	vertical-align: middle;
	padding: 0 4px 0 0;
}
/*エリア検索_口コミ*/
.summaryshop-reviewlist {
	position: relative;
	width: 575px;
	clear: both;
	overflow: hidden;
	padding: 5px 10px 5px 130px;
}
.search-shop-review-heart{
	position: absolute;
	top: 5px;
	left: 10px;
}
.search-shop-review-heart-pink{
	color: #ff4c4a;
}
.summaryshop-text-ranking01 {
	font-size:108% ;
	font-weight: bold;
	float: left;
	margin-top: 4px;
	padding-left: 30px;
	background: url(/images/common/summaryshop-ranking01.png) no-repeat;
}
.summaryshop-text-ranking02 {
	font-size:108% ;
	font-weight: bold;
	float: left;
	margin-top: 4px;
	padding-left: 30px;
	background: url(/images/common/summaryshop-ranking02.png) no-repeat;
}
.summaryshop-text-ranking03 {
	font-size:108% ;
	font-weight: bold;
	float: left;
	margin-top: 4px;
	padding-left: 30px;
	background: url(/images/common/summaryshop-ranking03.png) no-repeat;
}
/* 埼玉ページに追加 140709*/
.saitama-bannerbox {
	width: 738px;
	padding: 10px;
	border: 1px solid #cccccc;
}
.saitama-ttl {
	color: #686161;
	font-size: 138.5%;
	font-weight: bold;
	text-align: center;
	background-color: #faf4f4;
	padding: 5px 0;
}
.saitama-ttl-area {
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
	color: #AB8903;
	background-color: #FEFEE9;
	padding: 5px;
}
.saitama-bannerbox-image-l {
	width: 240px;
	float: left;
	margin-right: 9px;
}
.saitama-bannerbox-image-r {
	width: 240px;
	float: right;
}


.tabmenu li.menstab01.active{
  background:url(/images/common/menstab01-on.jpg) no-repeat;
	width:140px;
	height:27px;
}
.tabmenu li.menstab01.active a{
	display:none;
}

.tabmenu li.menstab02.active {
	background:url(/images/common/menstab02-on.jpg) no-repeat;
	width:140px;
	height:27px;
}
.tabmenu li.menstab02.active a{
	display:none;
}

.tabmenu li.menstab03.active {
	background:url(/images/common/menstab03-on.jpg) no-repeat;
	width:140px;
	height:27px;
}
.tabmenu li.menstab03.active a{
	display:none;
}


/*20140807検索ページラベル修正*/
.summaryshop-label-net {
	color: #737070;
	float: left;
	font-size: 93%;
	font-weight: bold;
	padding: 7px 0 0 10px;
	margin: 0 4px;
}
.summaryshop-labelon {
	font-size: 85%;
	color: #FFF;
	padding: 4px;
	margin: 3px 3px 0;
	background: #f85769;
	float: left;
}
.summaryshop-labeloff {
	font-size: 85%;
	color: #FFF;
	padding: 4px;
	margin:3px 0px 3px 3px;
	background: #d0cbcb;
	float: left;
}
.summaryshop-text {
	font-size:108% ;
	font-weight: bold;
	float: left;
	margin-top: 6px;
}
.pickupshop-label-net {
	color: #737070;
	float: left;
	font-size: 93%;
	font-weight: bold;
	padding: 7px 0 0 10px;
	margin: 0 4px;
}
.pickupshop-labelon {
	font-size: 85%;
	color: #FFF;
	padding: 4px;
	margin: 3px 3px 0;
	background: #f85769;
	float: left;
}
.pickupshop-labeloff {
	font-size: 85%;
	color: #FFF;
	padding: 4px;
	margin: 3px 3px 0;
	background: #d0cbcb;
	float: left;
}
.pickupshop-access {
	padding-top: 10px;
	font-size: 93%;
	clear: both;
	height: 55px;
}
.hpb-notice {
	padding: 15px 0 10px 0;
	text-align: left;
	font-size: 85%;
	line-height: 1.3em;
}


/* こだわりメニュー */
.kodawari-li {
	float: left;
	padding: 0 0 7px 0;
	width: 240px;
	font-size:93%
}
/***********************************************************************************************************************************
tmp shop.csv
************************************************************************************************************************************/

/* ----- バー ----- */
.bar {
	background-image: url(/images/common/bar.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 5px;
	padding-right: 5px;
}
/* ----- 店舗リスト ----- */

.hd-list-shop,
.list-shop {
	border: 1px solid #E5E5E5;
	/*
	width: 350px;
*/
	padding: 9px;
}
.hd-list-shop {
	font-size: 116%;
	font-weight: bold;
	background-color: #EAE5DC;
	border-bottom: none;
}
.list-shop {
	border-top: none;
	margin: 0 0 20px;
}
/* 店舗リスト上部 */
.list-shop-lead {
}
.list-shop-lead-p {
}
.list-shop-lead-span {
	display: block;
	text-align: right
}
/* 店舗リスト下部 左右 */
.list-shop-detail {
	margin: 10px 0 0;
}
/* 左 */
.list-shop-img {
	width: 140px;
	margin: 0 15px 0 0;
	float: left;
}
.list-shop-menu-left {
	float: left;
	width: 48%;
}
.list-shop-menu-right {
	float: right;
	width: 48%;
}
/* マイサロン登録数バルーン */
.list-shop-mysalon {
	padding: 10px 0;
}
.list-shop-mysalon-p {
	font-size: 85%;
	margin: 5px 0 0;
	color: #444;
	float: left;
}
.list-shop-mysalon-baloon {
	background: url(/images/shop/bg_linkbtn-ballon.gif) no-repeat right top;
	display: inline;
	float: left;
	height: 20px;
}
.list-shop-mysalon-baloon-p {
	line-height: 20px;
	color: #FFF;
	background: url(/images/shop/bg_linkbtn-ballon.gif) no-repeat left top;
	height: 20px;
	padding: 0 0 0 15px;
	margin: 0 5px 0 0;
}
/* マイサロン登録ボタン */
.list-shop-mysalon-btn {
	margin: 26px 0 0 -20px;
}
/* 店舗紹介テキスト */
.hd-list-shop-txt {
	color: #FD6778;
	font-size: 108%;
	font-weight: bold;
}
.list-shop-txt {
	padding: 0 0 10px 0;
	height: 100px;
	overflow: hidden;
	line-height: 140%;
}
.list-shop-tag {
	display: block;
	text-align: right;
}
.list-shop-area-tag {
	display: inline;
	padding: 5px;
	font-weight: bold;
	background: #dcbaae;
	color: #FFF;
}
/* 店舗紹介テーブル */
.list-shop-table {
	font-size: 85%;
	color: #444;
	overflow: hidden;
}
.list-shop-th,
.list-shop-td {
	padding: 5px 10px 5px 0;
	text-align: left;
}
.list-shop-th {
	/*white-space:nowrap;*/
	overflow: hidden;
}
.list-shop-td {
	/*
  color: #FD5284;
*/
	text-align: right;
	padding-right: 0;
}
.list-shop-detail-wrap {
	padding: 5px 5px 20px;
}
.list-shop-wrap {
	float: left;
	padding: 5px;
	height: 480px;
}


/* ----- Order ----- */
.order {
	color: #444;
	border-bottom: 1px solid #C3BAAB;
	font-size: 93%;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 5px 0;
	width: 760px;
}
.order-p {
	display: inline;
	float: left;
}
.order-ul {
	float: right;
}
.order-li {
	float: left;
	padding: 0 0 0 1em;
}


/* ----- 検索結果やカタログリストのページレイアウト ----- */
.page-navi {
	text-align: center;
	height: 34px;
}
.page-numbers {
	background: #FFF;
	border: 1px solid #1e1a1a;
	color: #000;
	margin: 0 1px;
	padding: 3px;
  min-width: 24px;
  box-sizing: border-box;
	text-decoration: none;
	letter-spacing: 0;
  display: inline-block;
}
a.page-numbers:hover {
	background: #1e1a1a;
	border-color: #1e1a1a;
	color: #FFF;
  text-decoration: none;
}
.page-current {
	border: none;
	color: #000;
	font-weight: 700;
	margin: 0 1px;
	padding: 3px;
  min-width: 24px;
  box-sizing: border-box;
	letter-spacing: 0;
}
.page-dots {
	border: none;
	background: none;
}


/* ----- サイトマップ ----- */
.hd-search-area {
	padding-left: 20px;
	height: 28px;
	line-height: 32px;
	color: #2c2827;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 8px;
	border-bottom: 1px solid #e2e1df;
}
.search-area-txt-ul {
	margin-bottom: 12px;
}
.search-area-txt-li {
	float: left;
}
.category-link-area-li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #6c6461;
}
.search-area-sitemap-a {
	display: block;
	text-decoration: none;
	color: #6c6461;
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;	/* Firefox用 */
	text-align: center;
	min-width: 150px;
	padding: 5px 0;
}
.category-link-sitemap-a {
	color: #6c6461;
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;	/* Firefox用 */
	font-size: 93%;
}
.search-area-sitemap-a:hover,.category-link-sitemap-a:hover{
	text-decoration: none;
	color: #f1b6cc;
}

/* ----- pages/guideline ----- */
.guideline {
	margin-bottom: 40px;
}
.guideline p {
    line-height: 2.0
}
.guideline h3.head {
	border-bottom:solid 1px #d9d3d3;
	line-height:1.4em;
	padding: 5px 7px 3px 2em;
	margin-bottom:7px;
	text-indent:-1.2em;
	font-weight: bold;
	font-size: 116%;
}
.guideline_txt_bold {
	font-weight: bold;
}
.guideline a {
	text-decoration: underline;
}

/*-----------------------------------------------------*/
/*   BP_1-461 【カタログ】カタログページにカテゴリーと写真を追加する   */
/*-----------------------------------------------------*/

.catalog-list-img {
	max-width: 100%;
}
.catalog-list.__noimg .catalog-style-link {
	padding: 7px 0 7px 15px;
  border-bottom: 1px dashed #777;
  text-align: center;
  position: relative;
}
.catalog-list.__noimg .catalog-style-link:hover {
  border-bottom-style: solid;
}
.catalog-list.__noimg .catalog-style-link::before {
  content: url(/images/common/triangle.png);
  position: absolute;
  top: 0.65em;
  left: 0;
}


/*-----------------------------------------------------*/
/* BP_1-530 コロナ対策実施店を探すボタンの設置  */
/*-----------------------------------------------------*/

.button-2 {
    text-align: center;

}
.button-2__inner {
    border-radius: 4px;
    background-color: #d0d0ce;
    color: #FFF;
    padding: 9px 15px 5px 15px;
    border: 1px solid transparent;
    display: flex;
    width: 270px;
    justify-content: center;
}
.button-2__inner--normal {
    font-size: 100%;
}
.button-2__inner--large {
    font-size: 120%;
    font-weight: bold;
}

.button-2__inner--text1,
.button-2__inner--text2,
.button-2__inner--text3 {
    display: block;
}
.button-2__inner--text1,
.button-2__inner--text2{
    padding-right: 5px
}


.button-2__inner {
    position: relative;
    padding-right: 30px;
}
.button-2__inner::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius:15px;
    background-color: #FFF;
    position: absolute;
    right: 10px;
    top: calc(50% - 7.5px);
}
.button-2__inner::after {
    content: '';;
    border-radius:15px;
    background-color: #FFF;
    position: absolute;
    right: 14px;
    top: calc(50% - 5px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 5px;
    border-color: transparent transparent transparent #d0d0ce;
}


.button-2__inner:hover {
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #d0d0ce;
}
.button-2__inner:hover::before {
    background-color: #d0d0ce;
}
.button-2__inner:hover::after {
    background-color: #d0d0ce;
    border-color: transparent transparent transparent #FFF;
}

.button-2__wrapper--center .button-2__inner {
	margin: auto;
}







/*BP_1-569 バリュープラン以上でおすすめ表示*/

.summaryshop--pickup.summaryshop {
    border: 1px solid #9DBDA6;
}
.summaryshop--pickup .summaryshop-name {
    background-color: #E7EFE9;
    border-bottom: 1px solid #9DBDA6;
    position: relative;
}
.summaryshop--pickup .summaryshop-name::before {
    content: '';
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/resource/images/common/icon/icon-pickup.svg);
    position: absolute;
    top: -1px;
    right: 15px;
}

.summaryshop__btn {
    text-align: center;
    margin-top: 15px;
}
.bt_noicon{
	display: inline-block;
	width: auto!important;
	height: auto!important;
	padding: 10px;
	background: #ff4c4a;
	color: #fff;
	cursor: pointer;
	border-radius:4px;
	border-style: none;
}
.bt_noicon:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration:none;
}
.bt_coupon{
	display: inline-block;
	width: auto!important;
	height: auto!important;
	padding: 10px;
	background: #ff4c4a;
	color: #fff;
	cursor: pointer;
	border-radius:4px;
	border-style: none;
}
.bt_coupon:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration:none;
}


.summaryshop .bt_list {
  margin: 0 !important;
}
.summaryshop .bt_noicon,
.summaryshop .bt_coupon,
.summaryshop .bt_tel,
.summaryshop .bt_net {
  background: transparent;
  min-width: 200px;
  padding: 0 5px;
  position: relative;
  display: inline-block;
}
.summaryshop .bt_noicon span,
.summaryshop .bt_coupon span,
.summaryshop .bt_tel span,
.summaryshop .bt_net span {
  border-radius: 20px;
  display: block;
  padding: 10px 30px 10px 50px;
}
.summaryshop .bt_noicon span {
  padding: 10px 30px;
}

.summaryshop .bt_noicon span b,
.summaryshop .bt_coupon span b,
.summaryshop .bt_tel span b,
.summaryshop .bt_net span b {
  font-size: 80%;
  display: inline-block;
  padding-left: 5px;
}

.summaryshop .bt_noicon i {
    font-size: 150%;
    vertical-align: middle;
}
.summaryshop .bt_coupon i {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 15px;
    top: 7px;
    line-height: 1;
    font-size: 22px;
}
.summaryshop .bt_tel::after,
.summaryshop .bt_net::after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: 25px;
    top: 0.6em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.summaryshop .bt_tel::after {
    background-image: url(/resource/images/common/icon/icon-tel-1-w.svg);
}
.summaryshop .bt_tel::after {
    background-image: url(/resource/images/common/icon/icon-tel-1-w.svg);
}

.summaryshop .bt_net::after {
    background-image: url(/resource/images/common/icon/icon-pc-1-w.svg);
}
.summaryshop .bt_net::after {
    background-image: url(/resource/images/common/icon/icon-pc-1-w.svg);
}

.summaryshop .btn--reserve-gold span {
    background: #c0a000;
}

.summaryshop .btn--reserve-green span {
    background: #9dbda6;
}


.summaryshop .btn--reserve-purple span {
    background: #be9cb5;
}

.summaryshop .btn--reserve-blue span {
    background: #92c1fe;
}


.summaryshop .btn--reserve-red span {
    background: #f77382;
}

.summaryshop .btn--reserve-white span {
    background: #fff;
    border: solid 1px #9dbda6;
    color: #9dbda6;
}

.summaryshop .btn--reserve-line span {
  background: #06c755;
  color: #fff;
}
.summaryshop .btn--reserve-line:after {
  content: none;
}


@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

.btn-shiny span {
    position: relative;
    overflow: hidden;
}
.btn-shiny span::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

























/*BP_1-569 2020.11.30テストアップ分*/

.p-modal-reservbt__block {
    display: inline-block;
}
.p-modal-reservbt__ttl {
    font-size: 15px;
    color: #EE4F85;
}
.p-modal-reservbt__lead {
    font-size: 17px;
    margin-top: 0.3em;
}
.p-modal-reservbt__list {
    margin-top: 1em;;
}
.p-modal-reservbt__item {
    margin-bottom: 10px;
}
.p-modal-reservbt__btn {
    display: block;
    background-color: #9DBDA6;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
}
.p-modal-reservbt__btn:hover {
    text-decoration: none;
    color: #FFF;
}
.p-modal-reservbt__btn b {
  font-size: 80%;
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
}
.p-modal-reservbt__item--ozmall .p-modal-reservbt__btn {
    background-color: #FE7A93;
}
.p-modal-reservbt__item--epark .p-modal-reservbt__btn {
    background-color: #8FC31F;
}
.p-modal-reservbt__item--rakuten .p-modal-reservbt__btn {
    background-color: #FF41BE;
}
.p-modal-reservbt__item--others .p-modal-reservbt__btn {
    background-color: #FAFAF8;
    color: #5A5858;
}
.p-modal-reservbt__icon-batu {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color:#3E80A9;
    border-radius: 50%;
    color: #FFF;
    padding-top:0.5em;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 1em;
}



.p-modal-reservbt {
    position: relative;
    min-width: 500px;
    text-align: center;
    line-height: 1.5;
}
.j-modal-simple-close {
    width: 65px;
    height: 65px;
    position: absolute;
    left: calc(100% - 45px);
    bottom: calc(100% - 45px);
    z-index: 1500;
    background-image: url(/images/common/icon-modal-reservbt-close.svg);
}
.j-modal-simple-close:hover {
    background-image: url(/images/common/icon-modal-reservbt-close-hover.svg);
}
.p-modal-reservbt__btn {
    min-width: 340px;
}
.p-modal-reservbt {
    padding: 25px !important;
}
.p-modal-reservbt__list {
    margin-top: 1.5em;
}
.p-modal-reservbt__item--others .p-modal-reservbt__btn {
    background-color: #B1ABA9;
    color: #FFF;
}
.p-modal-reservbt__ttl {
    font-weight: bold;
    font-size: 15px;
}
.p-modal-reservbt__lead {
    margin-top: 0.4em;
}
.p-modal-reservbt {
    overflow: visible !important;
}


/*.p-modal-reservbt-bg {
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}
.p-modal-reservbt {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 1001;
    text-align: center;
    background: #c8e6f6;
    background: -moz-linear-gradient(top,  #c8e6f6 0%, #5fbff0 100%);
    background: -webkit-linear-gradient(top,  #c8e6f6 0%,#5fbff0 100%);
    background: linear-gradient(to bottom,  #c8e6f6 0%,#5fbff0 100%);
    padding: 30px 0;
}*/
/*.p-modal-reservbt__block {
    display: inline-block;
}
.p-modal-reservbt__ttl {
    font-size: 15px;
    color: #EE4F85;
}
.p-modal-reservbt__lead {
    font-size: 17px;
    margin-top: 0.3em;
}
.p-modal-reservbt__list {
    margin-top: 1em;;
}
.p-modal-reservbt__item {
    margin-bottom: 10px;
}
.p-modal-reservbt__btn {
    display: block;
    background-color: #9DBDA6;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
}
.p-modal-reservbt__btn:hover {
    text-decoration: none;
    color: #FFF;
}
.p-modal-reservbt__item--ozmall .p-modal-reservbt__btn {
    background-color: #FE7A93;
}
.p-modal-reservbt__item--epark .p-modal-reservbt__btn {
    background-color: #8FC31F;
}
.p-modal-reservbt__item--others .p-modal-reservbt__btn {
    background-color: #FAFAF8;
    color: #5A5858;
}
.p-modal-reservbt__icon-batu {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color:#3E80A9;
    border-radius: 50%;
    color: #FFF;
    padding-top:0.5em;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 1em;
}*/






.p-cataloglist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.p-cataloglist__item {
  width: calc(100% / 5);
  padding: 0 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.p-cataloglist__link {
  display: block;
  padding-bottom: 125%;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  margin-bottom: 7px;
}
.p-cataloglist__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: auto;
}
.p-cataloglist__ttl {
  font-size: 10px;
}
.p-cataloglist__text {
  font-size: 10px;
  margin-top: 0.2em;
}
.p-cataloglist__text > a {
  color: #777;
/*  border-bottom: 1px dashed #aaa;*/
}
.catalog-ranking--v2 {
  height: inherit;
}
.catalog-ranking--v2 .tabbox:not(:first-child) {
  display: none;
}
.mens-catalog-ranking--v2 {
  height: inherit;
}
.mens-catalog-ranking--v2 .tabbox:not(:first-child) {
  display: none;
}
.p-cataloglist--ranking {
    margin-top: 10px;
    margin-bottom: 10px;
}


.p-cataloglist__text {
  margin-top: 0.5em;
  line-height: 1.0;
}
.p-cataloglist__text--area {
  position: relative;
  padding-left: calc(11px + 0.4em);
}
.p-cataloglist__text--area::after {
  position: absolute;
  left: 0;
/*  top: calc(50% - 11px / 2);*/
  top: 0;
  content: '';
  width: 11px;
  height: 11px;
  background-image: url(/images/common/icon-map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-cataloglist__text--shopname {
  position: relative;
  padding-left: calc(11px + 0.4em);
}
.p-cataloglist__text--shopname::after {
  position: absolute;
  left: 0;
/*  top: calc(50% - 11px / 2);*/
  top: 0;
  content: '';
  width: 11px;
  height: 11px;
/*  background-image: url(/images/common/icon-scissors.svg);*/
  background-image: url(/images/common/icon-shop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}




.catalog-result__ttl {
  padding: 15px 0 10px 0;
  font-size: 13px;
  font-weight: bold;
}
.catalog-result__explain {
  padding: 0 0 15px 0;
  line-height: 1.7;
  font-size: 12px;
}




#recruit-style {
  padding: 14px 0;
}
#recruit-style ul {
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recruit-style ul::after {
  content: "";
  display: block;
  width: calc(33.33% - 5px);
  height: 0;
}
#recruit-style li {
  border: solid 1px #aaaaaa;
  width: calc(33.33% - 5px);
  margin: 5px 0;
  padding: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
#recruit-style li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
}
#recruit-style li a:hover {
  text-decoration: none;
}
#recruit-style .top {
  overflow: hidden;
  display: flex;
  margin-bottom: 5px;
}
#recruit-style .image {
  width: 80px;
  height: 57px;
  margin: 0 6px 0 0;
}
#recruit-style .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recruit-style .right {
  width: calc(100% - 80px);
}
#recruit-style .pref,
#recruit-style .genre {
  width: 71px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #f7d4dd;
  font-size: 70%;
  float: left;
  white-space: nowrap;
  margin-right: 5px;
}
#recruit-style .name {
  clear: both;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 110%;
  margin: 3px 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#recruit-style .address {
  clear: both;
  margin-bottom: 9px;
  font-size: 90%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#recruit-style .employment {
  background: #2b2827;
  color: #fff;
  padding: 5px;
  display: inline-block;
  margin-bottom: 9px;
  font-size: 70%;
}
#recruit-style .content {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.button-anchor ul {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.button-anchor ul li {
  width: 33%;
}
.button-anchor a {
    border-radius: 4px;
    background-color: #9dbda6;
    color: #FFF;
    padding: 9px 15px 5px 15px;
    border: 1px solid transparent;
    display: block;
    position: relative;
}
.button-anchor a:hover {
  color: #000;
}
.button-anchor a::before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius:15px;
    background-color: #FFF;
    position: absolute;
    right: 10px;
    top: calc(50% - 7.5px);
}
.button-anchor a::after {
    content: '';;
    border-radius:15px;
    background-color: #FFF;
    position: absolute;
    right: 13px;
    top: calc(50% - 3px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #9dbda6 transparent transparent transparent;
}

.button-anchor a:hover {
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #9dbda6;
}
.button-anchor a:hover::before {
    background-color: #9dbda6;
}
.button-anchor a:hover::after {
    background-color: #9dbda6;
    border-color: #FFF transparent transparent transparent;
}


.area-ul,
.station-ul {
  display: flex;
  flex-wrap: wrap;
}
.kodawari-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.area-li,
.station-li,
.kodawari-li {
  float: none;
  width: 240px;
  font-size:93%;
  padding: 0 5px;
	margin-bottom: 5px;
  box-sizing: border-box;
}

.area-ul:after,
.station-ul:after ,
.kodawari-ul:after {
  content: '';
  width: 240px;
  height: 0;
  display: block;
}


.area-li a,
.station-li a,
.kodawari-li a {
  border-radius: 4px;
  background: #9dbda6;
  color: #FFF;
  padding: 9px 15px 5px 15px;
  border: 1px solid transparent;
  display: block;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.area-li a:hover,
.station-li a:hover,
.kodawari-li a:hover {
  text-decoration: none;
  background: #9dbda6;
}
.area-li a span,
.station-li a span,
.kodawari-li a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
}
/*
.kodawari-ul {
  text-align: center;
}
.kodawari-li {
  float: none;
  width: auto;
  display: inline-block;
  margin: 0 10px;
}
.kodawari-li .ar {
  background: none;
  padding: 0;
}
.kodawari-li {font-size: 300%;}
.kodawari-li.size0 {font-size: 70%;}
.kodawari-li.size1 {font-size: 70%;}
.kodawari-li.size2 {font-size: 100%;}
.kodawari-li.size3 {font-size: 150%;}
.kodawari-li.size4 {font-size: 200%;}
.kodawari-li.size5 {font-size: 250%;}
*/

.kodawari-keyword-ul {
  padding: 0 10px;
}
.kodawari-keyword-li {
  float: none;
  width: auto;
  font-size:93%;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px 5px 0;
}
.kodawari-keyword-li a {
  border-radius: 2px;
  background: #9dbda6;
  color: #fff;
  padding: 2px 6px;
  border: none;
  display: inline-block;
  position: relative;
  height: auto;
  box-sizing: border-box;
}
.kodawari-keyword-li a:hover {
  text-decoration: none;
  background: #9dbda6;
}
.kodawari-keyword-li a span {
  font-size: 70%;
}


.reserve-now {
}
.reserve-now h2 {
    padding: 15px;
    color: #2B2827;
    font-weight: normal;
    text-align: center;
}
.reserve-now .note {
    color: #f00;
    padding: 0px 5px 5px 5px;
    font-size: 70%;
    text-align: center;
}
.reserve-now-list {
    position: relative;
    overflow-x: auto;
    padding-bottom: 10px;
}
.reserve-now-list .prev {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    font-size: 20px;
    cursor: pointer;
    color: #be9cb5;
    z-index: 10;
}
.reserve-now-list .next {
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    font-size: 20px;
    cursor: pointer;
    color: #be9cb5;
    z-index: 10;
}
.reserve-now-list ul {
}
.reserve-now-list ul li {
    width: 100%;
}
.reserve-now-list ul li a {
    display: block;
    margin: 0 auto;
    width: 400px;
    overflow: hidden;
    background: #be9cb5;
    height: 65px;
    border-radius: 65px;
}
.reserve-now-list ul li a:hover {
    text-decoration: none;
}
.reserve-now-list ul .image {
    display: block;
    overflow: hidden;
    border-radius: 65px;
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 15px;
}
.reserve-now-list ul .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reserve-now-list ul .name {
    font-weight: bold;
    padding-top: 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
}
.reserve-now-list ul .text {
    color: #fff;
    font-size: 150%;
}
.notice-reserve-now {
    text-align: center;
    color: red;
    margin: 5px 0;
    font-weight: bold;
}
.notice-reserve-now .note {
    font-size: 80%;
    font-weight: normal;
}
.toha-reserve-now {
  text-align: center;
  padding: 10px 0;
}
.toha-reserve-now:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #000;
  margin: 0 5px;
}

.keyvisual {
}
.keyvisual img {
    width: 100%;
    height: auto;
}
#popular-tags {
  margin-top: 5px;
}
#popular-tags ul {
  text-align: right;
  padding: 2px;
}
#popular-tags li {
  display: inline-block;
  margin: 2px 2px;
}
#popular-tags li a {
  display: inline-block;
  background: #9dbda6;
  border-radius: 3px;
  padding: 3px 5px;
  color: #fff;
}
#popular-tags li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#popular-tags li a::before {
  content: '#';
}
#popular-tags .link {
  text-align: right;
  margin: 5px;
}




.summary-coupon {
	width: 740px;
	margin: 10px auto;
	clear: both;
}
.summary-coupon-inner {
	width: 718px;
	padding: 10px;
	background-color: #fefefd;
	border: 1px solid #f3f2f0;
}
.summary-coupon-name {
	background-color: #f3f2f0;
	padding: 5px 10px;
	vertical-align: middle;
}

.summary-coupon-text {
	color: #444499;
}
.summary-coupon-text a {
	color: #444499;
}
.summary-coupon-text__sub {
	display: block;
	font-size: 71.4%;
}
.summary-coupon-right {
	width: 470px;
	float: right;
}
.img-1 .summary-coupon-right {
	width: 590px;
}
.summary-coupon-access span {
	font-weight: bold;
	font-size: 93%;/* ----- tokyo/shibuya 20150218 変更----- */
}
.summary-coupon-label{
	/*float: left;*/
	font-size: 93%;
}
.summary-coupon-label__item {
    margin-right: 3px;
    background-color: #9dbda6;
    font-size: 12px;
    padding: 3px 8px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 3px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    clear: both;
}
.summary-coupon-head {
	margin-top: 10px;
	padding-bottom: 5px;/* ----- tokyo/shibuya 20150218 変更----- */
	font-size: 116%;/* ----- tokyo/shibuya 20150218 変更----- */
	/* color: #fc9ac5; 201502018削除*/
	/* font-size:108% ; 201502018削除*/
	font-weight: bold;
}
.summary-coupon-detail {
	margin-bottom: 10px;
	line-height: 1.5;
}
.summary-coupon-menu {
	background: #f3f2f0;
	clear: both;
	overflow: hidden;
	padding: 5px 10px;
}
.summary-coupon-title {
	font-weight: bold;
	float: left;
}
.summary-coupon-link {
	float: right;
	background: url(/images/common/triangle.png) no-repeat .1em .3em;/* ----- tokyo/shibuya 20150219 変更----- */
	padding: 0 0 0 10px;/* ----- tokyo/shibuya 20150219 変更----- */
}
.summary-coupon-link:hover {
	background: url(/images/common/triangle_hover.png) no-repeat .1em .3em;/* ----- tokyo/shibuya 20150219 変更----- */
}
.summary-coupon-menulist {
	border-bottom: solid 1px #f3f2f0;
	clear: both;
	overflow: hidden;
	padding: 5px 10px;
}
.summary-coupon-list {
	float: left;
}
.summary-coupon-price {
	float: right;
}
.summary-coupon-headline-allcount {
	display: block;
	height: 24px;
	font-size: 93%;
	float: right;
	position: relative;
}
/*検索結果一覧画像枠*/
.summary-coupon-image-list {
	border: 1px solid #ccc;
	background: #FFF;
	padding: 1px;
	display: block;
	width: 136px;
	height: 100px;
	float: left;
}
div.summary-coupon-image-link {
	/*border: 1px solid #ccc;*/
	background: #FFF;
	/*padding: 1px;*/
  /*
	width: 112px;
	height: 84px;
*/
	float: left;
	display: block;
}
div.summary-coupon-image-link a {
    display: block;
    text-decoration: none;
}
div.summary-coupon-image-link a:hover {
    opacity: 0.7;
}
div.summary-coupon-image-link div {
  /*
	width: 112px;
	height: 84px;
  */
}
div.summary-coupon-center_img {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.summary-coupon-center_img div {
	display: block;
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	text-decoration: none;
	zoom: 1;
}

div.summary-coupon-image-link a span {
  display: inline-block;
  width: 112px;
  height: 84px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 1px;
}
div.summary-coupon-image-link a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-list-switch {
  display: flex;
  justify-content: center;
  user-select: none;
  margin: 20px 0 30px 0;
}
.search-list-switch li a,
.search-list-switch li span {
  display: block;
  min-width: 230px;
  box-sizing: border-box;
  text-align: center;
  border: solid 1px #85ae90;
  background: #fff;
  color: #85ae90;
  padding: 10px 15px 8px 15px;
  font-weight: bold;
  position: relative;
  margin: 0 5px;
  border-radius: 20px;
}
.search-list-switch li:first-child a,
.search-list-switch li:first-child span {
}
.search-list-switch li a {
  text-decoration: none;
}
.search-list-switch li a:hover {
  opacity: 0.7;
}
.search-list-switch li span {
  background: #85ae90;
  color: #fff;
}
.list-coupon-button {
  margin: 20px 0 0 0;
}
.search-list-switch span.count {
  min-width: auto;
  border: none;
  font-weight: bold;

  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 12px;
  background: #fe4d49;
  color: #fff;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 3px;
  border-radius: 20px;
  font-weight: normal;
}

.breadcrumb {
	padding: 5px 0;
}
.breadcrumb li {
  display: inline-block;
	background: url(/images/common/path.png) 100% 50% no-repeat;
	overflow: hidden;
	font-size: 85%;
  padding-right: 15px;
  margin-right: 5px;
}
.breadcrumb li:last-child {
  background: none;
}

.p-coupon__list {
  padding: 0 10px 0 5px;
}
.p-coupon__item {
    margin-top: 15px;
}
.p-coupon__block {
    display: block;
    background-color: #f5f3f1;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 5px 5px 0 #a0a0a0;
    box-shadow: 5px 5px 0 #a0a0a0;
    padding: 15px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none !important;
}
.p-coupon__icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 65px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.p-coupon__icon--alluser {
    border-color: #8db9e0 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.p-coupon__icon--new {
    border-color: #9cbea5 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.p-coupon__icon-inner {
    position: absolute;
    left: 5px;
    top: -58px;
    color: #fff;
    font-weight: bold;
    width: 100px;
    letter-spacing: .2em;
    font-size: 14px;
}

.p-coupon__block-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-coupon__main {
    width: 100%;
}
.p-coupon__ttl {
    font-size: 16px;
    font-weight: bold;
    margin: 0.3em 0 0.9em 12px;
    padding: 8px 8px 0 8px;
    text-align: left;
    font-family: "Noto Sans JP",sans-serif;
}
.p-coupon__expiration {
    margin-top: 5px;
    margin-left: 20px;
    font-weight: bold;
}


.p-coupon__sub {
    text-align: center;
    position: relative;
    padding-left: 30px;
}
.p-coupon__sub {
    width: 100%;
    padding: inherit;
    margin-top: 1em;
}

.p-coupon__tagoff {
    text-align: left;
    margin-right: 0.5em;
    font-size: 90%;
    display: inline;
}
.p-coupon__tagoff__inner {
    display: inline-block;
    background-color: #fe4d49;
    color: #fff;
    font-size: 125%;
    padding: 3px 10px 0 10px;
    margin-bottom: 0.3em;
    font-weight: bold;
}
.p-coupon__tagoff__inner {
    padding: 3px 10px 0 10px;
}
.p-coupon__tagoff__inner>span {
    font-size: 80%;
    padding-left: 0.3em;
}
.p-coupon__price-main--to-strong {
    font-size: 20px;
    font-weight: bold;
    color: #fe4d49;
    vertical-align: bottom;
}
.p-coupon__sub-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.p-coupon__sub-inner--ptn1 {
    text-align: left;
}
.p-coupon__sub-inner--ptn1 .p-coupon__price {
    display: inline-block;
    text-align: left;
}
.p-coupon__sub-inner--ptn1 .p-coupon__price-ttl, .p-coupon__sub-inner--ptn1 .p-coupon__price-main {
    display: inline-block;
}
.p-coupon__sub-inner--ptn1 .p-coupon__price-ttl {
    color: #777;
    font-weight: normal;
}
.p-coupon__sub-inner--ptn1 .p-coupon__price-main {
    font-size: 20px;
    color: #fe4d49;
    font-weight: bold;
    vertical-align: bottom;
}
.p-coupon__sub-inner--ptn2 {
    bottom: calc(50% - 1em);
    text-align: left;
}
.p-coupon__sub-inner--ptn2 {
    bottom: calc(50% - 1em);
    text-align: left;
}
.p-coupon__sub-inner--ptn2 .p-coupon__price-main {
    font-size: 20px;
    color: #fe4d49;
    font-weight: bold;
}
.p-coupon__sub-inner--ptn2 .p-coupon__price-main {
    display: inline-block;
}


.p-coupon__sub-inner--ptn3 {
    bottom: calc(50% - 2em);
}
.p-coupon__sub-inner--ptn3 .p-coupon__price {
    text-align: left;
}
.p-coupon__sub-inner--ptn3 .p-coupon__price-main {
    display: inline-block;
    text-align: left;
}
.p-coupon__sub-inner--ptn3 .p-coupon__price-main--from {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}


.p-coupon__sub-inner--ptn4 {
    bottom: calc(50% - 1em);
    text-align: left;
}
.p-coupon__sub-inner--ptn4 .p-coupon__price {
    display: inline-block;
    text-align: left;
}
.p-coupon__sub-inner--ptn4 .p-coupon__price-main {
    display: inline-block;
}

.p-coupon__sub-inner--ptn4 .p-coupon__price-main {
    font-size: 20px;
    color: #fe4d49;
    font-weight: bold;
}


.list-menu-block,
.list-coupon-block.coupon-max-count,
.simple.hp-no .summaryshop-detail {
  position: relative;
}
.list-menu-block::before,
.list-coupon-block.coupon-max-count::before,
.simple.hp-no .summaryshop-detail::before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  background: linear-gradient(rgba(255,255,255,0) 0, #fefefd 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}


.summaryshop-title .new {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px 2px 5px;
  border-radius: 5px;
  background: #c0a000;
  color: #fff;
  margin-left: 10px;
}

.list-topic-block {
  margin-bottom: 20px;
}
.list-topic-block li a {
  display: block;
  border-bottom: solid 1px #f3f2f0;
  clear: both;
  overflow: hidden;
  padding: 5px 10px;
}
.list-topic-block li a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.list-topic-block li .date {
  display: inline-block;
  padding-right: 10px;
  font-size: 90%;
}
.list-topic-block li .title {
  display: inline-block;
  font-size: 90%;
}

#feature-style {
}
#feature-style ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#feature-style ul li {
  width: calc(33.3% - 10px);
  box-sizing: border-box;
  margin: 10px 0;
  overflow: hidden;
  border-radius: 10px;
}
#feature-style ul li a {
  display: block;
  overflow: hidden;
}
#feature-style ul li a img {
  width: 100%;
  height: auto;
}
#feature-style ul li.new {
    position: relative;
}
#feature-style ul li.new::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #c12748;
    position: absolute;
    z-index: 100;
}
#feature-style ul li.new::after {
    content: "New!";
    display: block;
    top: 5px;
    transform: rotate(-45deg);
    color: #fff;
    left: 0;
    position: absolute;
    z-index: 101;
    font-size: 12px;
}




.summaryshop-no {
  display: none;
  float: left;
  font-size: 80%;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 4px 3px 2px 3px;
  margin-right: 5px;
  background: #85ae90;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin-top: 5px;
  min-width: 20px;
}

.summaryshop-distance {
  float: left;
  font-size: 80%;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 4px 3px 2px 3px;
  margin-right: 5px;
  background: #85ae90;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin-top: 5px;
  min-width: 20px;
}
.summaryshop-genre {
  float: left;
  font-size: 80%;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  padding: 4px 3px 2px 3px;
  margin-right: 5px;
  background: #85ae90;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  margin-top: 5px;
  min-width: 20px;
}

.text-contents-feature,
.text-contents-info {
  margin: 50px 0;
}
.text-contents-feature .text,
.text-contents-info .text {
  margin-top: 20px;
  line-height: 1.8;
}
.text-contents-feature .text p,
.text-contents-info .text p {
  margin-bottom: 10px;
}
.text-contents-feature .text p:last-child,
.text-contents-info .text p:last-child {
  margin-bottom: 0px;
}
.text-contents-feature .text a,
.text-contents-info .text a {
  color: #85ae90;
  text-decoration: underline;
}
.text-contents-feature .text a:hover,
.text-contents-info .text a:hover {
  color: #85ae90;
  text-decoration: none;
}


.pickup-list .pr,
.summaryshop .pr {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  margin: 0 10px;
  border: solid 1px #aaa;
  border-radius: 5px;
  color: #aaa;
  line-height: 1;
  padding: 2px 4px;
  vertical-align: middle;
}

.pickup-list .pr {
  margin: 2px 5px 2px 0;
}

.pickup-list .pr-img,
.summaryshop .pr-img {
  display: inline-block;
  margin: 2px 10px 5px 10px;
  line-height: 1;
  vertical-align: middle;
  height: 15px;
}
.pickup-list .pr-img img,
.summaryshop .pr-img img {
  width: auto;
  height: 100%;
}

.pickup-list .pr-mark,
.summaryshop .pr-mark {
  font-size: 10px;
  font-weight: normal;
  display: inline-block;
  margin: 0 10px;
  border: solid 1px #aaa;
  border-radius: 5px;
  color: #aaa;
  line-height: 1;
  padding: 2px 4px;
  vertical-align: middle;
}

.pickup-list .pr-mark {
  margin: 2px 5px 2px 0;
}
.pickup-list .pr-mark::before,
.summaryshop .pr-mark::before {
  content: 'PR';
}



.list-faq {
  margin: 30px 0;
  border-bottom: solid 1px #dfdfdf;
}
.list-faq .q {
  cursor: pointer;
  position: relative;
  padding: 10px 30px;
  border-top: solid 1px #dfdfdf;
  color: #85ae90;
  user-select: none;
}
.list-faq .q:before {
  content: 'Q.';
  position: absolute;
  left: 10px;
}
.list-faq .q:after {
  content: '＋';
  position: absolute;
  right: 10px;
}
.list-faq .open .q:after {
  content: '－';
}
.list-faq .a {
  display: none;
  position: relative;
  padding: 0px 30px 10px 30px;
}
.list-faq .a:before {
  content: 'A.';
  position: absolute;
  left: 10px;
}


.button-location {
}
.button-location .button {
  margin: 30px 20px;
  text-align: center;
  font-size: 120%;
}
.button-location .button a {
  display: inline-block;
  border: solid 1px #9dbda6;
  background: #9dbda6;
  color: #fff;
  padding: 10px 25px;
  border-radius: 10px;
}
.button-location .button a:hover {
  text-decoration: none;
  border: solid 1px #9dbda6;
  background: #fff;
  color: #9dbda6;
}
.button-location .button a i {
  font-size: 120%;
  margin-right: 10px;
  vertical-align: middle;
}
.button-location h4.subtitle {
  margin: 40px 0 0 0;
  text-align: center;
  font-weight: bold;
  color: #85ae90;
}

.location-navi {
  margin: 10px 0 30px 0;
  text-align: center;
}
.location-navi li {
  display: inline-block;
  margin: 10px 0;
}
.location-navi li a {
  display: inline-block;
  border: solid 1px #9dbda6;
  background: #fff;
  padding: 10px 25px;
  border-radius: 100px;
}
.location-navi li.on a,
.location-navi li a:hover {
  text-decoration: none;
  border: solid 1px #9dbda6;
  background: #9dbda6;
  color: #fff;
}


.selection-tab ul li>a {
  display: inline-block;
	background: none;
	line-height: 1.6;
  text-decoration: none;
	padding: 0 0 0 10px;
  position: relative;
}

.selection-tab ul li>a:before {
  content: "\f0da";
  display: inline-block;
  font-family: 'FontAwesome';
  color: #000;
  font-size: 13px;
  position: absolute;
  left: 0;
}

.selection-tab ul li>a:hover {
  text-decoration: underline;
  background: none;
  opacity: 1;
}
.selection-tab ul li>a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 80%;
  white-space: nowrap;
}
.selection-tab ul li>span {
  display: inline-block;
	background: none;
	line-height: 1.6;
  color: #aaa;
	padding: 0 0 0 10px;
  position: relative;
}
.selection-tab ul li>span:before {
  content: "\f0da";
  display: inline-block;
  font-family: 'FontAwesome';
  color: #aaaa;
  font-size: 13px;
  position: absolute;
  left: 0;
}

.link-ul {
	margin: 12px 0 25px 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.link-ul li {
	font-size: 93%;
	margin-bottom: 5px;
	width: 182px;
}

.link-area-ul {
	margin: 12px 0 25px 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.link-area-ul:last-child {
  margin-bottom: 0;
}
.link-area-ul li {
	font-size: 93%;
	margin-bottom: 5px;
	width: 138px;
  margin-right: 10px;
}
