@charset "utf-8";

* {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0px none;
	font-size: 100%;
	margin: 0px;
	outline: 0px none;
	padding: 0px;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
a {
	text-decoration: none;
}
a {
	display: inline-block;
	vertical-align: middle;
}
a img{pointer-events: none;}


a:hover {
	text-decoration: none;
}

body {
	font-size: 12px;
}

body.noscroll {
	position: fixed;
	overflow-y: scroll;
}

h1 img {
	max-width: 100%;
}

.boxList {
	margin: 10px auto 0px;
}

.boxList .box {
	background: none repeat scroll 0% 0% #f8f8ff;
	border: 1px solid #cdcdcd;
	list-style: none outside none;
	margin: 10px auto;
	min-height: 290px;
	padding: 15px 45px;
	position: relative;
	width: 200px;
}

.boxList .box dl dt {
	margin-top: 60px;
	padding-bottom: 10px;
	text-align: center;
}

.boxList .box dl dt a {
	display: block;
	position: relative;
}

.boxList .box dl dt a:after {
	background-size: contain;
	bottom: 0px;
	content: "";
	display: block;
	height: 68px;
	left: 0px;
	position: absolute;
	width: 64px;
}

.boxList .box dl dt a .photoImg, .boxList .box dl dt a .fadePhoto {
	height: 250px;
	vertical-align: top;
	width: 200px;
}

.boxList .box dl dt a .area {
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 200px;
	z-index: 1;
}

.boxList .box dl dt a .enter {
	bottom: 35px;
	color: #ebff0a;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	left: 2px;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-shadow: 2px 1px 1px #663355;
	width: 2.5em;
	z-index: 2;
}

.boxList .box dl dt a img.fadePhoto {
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-name: animationFade;
	-webkit-animation-duration: 8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: animationFade;
	-o-animation-duration: 8s;
	-o-animation-iteration-count: infinite;
	-o-animation-name: animationFade;
	-ms-animation-duration: 8s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-name: animationFade;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}

@keyframes animationFade {
	0%		{ opacity: 0; }
	25%		{ opacity: 0; }
	50%		{ opacity: 1; }
	75%		{ opacity: 1; }
	100%	{ opacity: 0; }
}

@-webkit-keyframes animationFade {
	0%		{ opacity: 0; }
	25%		{ opacity: 0; }
	50%		{ opacity: 1; }
	75%		{ opacity: 1; }
	100%	{ opacity: 0; }
}

@-o-keyframes animationFade {
	0%		{ opacity: 0; }
	25%		{ opacity: 0; }
	50%		{ opacity: 1; }
	75%		{ opacity: 1; }
	100%	{ opacity: 0; }
}

@-ms-keyframes animationFade {
	0%		{ opacity: 0; }
	25%		{ opacity: 0; }
	50%		{ opacity: 1; }
	75%		{ opacity: 1; }
	100%	{ opacity: 0; }
}

.boxList .box dl dd.name, .boxList .box dl dd.name a {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.boxList .box dl dd.comment {
	margin-top: 5px;
}

.boxList .box dl dd.area {
	border-bottom: 3px solid #70c6ff;
	color: #000080;
	font-size: 16px;
	font-weight: bold;
	left: 45px;
	line-height: 1;
	padding: 10px 0px 2px;
	position: absolute;
	top: 10px;
}

.boxList .box dl dd.job {
	color: #000080;
	font-size: 10px;
	left: 45px;
	position: absolute;
	top: 45px;
}

.boxList .box dl dd.day {
	background: none repeat scroll 0% 0% #70c6ff;
	border-radius: 3px;
	color: #ffff00;
	font-size: 11px;
	height: 15px;
	padding: 2px 5px;
	position: absolute;
	right: 45px;
	top: 44px;
}

.boxList .box dl dd.day img {
	padding-right: 3px;
	vertical-align: middle;
	width: 15px;
}

.boxList .box dl dd.day .iconNew img {
	position: absolute;
	right: 0px;
	top: -25px;
	width: 31px;
}

.search_column {
	margin: 0px auto;
	width: 100%;
}

.search_column .red {
	margin: 10px;
}

.search-btn {
	margin-bottom: 15px;
	cursor : pointer;
}

table#inputCondition td {
	font-size: 18px;
	height: 30px;
}

select#bizType, select#haken_area {
	line-height: normal;
	height: 35px;
}

.FlexBox {
	display: flex; 
	-webkit-box-pack:justify;/* Androidブラウザ用 */
	-ms-flex-pack:justify;/* IE10 */
	-webkit-justify-content:space-between;/* safari（PC）用 */
	width: 100%;
	box-sizing: border-box;
}

.FlexBox--justify {
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.FlexBox--middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.FlexBox__item {
	display: block;
}

.half {
	float: left;
	width: 50%;
	box-sizing: border-box;
	visibility: visible;
}

ul#home {
	width: 100%;
	position: relative;
	padding-top: 0;
}

.c_blue {
	color: #1d3994;
}

.red {
	color: red !important;
	font-weight: bold;
}

.orange {
	color: #f78100;
}

.gray {
	color: #a7a2a2;
}

.beige {
	background-color: #f9f8f4;
}

.brown {
	background-color: #ece9da;
	line-height: 20px;
	height: 20px;
}

li:after,
div.half_list:after {
	content: "";
	clear: both;
	display: block;
}

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

a {
	color: #222;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.fa-check-square.selected {
	color: red;
}

.arrow {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background: url(/img/icon/arrow_gray.png?imgopt=y) no-repeat; */
  background: url(/img/icon/arrow_gray.png?imgopt=y&cache02=1614178800) no-repeat;
/* ↑ ページスピード改善対応 2021/02/25 */
	background-position: 98% center;
	background-size: 10px;
	display: block;
	background-repeat: no-repeat;
}

.va_m {
	vertical-align: middle;
}

.mt00 {
	margin-top: 0px;
}

.mt05 {
	margin-top: 5px;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mr05 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.ml05 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.pt05 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pb05 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pr05 {
	padding-right: 5px;
}

.pb15 {
	padding-bottom: 15px;
}

.pl10 {
	padding-left: 10px;
}

.pl30 {
	padding-left: 30px;
}

.bgc_t {
	background-color: transparent;
}

.bold {
	font-weight: bold;
}

.fz10 {
	font-size: 10px;
}

.fz11 {
	font-size: 11px;
}

.fz12 {
	font-size: 12px;
}

.fz13 {
	font-size: 13px;
}

.fz14 {
	font-size: 14px;
}

.fz15 {
	font-size: 15px;
}

.line-through {
	text-decoration: line-through;
}

.vm {
	vertical-align: middle;
}

.posr {
	position: relative;
}

.dib {
	display: inline-block;
}

.icon_video {
	position: relative;
	top: -2px;
}

.icon_new {
	background: #eeac10;
	padding: 0px 5px;
	color: white;
	border-radius: 10px;
	font-weight: bold;
	font-size: 10px;
}

.icon_member {
	background: #b20007;
	padding: 0px 5px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	border-radius: 10px;
}

time.date {
	display: block;
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

.plus_box {
	display: none;
}

.plus_btn.open.fadeout {
	display: none;
}


/* ヘッダー */
.headerFixed {
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	-webkit-transform: translate3d(0, 0, 0);
	border-bottom: 1px solid #999;
	box-shadow: 0 1px 0 #ccc;
	position: relative;
}

.headerFixed #header {
	padding: 0;
	line-height: 1;
}

.headerFixed #header .headerLeft {
	float: left;
	padding-left: 5px;
}

.headerFixed #header .headerLeft .logo {
	float: left;
	position:relative;
}

.headerFixed #header .headerLeft .logo a {
	padding: 5px 0;
	display: block;
	color: green;
}

.headerFixed #header .headerLeft img {
	max-width: 100%;
	vertical-align: middle;
}

.headerFixed #header .headerLeft a > img:nth-of-type(2){
	height:35px;
	width: auto;
}

.headerFixed #header .headerLeft .logo .prefectures img{
	width: 18px;
	height: 18px !important;
}

/*↓icon_map*/
.icon_map{
	padding:20px 0 5px;
	width:19px;
}
.headerFixed.sticky #header .headerLeft .logo a{
	padding:0;
}
.headerFixed.sticky #header .headerLeft p.areaSelect a.icon_map{
	padding:14px 0 5px;
}
.headerFixed.sticky #header .headerLeft p.areaSelect a.icon_map img{
	height:18px;
}
#selectArea{
	background-color:#eee;
	border-bottom:1px solid #ccc;
	display:none;
	font-size:13px;
	position:absolute;
	z-index:10;
	width:100%;
}
#selectArea .selectTitle::after{
	clear:both;
	content:"";
	display:block;
}
#selectArea .selectTitle{
	background-color:#333;
	padding:13px 0;
	position:relative;
	width:100%;
	height:13px;
}
#selectArea .selectTitle h2{
	color:#fff;
	font-size:13px;
	font-weight:700px;
	position:absolute;
	left:5%;
}
#selectArea .selectTitle p{
	right:15px;
	position:absolute;
	top:8px;
}
#selectArea .selectTitle p a{
	background-color:#666;
	border:1px solid #000;
	color:#fff;
	display:inline-block;
	font-weight:700;
	font-size:13px;
	padding:5px;
}
#selectArea ul::after{
	clear:both;
	content:"";
	display:block;
}
#selectArea ul{
	padding:5px 5% 0;
}
#selectArea ul li{
	float:left;
	width:33.33%;
}
#selectArea ul li:nth-of-type(3n+1) a{
	border-left:1px solid #ccc;
}
#selectArea ul li:nth-of-type(-n+3) a{
	border-top:1px solid #ccc;
}
#selectArea ul li a{
	background:#f6f6f6;
	border-bottom:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	color:#222;
	display:block;
	font-size:13px;
	text-align:center;
	font-weight:bold;
	height:40px;
	line-height:40px;
	box-sizing:border-box;
}
#selectArea ul li.nextText a{
	height:40px;
	line-height:20px;
	padding-bottom:4px;
	padding-top:4px;
}
#selectArea ul li.nextText a span{
	display:block;
	font-size:10px;
	line-height:9px;
}
#selectArea .selectAreaBtn2{
	background-color:#333;
	color:#fff;
	font-size:13px;
	height:35px;
	line-height:35px;
	margin:0 5% 10px;
	text-align:center;
}
/*↑icon_map*/


.headerFixed #header .headerLeft .logo_left .logo_left_img {
	border-radius: 50%;
}

.headerFixed #header .headerLeft .logo_left .logo_left_img_spin {
	top: -1px;
	left: 1px;
	position: absolute;
	z-index: -1;
	-webkit-animation: spin 40s linear infinite;
	animation: spin 40s linear infinite;
	width: 48px;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* fadeIn */

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;
	}
	60% {
		transform: scale(1.4);
	}
	80% {
		transform: scale(0.9);
		opacity: 1;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	}
	60% {
		-webkit-transform: scale(1.4);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}

.headerFixed #header .headerRightLogin {
	float: right;
	text-align: right;
	padding: 5px;
}

.headerFixed #header .headerRightLogin li {
	font-size: 10px;
	vertical-align: middle;
}
.headerFixed.sticky #header .headerRightLogin li.myHeaven{
	margin:0;
}
.headerFixed #header .headerRightLogin li.myHeaven{
	margin-top:3px;
}
.headerFixed #header .headerRightLogin .user + li.myHeaven {
	margin-top:-5px;
}
.headerFixed #header .headerRightLogin .user {}

.headerFixed #header .headerRightLogin .myHeaven a {
	display: block;
	text-align: center;
	height: 27px;
	font-weight: 700;
	position: relative;
	padding: 2px 4px 0;
	color: #fff;
	top: 1px;
	background-color: #d00;
	border-radius: 5px;
}

.myHeaven img {
	width: 20px;
	position: relative;
	top: 5px;
	left:-2px;
}

.checklist input[type=checkbox] {
	display: none;
}

.checklist input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

.checklist .checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin: 0 0px 2px 0;
	padding: 5px 0px 1px 44px;
	display: inline-block;
	font-size: 13px;
	width: 100%;
}

.checklist .checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #91C026;
	border-bottom: 3px solid #91C026;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checklist .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	content: '';
	border: 2px solid #bbb;
}


/* サーチリンク */

.result li.s_link {
	position: relative;
	line-height: 1.1em;
	padding: 15px 10px 5px;
}

.result li.s_link .s_link_item {
	position: relative;
}

.result li.s_link .s_link_item:first-child {
	margin-bottom: 10px;
}

.result li.s_link .s_link_item a {
	color: #1242c0;
}

.result li.s_link .s_link_item img {
	float: left;
	width: 60px;
	margin-right: 5px;
}

.result li.s_link .s_link_item p {
	zoom: 1;
	font-size: 14px;
}

.result li.s_link span.gray {
	font-size: 10px;
}

.result li.s_link .s_link_item p.s_link_title {
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}

.result li.s_link .s_link_item p.s_link_text {
	font-size: 13px;
	color: #000;
}

.search_link {
	position: absolute;
	right: 0;
	bottom: 0;
}

.search_link
/* 検索結果ページ */

.result {
	overflow: hidden;
}

.topmenu {
	color: #60615c;
	background-color: #f9f8f4;
	position: relative;
	text-align: center;
	padding: 7px 0 5px !important;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0px 3px 0px #0982FE;
}

.topmenu a {
	color: #60615c;
}

.topmenu .left {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/return.png?imgopt=y); */
  background-image: url(/img/icon/return.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 18px;
	padding-top: 2px;
	height: 20px;
	line-height: 16px;
	background-size: contain;
	position: absolute;
	left: 6px;
	top: 11px;
	font-size: 14px;
}

.topmenu .center {
	font-weight: bold;
	min-height: 32px;
	font-size: 16px;
	font-family: helvetica, arial, sans-serif;
}

.topmenu .center.one {
	line-height: 32px;
}

.topmenu .tagcenter {
	font-weight: bold;
	min-height: 32px;
	font-size: 16px;
	font-family: helvetica, arial, sans-serif;
	max-width: 70%;
	display: inline-block;
	word-break: break-all;
	text-align: left;
}

.topmenu .tagcenter.one {
	line-height: 32px;
}

.topmenu .center span {
	font-size: 0.8em;
}

.topmenu .right {
	position: absolute;
	right: 10px;
	top: 14px;
	cursor: pointer;
}

.topmenu .right p {
	position: relative;
	background-color: #f0f0e8;
	padding: 7px 0;
	top: -9px;
	max-width: 70px;
}

.topmenu .right p select {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background: url(/img/icon/bgicon.png?imgopt=y) no-repeat; */
  background: url(/img/icon/bgicon.png?imgopt=y&cache02=1614178800) no-repeat;
/* ↑ ページスピード改善対応 2021/02/25 */
	background-position: right;
	background-size: 12px;
	background-color: #f0f0e8;
	border: none;
	padding-right: 14px;
	font-size: 11px;
	width: 100%;
}

.topmenu .right .select {
	background: none;
}

.topmenu .togglemenu {
	display: block;
	position: absolute;
	top: 43px;
	right: 0px;
	width: 105px;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	background-color: #f9f8f4;
	z-index: 999;
}

.topmenu .togglemenu p {
	padding: 5px;
	height: 26px;
	line-height: 26px;
}

.topmenu .togglemenu a {
	display: block;
}

.topmenu .togglemenu p:last-child {
	border: none;
}

.topmenu2 {
	color: #60615c;
	background-color: #f9f8f4;
	position: relative;
	text-align: center;
	padding: 7px 0 5px !important;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0px 3px 0px #0982FE;
}

.topmenu2 a {
	color: #60615c;
}

.topmenu2 .left {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/return.png?imgopt=y); */
  background-image: url(/img/icon/return.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-position: 0px -1px;
	padding-left: 18px;
	padding-top: 2px;
	height: 20px;
	line-height: 16px;
	background-size: contain;
	position: absolute;
	left: 1px;
	top: 11px;
	font-size: 14px;
}

.topmenu2 .center {
	font-weight: bold;
	min-height: 32px;
}

.topmenu2 .center.one {
	line-height: 32px;
}

.topmenu2 .center span {
	font-size: 0.8em;
}

.topmenu2 .right {
	position: absolute;
	right: 1px;
	top: 14px;
	cursor: pointer;
}

.topmenu2 .right p {
	position: relative;
	background-color: #f0f0e8;
	top: -9px;
	max-width: 70px;
}

.topmenu2 .right p select {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background: url(/img/icon/bgicon.png?imgopt=y) no-repeat; */
  background: url(/img/icon/bgicon.png?imgopt=y&cache02=1614178800) no-repeat;
/* ↑ ページスピード改善対応 2021/02/25 */
	background-position: right;
	background-size: 12px;
	background-color: #f0f0e8;
	border: none;
	padding-right: 14px;
	font-size: 11px;
	width: 100%;
}

.topmenu2 .right .select {
	background: none;
}

.topmenu2 .togglemenu {
	display: block;
	position: absolute;
	top: 43px;
	right: 0px;
	width: 105px;
	font-size: 13px;
	text-align: left;
	line-height: 19px;
	background-color: #f9f8f4;
	z-index: 999;
}

.topmenu2 .togglemenu p {
	padding: 5px;
	height: 26px;
	line-height: 26px;
}

.topmenu2 .togglemenu a {
	display: block;
}

.topmenu2 .togglemenu p:last-child {
	border: none;
}

.rank_s,
.rank_a,
.rank_other {
	overflow: hidden;
}

.rank_s {
	background-color: #FFFFE7;
}

.rank_a {
	background-color: #FFFCFD;
}

.title {
	margin-bottom: 8px;
}

.title p {
	float: left;
	margin-top: 5px;
	line-height: 1.15em;
}

.title img {
	width: 40px;
	float: left;
	margin-right: 3px;
}

.title p .shop a {
	color: #1242c0;
	font-size: 18px;
	font-weight: bold;
}

.title p .area {
	color: #60615c;
	font-size: 11px;
}

.text p {
	color: #60615c;
	margin-bottom: 4px;
	font-size: 12px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.text .mainimg {
	width: 80px;
	float: left;
}
.text .mainimg a{
	display:block;
	height:80px;
	overflow:hidden;
	width:80px;
}
.text .mainimg img {
	width: 100%;
}

.text .fa {
	margin: 0 3px 0 5px;
	font-size: 16px;
}

.text .fa-exclamation-circle {
	color: #52b1e7;
}

.text .fa-jpy {
	font-size: 10px;
	border: 2px solid #5c554d;
	border-radius: 50px;
	padding: 0px 2px;
}

.text .btnarea {
	position: relative;
	left: 5px;
	top: 3px;
}

.text .btnarea a {
	display: block;
	color: #222;
}

.reservation {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.text .btnarea span {
	display: inline-block;
	height: 17px;
	line-height: 17px;
	padding: 0px 2px;
	border-radius: 2px;
	text-align: justify;
	float: left;
	margin-right: 3px;
	border: 1px solid;
	font-size: 10px;
	color: orange;
	background-color: white;
}

.text .btnarea span.type02 {
	background-color: #f0f0f0;
	color: #ccc;
}

.bottomarea {
	position: relative;
	margin-top: 2px;
}

.bottomarea a {
	display: block;
}

.bottomarea .star {
	float: left;
	width: 80px;
	margin-top: 2px;
}

.bottomarea .star img {
	margin-right: 1px;
}

.bottomarea span {
	font-size: 12px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-align: center;
	margin-left: 5px;
	min-width: 80px;
	line-height: 20px;
}

.bottomarea .dx {
	width: 15px;
	position: relative;
	top: 3px;
	left: -5px;
}

.bottomarea .type01 {
	box-shadow: 0 0 0 2px #8a281b inset;
}

.bottomarea .type02 {
	background-color: #c9c9c7;
}

.recruitGirldx {
	text-align: center;
	position: relative;
	border-radius: 15px;
	color: white;
	background-image: linear-gradient(#ffa7d1, #ff2c85);
	border: 1px solid #ff52aa;
	box-sizing: content-box;
	display: block;
	font-size: 11px;
	padding-right: 7px;
	padding-left: 7px;
}

.recruitGirldx img.dximg {
	width: 18px;
	vertical-align: middle;
	position: relative;
	left: -5px;
	top: -1px;
	margin-left: -8px;
	margin-right: -4px;
}

.recruitMens {
	border-radius: 15px;
	text-decoration: none;
	text-align: center;
	background-image: -ms-linear-gradient(#fff, #f1f1f1);
	background-image: linear-gradient(#A0D3FF, #41A7FF);
	display: block;
	font-size: 11px;
	border: 1px solid #41A7FF;
	color: white;
}

.recruitNone {
	background: #f0f0f0;
	color: #ccc;
	border-color: #ccc;
}

.imgarea {
	width: 100%;
	height: 160px;
	margin-top: 10px;
	position: relative;
}

.imgarea .viewarea {
	position: absolute;
	z-index: 0;
	width: 725px;
	height: 160px;
	overflow: hidden;
}

.imgarea img {
	float: left;
	margin-right: 5px;
}

.line {
	width: 100%;
	height: 2px;
	text-indent: -9999px;
	padding: 0 !important;
	box-shadow: 0 0 3px 0 #ccc inset;
	background-color: #fff;
}


/*ページャー*/

ul.normal-pager {
	text-align: center;
	display: table;
	margin: 5px auto;
	width: 100%
}

ul.normal-pager li a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	-webkit-box-shadow: 0 1px 3px gray;
	-moz-box-shadow: 0 1px 3px gray;
	line-height: 46px;
	overflow: hidden
}

ul.normal-pager li.pager-prev,
ul.normal-pager li.pager-next {
	width: 35%;
	display: table-cell
}

ul.normal-pager li.pager-first,
ul.normal-pager li.pager-last {
	width: 15%;
	display: table-cell
}

ul.normal-pager li.pager-prev a,
ul.normal-pager li.pager-next a {
	color: #333;
	display: block;
	margin: 0 2px
}

ul.normal-pager li.pager-next a {
	padding: 0 40px 0 20px
}

ul.normal-pager li.pager-first a,
ul.normal-pager li.pager-last a {
	color: #fff;
	display: block;
	background: -moz-linear-gradient(top, #3aa0f6, #128DF5);
	background: -webkit-gradient(linear, left top, left bottom, from(#3aa0f6), to(#128DF5));
	padding: 0 10px
}

ul.normal-pager li.pager-first a {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	margin-right: 2px
}

ul.normal-pager li.pager-last a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	margin-left: 2px
}


/*フッター*/

footer {
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.9);
}

.area-footer {
	background: #eee;
	padding: 0 0 60px;
	color: #333;
	clear: both;
	text-align: center;
}

.area-footer .over18 {
	font-size: 10px;
	line-height: 10px;
	color: #666;
	display: block;
	padding: 6px;
	background-color: #ddd;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

div.area-footer a {
	color: #1242C0;
}

.area_box {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 0;
}

.area_box>li {
	width: 25%;
	display: inline-block;
	font-size: 13px;
}

.area_box>li a {
	display: block;
	background-color:#fff;
	padding: 5px 0;
	box-shadow: 0 0 0 1px #ccc;
	margin-bottom: 1px;
	color: #333;
	border-radius:7px;
}

.footer-link {
	font-size: 12px;
}

.icon_system {
	position: relative;
	margin-right: 15px;
	vertical-align: middle;
	width: 20px;
	height: 30px;
}

.area-footer .btn_myheaven {
	background: linear-gradient(0deg, #f4ba00 0%, #fdd631 100%);
	border: 1px solid #c6ad1c;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 5px 0;
	font-weight: bold;
	color: #000;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 30px;
}

.area-footer .btn_areaselect {
	background: white;
	border: 1px solid #ccc;
	display: block;
	width: 90%;
	padding: 5px 0px 5px 15px;
	font-weight: bold;
	color: #666;
	border-radius: 5px;
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/arrow_gray.png?imgopt=y); */
  background-image: url(/img/icon/arrow_gray.png?imgopt=y&cache02=1614178800);
  /* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 10px;
	text-align: left;
	box-sizing: border-box;
	margin: 10px auto;
	line-height: 30px;
}

.area-footer .btn_areaselect.open {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/arrow_90_gray.png?imgopt=y); */
  background-image: url(/img/icon/arrow_90_gray.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-size: 17px;
}

.area-footer .btn_areaselect.open img {
	-webkit-animation: spin 10s linear infinite;
	animation: spin 10s linear infinite;
}

.area-footer .f_banner {
	font-size: 11px;
	visibility: visible;
}

.area-footer .f_banner .FlexBox {
	width: 90%;
	margin: 0 auto;
	display: inline-flex;
}

.area-footer .f_banner .FlexBox .half {
	padding: 8px 0;
	background: #fff;
	box-shadow: 1px 1px #ddd;
	visibility: visible;
}

.area-footer .footer-link {
	font-size: 10px;
	color: #999;
	display: block;
	padding-bottom: 8px;
}

.area-footer .f_contact {
	padding: 10px;
}

.area-footer .f_contact a {
	font-size: 12px;
	color: #000;
	margin: 0 5px;
}

.area-footer .pcsite {
	display: block;
	background-color: white;
	border-top: 1px solid #ccc;
	color: #333;
	font-weight: bold;
	padding: 5px 0;
	font-size: 12px;
}

.area-footer .pcsite .pcimg {
	margin-right: 5px;
	vertical-align: middle;
	width: 20px;
	height: 30px;
}


/*トップページへ*/

#pageTop {
	position: fixed;
	right: 8px;
	bottom: 150px;
	z-index: 999;
	display: none !important;
}

#pageTop a {
	color: #FFF;
	display: block;
	text-align: center;
	width: 46px;
	height: 46px;
	line-height: 45px;
	border-radius: 4px;
	background-color: #000;
	opacity: 0.85;
}


/*ラジオボタン*/

.recruit_checkbox {
	position: absolute;
	top: 12px;
	right: 60px;
}

.recruit_checkbox input {
	display: none;
}

input[type="radio"]:checked + .switch01 {
	color: #fff;
	padding: 10px 20px;
}

input[type="radio"]:checked + .switch-01 {
	background-color: #A1B91D;
}

input[type="radio"]:checked + .switch-02 {
	background-color: #E67168;
}

.recruit_checkbox input {
	display: none;
}

.recruit_checkbox label {
	border: 1px solid #c2c2b6;
	display: block;
	float: left;
	cursor: pointer;
	width: 48px;
	margin: 0;
	padding: 10px 5px;
	color: #222;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	background: #FFFCFA;
}

.recruit_checkbox label:first-of-type {
	border-radius: 3px 0 0 3px;
	border-right: none;
}

.recruit_checkbox label:last-of-type {
	border-radius: 0 3px 3px 0;
}

.recruit_checkbox input[type="radio"]:checked + .switch-01 {
	background-color: #A8DB2E;
	color: white;
}

.recruit_checkbox input[type="radio"]:checked + .switch-02 {
	background-color: #A8DB2E;
	color: white;
}


/* modal */

#modal_check {
	display: none;
	box-sizing: border-box;
	width: 95%;
	background-color: white;
	border-radius: 5px;
}

.modal_header {
	font-size: 14px;
	padding: 19px 15px;
	border-bottom: 1px solid #e0e0e0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	position: relative;
	background: #F7F7F7;
}

.modal_header .modal_close {
	position: absolute;
	top: -15px;
	right: -7px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	color: #999;
	;
}

.modal_contents {
	text-align: left;
	font-size: 12px;
	max-height: 60vh;
	height: 400px;
	padding-bottom: 20px;
	padding: 15px;
	line-height: 1.5em;
	overflow-y: scroll;
	box-sizing: border-box;
	box-shadow: 0 0 1px #ccc inset;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

.modal_contents .modal_left,
.modal_contents .modal_right {
	vertical-align: top;
	margin-bottom: 5px;
	display: inline-block;
}

.modal_contents .modal_left {
	text-align: left;
	padding-right: 15px;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	display: block;
	border-bottom: 1px solid;
	margin-top: 10px;
	box-sizing: border-box;
}

.modal_fotter {
	border-top: 1px solid #e0e0e0;
	background-color: #F7F7F7;
	border-radius: 0 0 5px 5px;
	text-align: -webkit-right;
	padding: 8px;
}

.modal_fotter .modal_search_btn {
	margin: 0px auto;
	display: inline-block;
	background-image: linear-gradient(#B9EF34, #82AF20);
	border: 1px solid #96B733;
	box-shadow: 0 0 5px 0 #CEF172 inset;
	border-radius: 5px;
	color: white;
	margin-left: 0px;
	width: 70px;
	text-align: center;
	line-height: 18px;
	padding: 9px 0px;
	font-size: 0.9em;
}

.modal_fotter .modal_search_btn.btn_cancel {
	background-image: linear-gradient(rgb(239, 52, 52), #AF2020);
	font-size: 0.7em;
	margin: 0;
	border-color: #C14949;
	box-shadow: 0 0 5px 0 #FFBCBC inset;
}


/* グローバルメニュー (右からスライドする) */
#main-sidebar {
	font-family: helvetica, arial, sans-serif;
}
.main-sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	background-color: #FFFFFF;
	opacity: 0;
/* ↓ [H]ガイドヘッダメニューのFCP対応 2021/10/28 */
    width: 300px;
    right: -300px;
/* ↑ [H]ガイドヘッダメニューのFCP対応 2021/10/28 */
}

.sbwrapper {
	-webkit-overflow-scrolling: touch;
}

.main-sidebar-wrapper {
	position: relative;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 1em;
}

.main-sidebar-title {
	background: #F0F4F7;
	padding: 10px 8px;
	font-size: 12px;
	color: #758794;
	border-bottom: 1px solid #DDE2E6;
	font-weight: bold;
}

.main-sidebar-list>li {
	border-bottom: 1px solid #DDE2E6;
	overflow: hidden;
}
#main-sidebar .FlexBox {
	display: inline-block;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}
#main-sidebar .FlexBox__item {
	float: left;
	display: inline-block;
}
#main-sidebar .FlexBox__item:last-child {
	float: right;
	padding: 0;
}
.search_menu_area .FlexBox__item {
	padding: 6px 0;
	font-size: 12px;
}
.main-sidebar-list>li{
	border-bottom: 1px solid #DDE2E6; 
}
.main-sidebar-list>li a {
	display: block;
	padding: 15px 10px;
	font-size: 15px;
	font-weight: bold;
	color:#222;
}
.main-sidebar-list>li a.parajust {
	padding: 15px 9px;
}
.main-sidebar-list>li a.main-sidebar_myheaven {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/iconBtnBig07.gif?imgopt=y); */
  background-image: url(/img/icon/iconBtnBig07.gif?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-position: 100% 0px;
	background-position: right top;
	background-size: 30px;
	padding-right: 32px;
}

#main-sidebar .main-sidebar-list>li a.search {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/search_area_gray.png?imgopt=y); */
  background-image: url(/img/icon/search_area_gray.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-position: right 8px center;
	background-size: 30px;
	padding : 15px 10px;
	border: none;
}

.main-sidebar-list>li a.ippan {
	color: #3366cc;
}

.main-sidebar-list > a.ippan{
	display:block;
	padding: 10px;
	font-weight:bold;
	color:#1242c0;
}

.wrap-adm > li > .ippan{
	padding:10px;
	display:block;
}

.wrap-adm > li > .ippan span{
	padding-left:5px;
	font-weight: bold;
	color: #3366cc;
	font-size: 15px;
}

ul.pickup > a.ippan{
	display:block;
	text-align:center;
	font-weight:bold;
	color: #1242c0;
	padding: 15px;
}

.main-sidebar-list>li a.ippan img {
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	top: 10px;
}

.main-sidebar-list>li a.ippan span {
	padding-left: 30px;
}

a.select_area {
	color: #333;
	padding: 5px 10px;
	border-radius: 3px;
}

#select_area_list {
	background-color: rgb(44, 189, 34);
	color: white;
	font-weight: bold;
	padding: 3px 10px;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	border: none;
}
#main-sidebar .search_menu_area {
	padding: 4px 8px;
}

.area_list {
	background-color: white;
	color: black;
	font-weight: normal;
	text-align: left;
}

.either input[type=radio] {
	display: none;
	margin: 0;
}

.either input[type=radio] + label {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	line-height: 30px;
	cursor: pointer;
}

@media (min-width: 1px) {
	.either input[type=radio] + label {
		padding: 0 0 0 24px;
	}
	.either input[type=radio] + label::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: #FFF;
	}
	.either input[type=radio] + label::before {
		border: 2px solid #ccc;
		border-radius: 30px;
	}
	.either input[type=radio]:checked + label::after {
		content: "";
		position: absolute;
		top: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	.either input[type=radio]:checked + label::after {
		left: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: #4D8CFF !important;
	}
	/* either */
	.either {
		position: relative;
		display: inline-block;
		border: 1px solid #ccc;
		width: 100px;
		border-radius: 2px;
		margin-right: 10px;
		margin-top: 2px;
	}
	.either input[type=radio] + label {
		float: left;
		display: block;
		width: 50%;
		margin-right: 0;
		padding: 0;
		overflow: hidden;
		text-align: center;
		position: static;
	}
	.either input[type=radio] + label::before {
		content: attr(data-label);
		top: 0;
		bottom: 0;
		z-index: 1;
		display: block;
		width: 50%;
		height: auto;
		margin-top: 0;
		text-align: center;
		color: transparent;
		background: transparent;
		border: 0 none;
		border-radius: 0;
	}
	.either input[type=radio] + label:last-child::before {
		left: 50%;
		right: 0;
	}
	.either input[type=radio]:checked + label::before {
		color: #fff;
	}
	.either input[type=radio] + label::after {
		border-radius: 0;
	}
	.either input[type=radio]:first-child + label::after {
		content: none;
	}
	.either input[type=radio] + label + input[type=radio] + label::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 0;
		display: block;
		width: auto;
		height: auto;
		margin: auto;
		border: 2px solid #fff;
		-webkit-transition: all 200ms;
		transition: all 200ms;
		background: #FF7BAE;
		border-radius: 4px;
	}
	.either input[type=radio]:checked + label + input[type=radio] + label::after {
		left: 0;
		right: 50%;
	}
	.either input[type=radio] + label + input[type=radio]:checked + label::after {
		left: 50%;
		right: 0;
	}
}

div[data-simplesidebar="mask"] {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/batu.png?imgopt=y); */
  background-image: url(/img/icon/batu.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: right 300px top 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

div#search-sel-btn {
	border-radius: 5px;
	padding: 5px 5px 7px 5px;
	text-align: center;
	background-color: #5984d0;
	color: white;
	font-size: 12px;
	background-size: 42px 30px;
	-webkit-background-size: 42px 30px;
	-moz-background-size: 42px 30px;
	left: 2px;
	position: absolute;
	top: 2px;
	width: 60px;
	line-height: 18px;
}

div#search-sel-btn p {
	width: 100%;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
}

div#search-sel-btn p span {
	display: none;
}

div#search-sel-btn p span.on {
	display: block;
}
div#search-sel-btn p span img{
	margin-left:3px;
}
div#search-sel-btn select {
	border: none;
	background: transparent;
	color: white;
	width: 100%;
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(//img.cityheaven.net/img/button/smartphone/menu_menu2.png?imgopt=y); */
  background-image: url(//img.cityheaven.net/img/button/smartphone/menu_menu2.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 12px;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
}

.fuchi_waku {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(../img/fuchiko_waku.jpg?imgopt=y); */
  background-image: url(../img/fuchiko_waku.jpg?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-size: 100%;
	height: 90px;
	padding: 18px 10px 0px 40px;
	box-sizing: border-box;
	font-weight: bold;
	color: #ff1a68;
	line-height: 1.3rem;
}

.fuchi_img {
	width: 90px;
	position: relative;
	top: 5px;
	left: 30px;
}

.fuchi_sub {
	padding-left: 42px;
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(../img/fuchiko_arrow.png?imgopt=y); */
  background-image: url(../img/fuchiko_arrow.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-position: left 10px top -10px;
	background-size: 25px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

.fuchi_girlname {
	font-size: 12px;
	font-weight: bold;
}

.fuchi_shopname {
	font-size: 10px;
	margin-top: 5px;
	width: 106px;
}

.slide {
	position: relative;
}

@media screen and (min-width: 0px) and (max-width: 320px) {
	.accordion .prefectures{
		padding: 18px 5px 10px 0px;
		width:16px;
	}
}

/*SPガイドフッターリンク*/
#guideSP-fotter-wrap *{
	margin: 0;
	padding: 0;
}
#guideSP-fotter-wrap {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	margin: 20px auto;
	width: 90%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#guideSP-fotter-wrap ul {
margin: 0;
padding: 0;
}

#guideSP-fotter-wrap li {
list-style: none;
border-bottom: 1px solid #dddddd;
}

#guideSP-fotter-wrap a {
	color: #666666;
	display: block;
	font-weight: bold;
	padding: 10px 10px 10px 45px;
	text-align: left;
	text-decoration: none;
}

#guideSP-fotter-wrap p {
margin: 0;
color: #666666;
font-weight: bold;
}

#guideSP-fotter-wrap .accordion {
width: 100%;
}

#guideSP-fotter-wrap .accordion input {
display: none;
}

#guideSP-fotter-wrap .accordion label {
	background: #eeeeee linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%) repeat scroll 0 0;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 30px;
	padding: 10px;
	text-align: left;

}
#guideSP-fotter-wrap .accordion > label:nth-of-type(1) {
	border: medium none;
}
#guideSP-fotter-wrap .ac-cont > label {
	padding: 10px 10px 10px 45px ;
}
#guideSP-fotter-wrap .accordion .ac-cont {
transition: 0.2s;
height: 0;
overflow: hidden;
}

#guideSP-fotter-wrap .accordion input:checked + label + .ac-cont {
height: auto;
}
#guideSP-fotter-wrap .accordion input + label .trigger:after {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	content: "+";
	float: right;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	margin: 1px 0 0;
	text-align: center;
	vertical-align: top;
	width: 26px;
}
#guideSP-fotter-wrap .accordion input:checked + label .trigger:after {
content: "-";
}
#guideSP-fotter-wrap .trigger img {
width: 20px;
height: 30px;
vertical-align: middle;
margin-right: 15px;
}

#guideSP-fotter-wrap .accordion input:checked + label .trigger img {
width: 20px;
height: 20px;
-webkit-animation: spin 1s linear infinite;
-moz-animation: spin 1s linear infinite;
-ms-animation: spin 1s linear infinite;
-o-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
0% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes spin {
0% {-moz-transform: rotate(0deg);}
100% {-moz-transform: rotate(360deg);}
}

@-ms-keyframes spin {
0% {-ms-transform: rotate(0deg);}
100% {-ms-transform: rotate(360deg);}
}

@-o-keyframes spin {
0% {-o-transform: rotate(0deg);}
100% {-o-transform: rotate(360deg);}
}

@keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}

#main-sidebar .main-sidebar-list>li a.searchYoyaku {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/icon_yoyaku.png?imgopt=y); */
  background-image: url(/img/icon/icon_yoyaku.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-position: left 5px center;
	padding-left:30px;
	background-size:20px;
}
#main-sidebar .main-sidebar-list li ul.twoBox {
	width: 100%;
	overflow: hidden;
}
#main-sidebar .main-sidebar-list li ul.twoBox li.two_col {
	width: 50%;
	float: left;
	border-right: 1px solid #DDE2E6;
	border-top: 1px solid #DDE2E6;
	border-bottom: none;
	box-sizing: border-box;
}
#main-sidebar .main-sidebar-list li ul.twoBox li.letter a {
	font-size: 14px;
	letter-spacing: -1px;
}
#main-sidebar .main-sidebar-list > li a.search {
/* ↓ ページスピード改善対応 2021/02/25 */
/* 	background-image: url(/img/icon/icon_megane.png?imgopt=y); */
  background-image: url(/img/icon/icon_megane.png?imgopt=y&cache02=1614178800);
/* ↑ ページスピード改善対応 2021/02/25 */
	background-repeat: no-repeat;
	background-position: 90% 50%;
	background-position: 97% 50%;
	background-position: left 5px center !important;
	background-size: 18px !important;
	padding: 15px 8px 15px 27px !important;
	border: none;
}
/* ↓ 女の子専用メニュー追加対応 @SMC 2023/07/01 */
#main-sidebar .main-sidebar-list>li a.minque-link {
	background-image: url(/img/icon/minquelogo.svg?imgopt=y&cache02=1614178800);
	background-repeat: no-repeat;
	background-position: left 5px center;
	padding-left: 38px;
    padding-right: 0;
    background-size: 30px;
}
/* ↑ 女の子専用メニュー追加対応 @SMC 2023/07/01 */
#main-sidebar .main-sidebar-list li ul.twoBox li.two_col:nth-of-type(1), #main-sidebar .main-sidebar-list li ul.twoBox li.two_col:nth-of-type(2) {
	border-top: none;
}
#main-sidebar .main-sidebar-list li ul.twoBox li.two_col.noborder{
	border-right:none;
	width:100%;
}

.freespace-contents a,
.freespace-contents_0 a,
.freespace-contents_1 a,
.freespace-contents_2 a,
.freespace-contents_3 a,
.freespace-contents_4 a,
.freespace-contents_5 a,
.freespace-contents_6 a{
	display: inline;
}
.freespace-contents a img,
.freespace-contents_0 a img,
.freespace-contents_1 a img,
.freespace-contents_2 a img,
.freespace-contents_3 a img,
.freespace-contents_4 a img,
.freespace-contents_5 a img,
.freespace-contents_6 a img{
	pointer-events: all;
}
div#swipebox-container>#swipebox-slider>.slide>img {
	pointer-events: none;
}
#contents #girldiary img{
	pointer-events: none;
}
#contents .diarytext img{
	pointer-events: none;
}
#pickupImg>ul>li>img{
	pointer-events: none;
}
.shoptopimage>img{
	pointer-events: none;
}
[name="girlsDiaryTop"]{
	pointer-events: none;
}
.portrait>img{
	pointer-events: none;
}
.portrait>img#arrowsauto{
	pointer-events: all;
}
#guide .search_menu .search_menu_box a {
	height: auto !important;
}
.myAlbumDiary .detial_list>a {
	width: 100% !important;
}
.coupon_head+a{
	display: block;
}
.appearance_list>a {
	display: block;
}
.shopcm-text a {
	display: block;
}
.flat_box>a {
	display: block;
}
#login_item a {
	display: block;
}
#coupontop a {
	display: block;
}
#widget_chokuso a {
	display: block;
}
.siteName>a {
	display: block;
}
.reserve_btn>a {
	display: block;
}
.feesmart a {
	display: inline;
}
.newdiary>a {
	display: block;
}
.girl-members-url {
	display: block;
}
.topic-movie .list-text {
	float: left;
	width: 50%;
}
.flipsnapwelcome .detial_list>a {
	display: block;
}

.guide-footer-box {
	border: 1px solid #eee;
	background: white;
	padding: 20px 10px 20px 10px;
	text-align: left;
}
.guide-footer-box h1.guide-headline {
	font-weight: normal;
	font-size: 11px;
	color: #666;
}


/* 追加ヘッダーソート */
.change_conditions {
	top: 40px;
	opacity: 0;
	visibility: hidden;
	box-sizing: border-box;
    position: fixed;
    width: 100%;
    bottom: unset!important;
    padding-left: 0!important;
	padding-right: 0!important;
	z-index: 2!important;
}
.change_conditions_btn {
	border: solid #7b7b7a 2px!important;
	padding: 6px!important;
	margin: unset!important;
	font-weight: bold;
	font-size: 15px;
	background-color: #ffff;
	color: #272727;
	border-radius: 7px;
}
.conditions_box.FlexBox.FlexBox--middle {
    justify-content: space-between;
    background-color: #efefefd1;
    font-size: 12px;
    padding: 8px;
}
.hit_number {
	color: #5a5a5a;
	font-weight: bold;
}

