@charset "UTF-8";
/* ==================================
	reset
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: inherit;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"], input[type="date"], input[type="tel"], input[type="url"], input[type="mail"], input[type="time"], textarea {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* iOSでのデフォルトスタイルをリセット */
button,
input[type="submit"],
input[type="button"] {
	border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    box-sizing: border-box;
}

button::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

button::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

textarea {
	resize: none;
}

ul, ol, dl {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

th {
	font-weight: normal;
}

em {
	font-style: normal;
}
/* ==================================
	base setting
================================== */
html {
	overflow-x: hidden;
}

body {
	width: 100%;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", arial;
	-webkit-text-size-adjust: none;
	font-size: 10px;
	color: #555;
	overflow-x: hidden;
	margin-left: 0 !important;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.p-ellipsis {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 店長ブログ */
.f-managerBlog {
	background-color: #fff;
}

.f-managerBlog ul {
    background-color: #fff;
}

.f-managerBlog .managerBlog-head {
	background: url("/assets/img/user/sp/common/bg-pink-stripe.png") left top/2px 2px;
	position: relative;
}

.f-managerBlog .managerBlog-body {
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-top: none;
	background-color: #fff;
}

.f-managerBlog .managerBlog-body.no-article {
	text-align: center;
}

.f-managerBlog .item .anchor {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.f-managerBlog .item .anchor > * {
	display: table-cell;
	vertical-align: middle;
}

.f-managerBlog .item .p-imgWrap {
	width: 72px;
	height: 72px;
	overflow: hidden;
	border: 1px solid #ccc;
	text-align: center;
}

.f-managerBlog .item .p-imgWrap img {
	border: 1px solid #ccc;
}

.f-managerBlog .item .p-imgWrap img.photo_img_resize  {
	max-width: 100%;
	max-height: 100%;
}

.f-managerBlog .item .col-right {
	padding-right: 3px;
	padding-left: 10px;
}

.f-managerBlog .item .update {
	font-size: 10px;
}

.f-managerBlog .item .update.is-new {
	position: relative;
	vertical-align: middle;
}

.f-managerBlog .item .update.is-new::before {
	content: "NEW";
	display: inline-block;
	width: 30px;
	height: 14px;
	margin-right: 2px;
	background-color: #f00;
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	color: #fff;
}

.f-managerBlog .item .title {
	max-width: 100%;
	padding: 5px 0 3px;
	min-width: 150px;
	font-size: 15px;
	display: block;
}

.f-managerBlog .item .title {
	color: #fe54ad;
}

.f-managerBlog .item .text {
	line-height: 16px;
	font-size: 12px;
	color: #888;
}

.f-managerBlog .item + .item {
	position: relative;
}

.f-managerBlog .item + .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 10px;
	width: calc(100% - 18px);
	height: 1px;
	background-color: #d5d5d5;
}

.f-managerBlog .btn-more {
	display: block;
	width: 175px;
	margin: 8px auto;
}

.plan-ttl {
    background: url(/assets/img/user/sp/common/bg-pink-stripe.png) left top/2px 2px;
    position: relative;
}

.plan-ttl span {
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 6px;
	line-height: 15px;
    color: #fff;
    letter-spacing: 0.6px;
}
