@charset "UTF-8";

/* CSS Document */
a:hover {
	color: #FF8D50;
}

/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/
#header {
	min-width: 800px;
}

.wrap01 {
	min-width: 800px;
	background-color: #FF8D50;

}

.wrap01 h1 {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	padding: 2px 0;
	width: 800px;
	margin: 0 auto;
}

.wrap02 {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	border-bottom: 1px solid #FFF1EA;
}

.header-left img {
	margin-top: -8px;
}

.header-left {
	width: 275px;
	float: left;
}

.current_area {
	font-size: 12px;
	color: #707070;
	font-weight: bold;
	margin-top: -2px;
}

.header-right {
	width: 200px;
	float: right;
	overflow: hidden;
}

.header-right li.header_navi {
	float: left;
	margin-right: 10px;
}

.recruit {
	width: 152px;
	height: 43px;

}

.recruit a {
	font-size: 13px;
	font-weight: bold;
	color: #D871D4;
	line-height: normal;
	display: block;
	background-image: url("../../../images/common/arrow_purple.png");
	background-repeat: no-repeat;
	background-size: 6px 10px;
	background-color: #fff;
	padding: 0 0 0 15px;
	background-position: 135px center;
	border-radius: 3px;
	border: 1px solid #D871D4;
}

.recruit a:hover {
	color: #ffffff;
	border-radius: 3px;
	background-image: url("../../../images/common/recruit_arrow_white.png");
	background-size: 6px 10px;
	padding: 0 0 0 15px;
	background-position: 135px center;
	background-repeat: no-repeat;
	background-color: #D871D4;
}

/*--------------------------------------------------------------
ハンバーガーメニュー
--------------------------------------------------------------*/

.wrap_menu h2 {
	background: #FF8D50;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 15px 10px;
}

.keep_button {
	padding: 10px 0;
}

.keep_button p {
	width: 280px;
	height: 40px;
	margin: 0 auto;
	background: #ffffff;
}

.keep_button p a {
	border: 1px solid #FF8D50;
	color: #FF8D50;
	display: block;
	line-height: 40px;
	font-size: 15px;
	border-radius: 3px;
	background: url("../../../images/common/icon_star.png") no-repeat;
	background-size: 21px 20px;
	background-position: 44px center;
	text-align: center;
}

.keep_button p a:hover {
	border: 3px solid #FF8D50;
	border-radius: 3px;
	font-weight: bold;
}

/*--------------------------------------------------------------
ハンバーガーメニュー内
--------------------------------------------------------------*/

.wrap_menu h3 {
	width: 100%;
	height: 35px;
	background: #FFF1EA;
	padding-left: 20px;
	font-size: 15px;
	line-height: 35px;
}

.zdo_drawer_nav li {
	width: 100%;
	height: 40px;
	font-size: 13px;
	border-top: 1px solid #FFF1EA;
	border-bottom: 1px solid #FFF1EA;
	line-height: 40px;
}

.zdo_drawer_nav li a {
	display: block;
	padding-left: 60px;
	background: url("../../../images/common/arrow_orange.png") no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
	position: relative;
}

.zdo_drawer_nav li a:hover {
	font-weight: bold;
	color: #0F0F0F;
	background: #FFF1EA;
	background-image: url("../../../images/common/arrow_orange.png");
	background-repeat: no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
}

li.menu_news a:before {
	content: url("../../../images/common/icon_news_orange.png");
	position: absolute;
	top: -7px;
	left: 10px;
	display: inline-block;
	transform: scale(0.5);
}

li.menu_tokusyuu a:before {
	content: url("../../../images/common/icon_tokusyuu_orange.png");
	position: absolute;
	top: -5px;
	left: 8px;
	display: inline-block;
	transform: scale(0.5);
}

li.menu_ranking a:before {
	content: url("../../../images/common/icon_ranking_orange.png");
	position: absolute;
	top: -7px;
	left: 18px;
	display: inline-block;
	transform: scale(0.5);
}

li.menu_column a:before {
	content: url("../../../images/common/icon_column_orange.png");
	position: absolute;
	top: -5px;
	left: 5px;
	display: inline-block;
	transform: scale(0.5);
}

li.menu_shinki a:before {
	content: url("../../../images/common/icon_shinki_orange.png");
	position: absolute;
	top: -5px;
	left: 12px;
	display: inline-block;
	transform: scale(0.5);
}

.list_area {
	padding-bottom: 10px;
}

.list_area li {
	width: 100%;
	height: 35px;
	font-size: 12px;
	border-top: 1px solid #FFF1EA;
	border-bottom: 1px solid #FFF1EA;
	line-height: 35px;
}

.list_area li a {
	display: block;
	padding-left: 25px;
	background: url("../../../images/common/arrow_orange.png") no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
}

.list_area li a:hover {
	font-weight: bold;
	color: #0F0F0F;
	background: #FFF1EA;
	background-image: url("../../../images/common/arrow_orange.png");
	background-repeat: no-repeat;
	background-size: 10px 17px;
	background-position: 320px center;
}

.wrap_recruite_button .menu_shopsearch_gb p a {
	display: block;
	color: #FD676E;
	border: 1px solid #FD676E;
	text-align: center;
	border-radius: 3px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.wrap_recruite_button .menu_shopsearch_gb p a:hover {
	background: #FD676E;
	color: #fff;
}

dl.nationwide_top {
	width: 280px;
	height: 102px;
	margin: 0 auto;
}

dl.nationwide_top dt {
	width: 280px;
	height: 22px;
	background: #FF8D50;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 22px;
}

.nationwide_top dd ul {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
}

.nationwide_top dd ul li {
	width: 70px;
	height: 40px;
	text-align: center;
	font-size: 12px;
	background: #ffffff;
	border: 1px solid #FFF1EA;
	display: inline-block;
	display: flex;
}

.nationwide_top dd ul li a {
	width: 70px;
	height: 40px;
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 15px;

}

.nationwide_top dd ul li a:hover {
	color: #FF8D50;
}

li.current {
	width: 70px;
	height: 40px;
	font-weight: bold;
	align-items: center;
	display: flex;
	justify-content: center;
}

/*--------------------------------------------------------------
 カバーガールスライド
--------------------------------------------------------------*/
#wrap_covergirl {
	width: 800px;
	margin: 0 auto;
}

.slick-slide {
	width: 800px;
}

.covergirl_shopname {
	font-size: 15px;
	font-weight: bold;
	color: #FF8D50;
	text-decoration: underline;
}

.covergirl_shoparea {
	margin-left: 10px;
	font-size: 10px;
	font-weight: normal;
	color: #636A77;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #FF8D50 !important;
	-webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #FF8D50 !important;
}

/*--------------------------------------------------------------
コンテンツタイトル・ボタン共通
--------------------------------------------------------------*/
h2.content_title {
	width: 580px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding-left: 10px;
	background: #FFF1EA;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom: 20px;
}

h2.content_title:first-child {
	margin-top: 0px;
}

/*一覧を見るボタン*/
.list_button p {
	width: 560px;
	height: 45px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 3px;
	line-height: 45px;
	text-align: center;
	color: #FF8D50;
	font-size: 13px;
	font-weight: bold;
}

.list_button p a {
	color: #FF8D50;
	display: block;
	background: #ffffff;
	border: 1px solid #FF8D50;
	border-radius: 3px;
	line-height: 45px;
}

.list_button p a:hover {
	color: #ffffff;
	background: #FF8D50;
	border: 1px solid #FF8D50;
	border-radius: 3px;
}

/*--------------------------------------------------------------
エリアで探す
--------------------------------------------------------------*/
.top_area dd ul li {
	margin-right: 5px;
	margin-bottom: 10px;
	border-radius: 14px;
}

.top_area dd ul li a {
	display: block;
	padding: 3px 13px;
}

.top_area dd li::after {
	content: '';
	display: none !important;
}

.top_area_tokyo dd ul li {
	background: #FFEBF0;
}

.top_area_kanagawa dd ul li {
	background: #DEF0EC;
}

.top_area_saitama dd ul li {
	background: #FFEFE3;
}

.top_area_chiba dd ul li {
	background: #E3F1FF
}

/*--------------------------------------------------------------
 メニュータブ
--------------------------------------------------------------*/

.nav-tab {
	width: 580px;
	height: 40px;
	background: #FFF1EA;
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #FF8D50;
	border-radius: 3px 3px 0 0;
}

.nav-tab li {
	width: 194px;
	height: 40px;
	cursor: pointer;
	line-height: 15px;
	text-align: center;
	border-right: 1px solid #FF8D50;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-tab li:last-child {
	border-right: none;
}

.nav-tab li h2 {
	font-size: 12px;
	display: inline;
}

.nav-tab li.active {
	color: #fff;
	background: #FF8D50;
	cursor: auto;
}

.nav-tab li.active:first-child {
	border-radius: 3px 0 0 0;
}

.nav-tab li.active:last-child {
	border-radius: 0 3px 0 0;
}

.nav-tab li:hover {
	color: #fff;
	background: #FF8D50;
	cursor: pointer;
}

.nav-tab li:last-child:hover {
	border-radius: 0 3px 0 0;
}

.nav-tab li:first-child:hover {
	border-radius: 3px 0 0 0;
}

#contents>div {
	display: none;
}

#contents>div.show {
	display: block;
}

#contents {
	border-bottom: 1px solid #FFF1EA;
	margin-bottom: 10px;
}

/*------------- ブログ -------------*/

ul.top_news_contents {
	width: 560px;
	margin: 0 10px;
}

ul.top_news_contents li {
	width: 560px;
	height: 80px;
	padding: 0 10px;
	border-bottom: 1px solid #FFF1EA;
}

ul.top_news_contents li a {
	width: 560px;
	height: 80px;
	margin-left: -10px;
	display: block;
	color: #0F0F0F;
}

ul.top_news_contents li a:hover {
	background: #FFF1EA;
}

.top_news_content {
	overflow: hidden;
	padding-top: 10px;
}

.top_news_content dt {
	width: 60px;
	float: left;
	margin-right: 10px;
	margin-left: 10px
}

.top_news_content dd {
	width: 470px;
	float: left;
}

.top_news_title {
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_news_text {
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.top_news_content dd div {
	overflow: hidden;
	padding-top: 6px;
}

p.top_news_area-shopname {
	float: left;
	font-size: 10px;
	color: #636A77;
}

p.top_news_time {
	float: right;
	font-size: 10px;
	color: #636A77;
}

.top_contents_button {
	width: 580px;
	margin: 0 auto;
	padding: 10px 0 20px;
}


.top_contents_button p {
	width: 560px;
	height: 45px;
	margin: 0 auto;
	color: #FF8D50;
	background: #ffffff;
	display: block;
	font-size: 13px;
}

.top_contents_button p a {
	width: 560px;
	height: 45px;
	text-align: center;
	display: block;
	border-radius: 3px;
	background: #ffffff;
	color: #FF8D50;
	border: 1px solid #FF8D50;
	line-height: 45px;
	font-size: 13px;
}

.top_contents_button p a:hover {
	background: #FF8D50;
	color: #ffffff;
}


/*------------- 新規掲載店 -------------*/

.top_newshop_contents {
	width: 560px;
	margin: 0 10px;
}

.top_newshop_contents li {
	padding: 10px 0;
	border-bottom: 1px solid #FFF1EA;
}

.top_newshop_name {
	color: #FF8D50;
	font-size: 20px;
	font-weight: bold;
	margin: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_newshop_contents li a .top_newshop_name:hover {
	text-decoration: underline;
}

p.chach_txt {
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 10px;
}

.top_newshop_area-type {
	font-size: 10px;
	color: #636A77;
	margin: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_newshop_box {
	display: flex;
	margin: 0 10px;
}

.top_newshop_box img {
	width: 200px;
	height: 71px;
}

.top_newshop_box p {
	font-size: 15px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.top_newshop_box dl {
	display: flex;
	flex-wrap: wrap;
	width: 330px;
	margin-left: 10px;
}

.top_newshop_box dl dt {
	width: 72px;
	max-height: 2.7rem;
	background: #FFF1EA;
	border-bottom: 1px solid #ffffff;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_newshop_box dl dt:last-of-type {
	border-bottom: none;
}

.top_newshop_box dl dd {
	width: 258px;
	font-size: 12px;
	border: 1px solid #FFF1EA;
	border-bottom: none;
	padding: 6px 0 5px 5px;
}

.top_newshop_box dl dd:last-child {
	border-bottom: 1px solid #FFF1EA;
}

.newshop-tainyu {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.newshop-access {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 2.7rem;
}




/*小さいPR表示*/

li.small_pr {
	position: relative;
}

.top_tokusyuu_contents .small_pr dl {
	width: 540px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

.small_pr dl dt.top_tokusyuu_contents_image {
	width: 210px;
	height: auto;
	float: left;
	margin-right: 10px;
}

.small_pr dl dd {
	width: 320px;
	height: auto;
	float: right;
}

.small_pr dl dd p.top_tokusyuu_contents_shopname a {
	font-size: 15px;
	font-weight: bold;
}

.small_pr dl dd p.top_tokusyuu_contents_shopname a:hover {
	color: #FF8D50;
	text-decoration: underline;
}

.small_pr dl dd p.top_tokusyuu_contents_text {
	font-size: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.small_pr dl dd p.top_tokusyuu_contents_pr {
	font-size: 10px;
	color: #636A77;
	text-align: left;
	position: absolute;
	bottom: 10px;
	right: 10px;
}


/*------------- ランキング -------------*/


.top_ranking_contents {
	width: 580px;
	padding: 0 10px;
}

.top_ranking_contents li {
	width: 560px;
	height: 120px;
	border-bottom: 1px solid #FFF1EA;
}

.top_ranking_contents li a {
	width: 560px;
	display: block;
}

.top_ranking_contents li a:hover {
	background: #FFF1EA;
}

.ranking_detail {
	width: 560px;
	overflow: hidden;
}

.ranking_detail dt {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #636A77;
}

.ranking_detail dd {
	float: right;
	font-size: 10px;
	color: #636A77;
}



.top_ranking_content {
	overflow: hidden;
	padding: 10px 0;
}

.top_ranking_content .rank {
	width: 30px;
	height: 100px;
	border-radius: 3px 0 0 3px;
	float: left;
}

.top_ranking_content .first_rank {
	background: #BAAE6D;
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 25px;
}

.top_ranking_content .second_rank {
	background: #9DA8B4;
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 25px;
}

.top_ranking_content .third_rank {
	background: #BAA488;
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 25px;
}

.top_ranking_content .rank_list {
	background: #ffffff;
	color: #FF8D50;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	font-size: 25px;
	border: 1px solid #FF8D50;
}

.top_ranking_content .top_rank_box {
	width: 525px;
	height: 100px;
	float: right;
}

.top_rank_box dl {
	overflow: hidden;
}

.top_rank_box dl dt {
	width: 100px;
	height: 100px;
	float: left;
}

.top_rank_box dl dd {
	width: 415px;
	height: 100px;
	float: right;
	position: relative;
}

.top_rank_box dl dd p.top_rank_shopname {
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
	position: relative;
}

.top_rank_box dl dd p.parallel::before {
	content: "";
	display: inline-block;
	background: url("../../../images/common/icon_rank_parallel.png") no-repeat;
	width: 26px;
	height: 26px;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.top_rank_box dl dd p.up::before {
	content: "";
	display: inline-block;
	background: url("../../../images/common/icon_rank_up.png") no-repeat;
	width: 26px;
	height: 26px;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.top_rank_box dl dd p.down::before {
	content: "";
	display: inline-block;
	background: url("../../../images/common/icon_rank_down.png") no-repeat;
	width: 26px;
	height: 26px;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.top_rank_box dl dd p.top_rank_shopname:hover {
	text-decoration: underline;
}

.top_rank_box dl dd p.top_rank_area-type {
	font-size: 10px;
	color: #636A77;
	position: absolute;
	bottom: 0px;
}


/*------------- コラム -------------*/


.top_column_contents {
	width: 580px;
	padding: 0 10px;
	display: flex;
	flex-wrap: wrap;
}

/*小さい記事*/
.top_column_contents li.column_box {
	width: 266px;
	padding: 10px 0;
	margin: 0 auto;
}

.column_box dl dt a img {
	width: 266px;
	height: auto;
	padding-bottom: 5px;
}

.column_box dl dd .column_category {
	font-size: 10px;
	display: inline;
	background: #FA676E;
	padding: 2px 3px;
	color: #ffffff;
	font-weight: bold;
}

.column_box dl dd .column_title {
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.column_box dl dd .column_title a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
認定バナー
--------------------------------------------------------------*/
.nintei_banner {
	width: 560px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.nintei_banner a dl dd {
	font-size: 12px;
}

.nintei_banner a :hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
その他
--------------------------------------------------------------*/

/*人気ワード*/
.popular_words {
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap
}

.popular_words li {
	font-size: 12px;
}

.popular_words li::after {
	content: " ｜ ";
	color: #FF8D50;
}

/*--------------------------------------------------------------
右カラム
--------------------------------------------------------------*/


.side_title {
	width: 200px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 40px;
	background: #FFF1EA;
	border-radius: 3px;
}

.side_shinki_list,
.history,
.side_recommendation {
	padding: 0 10px;
}

.side_shinki_list li,
.history li,
.side_recommendation li {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FFF1EA;
}

/*--------------------------------------------------------------
 新規掲載店
--------------------------------------------------------------*/
.side_shinki_list li a:hover {
	color: #0F0F0F;
}

.side_shinki_list li a dl dt span {
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 5px;
}

.side_shinki_list li a dl dd dl dt {
	color: #636A77;
	font-size: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 5px;
}

.side_shinki_list li a dl dd dl dd {
	color: #FF8D50;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.side_shinki_list li a:hover dl dd dl dd {
	text-decoration: underline;
}

.side_list_button {
	width: 200px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.side_list_button p {
	width: 200px;
	height: 35px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 3px;
	line-height: 35px;
	text-align: center;
	color: #FF8D50;
	font-size: 12px;
	font-weight: bold;
}

.side_list_button a {
	color: #FF8D50;
	display: block;
	background: #ffffff;
	border: 1px solid #FF8D50;
	border-radius: 3px;
	line-height: 35px;
}

.side_list_button p a:hover {
	color: #ffffff;
	background: #FF8D50;
	border: 1px solid #FF8D50;
	border-radius: 3px;
}

/*--------------------------------------------------------------
 最近見たお店
--------------------------------------------------------------*/

.history li dl dt {
	width: 180px;
	height: auto;
}

.history_shopname {
	font-size: 12px;
	font-weight: bold;
	color: #FF8D50;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.history_shopname a {
	color: #FF8D50;
}

.history_shopname a:hover {
	text-decoration: underline;
}

.history_area-type {
	font-size: 10px;
	color: #636A77;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*--------------------------------------------------------------
 おすすめのお店
--------------------------------------------------------------*/
.side_recommendation {
	list-style: none;
}

.side_recommendation li dl {
	overflow: hidden;
}

.side_recommendation_img {
	width: 50px;
	float: left;
}

.side_recommendation_content {
	width: 125px;
	float: right;
}

.side_recommendation_content div {
	overflow: hidden;
}

.side_recommendation_area-shopname {
	font-size: 10px;
	color: #636A77;
	vertical-align: top;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.side_recommendation_subtitle {
	font-size: 12px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.side_recommendation_subtitle a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
フッター
--------------------------------------------------------------*/
footer {
	padding-top: 50px;
	margin-top: auto;
}


#footer {
	min-width: 800px;
	margin: 0 auto;
	text-align: center;
	background: #FFF1EA;
	padding-top: 20px;
	padding-bottom: 50px;
	font-size: 12px;
}

#footer ul {
	padding-top: 10px;
}

#footer ul li {
	display: inline-block;
	font-size: 12px;
	border-right: 1px solid #555;
	line-height: 0.9em;
	padding: 0 10px;
}

#footer ul li:last-child {
	border: none;
}

#footer ul li:first-child {
	padding: 0 10px 0 0;
}

#footer ul li a:hover {
	text-decoration: underline;
}

.pagetop {
	width: 88px;
	display: block;
	cursor: pointer;
	position: fixed;
	top: 90%;
	right: 3%;
	z-index: 999;
	text-align: center;
	outline: none;
}

.Copyright {
	padding-top: 20px;
}


/*--------------------------------------------------------------
キープリスト
--------------------------------------------------------------*/


.box_keep_list {
	width: 150px;
	position: fixed;
	top: 30px;
	left: calc(50% + 420px);
	z-index: 20;
}

.box_keep_list h3 {
	background: #FF8D50;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 3px 3px 0 0;
}

.box_keep_list h3:before {
	content: "";
	background-image: url("../../../images/common/icon_star02.png");
	background-repeat: no-repeat;
	background-size: 18px 18px;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.box_keep_list .number_keeps {
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border: 1px solid #FA676E;
	font-weight: bold;
}

.box_keep_list .number_keeps span {
	font-size: 24px;
	color: #FA676E;
	;
}

.box_keep_list ul {
	border-left: 1px solid #FF8D50;
	border-right: 1px solid #FF8D50;
}

.box_keep_list ul li {
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 10px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #FFF1EA;
	position: relative;
}

.box_keep_list ul li span img {
	position: absolute;
	top: 3px;
	right: 0;
	cursor: pointer;
}

.box_keep_list ul li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box_keep_list ul li a:hover {
	text-decoration: underline;
}

.box_keep_list .btn_apply {
	text-align: center;
	padding: 10px 0;
	border-left: 1px solid #FF8D50;
	border-right: 1px solid #FF8D50;
	border-bottom: 1px solid #FF8D50;
	border-radius: 0 0 3px 3px;
}

.box_keep_list .btn_apply a {
	display: inline-block;
	background: #3BA3F6;
	color: #fff;
	width: 130px;
	text-align: center;
	font-size: 13px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;

}