@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap);

/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/
#ieError {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
	opacity: .8;
	color: #fff;
	background: #000;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha( opacity=80 )';
}

#ieError strong {
	color: #fff;
}

#ieError a {
	text-decoration: underline;
	color: #d90000;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	color: #000;
	background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	color: inherit;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
	/* 2 */
	cursor: pointer;
	-webkit-appearance: button;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	/* 1 */
	padding: 0;
	border: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

/*----------------------------------------
	reset
----------------------------------------*/
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,
dialog,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time,
mark,
audio,
video {
	font: inherit;
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	color: #231815;
	border: 0;
	outline: 0;
}

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

li {
	list-style: none;
}

ol,
ul {
	list-style: none;
}

img {
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	border: 0;
}

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

h1,
h2,
p,
pre {
	word-wrap: break-word;
}

caption,
th,
td {
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
}

caption {
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

tbody,
tfoot,
thead,
tr {
	vertical-align: baseline;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

input,
select {
	vertical-align: middle;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button {
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.clearfix {
	min-height: 1px;
	_height: 1%;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

html,
body {
	height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html {
	/*	font-size: 62.5%;*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	letter-spacing: .06em;
	color: #231815;
	-moz-osx-font-smoothing: grayscale;
}

a {
	cursor: pointer;
	-webkit-transition: compact(all .2s ease, false, false, false, false, false, false, false, false, false);
	transition: compact(all .2s ease, false, false, false, false, false, false, false, false, false);
	text-decoration: none;
	color: #231815;
}

a img {
	-webkit-transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
	transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
	border: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
}

img {
	max-width: 100%;
	vertical-align: bottom;
	pointer-events: none;
}

.sp-display {
	display: none !important;
}

.cf:after {
	display: block;
	clear: both;
	content: '';
}

.fade__item {
	opacity: 0;
}

.show {
	display: block;
	opacity: 1;
}

.js__show {
	display: block;
}

.t__link {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.t__link::before {
	position: absolute;
	bottom: -8px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transition: compact(transform .3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false);
	transition: compact(transform .3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	background: #fff;
}

.t__link:hover::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.h__link {
	position: relative;
	display: inline-block;
	padding: 5px 2px 7px 2px;
	-webkit-transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
	transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
	text-decoration: none;
	color: #0058a1;
}

.h__link::after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	-webkit-transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
	transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
	background: #0058a1;
}

.h__link:hover {
	color: #fff !important;
}

.h__link:hover::after {
	height: 100%;
}

.m-active {
	position: relative;
}

.m-active::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

/** flex_display **/
.flex_display {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex_list_display {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-o-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.m_button {
	font-size: 11.5px;
	font-weight: 900;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 240px;
	padding: 20px 0;
	-webkit-transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
	transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
	letter-spacing: .3em;
	border: 1px solid #000;
}

.m_button:hover {
	color: #fff;
	background: #000;
}

.mbt {
	-webkit-transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
	transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
	color: #fff;
	background-color: #000;
}

.mbt:hover {
	color: #000;
	background: #fff;
}

.m_links {
	font-size: 11px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	letter-spacing: .2em;
}

.m_links::before {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 40px;
	height: 2px;
	content: '';
	-webkit-transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
	transition: compact(all .2s ease-in-out, false, false, false, false, false, false, false, false, false);
	background: #000;
}

.m_links:hover::before {
	width: 80px;
}

/*font-weight*/
.bold {
	font-weight: bold;
}

.scroll-prevent {
	/*動き固定*/
	/*	position: fixed;*/
	/*奥行きを管理*/
	/*	z-index: -1;*/
	/*下2つで背景を元のサイズのまま表示することができる*/
	width: 100%;
	height: 100%;
}

/* //////////////////////////////////////////
  container, l-contents, is-content
//////////////////////////////////////////*/
#container {
	position: relative;
	overflow: hidden;
	-webkit-transition: compact(all .2s ease, false, false, false, false, false, false, false, false, false);
	transition: compact(all .2s ease, false, false, false, false, false, false, false, false, false);
}

.page_contents {
	max-width: 1080px;
	margin: 0 auto;
}

.page_contents a {
	font-weight: 500;
	color: #7bc3ce;
}

.section_def1 {
	margin-bottom: 100px;
	text-align: left;
}

.section_def1 .ttl_def1 {
	margin-bottom: 30px;
}

.section_def1 .attention {
	padding: 20px;
	text-align: center;
	border: 2px solid #7bc3ce;
	border-radius: 10px;
}

.section_def1 .attention p {
	font-size: 18px;
	font-weight: 700;
	color: #7bc3ce;
}

.section_def1 p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .08em;
}

.section_def1 p.large {
	font-size: 16px;
	line-height: 32px;
}

.section_def1 p em {
	font-weight: 700;
}

.section_def1 p small {
	font-size: 12px;
	line-height: 20px;
	color: #939393;
}

.section_def1 p small span {
	color: #939393;
}

.section_def1 p .big {
	font-size: 24px;
	line-height: 36px;
}

.section_def1 .f_left {
	float: left;
	width: 40%;
}

.section_def1 .f_left_small {
	width: 30%;
}

.section_def1 .f_right {
	float: right;
	width: 56%;
}

.section_def1 .f_right_large {
	width: 68%;
}

.section_def1 .mask_round {
	overflow: hidden;
	border-radius: 5px;
}

.section_def1 .more_link {
	text-align: center;
	color: #fff;
}

.section_def1 .more_link.card_link {
	position: relative;
	background: #7bc3ce;
}

.section_def1 .more_link.card_link i {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -10px;
	color: #fff;
}

.section_def1 .more_link.card_link:hover {
	line-height: 48px;
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	background-color: #fff;
}

.section_def1 .more_link.card_link:hover i {
	color: #7bc3ce;
}

.section_def1 .mb10 {
	margin-bottom: 10px;
}

.section_def1 .mb20 {
	margin-bottom: 20px;
}

.section_def1 .mb30 {
	margin-bottom: 30px;
}

.section_def1 .mb40 {
	margin-bottom: 40px;
}

.section_def1 .mb60 {
	margin-bottom: 60px;
}

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

.section_def1 .roboto {
	font-family: 'Roboto', sans-serif;
}

.section_def1 .red_box {
	border: 3px solid #ed6c6c;
	padding: 20px;
	box-sizing: border-box;
}

.section_def1 .red_box h3 {
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.4;
}

.ttl_def1 {
	font-size: 24px;
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-align: left;
	letter-spacing: .1em;
	border-bottom: 1px solid #e0e0e0;
}

.ttl_def1::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: 400px;
	height: 1px;
	content: '';
	background-color: #7bc3ce;
}

.ttl_def2 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-left: 6px;
	letter-spacing: .16em;
	color: #7bc3ce;
	border-left: 4px solid #7bc3ce;
}

.dl_def1 dt,
.dl_def1 dd {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .08em;
}

.dl_def1 dt {
	font-weight: 700;
	margin-bottom: 10px;
}

.dl_def1 dd {
	margin-bottom: 30px;
}

.dl_def1 dd:last-child {
	margin-bottom: 0;
}

.dl_def2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 500px;
}

.dl_def2 dt,
.dl_def2 dd {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .08em;
}

.dl_def2 dt {
	font-weight: 500;
	line-height: 50px;
	position: relative;
	width: 350px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #7bc3ce;
}

.dl_def2 dt::after {
	position: absolute;
	top: 50%;
	right: -8px;
	display: block;
	width: 8px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background: url(../images/common/ico_hukidashi@2x.png) center/8px no-repeat;
}

.dl_def2 dt em {
	font-weight: 700;
	color: #fff;
}

.dl_def2 dt em .big {
	font-size: 18px;
	color: #fff;
}

.dl_def2 dt em .small {
	font-size: 10px;
	color: #fff;
}

.dl_def2 dd {
	line-height: 50px;
	height: 50px;
	text-align: center;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #ececec;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dl_def2 dd em {
	font-size: 18px;
	font-weight: 700;
	color: #e13828;
}

.dl_def2 dd em span {
	color: inherit;
}

.ul_def1 {
	padding-left: 1.4em;
}

.ul_def1 li {
	font-size: 14px;
	line-height: 24px;
	position: relative;
	margin-bottom: 10px;
	letter-spacing: .08em;
	list-style: disc outside;
}

.ul_def1 li:last-child {
	margin-bottom: 0;
}

/*
.ul_def1 li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '・';
}
*/
/** is-content **/
.is-content {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.p-content {
	padding: 0 20px;
	opacity: 0;
}

.checkbox {
	line-height: 20px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: calc(20px + 5px);
	cursor: pointer;
}

.checkbox:before {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	content: '';
	border: 1px solid #d5d5d5;
}

.checkbox:after {
	position: absolute;
	z-index: 1;
	top: calc(50% - (((14px / 12) * 5) / 2));
	left: calc((20px / 2) - (((14px / 12) * 5) / 2));
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(((14px / 12) * 5));
	height: 14px;
	margin-top: calc(((14px / 12) * 5) * -1);
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

.checkbox input[type='checkbox'] {
	position: absolute;
	z-index: 2;
	left: calc(20px * -1);
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	-webkit-transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
	transition: compact(all .3s ease-in-out, false, false, false, false, false, false, false, false, false);
	outline: none;
	-webkit-box-shadow: 20px 0 #fff;
	box-shadow: 20px 0 #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.checkbox input[type='checkbox']:checked {
	opacity: .1;
}

.checkbox input[type='checkbox']:checked:focus {
	opacity: .1;
	/*box-shadow : 20px 0px #666;*/
}

.checkbox input[type='checkbox']:focus {
	/*box-shadow : 20px 0px #EEE;*/
}

/* p-breadcrumbs */
.p-breadcrumbs {
	max-width: 1280px;
	margin: 130px auto 0 auto;
	text-align: left;
}

.p-breadcrumbs a {
	font-size: 10.5px;
	font-size: .65625rem;
	-webkit-transition: compact(all .3s ease, false, false, false, false, false, false, false, false, false);
	transition: compact(all .3s ease, false, false, false, false, false, false, false, false, false);
	letter-spacing: .03em;
	color: #969696;
}

.p-breadcrumbs a:hover {
	color: #000;
}

.p-breadcrumbs .pb-child {
	position: relative;
	padding-right: 25px;
}

.p-breadcrumbs .pb-child::before {
	position: absolute;
	top: 54%;
	right: 10px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
}

.p-breadcrumbs .pb-child::hover {
	color: #000;
}

.p-breadcrumbs .pb-child-active::before {
	display: none;
}

/* js__display */
.js__display {
	position: relative;
	-webkit-transition: -webkit-transform 600ms ease, -webkit-box-shadow 300ms ease 600ms;
	transition: -webkit-transform 600ms ease, -webkit-box-shadow 300ms ease 600ms;
	transition: transform 600ms ease, box-shadow 300ms ease 600ms;
	transition: transform 600ms ease, box-shadow 300ms ease 600ms, -webkit-transform 600ms ease, -webkit-box-shadow 300ms ease 600ms;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.js__display.js__show {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.js__display::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 600ms ease 600ms;
	transition: -webkit-transform 600ms ease 600ms;
	transition: transform 600ms ease 600ms;
	transition: transform 600ms ease 600ms, -webkit-transform 600ms ease 600ms;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	background-color: #000;
}

.js__display.js__show::after {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}

/* js__trans */
.js__trans {
	position: relative;
	overflow: hidden;
}

.js__trans:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 1.8s cubic-bezier(.16, 1.08, .38, .98);
	-webkit-transition: 1.8s cubic-bezier(.16, 1.08, .38, .98);
	transition: -webkit-transform 1.8s cubic-bezier(.16, 1.08, .38, .98);
	transition: 1.8s cubic-bezier(.16, 1.08, .38, .98);
	transition: transform 1.8s cubic-bezier(.16, 1.08, .38, .98), -webkit-transform 1.8s cubic-bezier(.16, 1.08, .38, .98);
	background: #fff;
}

.js__show.js__trans:after {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

/**** animation ****/
@-webkit-keyframes fadePage {
	from {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
		opacity: 0;
	}
}

@keyframes fadePage {
	from {
		-webkit-transform: translateY(25px);
		transform: translateY(25px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}

@keyframes fadeInUp {
	from {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeInDown {
	from {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@keyframes fadeInDown {
	from {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeInRight {
	from {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
}

@keyframes fadeInRight {
	from {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0;
	}
}

@keyframes fadeInLeft {
	from {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		opacity: 0;
	}
}

@-webkit-keyframes fadeInCenter {
	from {
		opacity: 0;
	}
}

@keyframes fadeInCenter {
	from {
		opacity: 0;
	}
}

.fadePage {
	-webkit-animation: fadePage .5s ease both;
	animation: fadePage .5s ease both;
	opacity: 1 !important;
}

.fadeInUp {
	-webkit-animation: fadeInUp 1s ease both;
	animation: fadeInUp 1s ease both;
	opacity: 1 !important;
}

.fadeInDown {
	-webkit-animation: fadeInDown 1s ease both;
	animation: fadeInDown 1s ease both;
	opacity: 1 !important;
}

.fadeInRight {
	-webkit-animation: fadeInRight 1s ease both;
	animation: fadeInRight 1s ease both;
	opacity: 1 !important;
}

.fadeInLeft {
	-webkit-animation: fadeInLeft 1s ease both;
	animation: fadeInLeft 1s ease both;
	opacity: 1 !important;
}

.fadeInCenter {
	-webkit-animation: fadeInCenter .8s ease both;
	animation: fadeInCenter .8s ease both;
	opacity: 1 !important;
}

/*==================================================
 パンくずリスト
================================================== */
.breadcrumbs {
	font-size: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	text-align: left;
	letter-spacing: 0;
}

.breadcrumbs li {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	height: 20px;
	margin-right: 5px;
	white-space: nowrap;
	letter-spacing: .1em;
	color: #939393;
}

.breadcrumbs li:first-child {
	padding-left: 18px;
	background: url(../images/common/ico_home@2x.png) left center/15px no-repeat;
}

.breadcrumbs li:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}

.breadcrumbs li a {
	color: #7bc3ce;
}

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

/*==================================================
 カテゴリタブ
================================================== */
.cate_nav {
	overflow-y: hidden;
	height: 200px;
	margin-top: -80px;
	padding-top: 80px;
}

.cate_nav ul {
	font-size: 0;
	overflow-x: scroll;
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 17px;
	white-space: nowrap;
	letter-spacing: 0;
}

.cate_nav ul li {
	display: inline-block;
	overflow: hidden;
	width: 150px;
	vertical-align: top;
	border-right: 1px solid #e2ded7;
}

.cate_nav ul li:first-child {
	border-top-left-radius: 10px;
}

.cate_nav ul li:last-child {
	border-right: none;
	border-top-right-radius: 10px;
}

.cate_nav ul li a {
	font-size: 12px;
	font-weight: 500;
	display: block;
	width: 100%;
	height: 120px;
	padding-top: 16px;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	letter-spacing: .1em;
	color: #c8c6c1;
	border-top: 4px solid #c8c6c1;
	background-color: #e6e4df;
}

.cate_nav ul li a .cate_ico {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;
	-webkit-transition: background ease .4s;
	transition: background ease .4s;
	border-radius: 5px;
	background-color: #c8c6c1;
}

.cate_nav ul li a:hover .cate_ico img {
	opacity: 1;
}

.cate_nav ul li.active {
	font-weight: 700;
}

.cate_nav ul li.active a {
	background-color: #fbf9f4;
}

.cate_nav ul li.active.all a {
	color: #7bc3ce;
	border-top-color: #7bc3ce;
}

.cate_nav ul li.active.all a .cate_ico {
	background-color: #7bc3ce;
}

.cate_nav ul li.active.fashion a {
	color: #ed6c6c;
	border-top-color: #ed6c6c;
}

.cate_nav ul li.active.fashion a .cate_ico {
	background-color: #ed6c6c;
}

.cate_nav ul li.active.lifestyle a {
	color: #3696cc;
	border-top-color: #3696cc;
}

.cate_nav ul li.active.lifestyle a .cate_ico {
	background-color: #3696cc;
}

.cate_nav ul li.active.food a {
	color: #ed9d35;
	border-top-color: #ed9d35;
}

.cate_nav ul li.active.food a .cate_ico {
	background-color: #ed9d35;
}

.cate_nav ul li.active.beauty_health a {
	color: #f06ba0;
	border-top-color: #f06ba0;
}

.cate_nav ul li.active.beauty_health a .cate_ico {
	background-color: #f06ba0;
}

.cate_nav ul li.active.service_other a {
	color: #5eba65;
	border-top-color: #5eba65;
}

.cate_nav ul li.active.service_other a .cate_ico {
	background-color: #5eba65;
}

.cate_nav ul li.active.cafe a {
	color: #2fa680;
	border-top-color: #2fa680;
}

.cate_nav ul li.active.cafe a .cate_ico {
	background-color: #2fa680;
}

.cate_nav ul li.all a:hover {
	color: #7bc3ce;
}

.cate_nav ul li.all a:hover .cate_ico {
	background-color: #7bc3ce;
}

.cate_nav ul li.fashion a:hover {
	color: #ed6c6c;
}

.cate_nav ul li.fashion a:hover .cate_ico {
	background-color: #ed6c6c;
}

.cate_nav ul li.lifestyle a:hover {
	color: #3696cc;
}

.cate_nav ul li.lifestyle a:hover .cate_ico {
	background-color: #3696cc;
}

.cate_nav ul li.food a:hover {
	color: #ed9d35;
}

.cate_nav ul li.food a:hover .cate_ico {
	background-color: #ed9d35;
}

.cate_nav ul li.beauty_health a:hover {
	color: #f06ba0;
}

.cate_nav ul li.beauty_health a:hover .cate_ico {
	background-color: #f06ba0;
}

.cate_nav ul li.service_other a:hover {
	color: #5eba65;
}

.cate_nav ul li.service_other a:hover .cate_ico {
	background-color: #5eba65;
}

.cate_nav ul li.cafe a:hover {
	color: #2fa680;
}

.cate_nav ul li.cafe a:hover .cate_ico {
	background-color: #2fa680;
}

/*==================================================
 アーカイブリスト
================================================== */
.archive_list_wrap {
	padding: 60px 0 40px;
	background-color: #fbf9f4;
}

.archive_list_wrap>p {
	font-size: 14px;
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: .1em;
}

.archive_list {
	font-size: 0;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0;
}

.archive_list li {
	display: inline-block;
	width: 225px;
	margin-right: 60px;
	margin-bottom: 60px;
	vertical-align: top;
}

.archive_list li:nth-child(4n) {
	margin-right: 0;
}

.archive_list li a {
	display: block;
}

.archive_list li a .photo {
	overflow: hidden;
	width: 100%;
	height: 225px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.archive_list li a .photo img {
	height: auto !important;
	-webkit-transition: opacity ease .4s;
	transition: opacity ease .4s;
}

.archive_list li a:hover .photo img {
	opacity: .8;
}

.archive_list li a .cate_label {
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	display: block;
	width: 100%;
	height: 24px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: .1em;
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	border-radius: 12px;
}

.archive_list li a .cate_label.fashion_label {
	color: #ed6c6c;
	border-color: #ed6c6c;
}

.archive_list li a .cate_label.lifestyle_label {
	color: #3696cc;
	border-color: #3696cc;
}

.archive_list li a .cate_label.food_label {
	color: #ed9d35;
	border-color: #ed9d35;
}

.archive_list li a .cate_label.beauty_health_label {
	color: #f06ba0;
	border-color: #f06ba0;
}

.archive_list li a .cate_label.service_other_label {
	color: #5eba65;
	border-color: #5eba65;
}

.archive_list li a .cate_label.cafe_label {
	color: #2fa680;
	border-color: #2fa680;
}

.archive_list li a .cate_label.post_label {
	color: #fff;
	background-color: #7bc3ce;
}

.archive_list li a .cate_txt {
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	display: block;
	margin-bottom: 6px;
	letter-spacing: .1em;
}

.archive_list li a .cate_txt.fashion_txt {
	color: #ed6c6c;
}

.archive_list li a .cate_txt.lifestyle_txt {
	color: #3696cc;
}

.archive_list li a .cate_txt.food_txt {
	color: #ed9d35;
}

.archive_list li a .cate_txt.beauty_health_txt {
	color: #f06ba0;
}

.archive_list li a .cate_txt.service_other_txt {
	color: #5eba65;
}

.archive_list li a .cate_txt.cafe_txt {
	color: #2fa680;
}

.archive_list li a .cate_txt.information_txt {
	margin-bottom: 0;
	padding-top: 8px;
	color: #7bc3ce;
}

.archive_list li a em {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	letter-spacing: .1em;
}

.archive_list li a:hover em {
	color: #7bc3ce;
}

.archive_list li a:hover em.fashion_name {
	color: #ed6c6c;
}

.archive_list li a:hover em.lifestyle_name {
	color: #3696cc;
}

.archive_list li a:hover em.food_name {
	color: #ed9d35;
}

.archive_list li a:hover em.beauty_health_name {
	color: #f06ba0;
}

.archive_list li a:hover em.service_other_name {
	color: #5eba65;
}

.archive_list li a:hover em.cafe_name {
	color: #2fa680;
}

.archive_list li a .shop_floor {
	font-size: 12px;
	display: block;
	letter-spacing: .1em;
	color: #939393;
}

.archive_list li a .date {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	letter-spacing: .1em;
	color: #939393;
}

.archive_list li a .txt {
	overflow: hidden;
}

.archive_list li a .txt p {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	letter-spacing: .06em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.archive_list li.simple_list_li a:hover .txt p {
	color: #7bc3ce;
}

.archive_list li.simple_list_li a:hover .txt p.fashion {
	color: #ed6c6c;
}

.archive_list li.simple_list_li a:hover .txt p.lifestyle {
	color: #3696cc;
}

.archive_list li.simple_list_li a:hover .txt p.food {
	color: #ed9d35;
}

.archive_list li.simple_list_li a:hover .txt p.beauty_health {
	color: #f06ba0;
}

.archive_list li.simple_list_li a:hover .txt p.service_other {
	color: #5eba65;
}

.archive_list li.simple_list_li a:hover .txt p.cafe {
	color: #2fa680;
}

.archive_list.simple_list li a:hover .txt p {
	color: #7bc3ce;
}

.archive_list.simple_list li a:hover .txt p.fashion {
	color: #ed6c6c;
}

.archive_list.simple_list li a:hover .txt p.lifestyle {
	color: #3696cc;
}

.archive_list.simple_list li a:hover .txt p.food {
	color: #ed9d35;
}

.archive_list.simple_list li a:hover .txt p.beauty_health {
	color: #f06ba0;
}

.archive_list.simple_list li a:hover .txt p.service_other {
	color: #5eba65;
}

.archive_list.simple_list li a:hover .txt p.cafe {
	color: #2fa680;
}

/*==================================================
 ページネーション
================================================== */
.pagination {
	font-size: 0;
	font-weight: 700;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0;
}

.pagination a {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 7.5px;
	-webkit-transition: background ease .2s;
	transition: background ease .2s;
	vertical-align: top;
	color: #fff;
	border-radius: 25px;
	background-color: #7bc3ce;
}

.pagination a:hover {
	color: #7bc3ce;
	background-color: #fff;
}

.pagination span {
	font-size: 22px;
	line-height: 50px;
	display: inline-block;
	height: 50px;
	margin: 0 7.5px;
	vertical-align: top;
	color: #7b7974;
}

.pagination span.current {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	width: 50px;
	height: 50px;
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	border-radius: 25px;
	background-color: #fff;
}

.pagination .mb_page_navi {
	display: none;
}

/*==================================================
 テーブル
================================================== */
.table_def1 {
	font-size: 14px;
	width: 100%;
	letter-spacing: .08em;
}

.table_def1 tr th {
	line-height: 24px;
	padding: 20px 25px;
	vertical-align: top;
	white-space: nowrap;
	border: 1px solid #e4e4e4;
	border-left: 1px solid #ececec;
	background-color: #ececec;
}

.table_def1 tr:first-child th {
	border-top: 1px solid #ececec;
}

.table_def1 tr:last-child th {
	border-bottom: 1px solid #ececec;
}

.table_def1 tr td {
	line-height: 24px;
	padding: 20px;
	border: 1px solid #e4e4e4;
	background-color: #fff;
}

.table_def2 {
	font-size: 14px;
	width: 100%;
	border: 1px solid #fbf9f4;
	background-color: #fbf9f4;
}

.table_def2 tr th {
	line-height: 24px;
	width: 110px;
	padding: 30px 25px;
	border: 1px solid #fff;
}

.table_def2 tr td {
	line-height: 24px;
	padding: 30px 20px;
	border: 1px solid #fff;
}

/*----------------------------------------
	footer
----------------------------------------*/
.bnr_area {
	padding: 100px 0 120px;
	background-color: #fff;
}

.bnr_area ul {
	font-size: 0;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0;
}

.bnr_area ul li {
	display: inline-block;
	width: 320px;
	margin-right: 60px;
	margin-bottom: 40px;
	vertical-align: top;
}

.bnr_area ul li:nth-child(3n) {
	margin-right: 0;
}

.bnr_area ul li a {
	display: block;
}

.pagetop {
	position: fixed;
	z-index: 10;
	right: 40px;
	bottom: 30px;
	display: none;
	width: 50px;
	height: 50px;
}

.pagetop a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: .9;
	border: 1px solid #7bc3ce;
	border-radius: 25px;
	background-color: #fff;
}

.pagetop a img {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	width: 17px;
	margin: -8.5px auto 0;
}

.pagetop a:hover {
	opacity: 1;
}

.pagetop a:hover img {
	margin-top: -12px;
	opacity: 1;
}

.footer {
	padding: 100px 0 60px;
	background-color: #f0f0f0;
}

.footer_inner {
	width: 800px;
	max-width: 90%;
	margin: 0 auto 120px;
}

.footer_inner .left_box {
	float: left;
	width: 280px;
}

.footer_inner .left_box .f_logo {
	width: 258px;
	margin-bottom: 30px;
}

.footer_inner .left_box .f_logo a {
	display: block;
}

.footer_inner .left_box .f_logo a:hover img {
	opacity: 1;
}

.footer_inner .left_box .access_nav {
	font-size: 0;
	letter-spacing: 0;
}

.footer_inner .left_box .access_nav li {
	display: inline-block;
	margin-right: 25px;
	vertical-align: top;
}

.footer_inner .left_box .access_nav li:last-child {
	margin-right: 0;
}

.footer_inner .left_box .access_nav li a {
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 4px 0;
	letter-spacing: .1em;
}

.footer_inner .left_box .access_nav li a:hover {
	text-decoration: underline;
}

.footer_inner .left_box .access_nav li.link_access a {
	padding-left: 23px;
	background: url(../images/common/ico_access@2x.png) left top/auto 20px no-repeat;
}

.footer_inner .left_box .access_nav li.link_parking a {
	padding-left: 28px;
	background: url(../images/common/ico_parking@2x.png) left 2px/auto 17px no-repeat;
}

.footer_inner .footer_info {
	float: right;
	width: 390px;
	text-align: left;
}

.footer_inner .footer_info>p {
	font-size: 24px;
	margin-bottom: 25px;
	letter-spacing: .08em;
}

.footer_inner .footer_info>p em {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-left: 15px;
	padding-top: 8px;
	letter-spacing: 0;
}

.footer_inner .footer_info .hours_list {
	margin-bottom: 15px;
	border-top: 1px solid #dfdbd4;
}

.footer_inner .footer_info .hours_list li {
	padding: 25px 0;
	border-bottom: 1px solid #dfdbd4;
}

.footer_inner .footer_info .hours_list li .shop_name {
	font-size: 14px;
	display: block;
	float: left;
	letter-spacing: .1em;
}

.footer_inner .footer_info .hours_list li .shop_name small {
	font-size: 10px;
	display: inline-block;
	margin-left: 5px;
	padding-top: 5px;
	letter-spacing: .04em;
	color: #939393;
}

.footer_inner .footer_info .hours_list li em {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	display: block;
	float: right;
	padding-top: 0;
	text-align: right;
}

.footer_inner .footer_info .hours_list li em span {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	padding-right: 10px;
}

.footer_inner .footer_info .hours_list li em span.lo_time {
	padding-right: 0;
}

.footer_inner .footer_info .hours_list li:last-child .shop_name {
	/* padding-top: 10px; */
}

.footer_inner .footer_info>small {
	font-size: 14px;
	letter-spacing: .08em;
	color: #939393;
}

.footer .footer_sns {
	margin-bottom: 90px;
	text-align: center;
}

.footer .footer_sns ul {
	font-size: 0;
	letter-spacing: 0;
}

.footer .footer_sns ul li {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}

.footer .footer_sns ul li a {
	font-size: 24px;
}

.footer .footer_sns ul li a i {
	-webkit-transition: color ease .2s;
	transition: color ease .2s;
}

.footer .footer_sns ul li a:hover i {
	color: #7bc3ce;
}

.footer .footer_nav {
	margin-bottom: 70px;
}

.footer .footer_nav ul {
	font-size: 0;
	letter-spacing: 0;
}

.footer .footer_nav ul li {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}

.footer .footer_nav ul li a {
	font-size: 14px;
	letter-spacing: .06em;
}

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

.footer .copy {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	display: block;
	color: #939393;
}

.footer .copy a {
	color: inherit;
}

.footer .copy a:hover {
	text-decoration: underline;
}

/*----------------------------------------
	header
----------------------------------------*/
.header {
	z-index: 9800;
	top: 0;
	left: 0;
	width: 100%;
	height: 224px;
	padding-top: 50px;
	background: url(../images/common/bg_header.jpg) left top/auto 10px repeat-x #fff;
}

.header_inner {
	max-width: 1080px;
	margin: 0 auto 40px;
	text-align: left;
}

.header_inner .h_logo {
	float: left;
	width: 200px;
}

.header_inner .h_logo a {
	display: block;
}

.header_inner .h_logo a:hover img {
	opacity: 1;
}

.header_inner .right_nav {
	display: block;
	float: right;
	padding-top: 20px;
}

.header_inner .right_nav .access_nav {
	float: left;
	margin-right: 25px;
}

.header_inner .right_nav .access_nav li {
	float: left;
	margin-right: 30px;
}

.header_inner .right_nav .access_nav li:last-child {
	margin-right: 0;
}

.header_inner .right_nav .access_nav li a {
	font-size: 14px;
	font-weight: 500;
	display: block;
	padding: 4px 0;
	letter-spacing: .1em;
}

.header_inner .right_nav .access_nav li a:hover {
	text-decoration: underline;
}

.header_inner .right_nav .access_nav li.link_access a {
	padding-left: 23px;
	background: url(../images/common/ico_access@2x.png) left top/auto 20px no-repeat;
}

.header_inner .right_nav .access_nav li.link_parking a {
	padding-left: 28px;
	background: url(../images/common/ico_parking@2x.png) left 2px/auto 17px no-repeat;
}

.header_inner .right_nav .header_search {
	float: left;
	margin-top: -8px;
}

.header_inner .right_nav .header_search form {
	min-width: 270px;
	height: 40px;
	padding: 0 10px 0 20px;
	border-radius: 20px;
	background-color: #ececec;
}

.header_inner .right_nav .header_search form label {
	display: none;
}

.header_inner .right_nav .header_search form input[type='text'] {
	font-size: 14px;
	line-height: 40px;
	width: 215px;
	letter-spacing: .1em;
}

.header_inner .right_nav .header_search form input[type='text']::-webkit-input-placeholder {
	color: #939393;
}

.header_inner .right_nav .header_search form input[type='text']::-moz-placeholder {
	color: #939393;
}

.header_inner .right_nav .header_search form input[type='text']::-ms-input-placeholder {
	color: #939393;
}

.header_inner .right_nav .header_search form input[type='text']::placeholder {
	color: #939393;
}

.header_inner .right_nav .header_search form input[type='text']:valid {
	background-color: #ececec;
}

.header_inner .right_nav .header_search form input[type='text']:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #ececec inset;
}

.header_inner .right_nav .header_search form input[type='submit'] {
	font-size: 0;
	width: 18px;
	height: 18px;
	background: url(../images/common/ico_search@2x.png) center/18px no-repeat;
}

.header_inner .sp_nav {
	display: none;
}

.header .nav_btn {
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
	cursor: pointer;
}

.header .g_nav {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	text-align: center;
}

.header .g_nav .nav_btn {
	position: absolute;
	z-index: -1;
	top: 20px;
	right: auto;
	left: 320px;
	-webkit-transition: opacity ease .2s;
	transition: opacity ease .2s;
	opacity: 0;
}

.header .g_nav .nav_btn span {
	background-color: #fff;
}

.header .g_nav_inner .sp_logo {
	display: none;
	width: 100%;
	padding: 8px 0;
	background-color: #fff;
}

.header .g_nav_inner .sp_logo a {
	display: block;
	width: 134px;
	margin: 0 auto;
}

.header .g_nav_inner .sp_search {
	display: none;
	width: 100%;
	padding: 15px 10px;
	background-color: #ececec;
}

.header .g_nav_inner .sp_search form {
	width: 100%;
	height: 30px;
	padding: 0 10px 0 20px;
	border-radius: 15px;
	background-color: #fff;
}

.header .g_nav_inner .sp_search form label {
	display: none;
}

.header .g_nav_inner .sp_search form input[type='text'] {
	font-size: 12px;
	line-height: 30px;
	width: 225px;
	max-width: 90%;
	letter-spacing: .1em;
}

.header .g_nav_inner .sp_search form input[type='text']::-webkit-input-placeholder {
	color: #939393;
}

.header .g_nav_inner .sp_search form input[type='text']::-moz-placeholder {
	color: #939393;
}

.header .g_nav_inner .sp_search form input[type='text']::-ms-input-placeholder {
	color: #939393;
}

.header .g_nav_inner .sp_search form input[type='text']::placeholder {
	color: #939393;
}

.header .g_nav_inner .sp_search form input[type='text']:valid {
	background-color: #fff;
}

.header .g_nav_inner .sp_search form input[type='text']:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.header .g_nav_inner .sp_search form input[type='submit'] {
	font-size: 0;
	width: 15px;
	height: 15px;
	background: url(../images/common/ico_search@2x.png) center/15px no-repeat;
}

.header .g_nav_inner>ul {
	text-align: left;
	padding-left: 58px;
}

.header .g_nav_inner>ul.sp_nav {
	display: none;
}

.header .g_nav_inner>ul li {
	display: inline-block;
	margin-left: 45px;
	vertical-align: top;
}

.header .g_nav_inner>ul li:first-child {
	margin-left: 0;
}

.header .g_nav_inner>ul li a {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	display: block;
	padding-bottom: 12px;
	letter-spacing: 0;
}


.header .g_nav_inner>ul li a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	margin: 0 auto;
	content: '';
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
	border-radius: 1px;
	background-color: #7bc3ce;
}

.header .g_nav_inner>ul li:hover a::after,
.header .g_nav_inner>ul li.active a::after {
	width: 100%;
}



.header .g_nav_inner .sp_nav_info {
	display: none;
	margin-bottom: 40px;
	padding: 30px 10px 0;
}

@media only screen and (min-width: 1000px) {
	.header .g_nav_inner>ul.purasawa li.purasawa_btn a::after {
		display: none;
	}

	@media screen and (max-width: 1200px) {
		.header .g_nav_inner>ul.purasawa {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			padding: 0 20px;
		}

		.header .g_nav_inner>ul.purasawa li {
			margin-left: 0;
		}

		.header .g_nav_inner>ul.purasawa li:first-of-type {
			margin-left: 0;
		}

		.header .g_nav_inner>ul.purasawa li.purasawa_btn {
			margin-left: 0;
		}
	}

	.header .g_nav_inner>ul li.purasawa_btn {
		margin: -10px 0 0 47px;
	}

	.header .g_nav_inner>ul li.purasawa_btn a {
		width: 180px;
		height: 40px;
		font-size: 16px;
		color: #fff;
		font-weight: 700;
		line-height: 2;
		letter-spacing: 0.1em;
		background-color: #7bc3ce;
		border: solid 1px #7bc3ce;
		border-radius: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 5px;
		position: relative;
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}

	.header .g_nav_inner>ul.purasawa li.purasawa_btn a::before {
		content: "";
		width: 16px;
		height: 13px;
		background: url(../images/purasawa/purasawa_arrow.png) no-repeat center/contain;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
}



.header .g_nav_inner .sp_nav_info>p {
	font-size: 15px;
	margin-bottom: 25px;
	text-align: center;
	letter-spacing: .08em;
}

.header .g_nav_inner .sp_nav_info>p em {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 700;
	display: block;
	padding-top: 8px;
	letter-spacing: 0;
}

.header .g_nav_inner .sp_nav_info .hours_list {
	margin-bottom: 15px;
	border-top: 1px solid #dfdbd4;
}

.header .g_nav_inner .sp_nav_info .hours_list li {
	padding: 15px 0;
	border-bottom: 1px solid #dfdbd4;
}

.header .g_nav_inner .sp_nav_info .hours_list li .shop_name {
	font-size: 12px;
	display: block;
	float: left;
	letter-spacing: .1em;
	text-align: left;
}

.header .g_nav_inner .sp_nav_info .hours_list li .shop_name small {
	font-size: 10px;
	display: block;
	padding-top: 5px;
	letter-spacing: .04em;
	color: #939393;
}

.header .g_nav_inner .sp_nav_info .hours_list li em {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	display: block;
	float: right;
	padding-top: 6px;
	text-align: right;
}

.header .g_nav_inner .sp_nav_info .hours_list li em span {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 10px;
	font-weight: 500;
	display: inline-block;
	padding-right: 10px;
}

.header .g_nav_inner .sp_nav_info .hours_list li em span.lo_time {
	padding-right: 0 !important;
}

.dn {
	display: none !important;
}

.header .g_nav_inner .sp_nav_info .hours_list li:last-child em {
	padding-top: 0;
}

.header .g_nav_inner .sp_nav_info>small {
	font-size: 10px;
	letter-spacing: .08em;
	color: #939393;
}

.header .g_nav_inner .sp_sns {
	display: none;
	text-align: center;
}

.header .g_nav_inner .sp_sns ul {
	font-size: 0;
	letter-spacing: 0;
}

.header .g_nav_inner .sp_sns ul li {
	display: inline-block;
	padding: 0 8px;
	vertical-align: top;
}

.header .g_nav_inner .sp_sns ul li a {
	font-size: 18px;
}

.header .g_nav .g_nav_overlay {
	display: none;
}

.pc_nav {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	overflow: hidden;
	width: 100%;
	height: 80px;
	max-height: 0;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
	background-color: rgba(255, 255, 255, .9);
}

.pc_nav.show {
	max-height: 80px;
}

.pc_nav_inner {
	width: 1080px;
	margin: 0 auto;
	padding-top: 20px;
}

.pc_nav_inner .pc_logo {
	float: left;
	width: 150px;
}

.pc_nav_inner .pc_logo a {
	display: block;
}

.pc_nav_inner .pc_logo a:hover img {
	opacity: 1;
}

.pc_nav_inner ul {
	font-size: 0;
	float: right;
	padding-top: 13px;
	text-align: right;
	letter-spacing: 0;
}

.pc_nav_inner ul li {
	font-size: 16px;
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	letter-spacing: .16em;
}

.pc_nav_inner ul li:last-child {
	margin-right: 0;
}

.pc_nav_inner ul li a {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	display: block;
	padding-bottom: 12px;
	letter-spacing: .2em;
}

.pc_nav_inner ul li a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	margin: 0 auto;
	content: '';
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
	border-radius: 1px;
	background-color: #7bc3ce;
}

.pc_nav_inner ul li:hover a::after,
.pc_nav_inner ul li.active a::after {
	width: 100%;
}

.sub_visual {
	width: 100%;
	margin-bottom: 20px;
	padding: 90px 0 80px;
	background-color: #f4f4f4;
}

.sub_visual h2 {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: .16em;
}

.sub_visual h2 span {
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding-top: 20px;
	letter-spacing: .1em;
	color: #7bc3ce;
}

.sub_visual_img {
	padding: 0;
	background: url(../images/shop_novelty/bg_main.png) center top/auto 20px repeat-x;
}

.sub_visual_img h2 {
	width: 1080px;
	margin: 0 auto;
}

/*----------------------------------------
	greeting
----------------------------------------*/
.greeting {
	padding: 0 0 40px;
}

.greeting_inner h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 40px;
	padding: 20px 20px;
	letter-spacing: .16em;
	color: #fff;
	background-color: #029da0;
}

.greeting_inner p {
	font-size: 18px;
	line-height: 36px;
	/*margin-bottom: 30px;*/
	padding: 0 20px;
	letter-spacing: .06em;
}

.greeting_inner .br_sp {
	display: none;
}

.greeting_inner .more_link {
	width: 600px;
	background-color: #029da0;
}

.greeting_inner .more_link:hover {
	color: #029da0;
	border-color: #029da0;
}

/* Scss Document */
.page_recipe {
	max-width: 1200px;
}

.page_recipe .breadcrumbs,
.page_recipe .shop_news_list {
	padding: 0 60px;
}

.feature_detail {
	margin-bottom: 100px;
	text-align: left;
}

.feature_detail .main_visual {
	position: relative;
	z-index: 5;
	margin-bottom: 90px;
}

.feature_detail .main_visual h3 img {
	width: 100%;
	height: auto;
}

.feature_detail .single_topic {
	margin-bottom: 300px;
}

.feature_detail .topics {
	position: relative;
	padding: 0 45px;
}

.feature_detail .topics .beta_layer {
	position: absolute;
	z-index: 0;
	top: -180px;
	bottom: -90px;
	left: 50%;
	width: 120vw;
	-webkit-transform: skew(2deg, -2deg) translate(-50%, 0);
	-ms-transform: skew(2deg, -2deg) translate(-50%, 0);
	transform: skew(2deg, -2deg) translate(-50%, 0);
	pointer-events: none;
	background-color: #d3e8eb;
}

.feature_detail .topics .inner:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.feature_detail .topics .inner .topics_image {
	position: relative;
	z-index: 5;
	width: 435px;
}

.feature_detail .topics .inner .topics_image img {
	width: 100%;
	height: auto;
}

.feature_detail .topics .inner .topics_image .credit {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 2;
	margin-top: 20px;
	color: #999;
}

.feature_detail .topics .inner .topics_image .shop_info {
	margin-top: 20px;
	padding: 25px;
	text-align: center;
	border-radius: 5px;
	background-color: #f2f2f2;
}

.feature_detail .topics .inner .topics_image .shop_info .ttl {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: .05em;
	color: #999;
	-webkit-font-smoothing: antialiased;
}

.feature_detail .topics .inner .topics_image .shop_info a {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 45px;
	display: inline-block;
	width: 230px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	color: #fff;
	border: 1px solid #7bc3cf;
	border-radius: 25px;
	background-color: #7bc3cf;
	-webkit-font-smoothing: antialiased;
}

.feature_detail .topics .inner .topics_image .shop_info a:hover {
	color: #7bc3cf;
	background-color: #fff;
}

.feature_detail .topics .inner .content {
	position: relative;
	z-index: 6;
	width: 525px;
	padding-top: 40px;
}

.feature_detail .topics .inner .content .post_head {
	position: relative;
	margin-bottom: 20px;
}

.feature_detail .topics .inner .content .post_head .label {
	width: 145px;
	text-align: center;
	border: 1px solid #30486e;
}

.feature_detail .topics .inner .content .post_head .label dt {
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 700;
	height: 110px;
	padding-top: 20px;
	letter-spacing: .15em;
	color: #30486e;
	background-color: #fff;
}

.feature_detail .topics .inner .content .post_head .label dt span {
	font-size: 60px;
	font-size: 3.75rem;
	font-weight: 500;
	display: block;
	color: #30486e;
}

.feature_detail .topics .inner .content .post_head .label dd {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: .15em;
	color: #fff;
	background-color: #30486e;
	-webkit-font-smoothing: antialiased;
}

.feature_detail .topics .inner .content .post_head h3 {
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.3;
	position: absolute;
	top: 50%;
	left: 165px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	letter-spacing: .03em;
	color: #30486e;
}

.feature_detail .topics .inner .content .post_body p {
	font-size: 15px;
	font-size: .9375rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: .05em;
	color: #333;
}

.feature_detail .topics .inner .content .post_body p a {
	text-decoration: underline;
}

.feature_detail .topics .inner .content .post_body p a:hover {
	text-decoration: none;
}

.feature_detail .topics .gallery {
	font-size: 0;
	font-size: 0rem;
	position: relative;
	z-index: 5;
	margin-top: 40px;
}

.feature_detail .topics .gallery:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

.feature_detail .topics .gallery li {
	float: left;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
}

.feature_detail .topics .gallery li:nth-child(3) {
	margin-right: 0;
}

.feature_detail .topics .gallery_4lines li {
	width: calc((100% - 60px)/4);
	margin-right: 20px;
}

.feature_detail .topics .gallery_4lines li:nth-child(3) {
	margin-right: 20px;
}

.feature_detail .topics .gallery_4lines li:nth-child(4) {
	margin-right: 0;
}

.feature_detail .topics:nth-child(1) {
	margin-bottom: 130px;
}

.feature_detail .topics:nth-child(2) {
	padding-top: 130px;
}

.feature_detail .topics.pattern_a .topics_image {
	float: left;
}

.feature_detail .topics.pattern_a .content {
	float: right;
}

.feature_detail .topics.pattern_a .content .post_head {
	margin-left: -65px;
}

.feature_detail .topics.pattern_b .topics_image {
	float: right;
}

.feature_detail .topics.pattern_b .content {
	float: left;
	width: 530px;
}

.feature_detail .recipe_wrap {
	position: relative;
	margin-bottom: 300px;
}

.feature_detail .recipe_wrap .beta_layer {
	position: absolute;
	z-index: 0;
	top: -180px;
	bottom: -120px;
	left: 50%;
	width: 120vw;
	-webkit-transform: skew(2deg, -2deg) translate(-50%, 0);
	-ms-transform: skew(2deg, -2deg) translate(-50%, 0);
	transform: skew(2deg, -2deg) translate(-50%, 0);
	pointer-events: none;
	background-color: #fbf9f4;
}

.feature_detail .recipe_wrap .recipe {
	position: relative;
	z-index: 1;
	float: left;
	width: 820px;
}

.feature_detail .recipe_wrap .recipe .ttl_recipe {
	font-size: 40px;
	font-weight: 700;
	line-height: 52px;
	margin-bottom: 30px;
	letter-spacing: .06em;
	color: #402404;
}

.feature_detail .recipe_wrap .recipe .ttl_recipe span {
	display: block;
	width: 407px;
	margin-bottom: 30px;
}

.feature_detail .recipe_wrap .recipe .intro {
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 80px;
	letter-spacing: .11em;
}

.feature_detail .recipe_wrap .recipe .ttl_sub {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 30px;
	letter-spacing: .06em;
	color: #402404;
}

.feature_detail .recipe_wrap .recipe .recipe_detail {
	margin-bottom: 80px;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients {
	float: left;
	width: 360px;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list {
	width: 100%;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr {
	border-bottom: 1px dotted #e2d3c3;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr th,
.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr td {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 15px 0;
	letter-spacing: .11em;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr th {
	width: 50%;
	padding-right: 10px;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr th.full {
	font-weight: 700;
	padding-right: 0;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr td {
	padding-left: 10px;
	text-align: right;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr:first-child th,
.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr:first-child td {
	padding-top: 0;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_howto {
	float: right;
	width: 400px;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_howto .howto_list li {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	position: relative;
	min-height: 32px;
	margin-bottom: 40px;
	padding-left: 50px;
	letter-spacing: .11em;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_howto .howto_list li:last-child {
	margin-bottom: 0;
}

.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_howto .howto_list li span {
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	letter-spacing: .06em;
	color: #fff;
	border-radius: 5px;
	background-color: #d9bea2;
}

.feature_detail .recipe_wrap .recipe .recipe_point .ttl_point {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	letter-spacing: .06em;
	color: #402404;
	border-bottom: 1px solid #d9bea2;
}

.feature_detail .recipe_wrap .recipe .recipe_point .point_list li {
	margin-bottom: 40px;
}

.feature_detail .recipe_wrap .recipe .recipe_point .point_list li:last-child {
	margin-bottom: 0;
}

.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .photo {
	float: left;
	width: 360px;
}

.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt {
	float: right;
	width: 430px;
}

.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt h6 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 15px;
	letter-spacing: .06em;
}

.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt h6 span {
	font-size: 16px;
	line-height: 16px;
	display: block;
	height: 16px;
	margin-bottom: 15px;
	padding-left: 24px;
	letter-spacing: .06em;
	color: #d9bea2;
	background: url(../images/feature/ico_point@2x.png) left center/auto 15px no-repeat;
}

.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt p {
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: .11em;
}

.feature_detail .recipe_wrap .recipe_side {
	position: relative;
	z-index: 1;
	float: right;
	width: 320px;
}

.feature_detail .recipe_wrap .recipe_side .writer {
	margin-bottom: 60px;
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
}

.feature_detail .recipe_wrap .recipe_side .writer .ttl_writer {
	width: 102px;
	margin: 0 auto 2px;
}

.feature_detail .recipe_wrap .recipe_side .writer .photo {
	overflow: hidden;
	width: 200px;
	margin: 0 auto 15px;
	border-radius: 50%;
}

.feature_detail .recipe_wrap .recipe_side .writer .sub_ttl_writer {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: .18em;
}

.feature_detail .recipe_wrap .recipe_side .writer .name {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: .18em;
}

.feature_detail .recipe_wrap .recipe_side .writer .name span {
	font-size: 10px;
	display: inline-block;
	letter-spacing: .18em;
	color: #979797;
}

.feature_detail .recipe_wrap .recipe_side .writer .txt {
	font-size: 12px;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: .06em;
}

.feature_detail .recipe_wrap .recipe_side .food .ttl_food {
	font-size: 18px;
	font-weight: 500;
	line-height: 50px;
	position: relative;
	height: 50px;
	margin-bottom: 29px;
	text-align: center;
	letter-spacing: .16em;
	color: #fff;
	border-radius: 5px;
	background-color: #d9bea2;
}

.feature_detail .recipe_wrap .recipe_side .food .ttl_food::after {
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 12px;
	height: 10px;
	margin: 0 auto;
	content: '';
	background: url(../images/feature/ttl_food@2x.png) center/100% no-repeat;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li {
	overflow: hidden;
	margin-bottom: 40px;
	border-radius: 5px;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li:last-child {
	margin-bottom: 0;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li .photo img {
	width: 100%;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl {
	padding: 30px;
	background-color: #fff;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 10px;
	letter-spacing: .06em;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl .txt {
	font-size: 12px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 30px;
	letter-spacing: .06em;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl .shop_info {
	text-align: center;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl .shop_info .ttl_shop {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 20px;
	letter-spacing: .11em;
	color: #999;
	-webkit-font-smoothing: antialiased;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl .shop_info a {
	font-size: 14px;
	font-size: .875rem;
	font-weight: 600;
	line-height: 45px;
	display: inline-block;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	letter-spacing: .18em;
	color: #fff;
	border: 1px solid #7bc3cf;
	border-radius: 25px;
	background-color: #7bc3cf;
	-webkit-font-smoothing: antialiased;
}

.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl .shop_info a:hover {
	color: #7bc3cf;
	background-color: #fff;
}

.feature_detail .recipe_wrap .recipe_bnr {
	position: relative;
	z-index: 1;
	clear: both;
	padding: 180px 60px 0;
}

.feature_detail .recipe_wrap .recipe_bnr a {
	display: block;
}

.feature_nav {
	overflow-y: hidden;
	margin-top: -80px;
	padding-top: 80px;
}

.feature_nav ul {
	font-size: 0;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0;
}

.feature_nav ul li {
	display: inline-block;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: calc((100% - 2px) / 3);
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e2ded7;
	background-color: #fbf9f4;
}

.feature_nav ul li:first-child {
	border-top-left-radius: 10px;
}

.feature_nav ul li:last-child {
	border-right: none;
	border-top-right-radius: 10px;
}

.feature_nav ul li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 76px;
	display: block;
	height: 80px;
	padding: 0 40px;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	letter-spacing: .1em;
	color: #c8c6c1;
	border-top: 4px solid #c8c6c1;
	background-color: #e6e4df;
}

.feature_nav ul li a:hover {
	color: #7bc3ce;
}

.feature_nav ul li.active a {
	color: #7bc3ce;
	border-top-color: #7bc3ce;
	background-color: #fbf9f4;
}

/* Scss Document */
#floor_map {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1080px;
	margin: -80px auto 80px;
	padding-top: 80px;
}

#floor_map .floor_nav {
	width: 160px;
}

#floor_map .floor_nav_inner {
	padding-bottom: 17px;
}

#floor_map .floor_nav ul {
	overflow-x: visible;
}

#floor_map .floor_nav ul li {
	font-size: 20px;
	height: 80px;
	margin-bottom: 2px;
	letter-spacing: .06em;
	color: #fff;
}

#floor_map .floor_nav ul li span {
	display: block;
	height: 100%;
	padding-top: 22px;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #cbcbcb;
}

#floor_map .floor_nav ul li span small {
	font-size: 11px;
	display: block;
	padding-top: 8px;
	color: #fff;
}

#floor_map .floor_nav ul li a {
	position: relative;
	display: block;
	height: 100%;
	padding-top: 28px;
	-webkit-transition: background ease .2s;
	transition: background ease .2s;
	color: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #7bc3ce;
}

#floor_map .floor_nav ul li a:hover {
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	border-right: none;
	background-color: #fff;
}

#floor_map .floor_nav ul li.active a {
	font-weight: 500;
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	background-color: #fff;
}

#floor_map .floor_nav ul li.active a::after {
	position: absolute;
	top: 0;
	right: -2px;
	display: block;
	width: 2px;
	height: 100%;
	content: '';
	background-color: #fff;
}

#floor_map .floor_map {
	overflow: hidden;
	padding-bottom: 25px;
	border: 1px solid #7bc3ce;
	border-radius: 5px;
	border-top-left-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#floor_map .floor_map .map {
	position: relative;
}

#floor_map .floor_map .map .num_list li {
	position: absolute;
	width: 70px;
}

#floor_map .floor_map .map .num_list li a {
	display: block;
}

/*
#floor_map .floor_map .map_b2f li:nth-child(1) {
	top: 308px;
	left: 131px;
}
*/
#floor_map .floor_map .map_b2f li:nth-child(1) {
	top: 280px;
	left: 292px;
}

#floor_map .floor_map .map_b2f li:nth-child(2) {
	top: 336px;
	left: 528px;
}

#floor_map .floor_map .map_b2f li:nth-child(3) {
	top: 336px;
	left: 528px;
}

#floor_map .floor_map .map_b1f li:nth-child(1) {
	top: 191px;
	left: 144px;
}

#floor_map .floor_map .map_b1f li:nth-child(2) {
	top: 335px;
	left: 144px;
}

#floor_map .floor_map .map_b1f li:nth-child(3) {
	top: 421px;
	left: 189px;
}

#floor_map .floor_map .map_b1f li:nth-child(4) {
	top: 335px;
	left: 266px;
}

#floor_map .floor_map .map_b1f li:nth-child(5) {
	top: 206px;
	left: 369px;
}

#floor_map .floor_map .map_b1f li:nth-child(6) {
	top: 370px;
	left: 369px;
}

#floor_map .floor_map .map_b1f li:nth-child(7) {
	top: 447px;
	left: 369px;
}

#floor_map .floor_map .map_b1f li:nth-child(8) {
	top: 178px;
	left: 457px;
}

#floor_map .floor_map .map_b1f li:nth-child(9) {
	top: 370px;
	left: 440px;
}

#floor_map .floor_map .map_b1f li:nth-child(10) {
	top: 320px;
	left: 610px;
}

/* 弐ノ弐のもう一つの店舗 */
/*
#floor_map .floor_map .map_b1f li:last-child { 
    top: 370px;
    left: 366px;
}
*/


#floor_map .floor_map .map_1f li:nth-child(1) {
	top: 327px;
	left: 130px;
}

#floor_map .floor_map .map_1f li:nth-child(2) {
	top: 170px;
	left: 300px;
}

#floor_map .floor_map .map_1f li:nth-child(3) {
	top: 222px;
	left: 264px;
}

#floor_map .floor_map .map_1f li:nth-child(4) {
	top: 364px;
	left: 264px;
}

#floor_map .floor_map .map_1f li:nth-child(5) {
	top: 425px;
	left: 186px;
}

#floor_map .floor_map .map_1f li:nth-child(6) {
	top: 220px;
	left: 490px;
}

#floor_map .floor_map .map_1f li:nth-child(7) {
	top: 318px;
	left: 407px;
}

#floor_map .floor_map .map_1f li:nth-child(8) {
	top: 437px;
	left: 398px;
}

#floor_map .floor_map .map_1f li:nth-child(9) {
	top: 305px;
	left: 675px;
}

#floor_map .floor_map .map_1f li:nth-child(10) {
	top: 420px;
	left: 675px;
}

#floor_map .floor_map .map_1f li:nth-child(11) {
	top: 420px;
	left: 813px;
}



#floor_map .floor_map .map_2f li:nth-child(1) {
	top: 332px;
	left: 200px;
}

#floor_map .floor_map .map_2f li:nth-child(2) {
	top: 202px;
	left: 333px;
}

#floor_map .floor_map .map_2f li:nth-child(3) {
	top: 273px;
	left: 368px;
}

#floor_map .floor_map .map_2f li:nth-child(4) {
	top: 169px;
	left: 561px;
}

#floor_map .floor_map .map_2f li:nth-child(5) {
	top: 374px;
	left: 373px;
}

#floor_map .floor_map .map_2f li:nth-child(6) {
	top: 332px;
	left: 561px;
}

#floor_map .floor_map .map_2f li:nth-child(7) {
	top: 457px;
	left: 475px;
}

#floor_map .floor_map .map_2f li:nth-child(8) {
	top: 418px;
	left: 542px;
}

#floor_map .floor_map .map_2f li:nth-child(9) {
	top: 282px;
	left: 710px;
}

#floor_map .floor_map .map_2f li:nth-child(10) {
	top: 332px;
	left: 710px;
}

#floor_map .floor_map .map_3f li:nth-child(1) {
	top: 234px;
	left: 484px;
}

#floor_map .floor_map .map_4f li:nth-child(1) {
	top: 185px;
	left: 495px;
}

#floor_map .floor_map .ico_info {
	width: 96%;
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
}

#floor_map .floor_map .ico_info li {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	margin: 0 15px 15px;
	vertical-align: top;
	letter-spacing: .1em;
}

#floor_map .floor_map .ico_info li span {
	display: inline-block;
	width: 30px;
	margin-right: 10px;
	vertical-align: middle;
}

#floor_map .floor_map .ico_info .cate_ico {
	font-size: 0;
	margin-bottom: 30px;
	padding: 20px 20px 5px;
	letter-spacing: 0;
	border-radius: 5px;
	background-color: #fbf9f4;
}

#floor_map .floor_map .ico_info .cate_ico span {
	overflow: hidden;
	border-radius: 5px;
}

#floor_map .floor_map .ico_info .cate_ico li:nth-child(1) span {
	background-color: #ed6c6c;
}

#floor_map .floor_map .ico_info .cate_ico li:nth-child(2) span {
	background-color: #3696cc;
}

#floor_map .floor_map .ico_info .cate_ico li:nth-child(3) span {
	background-color: #ed9d35;
}

#floor_map .floor_map .ico_info .cate_ico li:nth-child(4) span {
	background-color: #f06ba0;
}

#floor_map .floor_map .ico_info .cate_ico li:nth-child(5) span {
	background-color: #5eba65;
}

#floor_map .floor_map .ico_info .cate_ico li:nth-child(6) span {
	background-color: #2fa680;
}

#floor_map .floor_map .ico_info .floor_ico {
	padding: 0 10px;
}

#floor_map .floor_map .ico_info_btn {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	display: block;
	width: 300px;
	max-width: 90%;
	height: 40px;
	margin: 0 auto;
	cursor: pointer;
	letter-spacing: .1em;
	color: #fff;
	border-radius: 20px;
	background-color: #7bc3ce;
}

#floor_map .floor_map .ico_info_btn::before {
	position: absolute;
	top: 50%;
	left: 25px;
	display: block;
	width: 15px;
	height: 15px;
	margin-top: -7.5px;
	content: '';
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
	background: url(../images/common/ico_plus@2x.png) center/15px no-repeat;
}

#floor_map .floor_map .ico_info_btn.open::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.floor_list li {
	position: relative;
	margin-top: -90px;
	padding-top: 90px;
}

.floor_list li a:hover img {
	opacity: 1;
}

.floor_list li .floor_ico {
	position: absolute;
	z-index: 1;
	top: 80px;
	left: -10px;
	width: 60px;
}

.floor_list li .floor_ico_1 {
	width: 90px;
}

/*----------------------------------------
	index
----------------------------------------*/
/* //////////////////////////////////////////
  main_visual
//////////////////////////////////////////*/
#index-container {
	opacity: 0;
}

.main_visual {
	margin-bottom: 80px;
}

.main_visual li {
	display: none;
}

.main_visual li:first-child {
	display: block;
}

.main_visual .bx-wrapper {
	overflow: visible !important;
	width: 1200px !important;
	max-width: 100%;
	margin: 0 auto 40px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.main_visual .bx-wrapper .bx-viewport {
	overflow: visible !important;
	width: 1200px !important;
	max-width: 100%;
	margin: 0 auto;
}

.main_visual .bx-wrapper .bx-viewport::before,
.main_visual .bx-wrapper .bx-viewport::after {
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
	width: 1200px;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, .2);
}

.main_visual .bx-wrapper .bx-viewport::before {
	left: -1200px;
}

.main_visual .bx-wrapper .bx-viewport::after {
	right: -1200px;
}

.main_visual .bx-wrapper .bx-viewport li {
	display: block !important;
}

.main_visual .bx-wrapper .bx-viewport li a {
	display: block;
}

.main_visual .bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 36px;
	margin-top: -18px;
}

.main_visual .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -50px;
	background: url(../images/common/ico_prev@2x.png) center/20px no-repeat;
}

.main_visual .bx-wrapper .bx-controls-direction a.bx-next {
	right: -50px;
	background: url(../images/common/ico_next@2x.png) center/20px no-repeat;
}

.main_visual .slider_thumb {
	font-size: 0;
	letter-spacing: 0;
}

.main_visual .slider_thumb li {
	display: inline-block;
	overflow: hidden;
	width: 15%;
	margin-right: 1%;
	vertical-align: top;
	border-radius: 5px;
}

.main_visual .slider_thumb li:last-child {
	margin-right: 0;
}

.main_visual .slider_thumb li a {
	position: relative;
	display: block;
}

.main_visual .slider_thumb li a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0, 0, 0, .2);
}

.main_visual .slider_thumb li a:hover img {
	opacity: 1;
}

.main_visual .slider_thumb li.active a::after {
	display: none;
}

.information {
	max-width: 1080px;
	margin: 0 auto 95px;
}

.information h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	position: relative;
	float: left;
	width: 200px;
	height: 90px;
	margin-right: 10px;
	padding-top: 16px;
	letter-spacing: .16em;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #7bc3ce;
}

.information h3::after {
	position: absolute;
	top: 50%;
	right: -10px;
	display: block;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background: url(../images/common/ico_hukidashi@2x.png) center/10px no-repeat;
}

.information_box {
	float: right;
	width: 870px;
	height: 90px;
	padding: 15px 20px;
	text-align: left;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #ececec;
}

.information_box li {
	display: none;
}

.information_box li:first-child {
	display: block;
}

.information_box a {
	display: block;
}

.information_box a:hover p {
	color: #7bc3ce;
}

.information_box .date {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	letter-spacing: .1em;
	color: #939393;
}

.information_box p {
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	white-space: nowrap;
	letter-spacing: .1em;
	text-overflow: ellipsis;
}

.information_box .bx-wrapper {
	margin-bottom: 0;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.information_box .bx-wrapper .bx-viewport li {
	display: block !important;
}

.information_box .bx-wrapper .bx-pager {
	bottom: -65px;
	padding-right: 230px;
}

.information_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
	margin: 0 10px;
	vertical-align: middle;
	letter-spacing: 0;
}

.information_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
	position: relative;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	margin: 0;
	border-radius: 2.5px;
	background-color: #e0e0e0;
}

.information_box .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
	width: 10px;
	height: 10px;
	background: url(../images/common/ico_pager@2x.png) center/10px no-repeat;
}

.information_box .slide_gauge {
	position: relative;
	width: 100%;
	height: 1px;
	-webkit-transition: opacity ease .4s;
	transition: opacity ease .4s;
	opacity: 1;
	background-color: #e0e0e0;
}

.information_box .slide_gauge.show {
	opacity: 1;
}

.information_box .slide_gauge span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: 100%;
	height: 1px;
	background-color: #7bc3ce;
}

/* //////////////////////////////////////////
  top
//////////////////////////////////////////*/
.ttl_top {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 60px;
	letter-spacing: .16em;
}

.ttl_top span {
	font-size: 16px;
	font-weight: 700;
	display: block;
	padding-top: 20px;
	letter-spacing: .1em;
	color: #7bc3ce;
}

.shop_search {
	margin-bottom: 120px;
	padding: 100px 0;
	background-color: #fbf9f4;
}

.shop_search_inner {
	max-width: 1080px;
	margin: 0 auto;
}

.shop_search_inner .purpose_nav {
	font-size: 0;
	margin-bottom: 40px;
	letter-spacing: 0;
}

.shop_search_inner .purpose_nav .box {
	display: inline-block;
	width: 340px;
	margin-right: 30px;
	vertical-align: top;
}

.shop_search_inner .purpose_nav .box:last-child {
	margin-right: 0;
}

.shop_search_inner .purpose_nav .box h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: .2em;
}

.shop_search_inner .purpose_nav .box ul {
	min-height: 290px;
	padding: 30px 20px 20px;
	border-radius: 10px;
	background-color: #f1efea;
}

.shop_search_inner .purpose_nav .box ul li {
	margin-bottom: 10px;
}

.shop_search_inner .purpose_nav .box ul li a {
	font-size: 18px;
	font-weight: 500;
	display: block;
	padding: 10px 15px;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	text-align: left;
	letter-spacing: .1em;
	border-radius: 10px;
	background-color: #fff;
}

.shop_search_inner .purpose_nav .box ul li a:hover img {
	opacity: 1;
}

.shop_search_inner .purpose_nav .box ul li a span {
	display: inline-block;
	overflow: hidden;
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
	border-radius: 10px;
}

.shop_search_inner .purpose_nav .box_buy ul li:nth-child(1) a span {
	background-color: #ed6c6c;
}

.shop_search_inner .purpose_nav .box_buy ul li:nth-child(1) a:hover {
	color: #ed6c6c;
}

.shop_search_inner .purpose_nav .box_buy ul li:nth-child(2) a span {
	background-color: #3696cc;
}

.shop_search_inner .purpose_nav .box_buy ul li:nth-child(2) a:hover {
	color: #3696cc;
}

.shop_search_inner .purpose_nav .box_buy ul li:nth-child(3) a span {
	background-color: #ed9d35;
}

.shop_search_inner .purpose_nav .box_buy ul li:nth-child(3) a:hover {
	color: #ed9d35;
}

.shop_search_inner .purpose_nav .box_live ul li:nth-child(1) a span {
	background-color: #f06ba0;
}

.shop_search_inner .purpose_nav .box_live ul li:nth-child(1) a:hover {
	color: #f06ba0;
}

.shop_search_inner .purpose_nav .box_live ul li:nth-child(2) a span {
	background-color: #5eba65;
}

.shop_search_inner .purpose_nav .box_live ul li:nth-child(2) a:hover {
	color: #5eba65;
}

.shop_search_inner .purpose_nav .box_eat ul li:nth-child(1) a span {
	background-color: #ed9d35;
}

.shop_search_inner .purpose_nav .box_eat ul li:nth-child(1) a:hover {
	color: #ed9d35;
}

.shop_search_inner .purpose_nav .box_eat ul li:nth-child(2) a span {
	background-color: #2fa680;
}

.shop_search_inner .purpose_nav .box_eat ul li:nth-child(2) a:hover {
	color: #2fa680;
}

.top_info {
	position: relative;
	padding: 50px 40px 60px;
	border-radius: 10px;
	background-color: #f1efea;
}

.top_info.mb100 {
	margin-bottom: 80px;
}

.top_info>p {
	font-size: 24px;
	margin-bottom: 25px;
	text-align: left;
	letter-spacing: .08em;
}

.top_info>p em {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-left: 15px;
	padding-top: 8px;
	letter-spacing: 0;
}

.top_info .hours_list {
	font-size: 0;
	text-align: left;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
}

.top_info .hours_list li {
	display: inline-block;
	width: 350px;
	margin-right: 30px;
	padding: 25px 0 15px;
	border-bottom: 1px solid #dfdbd4;
}

.top_info .hours_list li:nth-child(2n) {
	margin-right: 0;
}

.top_info .hours_list li .shop_name {
	font-size: 14px;
	display: block;
	float: left;
	letter-spacing: .1em;
}

.top_info .hours_list li .shop_name small {
	font-size: 10px;
	display: inline-block;
	margin-left: 5px;
	padding-top: 5px;
	letter-spacing: .04em;
	color: #939393;
}

.top_info .hours_list li em {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	display: block;
	float: right;
	padding-top: 0;
	text-align: right;
}

.top_info .hours_list li em span {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	padding-right: 10px;
}

.top_info .hours_list li em span.lo_time {
	padding-right: 0;
}

.top_info .hours_list li:last-child {
	/* padding-bottom: 5px; */
}

.top_info .hours_list li:last-child .shop_name {
	/* padding-top: 13px; */
}

.top_info>small {
	font-size: 14px;
	position: absolute;
	top: 58px;
	left: 390px;
	letter-spacing: .08em;
	color: #939393;
}

.top_info .floor_link {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	position: absolute;
	right: 40px;
	bottom: 180px;
	display: block;
	width: 240px;
	height: 160px;
	padding-top: 90px;
	-webkit-transition: background ease .2s;
	transition: background ease .2s;
	letter-spacing: .1em;
	color: #fff;
	border-radius: 10px;
	background-color: #7bc3ce;
}

.top_info .floor_link::before {
	position: absolute;
	top: 27px;
	right: 0;
	left: 0;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	content: '';
	background: url(../images/common/ico_floor_w@2x.png) center/50px no-repeat;
}

.top_info .floor_link:hover {
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	background-color: #fff;
}

.top_info .floor_link:hover::before {
	background-image: url(../images/common/ico_floor@2x.png);
}

.top_news {
	margin-bottom: 160px;
}

.top_news_inner {
	max-width: 1080px;
	margin: 0 auto;
}

.top_news_inner .top_cate_nav {
	overflow-x: visible;
	overflow-y: hidden;
	height: 35px;
	margin-bottom: 40px;
}

.top_news_inner .top_cate_nav_inner {
	overflow-x: scroll;
	padding-bottom: 17px;
}

.top_news_inner .top_cate_nav ul {
	font-size: 0;
	overflow-y: visible;
	width: 1080px;
	white-space: nowrap;
	letter-spacing: 0;
	border-bottom: 1px solid #e4e4e4;
}

.top_news_inner .top_cate_nav ul li {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 0 15px 15px;
	cursor: pointer;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	vertical-align: top;
	letter-spacing: .1em;
	color: #939393;
}

.top_news_inner .top_cate_nav ul li::after {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -1.5px;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	margin: auto;
	content: '';
	border-radius: 1.5px;
}

.top_news_inner .top_cate_nav ul li.active::after {
	width: 100%;
}

.top_news_inner .top_cate_nav ul li.all.active,
.top_news_inner .top_cate_nav ul li.feature.active {
	color: #7bc3ce;
}

.top_news_inner .top_cate_nav ul li.all.active::after,
.top_news_inner .top_cate_nav ul li.feature.active::after {
	background-color: #7bc3ce;
}

.top_news_inner .top_cate_nav ul li.all:hover,
.top_news_inner .top_cate_nav ul li.feature:hover {
	color: #7bc3ce;
}

.top_news_inner .top_cate_nav ul li.fashion.active {
	color: #ed6c6c;
}

.top_news_inner .top_cate_nav ul li.fashion.active::after {
	background-color: #ed6c6c;
}

.top_news_inner .top_cate_nav ul li.fashion:hover {
	color: #ed6c6c;
}

.top_news_inner .top_cate_nav ul li.lifestyle.active {
	color: #3696cc;
}

.top_news_inner .top_cate_nav ul li.lifestyle.active::after {
	background-color: #3696cc;
}

.top_news_inner .top_cate_nav ul li.lifestyle:hover {
	color: #3696cc;
}

.top_news_inner .top_cate_nav ul li.food.active {
	color: #ed9d35;
}

.top_news_inner .top_cate_nav ul li.food.active::after {
	background-color: #ed9d35;
}

.top_news_inner .top_cate_nav ul li.food:hover {
	color: #ed9d35;
}

.top_news_inner .top_cate_nav ul li.beauty_health.active {
	color: #f06ba0;
}

.top_news_inner .top_cate_nav ul li.beauty_health.active::after {
	background-color: #f06ba0;
}

.top_news_inner .top_cate_nav ul li.beauty_health:hover {
	color: #f06ba0;
}

.top_news_inner .top_cate_nav ul li.service_other.active {
	color: #5eba65;
}

.top_news_inner .top_cate_nav ul li.service_other.active::after {
	background-color: #5eba65;
}

.top_news_inner .top_cate_nav ul li.service_other:hover {
	color: #5eba65;
}

.top_news_inner .top_cate_nav ul li.cafe.active {
	color: #2fa680;
}

.top_news_inner .top_cate_nav ul li.cafe.active::after {
	background-color: #2fa680;
}

.top_news_inner .top_cate_nav ul li.cafe:hover {
	color: #2fa680;
}

.top_news_inner .top_news_list {
	display: none;
}

.top_news_inner .top_news_list_all {
	display: block;
}

.top_news_inner .top_news_list>p {
	font-size: 14px;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: .1em;
}

.more_link {
	font-size: 18px;
	line-height: 50px;
	display: block;
	width: 400px;
	height: 50px;
	margin: 0 auto;
	-webkit-transition: background ease .2s;
	transition: background ease .2s;
	letter-spacing: .1em;
	color: #fff;
	border-color: #7bc3ce;
	border-radius: 25px;
	background: url(../images/common/ico_link@2x.png) right 30px center/15px no-repeat #7bc3ce;
}

.more_link:hover {
	line-height: 48px;
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	background: url(../images/common/ico_link_b@2x.png) right 25px center/15px no-repeat #fff;
}

.top_sns {
	margin-bottom: 60px;
}

.top_sns h3 {
	margin-bottom: 50px;
}

.top_sns h3 span {
	font-size: 28px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding: 0 40px;
	letter-spacing: .16em;
}

.top_sns h3 span::before,
.top_sns h3 span::after {
	position: absolute;
	bottom: -5px;
	display: block;
	width: 21px;
	height: 28px;
	content: '';
}

.top_sns h3 span::before {
	left: 0;
	background: url(../images/top/bg_ttl_sns_left.png) center/21px no-repeat;
}

.top_sns h3 span::after {
	right: 5px;
	background: url(../images/top/bg_ttl_sns_right.png) center/21px no-repeat;
}

.top_sns ul {
	font-size: 0;
	letter-spacing: 0;
}

.top_sns ul li {
	display: inline-block;
	width: 90px;
	margin: 0 10px;
	vertical-align: top;
}

.top_sns ul li a {
	display: block;
	width: 100%;
	height: 90px;
	-webkit-transition: background ease .4s;
	transition: background ease .4s;
	border-color: #7bc3ce;
	border-radius: 45px;
	background-color: #7bc3ce;
}

.top_sns ul li a i {
	font-size: 38px;
	line-height: 90px;
	color: #fff;
}

.top_sns ul li a:hover {
	border: 1px solid #7bc3ce;
	background-color: #fff;
}

.top_sns ul li a:hover i {
	line-height: 88px;
	color: #7bc3ce;
}

.top_sns .lineinsta {
	max-width: 980px;
	margin: 20px auto;
}

.top_sns .lineinsta .inner {
	width: 48%;
	flex-basis: 47%;
}

.top_sns .lineinsta .inner .snsbox1 {
	padding: 16px;
}

.top_sns .lineinsta .inner .snsbox1 a {
	display: block;
}


/* Scss Document */
/*==================================================
 サービス・館内案内
================================================== */
.atm .photo {
	width: 300px;
}

/*==================================================
 パーキング
================================================== */
.parking {
	margin-top: -80px;
	padding-top: 80px;
}

.parking .f_left {
	width: 500px;
}

.parking .f_right {
	width: 540px;
}

.parking .f_right h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	letter-spacing: .16em;
}

.parking .f_right .table_def1 {
	margin-bottom: 30px;
}

.parking .f_right .table_def1 tr td em {
	font-size: 16px;
	font-weight: 700;
}

.parking .f_right .table_def1 tr td ul li {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .08em;
}

.parking .f_right .table_def1 tr td ul li .br_time {
	display: none;
}

.parking.bike .table_def1 tr th {
	text-align: center;
}

.parking.bike .table_def1 tr td {
	text-align: center;
}

.parking.bike .table_def1 tr td em {
	font-weight: 700;
}

.parking.bike .table_def1 tr td .big {
	font-size: 18px;
	color: #e13828;
}

.parking.bike .table_def1 tr td .big span {
	color: inherit;
}

.parking.bike .table_def1 tr td .small {
	font-size: 12px;
	padding-top: 5px;
}

.parking.bike .table_def1 tr td .red {
	color: #e13828;
}

.parking.bike .table_def1 tr:first-child th {
	color: #fff;
	border-top: 1px solid #7bc3ce;
	background-color: #7bc3ce;
}

.parking.bike .table_def1 tr:first-child th:first-child {
	border-left: 1px solid #7bc3ce;
}

.parking.bike .table_def1 tr:first-child th:last-child {
	border-right: 1px solid #7bc3ce;
}

.parking.bike .sp_table .table_def1 tr:first-child th {
	color: #231815;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	background-color: #ececec;
}

.parking.bike .sp_table .table_def1 tr:nth-child(3) th {
	border-bottom: 1px solid #ececec;
}

/*==================================================
 アクセス
================================================== */
.access .box {
	padding: 20px;
	border-radius: 10px;
	background-color: #fbf9f4;
}

.access .address {
	position: relative;
	margin-bottom: 30px;
	padding-left: 90px;
}

.access .address span {
	line-height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 80px;
	height: 100%;
	text-align: center;
	border-radius: 5px;
	background-color: #f1efea;
}

.access .access_link {
	font-size: 0;
	letter-spacing: 0;
}

.access .access_link li {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	vertical-align: top;
}

.access .access_link li:nth-child(2n) {
	margin-right: 0;
}

.access .access_link li a.more_link {
	width: 100%;
}

.access .access_link li a.more_link span {
	display: inline-block;
	margin-left: -10px;
	color: inherit;
}

.access .access_link li a.more_link.car span {
	padding-left: 30px;
	background: url(../images/access/ico_car@2x.png) left bottom/18px no-repeat;
}

.access .access_link li a.more_link.car:hover span {
	background-image: url(../images/access/ico_car_b@2x.png);
}

.access .access_link li a.more_link.bike span {
	padding-left: 32px;
	background: url(../images/access/ico_bike@2x.png) left bottom/24px no-repeat;
}

.access .access_link li a.more_link.bike:hover span {
	background-image: url(../images/access/ico_bike_b@2x.png);
}

/*==================================================
 サイトマップ
================================================== */
.sitemap .left_box {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.sitemap .right_box {
	float: right;
	width: 48%;
}

.sitemap p,
.sitemap dl {
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fbf9f4;
}

.sitemap p a,
.sitemap dl a {
	line-height: 40px;
	display: block;
	height: 40px;
	-webkit-transition: background ease .4s;
	transition: background ease .4s;
	border-bottom: 1px dashed #e2ded7;
	background: url(../images/common/ico_link_b@2x.png) right center/12px no-repeat;
}

.sitemap p a:hover,
.sitemap dl a:hover {
	background-color: #f1efea;
}

.sitemap p {
	padding-top: 10px;
}

.sitemap dl dt {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	letter-spacing: .08em;
}

.sitemap dl dd {
	font-size: 14px;
	letter-spacing: .08em;
}

/*==================================================
 PRALIVAオープン記念ノベルティ情報
================================================== */
.page-shop_novelty {
	background-color: #fbf9f4;
}

.page-shop_novelty .archive_list_wrap {
	padding-top: 20px;
	background: none;
}

.page-shop_novelty .archive_list_wrap .lead {
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 80px;
}

.archive_list.novelty_list>li {
	width: 510px;
	margin-right: 60px;
	margin-bottom: 40px;
	padding-top: 42px;
	vertical-align: top;
	background: url(../images/shop_novelty/bg_list.png) center top/auto 2px repeat-x;
	/*&:nth-child(1) {
				padding-top: 0;
				border-top: none;
			}

			&:nth-child(2) {
				padding-top: 0;
				border-top: none;

				@include sp {
					padding-top: 30px;
					border-top: 1px dashed #e2d6c9;
				}
			}*/
}

.archive_list.novelty_list>li:nth-child(2n) {
	margin-right: 0;
}

.archive_list.novelty_list>li a {
	display: block;
}

.archive_list.novelty_list>li a .shop_meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.archive_list.novelty_list>li a .shop_meta .meta_box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list {
	margin-bottom: 20px;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li {
	font-size: 12px;
	display: inline-block;
	overflow: hidden;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	letter-spacing: .1em;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li>span {
	display: inline-block;
	padding: 8px;
	color: #939393;
	border-radius: 5px;
	background-color: #fff;
	background-color: #fff;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li .tag_ico {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 5px;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate {
	position: relative;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate>span {
	line-height: 18px;
	min-height: 30px;
	min-height: 46px;
	padding: 14px 8px;
	padding-left: 47px;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate .cate_ico {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -15px;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate .cate_ico_fashion {
	background-color: #ed6c6c;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate .cate_ico_lifestyle {
	background-color: #3696cc;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate .cate_ico_food {
	background-color: #ed9d35;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate .cate_ico_beauty_health {
	background-color: #f06ba0;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate .cate_ico_service_other {
	background-color: #5eba65;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate .cate_ico_cafe {
	background-color: #2fa680;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_floor {
	display: block;
	margin-bottom: 0;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_floor .floor_ico {
	padding-top: 8px;
	text-align: center;
	background-color: #7bc3ce;
}

.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_floor .floor_ico img {
	width: 50%;
}

.archive_list.novelty_list>li a .novelty {
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #f3ede3;
}

.archive_list.novelty_list>li a .novelty_img {
	float: right;
	width: 120px;
	margin-left: 20px;
}

.archive_list.novelty_list>li a .novelty .text {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .06em;
}

.archive_list.novelty_list>li a .novelty .text.mb5 {
	margin-bottom: 5px;
}

.archive_list.novelty_list>li a .novelty .text.pt5 {
	padding-top: 5px;
}

.archive_list.novelty_list>li a .novelty .ul_def1>li {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	padding-left: 18px;
}

.archive_list.novelty_list>li a .novelty .ul_def1>li:last-child {
	margin-bottom: 0;
}

.archive_list.novelty_list>li a .novelty .ul_def1>li::before {
	content: '●';
	color: #d8b084;
}

.archive_list.novelty_list>li a .novelty .ul_def1>li p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .06em;
}

.archive_list.novelty_list>li a .novelty .ul_def1>li p.mb5 {
	margin-bottom: 5px;
}

.archive_list.novelty_list>li a .novelty .ul_def1>li ul li {
	display: block;
	width: 100%;
	margin: 0 0 5px;
	padding-left: 15px;
}

.archive_list.novelty_list>li a .novelty .ul_def1>li ul li:last-child {
	margin-bottom: 0;
}

.archive_list.novelty_list>li a .novelty .ul_def1>li ul li::before {
	content: '・';
	color: #d8b084;
}

.archive_list.novelty_list>li a .photo {
	width: 160px;
	height: 160px;
	margin-right: 20px;
}

.archive_list.novelty_list>li a .photo img {
	height: auto !important;
	-webkit-transition: opacity ease .4s;
	transition: opacity ease .4s;
}

.archive_list.novelty_list>li a:hover .photo img {
	opacity: .8;
}

.archive_list.novelty_list>li a:hover .tag_list img {
	opacity: 1;
}

.archive_list.novelty_list>li a em {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	letter-spacing: .1em;
}

.archive_list.novelty_list>li a:hover em {
	color: #7bc3ce;
}

.archive_list.novelty_list>li a:hover em.fashion_name {
	color: #ed6c6c;
}

.archive_list.novelty_list>li a:hover em.lifestyle_name {
	color: #3696cc;
}

.archive_list.novelty_list>li a:hover em.food_name {
	color: #ed9d35;
}

.archive_list.novelty_list>li a:hover em.beauty_health_name {
	color: #f06ba0;
}

.archive_list.novelty_list>li a:hover em.service_other_name {
	color: #5eba65;
}

.archive_list.novelty_list>li a:hover em.cafe_name {
	color: #2fa680;
}

.archive_list.novelty_list>li a:hover .novelty_img img {
	opacity: 1;
}

.archive_list.novelty_list>li a .shop_floor {
	font-size: 12px;
	display: block;
	letter-spacing: .1em;
	color: #939393;
}

.archive_list.novelty_list>li a .date {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
	letter-spacing: .1em;
	color: #939393;
}

.archive_list.novelty_list>li a .txt {
	overflow: hidden;
}

.archive_list.novelty_list>li a .txt p {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	letter-spacing: .06em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.archive_list.novelty_list>li.simple_list_li a:hover .txt p {
	color: #7bc3ce;
}

.archive_list.novelty_list>li.simple_list_li a:hover .txt p.fashion {
	color: #ed6c6c;
}

.archive_list.novelty_list>li.simple_list_li a:hover .txt p.lifestyle {
	color: #3696cc;
}

.archive_list.novelty_list>li.simple_list_li a:hover .txt p.food {
	color: #ed9d35;
}

.archive_list.novelty_list>li.simple_list_li a:hover .txt p.beauty_health {
	color: #f06ba0;
}

.archive_list.novelty_list>li.simple_list_li a:hover .txt p.service_other {
	color: #5eba65;
}

.archive_list.novelty_list>li.simple_list_li a:hover .txt p.cafe {
	color: #2fa680;
}

/* Scss Document */
.news_detail {
	margin-bottom: 120px;
	text-align: left;
}

.news_detail .date {
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: .1em;
	color: #939393;
}

.news_detail .date {
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: .1em;
	color: #939393;
}

.news_detail .shop_name_block {
	margin-bottom: 15px;
}

.news_detail .shop_name_block .icon {
	display: inline-block;
	padding: 8px;
	color: #939393;
	border-radius: 5px;
	background-color: #fff;
}

.news_detail .shop_name_block .icon .floor_ico {
	padding-top: 8px;
	text-align: center;
	background-color: #7bc3ce;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 5px;
}

.news_detail .shop_name_block .icon .floor_ico img {
	width: 50%;
}

.news_detail .shop_name_block .name {
	font-size: 20px;
	color: #939393;
}

.news_detail .photo.logo {
	margin-bottom: 30px;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	border-top: none;
	border-bottom: none;
	background: #fff;
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.news_detail .photo.logo img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: contain;
}

.news_detail h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 42px;
	margin-bottom: 40px;
	letter-spacing: .1em;
}

.news_detail .news_period {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin: -10px 0 20px;
	letter-spacing: .1em;
}

.news_detail .news_period span {
	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	line-height: 40px;
	display: inline-block;
	width: 80px;
	height: 40px;
	margin-right: 15px;
	text-align: center;
	border-radius: 5px;
	background-color: #fbf9f4;
}

.news_detail>.photo {
	width: 800px;
	margin: 0 auto 120px;
	padding-top: 40px;
}

.news_detail>.photo.single {
	margin-bottom: 80px;
}

.news_detail>.photo.single .bx-wrapper {
	margin-bottom: 0;
}

.news_detail>.photo .news_slider li {
	display: none;
}

.news_detail>.photo .news_slider li:first-child {
	display: block;
}

.news_detail>.photo .news_slider li img {
	margin: 0 auto;
}

.news_detail>.photo .bx-wrapper {
	overflow: visible !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.news_detail>.photo .bx-wrapper .bx-pager {
	bottom: -35px;
}

.news_detail>.photo .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
	margin: 0 10px;
	vertical-align: middle;
	letter-spacing: 0;
}

.news_detail>.photo .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
	position: relative;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	margin: 0;
	border-radius: 2.5px;
	background-color: #e0e0e0;
}

.news_detail>.photo .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
	width: 10px;
	height: 10px;
	background: url(../images/common/ico_pager@2x.png) center/10px no-repeat;
}

.news_detail .photo .bx-viewport {
	height: auto;
}

.news_detail .photo .news_slider li {
	position: relative;
	width: 100%;
	padding-top: 100%;
	background: #eee;
}

.news_detail .photo .news_slider img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: contain;
}

.news_detail .txt {
	font-size: 18px;
	line-height: 36px;
	float: left;
	width: 700px;
	letter-spacing: .06em;
}

.news_detail .txt.information_txt {
	float: none;
	width: 100%;
}

.news_detail .txt.information_txt span.pageancher {
	display: block;
	margin-top: -150px;
	padding-top: 150px;
	font-size: larger;
	font-weight: bold
}

.news_detail .txt .ttl_def1 {
	margin-bottom: 30px;
}

.news_detail .txt p {
	line-height: 36px;
	margin-bottom: 24px;
}

.news_detail .txt p a {
	display: inline-block;
}

.news_detail .txt p a:hover {
	text-decoration: underline;
}

.news_detail .txt img {
	height: auto;
}

.news_detail .txt.recruit .table_def1 tr th {
	width: 157px;
}

.news_detail .shop_info {
	float: right;
	width: 320px;
	padding: 20px 30px;
	border-radius: 5px;
	background-color: #fbf9f4;
}

.news_detail .shop_info .photo {
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
}

.news_detail .shop_info .shop_name {
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	display: block;
	margin-bottom: 20px;
	letter-spacing: .06em;
}

.news_detail .shop_info .shop_name span {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	display: block;
	padding-top: 10px;
	color: #939393;
}

.news_detail .shop_info .tag_list {
	margin-bottom: 20px;
}

.news_detail .shop_info .tag_list li {
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	letter-spacing: .1em;
}

.news_detail .shop_info .tag_list li>span {
	display: inline-block;
	padding: 8px;
	color: #939393;
	border-radius: 5px;
	background-color: #fff;
	background-color: #fff;
}

.news_detail .shop_info .tag_list li .tag_ico {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 5px;
}

.news_detail .shop_info .tag_list li.tag_cate {
	position: relative;
}

.news_detail .shop_info .tag_list li.tag_cate>span {
	line-height: 18px;
	min-height: 30px;
	min-height: 46px;
	padding: 14px 8px;
	padding-left: 47px;
}

.news_detail .shop_info .tag_list li.tag_cate .cate_ico {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -15px;
}

.news_detail .shop_info .tag_list li.tag_cate .cate_ico_fashion {
	background-color: #ed6c6c;
}

.news_detail .shop_info .tag_list li.tag_cate .cate_ico_lifestyle {
	background-color: #3696cc;
}

.news_detail .shop_info .tag_list li.tag_cate .cate_ico_food {
	background-color: #ed9d35;
}

.news_detail .shop_info .tag_list li.tag_cate .cate_ico_beauty_health {
	background-color: #f06ba0;
}

.news_detail .shop_info .tag_list li.tag_cate .cate_ico_service_other {
	background-color: #5eba65;
}

.news_detail .shop_info .tag_list li.tag_cate .cate_ico_cafe {
	background-color: #2fa680;
}

.news_detail .shop_info .tag_list li.tag_floor {
	margin-bottom: 0;
}

.news_detail .shop_info .tag_list li.tag_floor .floor_ico {
	padding-top: 8px;
	text-align: center;
	background-color: #7bc3ce;
}

.news_detail .shop_info .tag_list li.tag_floor .floor_ico img {
	width: 50%;
}

.news_detail .shop_info .shop_txt {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 30px;
	letter-spacing: .06em;
}

.news_detail .shop_info .link_list li {
	margin-bottom: 10px;
}

.news_detail .shop_info .link_list li a {
	font-size: 14px;
	display: block;
	height: 40px;
	-webkit-transition: background ease .2s;
	transition: background ease .2s;
	text-align: center;
	border-radius: 20px;
	background: url(../images/common/ico_link@2x.png) right 15px center/12px no-repeat #7bc3ce;
}

.news_detail .shop_info .link_list li a span {
	line-height: 40px;
	display: inline-block;
	margin-left: -10px;
	padding-left: 20px;
	color: #fff;
	background: url(../images/common/ico_floor_w@2x.png) left center/14px no-repeat;
}

.news_detail .shop_info .link_list li a:hover {
	border: 1px solid #7bc3ce;
	background: url(../images/common/ico_link_b@2x.png) right 12px center/12px no-repeat #fff;
}

.news_detail .shop_info .link_list li a:hover span {
	color: #7bc3ce;
	background-image: url(../images/common/ico_floor@2x.png);
}

.news_detail .shop_info .link_list li:nth-child(1) a span {
	background: url(../images/common/ico_shop_w@2x.png) left center/14px no-repeat;
}

.news_detail .shop_info .link_list li:nth-child(1) a:hover {
	background-color: #fff;
}

.news_detail .shop_info .link_list li:nth-child(1) a:hover span {
	background-image: url(../images/common/ico_shop@2x.png);
}

.news_detail ul li {
	line-height: 1.6;
}

.news_detail ol li {
	line-height: 1.6;
}

.news_detail h2,
.news_detail h3,
.news_detail h4,
.news_detail h5 {
	line-height: 1.6;
	margin-bottom: 10px;
}

.news_detail .wp-block-image a {
	display: block;
}

.news_detail .wp-block-button .wp-block-button__link {
	color: #fff;
	background: #7bc3ce;
	border: 1px solid #7bc3ce;
	font-weight: 500;
}

.news_detail .wp-block-button .wp-block-button__link:hover {
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	background: #fff;
}

.news_detail .wp-block-button.is-style-outline .wp-block-button__link:hover {
	/*
	color: #7bc3ce;
	background: #fff;
	*/
	border: 2px solid;
	opacity: 0.7;
}

/*.feature_list_wrap {
	#list_top {
		max-width: $width-pc;
		margin: -140px auto 40px;
		padding-top: 140px;

		@include sp-point($width-pc) {
			margin: -140px 10px 40px;
		}

		@include sp-point($width-tablet2) {
			margin-top: -95px;
			padding-top: 95px;
		}

		@include sp {
			margin-bottom: 20px;
		}
	}

}*/
/*----------------------------------------
 author.php
----------------------------------------*/
.shop_intoroduction {
	margin-bottom: 120px;
}

.shop_intoroduction .shop_lead {
	margin-bottom: 10px;
}

.shop_intoroduction .shop_lead .photo {
	float: left;
	overflow: hidden;
	width: 400px;
	margin-bottom: 40px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.shop_intoroduction .shop_lead .meta {
	float: right;
	width: 640px;
	margin-bottom: 20px;
	text-align: left;
}

.shop_intoroduction .shop_lead .meta h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 42px;
	margin-bottom: 30px;
	letter-spacing: .06em;
}

.shop_intoroduction .shop_lead .meta h3 span {
	font-size: 12px;
	font-weight: 500;
	display: block;
	padding-top: 15px;
	color: #939393;
}

.shop_intoroduction .shop_lead .meta .tag_list {
	font-size: 0;
	letter-spacing: 0;
}

.shop_intoroduction .shop_lead .meta .tag_list li {
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 10px;
	vertical-align: top;
	letter-spacing: .1em;
	color: #939393;
	border-radius: 5px;
	background-color: #fbf9f4;
}

.shop_intoroduction .shop_lead .meta .tag_list li>span {
	color: #939393;
	background-color: #fbf9f4;
}

.shop_intoroduction .shop_lead .meta .tag_list li .tag_ico {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 5px;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate {
	line-height: 20px;
	position: relative;
	min-height: 55px;
	margin-right: 10px;
	padding: 14.5px 10px;
	padding-left: 55px;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate .cate_ico {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -17.5px;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate .cate_ico_fashion {
	background-color: #ed6c6c;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate .cate_ico_lifestyle {
	background-color: #3696cc;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate .cate_ico_food {
	background-color: #ed9d35;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate .cate_ico_beauty_health {
	background-color: #f06ba0;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate .cate_ico_service_other {
	background-color: #5eba65;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate .cate_ico_cafe {
	background-color: #2fa680;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_floor .floor_ico {
	padding-top: 8px;
	text-align: center;
	background-color: #7bc3ce;
}

.shop_intoroduction .shop_lead .meta .tag_list li.tag_floor .floor_ico img {
	width: 50%;
}

.shop_intoroduction .shop_lead .txt {
	font-size: 16px;
	line-height: 30px;
	float: right;
	width: 640px;
	margin-bottom: 40px;
	text-align: left;
	letter-spacing: .06em;
}

.shop_intoroduction .shop_lead .shop_sns {
	font-size: 0;
	float: right;
	width: 640px;
	margin-bottom: 40px;
	text-align: left;
	letter-spacing: 0;
}

.shop_intoroduction .shop_lead .shop_sns li {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	margin-right: 10px;
	border-radius: 20px;
}

.shop_intoroduction .shop_lead .shop_sns li:last-child {
	margin-right: 0;
}

.shop_intoroduction .shop_lead .shop_sns li a {
	font-size: 17px;
	line-height: 40px;
	display: block;
	height: 40px;
	text-align: center;
	background-color: #7bc3ce;
}

.shop_intoroduction .shop_lead .shop_sns li a i {
	color: #fff;
}

.shop_intoroduction .shop_detail .photo {
	float: left;
	width: 500px;
}

.shop_intoroduction .shop_detail .photo.single {
	margin-bottom: 30px;
}

.shop_intoroduction .shop_detail .photo.single .bx-wrapper {
	margin-bottom: 0;
}

.shop_intoroduction .shop_detail .photo .shop_slider li {
	display: none;
}

.shop_intoroduction .shop_detail .photo .shop_slider li:first-child {
	display: block;
}

.shop_intoroduction .shop_detail .photo .shop_slider li img {
	margin: 0 auto;
}

.shop_intoroduction .shop_detail .photo .bx-wrapper {
	overflow: visible !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.shop_intoroduction .shop_detail .photo .bx-wrapper .bx-pager {
	bottom: -35px;
}

.shop_intoroduction .shop_detail .photo .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
	margin: 0 10px;
	vertical-align: middle;
	letter-spacing: 0;
}

.shop_intoroduction .shop_detail .photo .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
	position: relative;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	margin: 0;
	border-radius: 2.5px;
	background-color: #e0e0e0;
}

.shop_intoroduction .shop_detail .photo .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
	width: 10px;
	height: 10px;
	background: url(../images/common/ico_pager@2x.png) center/10px no-repeat;
}

.shop_intoroduction .shop_detail .shop_table {
	float: right;
	max-width: 540px;
}

.shop_intoroduction .shop_detail .shop_table .floor td>span {
	display: inline-block;
	margin-right: 20px;
}

.shop_intoroduction .shop_detail .shop_table .link_more {
	font-size: 10px;
	line-height: 25px;
	display: inline-block;
	width: 200px;
	height: 25px;
	text-align: center;
	border-radius: 12.5px;
	background: url(../images/common/ico_link@2x.png) right 15px center/8px no-repeat #7bc3ce;
}

.shop_intoroduction .shop_detail .shop_table .link_more span {
	display: inline-block;
	margin-left: -10px;
	padding-left: 15px;
	color: #fff;
	background: url(../images/common/ico_floor_w@2x.png) left center/10px no-repeat;
}

.shop_intoroduction .shop_detail .shop_table .link_more:hover {
	line-height: 23px;
	-webkit-transition: background ease .2s;
	transition: background ease .2s;
	border: 1px solid #7bc3ce;
	background: url(../images/common/ico_link_b@2x.png) right 12px center/8px no-repeat #fff;
}

.shop_intoroduction .shop_detail .shop_table .link_more:hover span {
	color: #7bc3ce;
	background: url(../images/common/ico_floor@2x.png) left center/10px no-repeat;
}

.shop_intoroduction .shop_detail .shop_table .url td a {
	word-break: break-all;
}

.shop_news_list {
	margin-bottom: 60px;
	text-align: left;
}

.shop_news_list .archive_list {
	padding: 0;
}

.shop_news_list .more_link {
	text-align: center;
	color: #fff;
}

.shop_news_list .more_link:hover {
	color: #7bc3ce;
}

.shop_news_list #list_top {
	margin-top: -80px;
	padding-top: 80px;
}

.archive_list_wrap .shop_news_list {
	max-width: 1080px;
	margin: 0 auto 60px;
}

.archive_list_wrap .shop_news_list .pagination {
	margin-bottom: 60px;
}

.archive_list_wrap .shop_news_list .more_link span {
	display: inline-block;
	margin-left: -10px;
	padding-left: 23px;
	color: #fff;
	background: url(../images/common/ico_shop_w@2x.png) left center/16px no-repeat;
}

.archive_list_wrap .shop_news_list .more_link:hover span {
	color: #7bc3ce;
	background: url(../images/common/ico_shop@2x.png) left center/16px no-repeat;
}

.search_list_wrap .section_def1 {
	max-width: 1080px;
	margin: 0 auto 100px;
}

.search_list_wrap #list_top {
	margin: -90px auto 0;
	padding-top: 90px;
}

@media screen and (max-width: 1240px) {
	.page_recipe {
		max-width: 1080px;
	}

	.page_recipe .breadcrumbs,
	.page_recipe .shop_news_list {
		padding: 0;
	}

	.feature_detail .recipe_wrap .recipe {
		width: 760px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients {
		width: 300px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt {
		width: calc(100% - 380px);
	}

	.feature_detail .recipe_wrap .recipe_side {
		width: 280px;
	}
}

@media screen and (max-width: 1199px) {
	.main_visual .bx-wrapper {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1080px) {
	.page_contents {
		padding: 0 10px;
	}

	.dl_def2 dt::after {
		top: auto;
		right: 0;
		bottom: -4px;
		left: 0;
		height: 4px;
		margin: 0 auto;
		background: url(../images/common/ico_hukidashi_sp@2x.png) center top/10px no-repeat;
	}

	.cate_nav ul {
		padding: 0 0 17px;
	}

	.archive_list_wrap>p {
		padding: 0 10px;
	}

	.archive_list {
		padding: 0 10px;
	}

	.archive_list li {
		width: 22%;
		margin-right: 4%;
	}

	.archive_list li a .photo {
		height: 21vw;
	}

	.archive_list li a .cate_label.information_label {
		font-size: 10px;
	}

	.bnr_area {
		padding: 100px 10px 120px;
	}

	.bnr_area ul li {
		width: 32%;
		margin-right: 2%;
	}

	.footer {
		padding: 100px 10px 60px;
	}

	.footer_inner .footer_info .hours_list li .shop_name small {
		display: block;
		margin-left: 0;
	}

	.header_inner {
		max-width: 100%;
		padding: 0 20px;
	}

	.header .g_nav {
		max-width: 100%;
		padding: 0 20px;
	}

	.pc_nav_inner {
		width: 100%;
		padding: 20px 20px 0;
	}

	.pc_nav_inner ul li a {
		font-size: 16px;
	}

	.greeting_inner p {
		text-align: left;
	}

	.greeting_inner .br_sp {
		display: block;
	}

	.feature_detail .topics {
		padding: 0;
	}

	.feature_detail .topics .inner .topics_image {
		width: 50%;
	}

	.feature_detail .topics .inner .content {
		width: 48%;
	}

	.feature_detail .topics .inner .content .post_head h3 {
		font-size: 3vw;
	}

	.feature_detail .topics.pattern_b .content {
		width: 48%;
	}

	.feature_detail .recipe_wrap {
		margin-bottom: 240px;
	}

	.feature_detail .recipe_wrap .recipe {
		float: none;
		width: 100%;
		margin-bottom: 120px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients {
		width: 300px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_howto {
		width: calc(100% - 340px);
	}

	.feature_detail .recipe_wrap .recipe_side {
		float: none;
		width: 100%;
	}

	.feature_detail .recipe_wrap .recipe_side .writer {
		float: left;
		width: 320px;
	}

	.feature_detail .recipe_wrap .recipe_side .food {
		float: right;
		width: calc(100% - 360px);
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list {
		font-size: 0;
		letter-spacing: 0;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li {
		display: inline-block;
		width: 48%;
		margin-right: 4%;
		vertical-align: top;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li:nth-child(2n) {
		margin-right: 0;
	}

	.feature_detail .recipe_wrap .recipe_side.recipe_side_2 .food {
		float: none;
		width: 100%;
	}

	.feature_detail .recipe_wrap .recipe_side.recipe_side_2 .food .food_list li {
		width: 30%;
		margin-right: 5%;
	}

	.feature_detail .recipe_wrap .recipe_side.recipe_side_2 .food .food_list li:nth-child(3n) {
		margin-right: 0;
	}

	.feature_detail .recipe_wrap .recipe_bnr {
		padding: 120px 0 0;
	}

	#floor_map {
		padding: 80px 10px 0;
	}

	#floor_map .floor_map .map .num_list li {
		width: 7.6%;
	}

	/*
	#floor_map .floor_map .map_b2f li:nth-child(1) {
		top: 48.125%;
		left: 14.27%;
	}
*/
	#floor_map .floor_map .map_b2f li:nth-child(1) {
		top: 43.75%;
		left: 31.8%;
	}

	#floor_map .floor_map .map_b2f li:nth-child(2) {
		top: 52.375% !important;
		left: 55.57% !important;
	}

	#floor_map .floor_map .map_b2f li:nth-child(3) {
		top: 52.5%;
		left: 57.5%;
	}


	#floor_map .floor_map .map_b1f li:nth-child(1) {
		top: 29.84375%;
		left: 15.6862745098039%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(2) {
		top: 52.34375%;
		left: 15.6862745098039%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(3) {
		top: 66.34375%;
		left: 19.976035%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(4) {
		top: 52.34375%;
		left: 28.9760348583878%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(5) {
		top: 32.1875%;
		left: 40.1960784313725%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(6) {
		top: 57.5%;
		left: 40.675381%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(7) {
		top: 68.75%;
		left: 40.675381%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(8) {
		top: 27.8125%;
		left: 49.7821350762527%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(9) {
		top: 57.5%;
		left: 48.5%;
	}

	#floor_map .floor_map .map_b1f li:nth-child(10) {
		top: 58.0%;
		left: 48.1%;
	}

	#floor_map .floor_map .map_b1f li:last-child {
		/* 弐ノ弐のもう一つの店舗 */
		top: 51%;
		left: 65.6%;
	}



	#floor_map .floor_map .map_1f li:nth-child(1) {
		top: 51%;
		left: 14.3%;
	}

	#floor_map .floor_map .map_1f li:nth-child(2) {
		top: 26%;
		left: 32.8%;
	}

	#floor_map .floor_map .map_1f li:nth-child(3) {
		top: 35%;
		left: 28.8%;
	}

	#floor_map .floor_map .map_1f li:nth-child(4) {
		top: 56.6875%;
		left: 28.8%;
	}

	#floor_map .floor_map .map_1f li:nth-child(5) {
		top: 66.5%;
		left: 19%;
	}

	#floor_map .floor_map .map_1f li:nth-child(6) {
		top: 34.6%;
		left: 53.2%;
	}

	#floor_map .floor_map .map_1f li:nth-child(7) {
		top: 50%;
		left: 44.5%;
	}

	#floor_map .floor_map .map_1f li:nth-child(8) {
		top: 68.6%;
		left: 43.8%;
	}

	#floor_map .floor_map .map_1f li:nth-child(9) {
		top: 47%;
		left: 74.2%;
	}

	#floor_map .floor_map .map_1f li:nth-child(10) {
		top: 65.6%;
		left: 74.2%;
	}

	#floor_map .floor_map .map_1f li:nth-child(11) {
		top: 65.6%;
		left: 88.5%;
	}



	#floor_map .floor_map .map_2f li:nth-child(1) {
		top: 51.4%;
		left: 22.2%;
	}

	#floor_map .floor_map .map_2f li:nth-child(2) {
		top: 42.4%;
		left: 40.111111%;
		top: 31.4%;
		left: 36.2%;
	}

	#floor_map .floor_map .map_2f li:nth-child(3) {
		top: 42.4%;
		left: 40.111111%;
	}

	#floor_map .floor_map .map_2f li:nth-child(4) {
		top: 26.4%;
		left: 61.111111111111%;
	}

	#floor_map .floor_map .map_2f li:nth-child(5) {
		top: 58.475%;
		left: 41.111111%;
	}

	#floor_map .floor_map .map_2f li:nth-child(6) {
		top: 51.875%;
		left: 61.1111111%;
	}

	#floor_map .floor_map .map_2f li:nth-child(7) {
		top: 71.4%;
		left: 51.74%;
	}

	#floor_map .floor_map .map_2f li:nth-child(8) {
		top: 65.46875%;
		left: 59.15%;
	}

	#floor_map .floor_map .map_2f li:nth-child(9) {
		top: 44.0625%;
		left: 77.342%;
	}

	#floor_map .floor_map .map_2f li:nth-child(10) {
		top: 51.875%;
		left: 77.342%;
	}

	#floor_map .floor_map .map_3f li:nth-child(1) {
		top: 36.5625%;
		left: 52.723312%;
	}

	#floor_map .floor_map .map_4f li:nth-child(1) {
		top: 28.5625%;
		left: 53.723312%;
	}

	#floor_map .floor_map .ico_info .floor_ico {
		margin-bottom: 20px;
		padding: 0;
	}

	.floor_list li {
		margin-top: -70px;
		padding-top: 70px;
	}

	.floor_list li .floor_ico {
		top: 65px;
		left: -5px;
		width: 40px;
	}

	.floor_list li .floor_ico_1 {
		width: 60px;
	}

	.main_visual .bx-wrapper {
		margin-bottom: 15px;
	}

	.main_visual .slider_thumb {
		padding: 0 10px;
	}

	.main_visual .slider_thumb li {
		width: 32%;
		margin: 0 1% 1% 0;
	}

	.information {
		padding: 0 10px;
	}

	.information h3 {
		line-height: 40px;
		width: 100%;
		height: 40px;
		margin: 0 0 5px;
		padding-top: 0;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
	}

	.information h3 br {
		display: none;
	}

	.information h3::after {
		top: auto;
		right: 0;
		bottom: -4px;
		left: 0;
		height: 4px;
		margin: 0 auto;
		background: url(../images/common/ico_hukidashi_sp@2x.png) center top/10px no-repeat;
	}

	.information_box {
		width: 100%;
		height: auto;
		padding: 15px 20px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 10px;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}

	.information_box .date {
		margin-bottom: 8px;
	}

	.information_box .bx-wrapper .bx-pager {
		bottom: -60px;
		padding-right: 0;
	}

	.shop_search_inner {
		padding: 0 10px;
	}

	.shop_search_inner .purpose_nav .box {
		width: 32%;
		margin-right: 2%;
	}

	.shop_search_inner .purpose_nav .box ul {
		min-height: 233px;
		padding: 30px 15px 20px;
	}

	.shop_search_inner .purpose_nav .box ul li a {
		font-size: 14px;
		padding: 8px;
	}

	.shop_search_inner .purpose_nav .box ul li a span {
		width: 35px;
		margin-right: 4px;
	}

	.top_info .hours_list {
		margin-bottom: 15px;
	}

	.top_info .hours_list li {
		width: 48%;
		margin-right: 4%;
	}

	.top_info .hours_list li .shop_name small {
		display: block;
		margin-left: 0;
	}

	.top_info .hours_list li:last-child .shop_name {
		padding-top: 6px;
	}

	.top_info>small {
		position: static;
		display: block;
		text-align: left;
	}

	.top_info .floor_link {
		font-size: 12px;
		line-height: 18px;
		top: 30px;
		right: 40px;
		width: 150px;
		height: 60px;
		padding: 12px 0 0 45px;
		text-align: left;
	}

	.top_info .floor_link::before {
		top: 20px;
		right: auto;
		left: 15px;
		width: 22px;
		height: 22px;
		background-size: 22px;
	}

	.top_news_inner .top_cate_nav ul {
		position: relative;
		width: 1100px;
		margin-right: 10px;
	}

	.top_news_inner .top_cate_nav ul::before,
	.top_news_inner .top_cate_nav ul::after {
		position: absolute;
		bottom: -1px;
		display: block;
		width: 10px;
		height: 1px;
		content: '';
		background-color: #fff;
	}

	.top_news_inner .top_cate_nav ul::before {
		left: 0;
	}

	.top_news_inner .top_cate_nav ul::after {
		right: 0;
	}

	.top_news_inner .top_feature_nav .top_cate_nav_inner ul {
		width: auto;
	}

	.top_news_inner .top_feature_nav .top_cate_nav_inner ul li::after {
		bottom: -2.5px;
	}

	.top_news_inner .top_news_list>p {
		padding: 0 10px;
	}

	.parking .f_left {
		width: 46%;
	}

	.parking .f_right {
		width: 52%;
	}

	.parking .f_right .table_def1 tr td ul li {
		margin-bottom: 5px;
	}

	.parking .f_right .table_def1 tr td ul li:last-child {
		margin-bottom: 0;
	}

	.parking .f_right .table_def1 tr td ul li .br_time {
		display: block;
	}

	.access .access_link li a.more_link {
		font-size: 14px;
		height: 120px;
		padding-top: 30px;
		border-radius: 10px;
		background: #7bc3ce;
	}

	.access .access_link li a.more_link:hover {
		border: 1px solid #7bc3ce;
		background-color: #fff;
	}

	.access .access_link li a.more_link span {
		margin-left: 0;
	}

	.access .access_link li a.more_link.car span {
		padding: 40px 0 0;
		background: url(../images/access/ico_car@2x.png) center top/30px no-repeat;
	}

	.access .access_link li a.more_link.bike span {
		padding: 40px 0 0;
		background: url(../images/access/ico_bike@2x.png) center top/40px no-repeat;
	}

	.archive_list.novelty_list>li {
		width: 48%;
		margin-right: 4%;
	}

	.news_detail>.photo {
		max-width: 80%;
	}

	.news_detail>.photo .bx-wrapper .bx-pager {
		bottom: -30px;
		padding-right: 0;
	}

	.news_detail .txt {
		width: 64%;
	}

	.news_detail .txt.information_txt {
		width: 100%;
	}

	.news_detail .txt.information_txt span.pageancher {
		display: block;
		margin-top: -150px;
		padding-top: 150px;
		font-size: larger;
		font-weight: bold
	}

	.news_detail .shop_info {
		width: 34%;
	}

	.news_detail .shop_info .link_list li a {
		font-size: 12px;
	}

	.news_detail .shop_info .link_list li a span {
		line-height: 38px;
		padding-left: 18px;
		background-size: 12px;
	}

	.news_detail .shop_info .link_list li:nth-child(1) a span {
		background-size: 12px;
	}

	.shop_intoroduction .shop_lead .photo {
		width: 40%;
	}

	.shop_intoroduction .shop_lead .meta {
		width: 58%;
	}

	.shop_intoroduction .shop_lead .txt {
		width: 58%;
	}

	.shop_intoroduction .shop_lead .shop_sns {
		width: 58%;
	}

	.shop_intoroduction .shop_detail .photo {
		width: 46%;
	}

	.shop_intoroduction .shop_detail .photo .bx-wrapper .bx-pager {
		bottom: -30px;
		padding-right: 0;
	}

	.shop_intoroduction .shop_detail .shop_table {
		max-width: 52%;
	}

	.archive_list_wrap .shop_news_list {
		padding: 0 10px;
	}

	.search_list_wrap .section_def1 {
		padding: 0 10px;
	}

	.search_list_wrap .section_def1 .archive_list {
		padding: 0;
	}
}

@media only screen and (max-width: 999px) {
	#container {
		padding-top: 65px;
	}

	.cate_nav {
		height: 185px;
		margin-top: -65px;
		padding-top: 65px;
	}

	.header {
		position: fixed;
		height: 65px;
		padding-top: 15px;
		background: url(../images/common/bg_header.jpg) left top/auto 5px repeat-x #fff;
	}

	.header_inner .h_logo {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		float: none;
		width: 134px;
		margin: auto 0;
		margin-left: -80px;
	}

	.header_inner .h_logo a {
		position: absolute;
		top: 50%;
		margin-top: -17px;
	}

	.header_inner .right_nav {
		display: none;
	}

	.header_inner .sp_nav {
		position: absolute;
		top: 18px;
		right: 5px;
		display: block;
		width: 110px;
	}

	.header_inner .sp_nav li {
		float: left;
		width: 45px;
	}

	.header_inner .sp_nav li:nth-child(1) {
		width: 65px;
	}

	.header_inner .sp_nav li a {
		display: block;
	}

	.header_inner .sp_nav li a img {
		display: block;
		width: auto;
		height: 20px;
		margin: 0 auto 5px;
	}

	.header_inner .sp_nav li a:hover img {
		opacity: 1;
	}

	.header_inner .sp_nav li a span {
		font-size: 10px;
		display: block;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		text-align: center;
	}

	.header .nav_btn {
		display: block;
		width: 30px;
		height: 32px;
	}

	.header .nav_btn span {
		position: absolute;
		display: block;
		width: 30px;
		height: 1.2px;
		background-color: #231815;
	}

	.header .nav_btn span:nth-child(1) {
		top: 0;
		left: 0;
	}

	.header .nav_btn span:nth-child(2) {
		top: 7px;
		left: 0;
	}

	.header .nav_btn span:nth-child(3) {
		top: 14px;
		left: 0;
	}

	.header .nav_btn p {
		font-family: 'Roboto', sans-serif;
		font-size: 10px;
		font-weight: 500;
		position: absolute;
		bottom: 0;
	}

	.header .g_nav {
		position: absolute;
		top: 0;
		left: 0;
		min-height: 100vh;
		padding: 0;
	}

	.header .g_nav_inner {
		position: absolute;
		z-index: 10;
		top: 0;
		left: -300px;
		overflow-y: scroll;
		width: 300px;
		min-width: 272px;
		max-width: 85%;
		height: 100%;
		padding-bottom: 130px;
		-webkit-transition: left ease .2s;
		transition: left ease .2s;
		background-color: #fbf9f4;
	}

	.header .g_nav_inner .sp_logo {
		display: block;
	}

	.header .g_nav_inner .sp_search {
		display: block;
	}

	.header .g_nav_inner>ul.sp_nav {
		display: block;
	}

	.header .g_nav_inner>ul li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #e0e0e0;
		background-color: #fff;
	}

	.header .g_nav_inner>ul li a {
		font-size: 12px;
		line-height: 40px;
		height: 40px;
		padding: 0 0 0 20px;
		letter-spacing: .1em;
	}

	.header .g_nav_inner>ul li a::after {
		display: none;
	}

	.header .g_nav_inner .sp_nav_info {
		display: block;
	}

	.header .g_nav_inner .sp_sns {
		display: block;
	}

	.header .g_nav .g_nav_overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		-webkit-transition: background ease .2s;
		transition: background ease .2s;
		background-color: rgba(0, 0, 0, 0);
	}

	.header.open .nav_btn span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header.open .nav_btn span:nth-child(2),
	.header.open .nav_btn span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header.open .g_nav {
		display: block;
		width: 100%;
	}

	.header.open .g_nav .nav_btn {
		z-index: 1;
		opacity: 1;
	}

	.header.open .g_nav_inner {
		left: 0;
	}

	.header.open .g_nav_inner .sp_logo {
		display: block;
	}

	.header.open .g_nav_inner .sp_search {
		display: block;
	}

	.header.open .g_nav_inner ul.sp_nav {
		display: block;
	}

	.header.open .g_nav_inner .sp_nav_info,
	.header.open .g_nav_inner .sp_sns {
		display: block;
	}

	.header.open .g_nav .g_nav_overlay {
		background-color: rgba(0, 0, 0, .9);
	}

	.pc_nav {
		display: none;
	}

	.pc_nav_inner ul li a::after {
		display: none;
	}

	.sub_visual_img {
		background-size: auto 5%;
	}

	.sub_visual_img h2 {
		width: 100%;
	}

	#floor_map {
		margin-top: -65px;
		padding: 65px 10px 0;
	}

	.parking {
		margin-top: -65px;
		padding-top: 65px;
	}

	.shop_news_list #list_top {
		margin-top: -65px;
		padding-top: 65px;
	}

	.search_list_wrap #list_top {
		margin-top: -70px;
		padding-top: 70px;
	}
}

@media only screen and (max-width: 899px) {
	.feature_detail .recipe_wrap .recipe_side .food .food_list li {
		width: 100%;
		margin-right: 0;
	}

	.feature_detail .recipe_wrap .recipe_side.recipe_side_2 .food .food_list li {
		width: 48%;
		margin-right: 4%;
	}

	.feature_detail .recipe_wrap .recipe_side.recipe_side_2 .food .food_list li:nth-child(3n) {
		margin-right: 4%;
	}

	.feature_detail .recipe_wrap .recipe_side.recipe_side_2 .food .food_list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 787px) {
	a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.sp-display {
		display: block !important;
	}

	.sp-invisible {
		display: none !important;
	}

	.t__link {
		padding: 0;
	}

	.section_def1 .ttl_def1 {
		margin-bottom: 15px;
	}

	.section_def1 {
		margin-bottom: 40px;
	}

	.section_def1 .attention {
		padding: 10px;
		border-radius: 5px;
	}

	.section_def1 .attention p {
		font-size: 14px;
	}

	.section_def1 p {
		font-size: 12px;
		line-height: 20px;
	}

	.section_def1 p.large {
		font-size: 14px;
		line-height: 24px;
	}

	.section_def1 p small {
		font-size: 10px;
		line-height: 18px;
	}

	.section_def1 p .big {
		font-size: 20px;
		line-height: 28px;
	}

	.section_def1 .f_left {
		float: none;
		width: 90%;
		max-width: 400px;
		margin: 0 auto 20px;
	}

	.section_def1 .f_left_small {
		width: 90%;
		margin-bottom: 10px;
	}

	.section_def1 .f_right {
		float: none;
		width: 100%;
	}

	.section_def1 .f_right_large {
		width: 100%;
	}

	.section_def1 .mask_round {
		border-radius: 2.5px;
	}

	.section_def1 .more_link.card_link i {
		right: 20px;
		margin-top: -8px;
	}

	.section_def1 .more_link.card_link:hover {
		line-height: 33px;
	}

	.section_def1 .mb10 {
		margin-bottom: 5px;
	}

	.section_def1 .mb20 {
		margin-bottom: 10px;
	}

	.section_def1 .mb30 {
		margin-bottom: 15px;
	}

	.section_def1 .mb40 {
		margin-bottom: 20px;
	}

	.section_def1 .mb60 {
		margin-bottom: 30px;
	}

	.ttl_def1 {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.ttl_def1::after {
		width: 200px;
	}

	.ttl_def2 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.dl_def1 dt,
	.dl_def1 dd {
		font-size: 12px;
		line-height: 20px;
	}

	.dl_def1 dt {
		margin-bottom: 5px;
	}

	.dl_def1 dd {
		margin-bottom: 15px;
	}

	.dl_def2 {
		display: block;
	}

	.dl_def2 dt,
	.dl_def2 dd {
		font-size: 12px;
	}

	.dl_def2 dt {
		line-height: 35px;
		width: 100%;
		height: 35px;
		margin-bottom: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0;
	}

	.dl_def2 dt em .big {
		font-size: 14px;
	}

	.dl_def2 dd {
		line-height: 35px;
		height: 35px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}

	.dl_def2 dd em {
		font-size: 14px;
	}

	.ul_def1 li {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.breadcrumbs {
		margin-bottom: 30px;
	}

	.breadcrumbs li {
		font-size: 11px;
	}

	.breadcrumbs li:first-child {
		padding-left: 16px;
		background-size: 13px;
	}

	.cate_nav {
		height: 135px;
	}

	.cate_nav ul li {
		width: 120px;
	}

	.cate_nav ul li:first-child {
		border-top-left-radius: 5px;
	}

	.cate_nav ul li:last-child {
		border-top-right-radius: 5px;
	}

	.cate_nav ul li a {
		font-size: 10px;
		height: 70px;
		padding-top: 10px;
		border-top-width: 3px;
	}

	.cate_nav ul li a .cate_ico {
		width: 25px;
		height: 25px;
		margin-bottom: 8px;
	}

	.archive_list_wrap {
		padding: 30px 0 10px;
	}

	.archive_list_wrap>p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 40px;
		text-align: left;
	}

	.archive_list li {
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 40px;
	}

	.archive_list li:nth-child(4n) {
		margin-right: 3.5%;
	}

	.archive_list li:nth-child(3n) {
		margin-right: 0;
	}

	.archive_list li a .photo {
		height: 30vw;
	}

	.archive_list li a .photo {
		margin-bottom: 10px;
		border-radius: 2.5px;
	}

	.archive_list li a .cate_label {
		margin-bottom: 8px;
	}

	.archive_list li a .cate_txt {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 4px;
	}

	.archive_list li a .cate_txt.information_txt {
		padding-top: 5px;
	}

	.archive_list li a em {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 8px;
	}

	.archive_list li a .shop_floor {
		font-size: 10px;
	}

	.archive_list li a .date {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.archive_list li a .txt p {
		font-size: 12px;
		line-height: 19px;
	}

	.pagination {
		margin-bottom: 30px;
	}

	.pagination a {
		font-size: 13px;
		line-height: 30px;
		width: 30px;
		height: 30px;
		margin: 0 5px;
		border-radius: 15px;
	}

	.pagination span {
		margin: 0 5px;
	}

	.pagination span.current {
		font-size: 13px;
		line-height: 30px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
	}

	.pagination .mb_page_navi {
		font-size: 11px;
		display: inline-block;
		width: 80px;
	}

	.pagination .mb_page_navi.next {
		padding-right: 10px;
		background: url(../images/common/ico_nav_next@2x.png) right 10px center/10px no-repeat #7bc3ce;
	}

	.pagination .mb_page_navi.next:hover {
		border: 1px solid #7bc3ce;
		background: url(../images/common/ico_nav_next_b@2x.png) right 10px center/10px no-repeat #fff;
	}

	.pagination .mb_page_navi.prev {
		padding-left: 10px;
		background: url(../images/common/ico_nav_prev@2x.png) 10px center/10px no-repeat #7bc3ce;
	}

	.pagination .mb_page_navi.prev:hover {
		border: 1px solid #7bc3ce;
		background: url(../images/common/ico_nav_prev_b@2x.png) 10px center/10px no-repeat #fff;
	}

	.pagination .pc_page_navi {
		display: none;
	}

	.table_def1 {
		font-size: 12px;
	}

	.table_def1 tr th {
		line-height: 18px;
		padding: 10px 15px;
	}

	.table_def1 tr td {
		line-height: 18px;
		padding: 10px;
	}

	.table_def2 {
		font-size: 12px;
	}

	.table_def2 tr th {
		line-height: 18px;
		padding: 20px;
	}

	.table_def2 tr td {
		line-height: 18px;
		padding: 20px;
	}

	.bnr_area {
		padding: 60px 10px 50px;
	}

	.bnr_area ul li {
		width: 49%;
		margin-bottom: 10px;
	}

	.bnr_area ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.bnr_area ul li:nth-child(2n) {
		margin-right: 0;
	}

	.pagetop {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
	}

	.pagetop a {
		border-radius: 20px;
	}

	.pagetop a img {
		width: 14px;
		margin-top: -7px;
	}

	.pagetop a:hover img {
		margin-top: -9px;
	}

	.footer {
		padding: 40px 10px 20px;
	}

	.footer_inner {
		margin-bottom: 50px;
	}

	.footer_inner .left_box {
		float: none;
		margin: 0 auto 50px;
	}

	.footer_inner .left_box .f_logo {
		display: none;
		width: 130px;
		margin: 0 auto 10px;
	}

	.footer_inner .left_box .access_nav li {
		margin-right: 15px;
	}

	.footer_inner .left_box .access_nav li a {
		font-size: 12px;
	}

	.footer_inner .left_box .access_nav li.link_access a {
		padding-left: 18px;
		background-size: auto 18px;
	}

	.footer_inner .left_box .access_nav li.link_parking a {
		padding-left: 23px;
		background-size: auto 15px;
	}

	.footer_inner .footer_info {
		float: none;
		width: 320px;
		max-width: 100%;
		margin: 0 auto;
	}

	.footer_inner .footer_info>p {
		font-size: 15px;
		text-align: center;
	}

	.footer_inner .footer_info>p em {
		font-size: 20px;
		display: block;
		margin-left: 0;
	}

	.footer_inner .footer_info .hours_list li {
		padding: 15px 0;
	}

	.footer_inner .footer_info .hours_list li .shop_name {
		font-size: 12px;
	}

	.footer_inner .footer_info .hours_list li em {
		font-size: 14px;
		padding-top: 6px;
	}

	.footer_inner .footer_info .hours_list li em span {
		font-size: 10px;
	}

	.footer_inner .footer_info .hours_list li:last-child .shop_name {
		padding-top: 0;
	}

	.footer_inner .footer_info .hours_list li:last-child em {
		padding-top: 0;
	}

	.footer_inner .footer_info>small {
		font-size: 10px;
	}

	.footer .footer_sns {
		margin-bottom: 40px;
	}

	.footer .footer_sns ul li {
		margin: 0 8px;
	}

	.footer .footer_sns ul li a {
		font-size: 18px;
	}

	.footer .footer_nav {
		margin-bottom: 20px;
	}

	.footer .footer_nav ul li {
		margin: 0 8px 15px;
		padding: 0 8px;
	}

	.footer .footer_nav ul li a {
		font-size: 12px;
	}

	.footer .copy {
		font-size: 10px;
	}

	.sub_visual {
		margin-bottom: 10px;
		padding: 40px 0;
	}

	.sub_visual h2 {
		font-size: 20px;
	}

	.sub_visual h2 span {
		font-size: 10px;
		padding-top: 10px;
	}

	.sub_visual_img {
		padding: 0;
	}

	.greeting {
		padding: 0 0 20px;
	}

	.greeting_inner h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.greeting_inner p {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.greeting_inner .more_link:hover {
		line-height: 1.3em;
		padding: 9px 0;
	}

	.greeting_inner .more_link {
		line-height: 1.3em;
		height: auto;
		padding: 10px 0;
		border-radius: 28px;
	}

	.feature_detail {
		margin-bottom: 60px;
	}

	.feature_detail .main_visual {
		margin-bottom: 30px;
	}

	.feature_detail .single_topic {
		margin-bottom: 100px;
	}

	.feature_detail .topics {
		padding: 0;
	}

	.feature_detail .topics .beta_layer {
		top: -90px;
		bottom: -45px;
	}

	.feature_detail .topics .inner .topics_image {
		width: 100%;
	}

	.feature_detail .topics .inner .topics_image .credit {
		font-size: 11px;
		font-size: .6875rem;
		line-height: 1.8;
		margin-top: 10px;
	}

	.feature_detail .topics .inner .topics_image .shop_info {
		margin-top: 15px;
		padding: 15px;
	}

	.feature_detail .topics .inner .topics_image .shop_info .ttl {
		font-size: 12px;
		font-size: .75rem;
		margin-bottom: 10px;
	}

	.feature_detail .topics .inner .topics_image .shop_info a {
		font-size: 12px;
		font-size: .75rem;
		line-height: 40px;
		width: 160px;
	}

	.feature_detail .topics .inner .content {
		width: 100%;
		padding-top: 0;
	}

	.feature_detail .topics .inner .content .post_head {
		margin-bottom: 20px;
	}

	.feature_detail .topics .inner .content .post_head .label {
		width: 80px;
	}

	.feature_detail .topics .inner .content .post_head .label dt {
		font-size: 10px;
		font-size: .625rem;
		height: 60px;
		padding-top: 10px;
	}

	.feature_detail .topics .inner .content .post_head .label dt span {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.feature_detail .topics .inner .content .post_head .label dd {
		font-size: 10px;
		font-size: .625rem;
		line-height: 25px;
	}

	.feature_detail .topics .inner .content .post_head h3 {
		font-size: 5.5vw;
		left: 90px;
	}

	.feature_detail .topics .inner .content .post_body {
		margin-bottom: 20px;
	}

	.feature_detail .topics .inner .content .post_body p {
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.8;
	}

	.feature_detail .topics .gallery {
		margin-top: 20px;
	}

	.feature_detail .topics .gallery li {
		width: calc((100% - 10px)/3);
		margin-right: 5px;
	}

	.feature_detail .topics .gallery_4lines li {
		width: calc((100% - 5px)/2);
		margin-bottom: 5px;
	}

	.feature_detail .topics .gallery_4lines li:nth-child(2) {
		margin-right: 0;
	}

	.feature_detail .topics .gallery_4lines li:nth-child(3) {
		margin-right: 5px;
	}

	.feature_detail .topics .gallery_4lines li img {
		width: 100%;
	}

	.feature_detail .topics:nth-child(1) {
		margin-bottom: 50px;
	}

	.feature_detail .topics:nth-child(2) {
		padding-top: 50px;
	}

	.feature_detail .topics.pattern_a .topics_image {
		float: none;
	}

	.feature_detail .topics.pattern_a .content {
		float: none;
	}

	.feature_detail .topics.pattern_a .content .post_head {
		margin-left: 0;
	}

	.feature_detail .topics.pattern_b .topics_image {
		float: none;
	}

	.feature_detail .topics.pattern_b .content {
		float: none;
		width: 100%;
	}

	.feature_detail .recipe_wrap {
		margin-bottom: 100px;
	}

	.feature_detail .recipe_wrap .beta_layer {
		top: -90px;
		bottom: -45px;
		width: 180vw;
	}

	.feature_detail .recipe_wrap .recipe {
		margin-bottom: 60px;
	}

	.feature_detail .recipe_wrap .recipe .ttl_recipe {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 15px;
	}

	.feature_detail .recipe_wrap .recipe .ttl_recipe span {
		width: 240px;
		margin-bottom: 10px;
	}

	.feature_detail .recipe_wrap .recipe .intro {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 40px;
	}

	.feature_detail .recipe_wrap .recipe .ttl_sub {
		margin-bottom: 15px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr th,
	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients .ingredients_list tr td {
		font-size: 12px;
		line-height: 18px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_howto .howto_list li {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
		padding-left: 30px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_howto .howto_list li span {
		font-size: 12px;
		line-height: 20px;
		width: 20px;
		height: 20px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .ttl_point {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 15px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li {
		margin-bottom: 30px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .photo {
		width: 200px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt {
		width: calc(100% - 220px);
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt h6 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt h6 span {
		font-size: 12px;
		line-height: 12px;
		height: 12px;
		margin-bottom: 5px;
		padding-left: 18px;
		background-size: auto 12px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt p {
		font-size: 12px;
		line-height: 20px;
	}

	.feature_detail .recipe_wrap .recipe_side .writer {
		padding: 30px 20px;
	}

	.feature_detail .recipe_wrap .recipe_side .writer .ttl_writer {
		width: 80px;
	}

	.feature_detail .recipe_wrap .recipe_side .writer .photo {
		width: 160px;
	}

	.feature_detail .recipe_wrap .recipe_side .writer .sub_ttl_writer {
		font-size: 12px;
		line-height: 18px;
	}

	.feature_detail .recipe_wrap .recipe_side .writer .name {
		font-size: 14px;
		line-height: 16px;
	}

	.feature_detail .recipe_wrap .recipe_side .writer .txt {
		font-size: 10px;
		line-height: 18px;
	}

	.feature_detail .recipe_wrap .recipe_side .food .ttl_food {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
		margin-bottom: 19px;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl {
		padding: 20px 20px 30px;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl h6 {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl .txt {
		font-size: 10px;
		line-height: 18px;
		margin-bottom: 20px;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl .shop_info .ttl_shop {
		font-size: 12px;
		font-size: .75rem;
		line-height: 14px;
		margin-bottom: 15px;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li .dtl .shop_info a {
		font-size: 12px;
		font-size: .75rem;
		line-height: 40px;
	}

	.feature_detail .recipe_wrap .recipe_bnr {
		padding: 60px 0 0;
	}

	.feature_nav {
		margin-top: -65px;
		padding-top: 65px;
	}

	.feature_nav ul li:first-child {
		border-top-left-radius: 5px;
	}

	.feature_nav ul li:last-child {
		border-top-right-radius: 5px;
	}

	.feature_nav ul li a {
		font-size: 13px;
		line-height: 42px;
		height: 45px;
		padding: 0;
		border-top-width: 3px;
	}

	#floor_map {
		display: block;
		margin-bottom: 40px;
		padding: 65px 0 0;
	}

	#floor_map .floor_nav {
		overflow-y: hidden;
		width: 100%;
		height: 45px;
	}

	#floor_map .floor_nav_inner {
		overflow-x: scroll;
	}

	#floor_map .floor_nav ul {
		font-size: 0;
		overflow-y: hidden;
		width: 570px;
		text-align: right;
		white-space: nowrap;
		letter-spacing: 0;
	}

	#floor_map .floor_nav ul li {
		font-size: 14px;
		display: block;
		float: right;
		width: 90px;
		height: 45px;
		margin-right: 1px;
		margin-bottom: 0;
		text-align: center;
		vertical-align: top;
	}

	#floor_map .floor_nav ul li:first-child {
		width: 115px;
		margin-right: 0;
	}

	#floor_map .floor_nav ul li span {
		padding-top: 10px;
		border-top-left-radius: 2.5px;
		border-top-right-radius: 2.5px;
		border-bottom-left-radius: 0;
	}

	#floor_map .floor_nav ul li span small {
		font-size: 10px;
		padding-top: 4px;
	}

	#floor_map .floor_nav ul li a {
		padding-top: 16px;
		border-top-left-radius: 2.5px;
		border-top-right-radius: 2.5px;
		border-bottom-left-radius: 0;
	}

	#floor_map .floor_nav ul li a:hover {
		border-right: 1px;
	}

	#floor_map .floor_nav ul li.active a::after {
		top: auto;
		right: 0;
		bottom: -2px;
		width: 100%;
		height: 2px;
	}

	#floor_map .floor_map {
		position: relative;
		overflow: visible;
		padding-bottom: 0;
		border: none;
	}

	#floor_map .floor_map::before {
		position: absolute;
		z-index: -1;
		top: -1px;
		left: 0;
		display: block;
		width: 100%;
		height: 1px;
		content: '';
		background-color: #7bc3ce;
	}

	#floor_map .floor_map .ico_info {
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all ease .4s;
		transition: all ease .4s;
	}

	#floor_map .floor_map .ico_info.open {
		max-height: 500px;
	}

	#floor_map .floor_map .ico_info li {
		font-size: 10px;
		line-height: 20px;
		margin: 0 8px 5px;
	}

	#floor_map .floor_map .ico_info li span {
		width: 20px;
		margin-right: 8px;
	}

	#floor_map .floor_map .ico_info .cate_ico {
		margin-bottom: 20px;
		padding: 15px 5px 10px;
		border-radius: 2.5px;
	}

	#floor_map .floor_map .ico_info .cate_ico span {
		border-radius: 2.5px;
	}

	.main_visual {
		margin-bottom: 30px;
	}

	.main_visual .slider_thumb li {
		border-radius: 2.5px;
	}

	.information {
		margin-bottom: 50px;
	}

	.information h3 {
		font-size: 14px;
		line-height: 35px;
		height: 35px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.information_box {
		padding: 15px 10px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	.information_box p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.information_box .bx-wrapper .bx-pager {
		bottom: -45px;
	}

	.ttl_top {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.ttl_top span {
		font-size: 10px;
		padding-top: 10px;
	}

	.shop_search {
		margin-bottom: 40px;
		padding: 40px 0 45px;
	}

	.shop_search_inner .purpose_nav .box {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.shop_search_inner .purpose_nav .box h4 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.shop_search_inner .purpose_nav .box ul {
		min-height: inherit;
		padding: 15px 7.5px 10px;
		text-align: left;
	}

	.shop_search_inner .purpose_nav .box ul li {
		display: inline-block;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 5px;
		vertical-align: top;
	}

	.shop_search_inner .purpose_nav .box ul li:nth-child(2n) {
		margin-right: 0;
	}

	.shop_search_inner .purpose_nav .box ul li a {
		font-size: 10px;
		line-height: 12px;
		position: relative;
		min-height: 35px;
		padding: 11px 7.5px 11px 40px;
		border-radius: 5px;
	}

	.shop_search_inner .purpose_nav .box ul li a span {
		position: absolute;
		top: 50%;
		left: 7.5px;
		width: 25px;
		margin-top: -12.5px;
		margin-right: 3px;
		border-radius: 5px;
	}

	.shop_search_inner .purpose_nav .box_live ul li:nth-child(1) a {
		letter-spacing: .06em;
	}

	.top_info {
		padding: 30px 15px 25px;
	}

	.top_info.mb100 {
		margin-bottom: 40px;
	}

	.top_info>p {
		font-size: 15px;
	}

	.top_info>p em {
		font-size: 20px;
		display: block;
		margin-left: 0;
	}

	.top_info .hours_list {
		border-top: 1px solid #dfdbd4;
	}

	.top_info .hours_list li {
		display: block;
		width: 100%;
		margin-right: 0;
		padding: 15px 0;
	}

	.top_info .hours_list li .shop_name {
		font-size: 12px;
	}

	.top_info .hours_list li em {
		font-size: 14px;
		padding-top: 6px;
	}

	.top_info .hours_list li em span {
		font-size: 10px;
	}

	.top_info .hours_list li:last-child .shop_name {
		padding-top: 0;
	}

	.top_info .hours_list li:last-child em {
		padding-top: 0;
	}

	.top_info>small {
		font-size: 10px;
	}

	.top_info .floor_link {
		top: 20px;
		right: 15px;
		border-radius: 5px;
	}

	.top_news {
		margin-bottom: 60px;
	}

	.top_news_inner .top_cate_nav {
		height: 24px;
		margin-bottom: 30px;
	}

	.top_news_inner .top_cate_nav ul {
		width: 716px;
		min-width: 100%;
		margin-right: 10px;
	}

	.top_news_inner .top_cate_nav ul li {
		font-size: 12px;
		padding: 0 15px 10px;
	}

	.top_news_inner .top_news_list>p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 40px;
		text-align: left;
	}

	.more_link {
		font-size: 14px;
		line-height: 35px;
		width: 300px;
		max-width: 90%;
		height: 35px;
		background: url(../images/common/ico_link@2x.png) right 20px center/11px no-repeat #7bc3ce;
	}

	.more_link:hover {
		line-height: 33px;
		background: url(../images/common/ico_link_b@2x.png) right 15px center/11px no-repeat #fff;
	}

	.top_sns {
		margin-bottom: 0;
	}

	.top_sns h3 {
		margin-bottom: 25px;
	}

	.top_sns h3 span {
		font-size: 15px;
		padding: 0 22px;
	}

	.top_sns h3 span::before,
	.top_sns h3 span::after {
		bottom: -3px;
		width: 11px;
		height: 15px;
	}

	.top_sns h3 span::before {
		background-size: 11px;
	}

	.top_sns h3 span::after {
		background-size: 11px;
	}

	.top_sns ul li {
		width: 50px;
		margin: 0 5px;
	}

	.top_sns ul li a {
		height: 50px;
		border-radius: 25px;
	}

	.top_sns ul li a i {
		font-size: 21px;
		line-height: 50px;
	}

	.top_sns ul li a:hover i {
		line-height: 48px;
	}

	.top_sns .lineinsta {
		display: block;
	}

	.top_sns .lineinsta .inner {
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 30px;
	}


	.atm .photo {
		width: 200px;
	}

	.parking .clearfix.mb40 {
		margin-bottom: 30px;
	}

	.parking .f_left {
		width: 100%;
		max-width: 500px;
	}

	.parking .f_right {
		max-width: 600px;
		margin: 0 auto;
	}

	.parking .f_right h4 {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.parking .f_right .table_def1 tr td em {
		font-size: 12px;
	}

	.parking .f_right .table_def1 tr td .sp_small {
		font-size: 10px;
	}

	.parking .f_right .table_def1 tr td ul li {
		font-size: 12px;
		line-height: 18px;
	}

	.parking.bike .table_def1 {
		margin-bottom: 30px;
	}

	.parking.bike .table_def1:last-child {
		margin-bottom: 0;
	}

	.parking.bike .table_def1 tr td .big {
		font-size: 14px;
	}

	.access .map iframe {
		height: 70vw;
	}

	.access .box {
		padding: 15px;
		border-radius: 5px;
	}

	.access .address {
		margin-bottom: 20px;
	}

	.access .address span {
		line-height: 40px;
		border-radius: 2.5px;
	}

	.access .access_link li {
		width: 100%;
		margin-bottom: 10px;
	}

	.access .access_link li a.more_link {
		font-size: 12px;
		max-width: 100%;
		height: 100px;
		padding-top: 24px;
		border-radius: 5px;
	}

	.sitemap .left_box {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.sitemap .right_box {
		float: none;
		width: 100%;
	}

	.sitemap p,
	.sitemap dl {
		padding: 15px;
		border-radius: 5px;
	}

	.sitemap p {
		padding-top: 5px;
	}

	.sitemap dl dt {
		font-size: 12px;
	}

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

	.page-shop_novelty .archive_list_wrap {
		padding-top: 0;
	}

	.page-shop_novelty .archive_list_wrap .lead {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.archive_list.novelty_list>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		padding-top: 32px;
	}

	.archive_list.novelty_list>li:nth-child(4n) {
		margin-right: 0;
	}

	.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li {
		font-size: 10px;
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		padding: 0;
	}

	.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li>span {
		display: inline-block;
		padding: 5px;
		border-radius: 2.5px;
	}

	.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li .tag_ico {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		border-radius: 2.5px;
	}

	.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate {
		min-height: 30px;
		padding: 0;
	}

	.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate>span {
		line-height: 12px;
		min-height: 30px;
		padding: 9px 5px;
		padding-left: 30px;
	}

	.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_cate .cate_ico {
		left: 5px;
		margin-top: -10px;
	}

	.archive_list.novelty_list>li a .shop_meta .meta_box .tag_list li.tag_floor .floor_ico {
		padding-top: 5px;
	}

	.archive_list.novelty_list>li a .novelty .text {
		font-size: 12px;
		line-height: 19px;
	}

	.archive_list.novelty_list>li a .novelty .ul_def1>li p {
		font-size: 12px;
		line-height: 19px;
	}

	.archive_list.novelty_list>li a .photo {
		margin-bottom: 10px;
		border-radius: 2.5px;
	}

	.archive_list.novelty_list>li a em {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 8px;
	}

	.archive_list.novelty_list>li a .shop_floor {
		font-size: 10px;
	}

	.archive_list.novelty_list>li a .date {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.archive_list.novelty_list>li a .txt p {
		font-size: 12px;
		line-height: 19px;
	}

	.news_detail {
		margin-bottom: 50px;
	}

	.news_detail .date {
		font-size: 10px;
		margin-bottom: 10px;
	}

	.news_detail h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.news_detail .news_period {
		font-size: 12px;
		margin: -5px 0 10px;
	}

	.news_detail .news_period span {
		line-height: 25px;
		width: 50px;
		height: 25px;
		margin-right: 5px;
		border-radius: 2.5px;
	}

	.news_detail>.photo {
		margin-bottom: 60px;
		padding-top: 20px;
	}

	.news_detail>.photo.single {
		margin-bottom: 20px;
	}

	.news_detail>.photo .bx-wrapper .bx-pager {
		bottom: -25px;
	}

	.news_detail .txt {
		font-size: 14px;
		line-height: 26px;
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	.news_detail .txt .ttl_def1 {
		margin-bottom: 20px;
	}

	.news_detail .txt p {
		font-size: 14px;
		line-height: 26px;
	}

	.news_detail .txt.recruit .table_def1 tr th {
		width: 122px;
	}

	.news_detail .shop_info {
		float: none;
		width: 100%;
		margin: 0 auto;
		padding: 20px 15px;
	}

	.news_detail .shop_info .photo {
		float: left;
		width: 40%;
		border-radius: 2.5px;
	}

	.news_detail .shop_info .shop_name {
		font-size: 18px;
		line-height: 24px;
		float: right;
		width: 56%;
		margin-bottom: 10px;
	}

	.news_detail .shop_info .shop_name span {
		font-size: 10px;
		line-height: 24px;
		padding-top: 0;
	}

	.news_detail .shop_info .tag_list {
		float: right;
		width: 56%;
		margin-bottom: 10px;
	}

	.news_detail .shop_info .tag_list li {
		font-size: 10px;
		margin-bottom: 5px;
		padding: 0;
	}

	.news_detail .shop_info .tag_list li>span {
		display: inline-block;
		padding: 5px;
		border-radius: 2.5px;
	}

	.news_detail .shop_info .tag_list li .tag_ico {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		border-radius: 2.5px;
	}

	.news_detail .shop_info .tag_list li.tag_cate {
		min-height: 30px;
		padding: 0;
	}

	.news_detail .shop_info .tag_list li.tag_cate>span {
		line-height: 12px;
		min-height: 30px;
		padding: 9px 5px;
		padding-left: 30px;
	}

	.news_detail .shop_info .tag_list li.tag_cate .cate_ico {
		left: 5px;
		margin-top: -10px;
	}

	.news_detail .shop_info .tag_list li.tag_floor .floor_ico {
		padding-top: 5px;
	}

	.news_detail .shop_info .shop_txt {
		clear: both;
		margin-bottom: 20px;
	}

	.news_detail .shop_info .link_list {
		max-width: 400px;
		margin: 0 auto;
	}

	.news_detail .shop_info .link_list li a {
		margin: 10px 0 0;
	}

	.shop_intoroduction {
		margin-bottom: 50px;
	}

	.shop_intoroduction .shop_lead {
		margin-bottom: 30px;
	}

	.shop_intoroduction .shop_lead .photo {
		width: 46%;
		max-width: 155px;
		margin-right: 4%;
		margin-bottom: 10px;
		border-radius: 2.5px;
	}

	.shop_intoroduction .shop_lead .meta {
		float: left;
		width: 50%;
		margin-bottom: 10px;
		padding-top: 5px;
	}

	.shop_intoroduction .shop_lead .meta h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	.shop_intoroduction .shop_lead .meta h3 span {
		font-size: 10px;
		padding-top: 6px;
	}

	.shop_intoroduction .shop_lead .meta .tag_list li {
		font-size: 10px;
		display: block;
		margin-bottom: 5px;
		padding: 0;
		border-radius: 2.5px;
		background: none;
	}

	.shop_intoroduction .shop_lead .meta .tag_list li>span {
		display: inline-block;
		padding: 5px;
		border-radius: 2.5px;
	}

	.shop_intoroduction .shop_lead .meta .tag_list li .tag_ico {
		width: 20px;
		height: 20px;
		margin-right: 5px;
		border-radius: 2.5px;
	}

	.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate {
		min-height: 30px;
		margin-right: 0;
		padding: 0;
	}

	.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate>span {
		line-height: 12px;
		min-height: 30px;
		padding: 9px 5px;
		padding-left: 30px;
	}

	.shop_intoroduction .shop_lead .meta .tag_list li.tag_cate .cate_ico {
		left: 5px;
		margin-top: -10px;
	}

	.shop_intoroduction .shop_lead .meta .tag_list li.tag_floor .floor_ico {
		padding-top: 5px;
	}

	.shop_intoroduction .shop_lead .txt {
		font-size: 12px;
		line-height: 20px;
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
	}

	.shop_intoroduction .shop_lead .shop_sns {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.shop_intoroduction .shop_lead .shop_sns li {
		width: 30px;
	}

	.shop_intoroduction .shop_lead .shop_sns li a {
		font-size: 13px;
		line-height: 30px;
		height: 30px;
	}

	.shop_intoroduction .shop_detail .photo {
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.shop_intoroduction .shop_detail .photo .bx-wrapper .bx-pager {
		bottom: -25px;
	}

	.shop_intoroduction .shop_detail .shop_table {
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.shop_intoroduction .shop_detail .shop_table .floor td>span {
		display: block;
		margin-right: 0;
	}

	.shop_intoroduction .shop_detail .shop_table .link_more {
		width: 180px;
		margin: 10px 0 0;
	}

	.shop_news_list {
		margin-bottom: 40px;
	}

	.archive_list_wrap .shop_news_list {
		margin-bottom: 40px;
	}

	.archive_list_wrap .shop_news_list .pagination {
		margin-bottom: 40px;
	}

	.archive_list_wrap .shop_news_list .more_link span {
		padding-left: 18px;
		background: url(../images/common/ico_shop_w@2x.png) left center/12px no-repeat;
	}

	.archive_list_wrap .shop_news_list .more_link:hover span {
		background: url(../images/common/ico_shop@2x.png) left center/12px no-repeat;
	}

	.search_list_wrap .section_def1 {
		margin-bottom: 60px;
	}

	.search_list_wrap #list_top {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 699px) {
	.feature_detail .recipe_wrap .recipe .ttl_sub {
		font-size: 16px;
		line-height: 20px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail {
		margin-bottom: 40px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_ingredients {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_detail .recipe_howto {
		float: none;
		width: 100%;
	}

	.feature_detail .recipe_wrap .recipe_side .writer {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	.feature_detail .recipe_wrap .recipe_side .food {
		float: none;
		width: 100%;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
		vertical-align: top;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 539px) {
	.archive_list li {
		width: 48%;
		margin-bottom: 40px;
	}

	.archive_list li:nth-child(3n) {
		margin-right: 4%;
	}

	.archive_list li:nth-child(2n) {
		margin-right: 0;
	}

	.archive_list li a .photo {
		height: 45vw;
	}

	.archive_list.novelty_list>li {
		width: 100%;
		margin-bottom: 30px;
	}

	.archive_list.novelty_list>li:nth-child(3n) {
		margin-right: 0;
	}

	.archive_list.novelty_list>li:nth-child(2n) {
		margin-right: 0;
	}

	.archive_list.novelty_list>li a .novelty_img {
		width: 100px;
		margin-left: 10px;
	}

	.archive_list.novelty_list>li a .photo {
		width: 100px;
		height: 100px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 499px) {
	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .photo {
		float: none;
		width: 100%;
		max-width: 360px;
		margin: 0 auto 10px;
	}

	.feature_detail .recipe_wrap .recipe .recipe_point .point_list li .txt {
		float: none;
		width: 100%;
	}

	.feature_detail .recipe_wrap .recipe_side .food .food_list li {
		width: 100%;
		margin-right: 0;
	}

	.feature_detail .recipe_wrap .recipe_side.recipe_side_2 .food .food_list li {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 374px) {
	.header_inner .h_logo {
		width: 110px;
		margin-left: -65px;
	}

	.header_inner .h_logo a {
		margin-top: -13.5px;
	}

	.header .g_nav .nav_btn {
		right: 15px;
		left: auto;
	}
}

@media only screen and (max-width: 349px) {
	.access .address {
		padding-left: 70px;
	}

	.access .address span {
		width: 60px;
	}
}

/* footer 210322 tsu add text */
.footer .footer_inner .footer_info small span.col_red {
	color: #d90000;
}

/* TOP:SNSエリア非表示 */
.top_sns {
	display: none;
}

/* 投稿見出し調整 */
.news_detail h1.wp-block-heading,
.news_detail h2.wp-block-heading,
.news_detail h3.wp-block-heading,
.news_detail h4.wp-block-heading,
.news_detail h5.wp-block-heading,
.news_detail h6.wp-block-heading {
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 10px;
	letter-spacing: .1em;
}

.news_detail h1.wp-block-heading {
	font-size: 44px;
}

.news_detail h2.wp-block-heading {
	font-size: 40px;
}

.news_detail h3.wp-block-heading {
	font-size: 36px;
}

.news_detail h4.wp-block-heading {
	font-size: 32px;
}

.news_detail h5.wp-block-heading {
	font-size: 28px;
}

.news_detail h6.wp-block-heading {
	font-size: 24px;
}

@media only screen and (max-width: 787px) {
	.news_detail h1.wp-block-heading {
		font-size: 24px;
	}

	.news_detail h2.wp-block-heading {
		font-size: 22px;
	}

	.news_detail h3.wp-block-heading {
		font-size: 20px;
	}

	.news_detail h4.wp-block-heading {
		font-size: 18px;
	}

	.news_detail h5.wp-block-heading {
		font-size: 16px;
	}

	.news_detail h6.wp-block-heading {
		font-size: 14px;
	}
}

/* 投稿太字調整 */
.news_detail strong {
	font-weight: bold;
}

/* YouTube 埋め込み調整 */
.wp-block-embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.wp-block-embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin: auto;
	aspect-ratio: 16 / 9;
}

/*==================================================
 グルメガイド一覧
================================================== */
.gourmet_search {
	width: 90%;
	max-width: 825px;
	margin-left: auto;
	margin-right: auto;
}

.gourmet_search form {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.gourmet_search input[type=text] {
	width: calc(100% - 50px);
	background: #ddd;
	font-size: 18px;
	padding: 12px 24px;
	border-radius: 30px;
	box-sizing: border-box;
}

.gourmet_search button {
	width: 40px;
	margin-left: 10px;
	background: url(../images/common/ico_search.png) no-repeat center center;
	border: none;
	box-shadow: none;
	text-indent: -9999px;
}

.gourmet_search .gourmet_search_cat,
.gourmet_search .gourmet_search_scene {
	width: calc(100% - 50px);
	display: flex;
	flex-wrap: wrap;
}

.gourmet_search .gourmet_search_cat dt,
.gourmet_search .gourmet_search_scene dt {
	font-size: 14px;
	color: #999;
	text-align: right;
	width: 14em;
	margin-right: 10px;
}

.gourmet_search .gourmet_search_cat dd,
.gourmet_search .gourmet_search_scene dd {
	width: calc(100% - 18em - 10px);
	display: flex;
	flex-wrap: wrap;
}

.gourmet_search .gourmet_search_cat dd a,
.gourmet_search .gourmet_search_scene dd a {
	font-size: 12px;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 5px 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
}

.gourmet_search .gourmet_search_cat dd a.label_cat_cafe {
	background: #7BC3CE;
}

.gourmet_search .gourmet_search_cat dd a.label_cat_food {
	background: #ED9D35;
}

.gourmet_search .gourmet_search_scene dd a {
	background: #5EBA65;
}

.gourmet_list_wrap {
	padding: 60px 0 40px;
}

.gourmet_list_wrap>p {
	font-size: 14px;
	max-width: 1080px;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: .1em;
}

.gourmet_list_wrap>h3 {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.gourmet_list_wrap>h3.ttl_def1::after {
	width: 110px;
}

.gourmet_list {
	font-size: 0;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0;
}

.gourmet_list li {
	display: inline-block;
	width: 340px;
	margin-right: 30px;
	margin-bottom: 60px;
	vertical-align: top;
}

.gourmet_list li:nth-child(3n) {
	margin-right: 0;
}

.gourmet_list li a {
	display: block;
}

.gourmet_list li a .photo {
	overflow: hidden;
	width: 100%;
	height: 340px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.gourmet_list li a .photo img {
	width: 100%;
	height: auto !important;
	-webkit-transition: opacity ease .4s;
	transition: opacity ease .4s;
	border-radius: 12px;
	border: 1px solid #F0F0F0;
}

.gourmet_list li a:hover .photo img {
	opacity: .8;
}

.gourmet_list li a .cate_label {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	display: block;
	width: 100%;
	height: 24px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: .1em;
	color: #7bc3ce;
	border: 1px solid #7bc3ce;
	border-radius: 12px;
}

.gourmet_list li a .cate_label.food_label {
	color: #ed9d35;
	border-color: #ed9d35;
}

.gourmet_list li a .cate_label.cafe_label {
	color: #2fa680;
	border-color: #2fa680;
}

.gourmet_list li a .cate_txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	display: block;
	margin-bottom: 6px;
	letter-spacing: .1em;
}

.gourmet_list li a .cate_txt.food_txt {
	color: #ed9d35;
}

.gourmet_list li a .cate_txt.cafe_txt {
	color: #2fa680;
}

.gourmet_list li a em {
	font-size: 20px;
	font-weight: 500;
	line-height: 22px;
	display: block;
	margin-bottom: 10px;
	-webkit-transition: color ease .4s;
	transition: color ease .4s;
	letter-spacing: .1em;
}

.gourmet_list li a:hover em {
	color: #7bc3ce;
}

.gourmet_list li a:hover em.food_name {
	color: #ed9d35;
}

.gourmet_list li a:hover em.cafe_name {
	color: #2fa680;
}

.gourmet_list li a .shop_floor {
	font-size: 12px;
	display: block;
	letter-spacing: .1em;
	color: #939393;
}

.gourmet_list li.simple_list_li a:hover .txt p.food {
	color: #ed9d35;
}

.gourmet_list li.simple_list_li a:hover .txt p.cafe {
	color: #2fa680;
}

.gourmet_list.simple_list li a:hover .txt p {
	color: #7bc3ce;
}

.gourmet_list.simple_list li a:hover .txt p.food {
	color: #ed9d35;
}

.gourmet_list.simple_list li a:hover .txt p.cafe {
	color: #2fa680;
}

@media only screen and (max-width: 1080px) {
	.gourmet_list_wrap>h3 {
		margin-left: 10px;
		margin-right: 10px;
	}

	.gourmet_list {
		padding: 0 10px;
	}

	.gourmet_list li {
		width: 31%;
		margin-right: 3.5%;
	}

	.gourmet_list li a .photo {
		height: 31vw;
	}
}

@media only screen and (max-width: 899px) {

	.gourmet_search .gourmet_search_cat dt,
	.gourmet_search .gourmet_search_scene dt {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: left;
	}

	.gourmet_search .gourmet_search_cat dd,
	.gourmet_search .gourmet_search_scene dd {
		width: 100%;
	}

	.gourmet_search .gourmet_search_cat dd a,
	.gourmet_search .gourmet_search_scene dd a {
		padding: 5px 14px;
	}

	.gourmet_list_wrap {
		padding: 30px 0 10px;
	}

	.gourmet_list_wrap>p {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 40px;
		text-align: left;
	}

	.gourmet_list li {
		margin-bottom: 40px;
	}

	.gourmet_list li a .photo {
		height: 30vw;
	}

	.gourmet_list li a .photo {
		margin-bottom: 10px;
		border-radius: 2.5px;
	}

	.gourmet_list li a .cate_label {
		font-size: 12px;
		margin-bottom: 8px;
	}

	.gourmet_list li a .cate_txt {
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 4px;
	}

	.gourmet_list li a em {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 8px;
	}

	.gourmet_list li a .shop_floor {
		font-size: 10px;
	}
}

@media only screen and (max-width: 539px) {
	.gourmet_search input[type=text] {
		width: calc(100% - 40px);
		font-size: 16px;
		padding: 10px 20px;
	}

	.gourmet_search button {
		width: 30px;
		background: url(../images/common/ico_search.png) no-repeat center center;
		background-size: contain;
	}

	.gourmet_list li {
		width: 48%;
		margin-bottom: 40px;
	}

	.gourmet_list li:nth-child(3n) {
		margin-right: 4%;
	}

	.gourmet_list li:nth-child(2n) {
		margin-right: 0;
	}

	.gourmet_list li a .photo {
		height: 45vw;
	}
}

/*==================================================
 グルメガイド
================================================== */
dl.shop_table.table_def2 {
	display: flex;
	align-items: center;
}

dl.shop_table.table_def2 dt {
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	padding: 10px;
	width: 20%;
	min-height: 72px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

dl.shop_table.table_def2.shop_scene dt {
	width: 16.7%;
	border-bottom: none;
}

dl.shop_table.table_def2 dd {
	padding: 10px;
	width: 40%;
	text-align: left;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	min-height: 72px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

dl.shop_table.table_def2 dd:nth-child(4),
dl.shop_table.table_def2 dd:nth-child(8),
dl.shop_table.table_def2.shop_scene dd {
	border-right: none;
}

dl.shop_table.table_def2.shop_scene dd {
	width: 83.3%;
	border-bottom: none;
}

ul.sns_url {
	display: flex;
}

ul.sns_url a {
	font-size: 24px;
}

ul.sns_url li {
	width: 40px;
}

ul.sns_url i {
	width: 35px;
	color: #676767;
}

.page-gourmet .table_def2 tr th {
	padding: 25px 25px;
}

.page-gourmet .table_def2 tr td {
	padding: 25px 20px;
}

.page-gourmet .shop_detail {
	margin-bottom: 40px;
}

dl.shop_table.table_def2 dd a.link_more {
	font-size: 10px;
	display: inline-block;
	width: 180px;
	height: 22px;
	text-align: center;
	border-radius: 12.5px;
	background: url(../images/common/ico_link@2x.png) right 15px center/8px no-repeat #7bc3ce;
	padding-top: 5px;
}

dl.shop_table.table_def2 dd a.link_more span {
	display: inline-block;
	margin-left: -10px;
	padding-left: 15px;
	color: #fff;
}

div#shop_more_detail {
	margin-bottom: 50px;
}

div#shop_budget {
	display: flex;
	align-items: center;
}

span.shop_lunch,
span.shop_dinner {
	display: contents;
}

span.shop_lunch::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/themes/praliva/images/common/ico_shop_lunch.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}

span.shop_lunch::after {
	content: '　';
}

span.shop_lunch {
	margin-right: 30px;
}

span.shop_dinner::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-image: url('/wp-content/themes/praliva/images/common/ico_shop_dinner.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 5px;
}

@media only screen and (max-width: 699px) {

	dl.shop_table.table_def2 {
		flex-wrap: wrap;
	}

	dl.shop_table.table_def2 dt,
	dl.shop_table.table_def2.shop_scene dt {
		width: 10em;
	}

	dl.shop_table.table_def2 dd,
	dl.shop_table.table_def2.shop_scene dd {
		width: calc(100% - 10em);
	}
}

ul#gourmet_scene {
	display: flex;
	flex-wrap: wrap;
}

#gourmet_scene li {
	font-size: 12px;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	text-align: center;
	border-radius: 10px;
	background-color: #5EBA65;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#gourmet_menu {
	width: 70%;
	margin: 30px auto;
}

#gourmet_menu ul {
	display: flex;
	justify-content: space-evenly;
}

#gourmet_menu a {
	display: block;
}

#gourmet_scene li a {
	color: #fff;
}

.recommend_list {
	font-size: 0;
	max-width: 1080px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0;
	display: flex;
	justify-content: space-around;
}

.recommend_list li {
	display: inline-block;
	max-width: 530px;
	margin-bottom: 60px;
	vertical-align: top;
}

.recommend_list .txt {
	margin-top: 15px;
	font-size: 20px;
	text-align: center;
}

.recommend_list .price {
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	color: #FFA54C;
}