@charset "utf-8";

/* あしあと機能 */
#footstep_wrap {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#mymainback #footstep_wrap {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
	width: 100%;
}

#footstep {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#footstep_detail {
	margin: 10px 0px 5px;
	padding: 3px 14px 3px 3rem;
	position: relative;
	display: inline;
}
#footstep_detail:before {
	content: '';
	display: block;
	width: 2rem;
	height: auto;
	background: url(/img/common/footstep_icon.png)no-repeat center center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	left: 0px;
	text-align: center;
}

#clear_footstep {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #333333;
	background-size: 8px 8px;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	position: relative;
	top: 4px;
	right: 0px;
}
#clear_footstep:hover, #clear_footstep:focus {
	opacity: 0.8;
}
#footstep_detail:empty,
#footstep_detail:empty + #clear_footstep {
	display: none;
}

.fs_rireki {
	display: inline;
}
.fs_rireki:before {
	content: '>';
	padding: 0px 1.5rem;
}
.fs_rireki:first-child:before {
	display: none;
}
.fs_rireki:last-child a {
	text-decoration: none !important;
	color: inherit !important;
	cursor: default;
}
/* あしあと機能 ここまで */


/* ページ記憶 */
#keep_page {
	width: auto;
	min-height: 5em;
	margin: 0px auto;
	position: fixed;
	top: 150px;
	right: 0px;
	z-index: 90;
}

#ktp_viewsw {
	display: inline-block;
	cursor: pointer;
	width: 60px;
	height: 210px;
	position: relative;
	background: url(/img/common/my_page.png) no-repeat;
}
#ktp_viewsw span {
	display: none;
}

#ktp_viewsw.open {
	display: block;
	width: 60px;
	height: 210px;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	position: absolute;
	left: -60px;
}
#ktp_viewsw.open:after {
	width: 50px;
	height: 100%;
	background-image: url(/img/common/icon_keep_close.png);
}

#ktp_list_wrap {
	background: #fcd997;
	height: 210px;
}
#ktp_list_wrap2 {
	padding: 8px;
	font-size: 1.4rem;
}
#ktp_list_wrap2 .btn_func {
	display: inline-block;
	background: #ffffff;
	color: #000000;
	line-height: 2rem;
	margin: 5px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	width: 120px;
}
#ktp_list_wrap2 .btn_func:hover {
	background: #f5f5f5;
}

#ktp_item_list {
	display: block;
	width: 21.5em;
	height: 86px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}
#ktp_item_list:empty:before {
	content: '登録がありません。'
}

.ktp_item {
	display: block;
	margin: 0px;
	padding: 10px 30px 10px 10px;
	border-bottom: 2px solid #ffffff;
	position: relative;
	font-size: 1.4rem;
}
.ktp_item a{
	color:#000000 !important;
}

.ktp_item_del {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #ff7a01;
	background-size: 6px;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ktp_item_del:hover,.ktp_item_del:focus {
	opacity: 0.8;
}
#ktp_close_page{
	position: absolute;
	width: 20%;
	display: block;
	text-align: right;
	padding: 15px 24px 15px 0px;
	margin-right: 8px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	text-shadow: 0 0 3px #fff,0 0 3px #fff;
	font-size: 1.5rem;
}
#ktp_close_page:before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #ff7a01;
	background-size: 6px;
	color: #ffffff;
	line-height: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#keep_page_wrap_close {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(/img/common/icon_keep_clear.png) no-repeat center center #333333 !important;
	background-size: 8px !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	line-height: 1;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: -12px;
	right: 0px;
	z-index: 1;
}
body.site_kanko #keep_page_wrap_close {
	background-color: #C03F00 !important;
	top: -10px;
}
/* ページ記憶ここまで */


/* アクセシビリティチェック画面 */
.errrange ~ #keep_page {
	display: none;
}
/* アクセシビリティチェック画面 ここまで */


/* タブレット */
@media screen and (max-width : 1279px) {
	#keep_page {
		display: none !important;
}
/* タブレット ここまで */