/*
 * CSSのルール
 * # フォントサイズ
 * ## html：10px = 62.5% = 1rem (古いiPhone 9px) body：1.4rem (= 14px / 古いiPhone 12.6px)
 * # レスポンシブ
 * ## max-width:320px(古いiPhone) | (スマホと小さいタブレット) | min-width:768px(タブレット) | min-width:1025px(PC)
 */
/* --------------------------------------------------
 * reset
 * 元：Bootstrap Reboot v4.1.3
 * 改変：2018-10-31
-------------------------------------------------- */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
/*	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;*/
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 0;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0;
	margin-left: 0;
}

blockquote {
	margin: 0 0 0;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #f06;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #f03;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 0;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 0;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/* --------------------------------------------------
 * html
 * メモ：rem(A2.1-)/vw(A4.4-)/calc(A5-)
-------------------------------------------------- */
html {
	font-size: 10px;
}
@media(min-width:1025px) {
	html {
		font-size: 62.5%;
	}
}/*rootのフォントサイズを10pxに。これで1rem=10pxになる*/
@media(max-width:320px) {
	html {
		font-size: 9px;
	}
}/*古いiPhoneはrootのフォントサイズを9pxに*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	color: #333;
}
input, textarea, option {
	font-weight: 500;
}/*chromeで游ゴシック(regular/400)が掠れるので、medium(500)に*/
_:lang(x)::-ms-backdrop, body {
	font-family: "メイリオ", Meiryo, sans-serif;
}/*IEで游ゴシックを使うと隙間ができる対策。IEのみメイリオに*/
a {
	color: #f06;
}
ul {
	list-style-type: none;
	padding: 0;
}
form {
	margin: 0;
}

/* --------------------------------------------------
 * icon-font
 *
-------------------------------------------------- */
@font-face {
	font-family: 'pfg_portal';
	src:url('fonts/pfg_portal.eot?k699n4');
	src:url('fonts/pfg_portal.eot?k699n4#iefix') format('embedded-opentype'),
		url('fonts/pfg_portal.ttf?k699n4') format('truetype'),
		url('fonts/pfg_portal.woff?k699n4') format('woff'),
		url('fonts/pfg_portal.svg?k699n4#pfg_portal') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'pfg_portal' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
	content: "\e900";
}
.icon-girl:before {
	content: "\e901";
}
.icon-yen:before {
	content: "\e902";
}
.icon-logo:before {
	content: "\e903";
}
.icon-clock:before {
	content: "\e904";
}
.icon-home:before {
	content: "\e905";
}
.icon-mail:before {
	content: "\e906";
}
.icon-ribbon:before {
	content: "\e907";
}
.icon-mr {
	margin-right: 2px;
	vertical-align: middle;
}

/* --------------------------------------------------
 * common
 *
-------------------------------------------------- */
.content_width {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
@media(min-width:1080px) {
	.content_width {
		width: 90%;
	}
}
/*header*/
.header {
	padding: 1rem 4%;
	border-bottom: 3px solid #f80;
	background: #fff;
}
@media(min-width:768px) {
.header {
	padding: 2rem 4%;
}
}
@media(min-width:1080px) {
	.header {
		padding: 2rem 5%;
	}
}
.logo {
	float: left;
	display: inline-block;
	max-width: 75%;
}
.logo img {
	max-width: 100%;
}
.header_count {
	float: right;
	display: inline-block;
	padding: 1rem 1rem 0.8rem;
	border: 3px double #ccc;
/*	background: #f5f5f5;*/
/*	background: #f80;*/
/*	color: #fff;*/
	color: #555;
	font-weight: bold;
	font-size: 2rem;
}
.header_count span {
	vertical-align: bottom;
}
.header_count>span>span {
	font-size: 1.8em;
	line-height: 1;
}
.count_day {
	margin-right: 0.5em;
}

.nav_open {
	position: absolute;
	top: 1rem;
	right: 2%;
	display: block;
	width: 30px;
	height: 26px;
}
.nav_icon_wrap {
	display: block;
}
.nav_icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #f80;
	vertical-align: top;
}
.nav_icon:before, .nav_icon:after {
	position: absolute;
	top: 11px;
	display: inline-block;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background: #f80;
	content: '';
}
.nav_icon:after {
	top: 22px;
}

/*nav*/
.header-nav {
	background: #444;
}
.header-nav ul {
	max-width: 960px;
	margin: 0 auto;
}
.header-nav li {
	float: left;
	width: calc(100% / 5);
}
.header-nav li a, .header-nav li input[type="submit"] {
	display: block;
	width: 100%;
	border: none;
	border-left: 1px solid #999;
	border-right: 1px solid #111;
	background: transparent;
	padding: 1rem 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
}
.header-nav li a:hover {
	text-decoration: none;
}
.header-nav li:hover a, .header-nav li:hover input[type="submit"] {
	background: rgba(255, 255, 255, 0.25);
}

/*main*/
.main {
	padding: 0 0 2rem;
}
.content_section {
	padding: 2rem 0;
}
@media(min-width:768px) {
	.main {
		padding: 4rem 0;
	}
	.content_section {
		padding: 3rem 0;
	}
}
@media(min-width:1025px) {
	.content_section {
		padding: 4rem 0;
	}
}

.top_title {
	padding-left: 1.2rem;
	border-top: 5px solid #f80;
	font-size: 2.4rem;
	font-weight: normal;
}
.top_title:first-letter {
	color: #f80;
	font-size: 3.7rem;
}

.footer_shop_list {
}
.footer_banner_wrapper {
	padding-bottom: 2rem;
	background: #f5f5f5;
}
.footer_banner {
	padding-top: 2rem;
	list-style-type: none;
	font-size: 0;
	position: relative;
}
.footer_banner li {
	width: auto;
	text-align: center;
}
.footer_banner li a, .footer_banner li .block {
	display: block;
	width: 100%;
	height: 0;
	padding: 50% 0;
	position: relative;
	overflow: hidden;
}
.footer_banner li img {
	width: 190px;
	height: 190px;
	transform: translateY(-50%);
}

.rec_banner_wrapper {
	text-align: center;
}
.rec_banner {
	text-align: center;
	font-size: 0;
}
.rec_banner li {
	display: inline-block;
	max-width: 96vw;
	margin: 0 auto 1rem;
}
.rec_banner img {
	max-width: 100%;
}
@media(min-width:375px) {
	.rec_banner li {
		padding: 0 1rem;
	}
}
@media(min-width:1360px) {
	.rec_banner li {
		max-width: 50vw;
		margin: 0;
	}
}

/*footer*/
.footer {
	padding: 2rem 0 6rem;
	background: #f80;
	color: #fff;
	text-align: center;
}
.footer_note {
	margin-bottom: 3.5rem;
}

/*float*/
.float {
	position: fixed;
	z-index: 5;
	bottom: 6.4rem;
	right: 1.2rem;
}
.iphone .float {
	bottom: 7.4rem;
}
@media(min-width:768px){
	.float {
		bottom: 1.2rem;
	}
}
.float_top {
	display: inline-block;
	margin-left: 6px;
	width: 7rem;
	height: 7rem;
	opacity: 0.9;
}
.float_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	transition: 0.3s;
	transform: translateY(100%);
}
.is-fixed .float_nav {
	transform: translateY(0);
}
.float_menu {
	font-size: 0;
}
.float_menu li {
	display: inline-block;
	width: 20%;
	text-align: center;
}
.float_menu li a, .float_menu li input[type="submit"] {
	display: block;
	width: 100%;
	padding: 3.2rem 0 0;
	background: rgba(255, 255, 255, 0.8);
	border: #ff7fb2 1px solid;
	border-bottom: none;
	font-size: 1.4rem;
	color: #f06;
	cursor: pointer;
}
.iphone .float_menu li a, .iphone .float_menu li input[type="submit"] {
	padding-bottom: 1.4rem;
}
.float_menu li a:hover {
	text-decoration: none;
}
.float_menu li span {
	position: absolute;
	top: 0.6rem;
	font-size: 2.6rem;
	color: #f06;
	transform: translateX(-50%);
}


/* box */
.list {
	display: flex;
	margin-bottom: -3rem;
	margin-left: -2%;
	font-size: 0;
	flex-wrap: wrap;
}
.list_box {
	display: inline-block;
	width: 48%;
	margin-bottom: 3rem;
	margin-left: 2%;
	padding-bottom: 0.4rem;
	background: rgba(255, 217, 237, 0.11);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 1.4rem;
	position: relative;
	transition: 0.3s;
}
.list_box:hover {
	opacity: 0.85;
}
.box_img {
	height: 0;
	padding-bottom: calc(100% * 4 / 3);
	overflow: hidden;
}
.box_img img {
	width: 100%;
	height: auto;
}
.box_note {
	padding: 0.4rem;
	text-align: center;
}
.note_name {
	font-weight: bold;
	font-size: 2rem;
}
.note_price {
	color: #f264a5;
	font-size: 1.8rem;
}
.note_time {
	min-height: 1.5em;
	font-weight: bold;
}
.note_real {
	min-height: 1.5em;
	font-weight: bold;
	color: #f06;
}
.note_type {
	margin-left: -0.3rem;
	margin-bottom: 0.2rem;
}
.status_new:before, .status_new:after, .statusNew:before, .statusNew:after {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
}
.status_new:before, .statusNew:before {
	height: 0;
	padding: 12.5%;
	border-radius: 50%;
	background: #f264a5;
	content: "";
}
.status_new:after, .statusNew:after {
	width: 25%;
	margin-top: 12.5%;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	content: "NEW";
	transform: translateY(-50%);
}
@media(max-width:320px) {
	.status_new:after, .statusNew:after {
		font-size: 1.2rem;
	}
}
@media(min-width:768px) {
	.list_box {
		width: 31.3%;
	}
}
@media(min-width:415px) {
	.status_new:after, .statusNew:after {
		font-size: 1.8rem;
	}
}
@media(min-width:1025px) {
	.list_box {
		width: 23%;
		padding: 0 0 1.4rem;/**/
	}
	.box_note {
		padding: 0.4rem 0 0;/**/
	}
	.status_new:after, .statusNew:after {
		font-size: 1.6vw;
	}
}

/* --------------------------------------------------
 * class
 *
-------------------------------------------------- */
.cf:after {
	content: "";
	clear: both;
	display: table;
}
.dp-n {
	display: none;
}

.col_pink {
	color: #f264a5;
}

/*size*/
@media(min-width:768px) {/*iPad以上非表示*/
	.size_npadp {
		display: none !important;
	}
}
@media(max-width:767px) {/*iPad未満非表示*/
	.size_mspp {
		display: none !important;
	}
}
@media(max-width:1023px) {/*notePC未満非表示*/
	.size_mpadp {
		display: none !important;
	}
}