@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "base.css";
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,500i,700,700i');

body {
	line-height: 2;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
	color: #333333;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background-color: #eeeeee;
}
#headerInner, #footerInner, .inner {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	height: auto;
}
.telLink a {
	text-decoration: none;
    color: #333333;
}
.telLink a:hover {
    color: #333333;
}

/* =====================================================================
 * header
 * =================================================================== */
#headerInner {
	overflow: hidden;
}
h1 a {
	position: absolute;
	top: 0;
	display: block;
	width: 140px;
	height: 130px;
	background: url(../image/common/logo.svg) no-repeat #ffffff;
	background-position: center 28px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 100;
}

.open {
	margin-top: -9%;
	margin-bottom: 0.3em;
	line-height: 1.6;
	font-size: 1.5rem;
	font-weight: bold!important;
}
.open span {
	display: inline-block;
	font-weight: bold;
}
.openNotes {
	/* margin-bottom: .8em; */
	font-size: 0.9em;
}
.openNotes span {
	display: inline-block;
}
.openNotes a {
	text-decoration: underline;
	font-weight: bold;
	color: #e61a15;
}
.openNotes a:hover {
	text-decoration: none;
}
.open_t {
	margin: 35px 0px 25px 155px;
}

.logo_rf {
	margin-top: 0%;
	margin-left: 90%;
}
/* =====================================================================
 * globalnavi
 * =================================================================== */
#trigger {
	display: none;
}
#g-navi {
	overflow: hidden;
	margin: 30px 0 25px;
	text-align: right;
	font-size: 0;
}
#g-navi li {
	display: inline-block;
	line-height: 1.6;
	font-size: 1.5rem;
}
#g-navi li:not(:last-child) {
	margin-right: 50px;
}
#g-navi li a {
	position: relative;
	display: inline-block;
	letter-spacing: 1px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
#g-navi li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #e61a15;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
}
#g-navi li a:hover {
	color: #e61a15;
}
#g-navi li a:hover::after {
	width: 100%;
}
#g-navi li.tablet a:hover:after {
	width: 0;
}
#index #gn-home a, 
#news #gn-news a,
#topics #gn-topics a, 
#floorguide #gn-floorguide a, 
#access #gn-access a,
#job #gn-job a {
	color: #e61a15;
}


#g-navi .logo_rf {
	margin: 0 10px;
	/* position: absolute; */
	top: 8px;
	right:0;
	/* display:none; */
}
@media screen and (min-width:768px) and (max-width:1100px){
#g-navi .logo_rf {
	display:none;
}
}

/* =====================================================================
 * footer
 * =================================================================== */
footer {
	background-color: #eeeeee;
	padding: 35px 0 25px;
}
#footerInner {
	clear: both;
	text-align: center;
	font-size: 1.2rem;
}
#footerInner li {
	display: inline-block;
	margin: 0 12px;
}
#footerNavi {
	margin: 35px 0 28px;
	padding: .8em 0;
	border-top: solid 1px #c0c0c0;
	border-bottom: solid 1px #c0c0c0;
}
#footerNavi li {
	margin: 0 25px;	
}

#address {
	line-height: 1.8;
}
#address li {
	margin: 0 0.5em;
}
.copyright {
	line-height: 1.7;
	font-size: 1.0rem;
}
/* pagetop */
#pagetop {
	margin: 27px auto 25px;
	width: 38px;
	height: 30px;
}
#pagetop a {
	display: block;
	width: 38px;
	height: 30px;
}

/* =====================================================================
 * contents
 * =================================================================== */
#contents {
	overflow: hidden;
	font-size: 1.3rem;
}
.inner {
	margin: 0 auto;
	padding: 25px 0;	
	width: 960px;
}
.inner > section {
	overflow: hidden;
	padding-bottom: 50px;
}
.inner > section:last-of-type {
	padding-bottom: 0;
}
h2 {
	padding: 1.8em 0;
	width: 100%;
	background: url(../image/common/back_pattern_gray.gif) repeat;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 2px;
	font-size: 2.7rem;
	color: #ffffff;
}
#news h2 { background: url(../image/common/back_pattern_bgreen.gif) repeat; }
#topics h2 { background: url(../image/common/back_pattern_purple.gif) repeat; }
#floorguide h2 { background: url(../image/common/back_pattern_blue.gif) repeat; }
#access h2 { background: url(../image/common/back_pattern_green.gif) repeat; }
#job h2 { background: url(../image/common/back_pattern_ygreen.gif) repeat; }

#news h2,#topics h2,#floorguide h2,#access h2,#job h2{
background-size: 60%;
background-position: 50% 50%;}

#index h2 {
	margin-bottom: 55px;
	padding: 0;
	background: none;
	text-align: center;
	font-size: 2.8rem;
	color: #333333;
}
#index h2 span {
	padding: 0 .1em .2em;
	border-bottom: solid 3px #333333;
}
h3 {
	margin-bottom: 1em;
	line-height: 1.6;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}
h3 span {
	display: inline-block;
	font-weight: bold;
}
h4 {
	margin: 0 0 0.7em 21px;
	line-height: 1.6;
	text-align: left;
	text-indent: -21px;
	font-size: 1.7rem;
	font-weight: bold;
}
h4 span {
	font-size: 1.6rem;
}
h4:before {
	content: "";
	display: inline-block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	vertical-align: middle;
	margin-right: 7px;
	height: 6px;
	width: 6px;
	border: 4px solid #e60012;
	position: relative;
	top: -2px;
}
.linkBtn a {
	display: block;
	margin: 20px auto 0;
	padding: .6em;
	width: 310px;
	background: url(../image/common/arrow_white.svg) no-repeat 88% center #e61a15;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.5rem;
	color: #ffffff;
}

/* index */
#slider, #skippr-slider a {
	width: 100%;
	height: 500px;
}
.skippr > div {
	background-position: 50% 50%!important;
}
#skippr-slider a {
	display: block;
}
#newsList {
	/* background: url(../image/common/back_pattern.gif) repeat; */
background:#FFFFFF;
}
#newsList .inner {
	width: 1120px;
}
#topicsList {
	background-color: #eeeeee;
}
#topicsList .inner {
	width: 1000px;
}
.articleList {
	text-align: center;
	letter-spacing: 0;
	line-height: 1.8;
	font-size: 0;
}
.articleList li {
	display: inline-block;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: top;
	font-size: 1.3rem;
}
.articleList li a {
	display: block;
}
.articleList li dl {
	padding: 1em .7em .9em;
}
.articleList li dt {
	margin-bottom: .5em;
}
.articleList li dt span {
	display: block;
	margin-bottom: .5em;
	font-size: 1.2rem;
	color: #e61a15;
}
.articleList li dt a {
	text-decoration: underline;
}
.articleList li dt a:hover {
	color: #e61a15;
}
#newsList .articleList li {
	margin: 0 15px 25px;
	padding: 8px;
	width: 250px;
	border: solid 2px #dddddd;
	background-color: #ffffff;
}
#newsList .articleList li dt a {
	font-weight: bold;
}

#newsList .articleList  li img {
display: block;
    width: 100%;
    height: 170px;
    object-fit: cover;
	object-position: top center;
}


#topicsList .articleList li {
	margin: 0 25px 25px;
	width: 200px;
}
#topicsList .articleList li img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#topicsList .articleList li dl {
	padding: 1em .7em 0;
}
#topicsList .articleList li dt {
	font-size: 1.4rem;
}
#topicsList .articleList li dt span {
	text-align: center;
}
#topicsList .articleList li dd {
	font-weight: bold;
	font-size: 1.2rem;
	font-family: Arial,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
#topicsList .articleList li dd:before {
	content: "- ";
}
#contents > section#shopList {
	padding-bottom: 35px;
}
#shopList li {
	float: left;
	margin: 0 20px 20px 0;
	width: 120px;
	height: 120px;
}
#shopList li:nth-child(7n) {
	margin-right: 0;
}
#shopList li a {
	overflow: hidden;
	float: left;
	border: solid 1px #c0c0c0;
}
#shopList li a img {
	margin: -1px;
	max-width: inherit;
	width: 120px;
	height: 120px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
#shopList li a:hover {
	border: 2px solid #e61a15;
}
#shopList li a:hover img {
	margin: -2px;
}

/* NEWS */
.entryBox {
	margin: 30px auto 60px;
	padding-top: 20px;
	padding-bottom: 40px;
	max-width: 750px;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #c0c0c0;
}
.entryBox:last-of-type {
	margin-bottom: 0;
	border: none;
}
.entryBox .ttlBox h3 {
	margin-bottom: 0.8em;
}
.textBox a {
	text-decoration: underline;
}
.textBox a:hover {
	color: #e61a15;
}
.ttlBox p.date {
	line-height: 1;
	font-size: 1.2rem;
	color: #999999;
}
/* .ttlBox::after {
	content: "";
	display: block;
	margin: 3em auto;
	width: 15px;
	height: 2px;
	background-color: #333333;
} */
.textBox p {
	margin-bottom: 1.5em;
}
.textBox p img {
	margin: .5em 0;
	
  max-width: 100%;
  height: auto;
}
/* エディター */
.textBox strong, .textBox strong span,
.textBox strong em, .textBox strong del {
	font-weight: bold;
}
.textBox em, .textBox em span,
.textBox em strong, .textBox em del {
	font-style: italic;
}

/* SHOP TOPICS */
.ttlBox p.shopName {
	margin: 1em 0 0;
	line-height: 1.4;
}
.ttlBox p.shopName span {
	display: inline-block;
	padding: .35em 1em;
	border: solid 1px #ccaeeb;
	font-weight: bold;
	color: #b291d4;
}

/* FLOOR GUIDE */
#floorLink {
	overflow: hidden;
	padding: 25px 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	font-size: 0;
	letter-spacing: 0;
}
#floorLink li {
	display: inline-block;
}
#floorLink li a {
	display: block;
	margin: 0 7px;
	padding: 10px;
	width: 80px;
	border: solid 2px #77b9f7;
	font-size: 1.5rem;
	letter-spacing: 1px;
	color: #77b9f7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#floorLink li a:hover {
	background-color: #77b9f7;
	color: #ffffff;
}
#shopListFG section {
	overflow: hidden;
	text-align: center;
}
#shopListFG .inner {
	padding: 35px 0 32px;
	background-color: #fff
}
#shopListFG h3 {
	margin-bottom: 0.7em;
	letter-spacing: 4px;
	font-size: 2.7rem;
}
.shops {
	letter-spacing: 0;
	font-size: 0;
}
.shops li {
	display: inline-block;
	margin: 0 10px 20px;
	padding: 3px 25px 3px 15px;
	width: 47%;
	border: solid 1px #c0c0c0;	
	background-color: #ffffff;
	text-align: left;
	letter-spacing: 1px;
	font-size: 1.3rem;
}
.shops li p, .shops li dl {
	display: table-cell;
	vertical-align: middle;
}
.shops li p {
	width: 120px;
	height: 120px;
}
.shops li dl {
	padding-left: 20px;
	line-height: 1.5;
	font-size: 1.4rem;
}
.shops li dt a {
	text-decoration: underline;
}
.shops li dt a:hover {
	color: #e61a15;
}
.shops li dd {
	display: block;
	margin-top: .3em;
	font-size: 1.3rem;
}
.shops li dd.cat {
	margin-top: .5em;
	font-size: 1.1rem;
}
#floor1, #floor3, #floor5 {
	background-color: #eeeeee;	
}
.equipment {
	margin-top: 10px;
}
.equipment span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
	font-size: 1.4rem;
}

/* FLOOR GUIDE個別 */
#floorLink.single {
  /* border-bottom: solid 1px #c0c0c0; */
}
#shopListFG h3#shopName {
	margin-bottom: 0.4em;
	font-size: 2.5rem;
	letter-spacing: 1px;
}
.category {
	font-size: 1.5rem;
}
#shopDetail {
	margin: 30px 0 25px;
	text-align: center;
}
#shopDetail dl {
	display: inline-block;
	vertical-align: top;
	margin: 0 18px;
}
#detailLeft {
	width: 120px;
}
#detailLeft dt {
	margin-bottom: 10px;
	padding: 0.9em;
	background-color: #77b9f7;
	line-height: 1;
	font-size: 1.8rem;
	color: #ffffff;
}
#detailLeft dd {
	border: solid 1px #c0c0c0;
}
#detailRight {
	width: 540px;
	text-align: left;
}
#detailRight dt.noimage {
	display: none;
}
#detailRight dt ul {
	margin-top: 15px;
	letter-spacing: 0;
	font-size: 0;
}
#detailRight dt li {
	display: inline-block;
	width: 100px;
	height: 100px;
}
#detailRight dt li img{
display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
}


#detailRight dt li:not(:last-child) {
	margin-right: 10px;
}
#detailRight dt, #detailRight dd:not(:last-child) {
	margin-bottom: 2.5em;
}
#detailRight dd ul li {
	display: table;
	margin-bottom: 0.6em;
	line-height: 1.8;
}
#detailRight dd ul li span {
	display: table-cell;
}
#detailRight dd ul li span:last-child {
	padding-left: 1.2em;
}
#detailRight dd ul li a {
	text-decoration: underline;
	word-break: break-all;
}
#detailRight dd ul li a:hover {
	color: #e61a15;
}
#detailRight dd ul li .telLink a {
	text-decoration: none;
}
#detailRight dd ul#shopSocial li {
	display: inline-block;
	margin-right: 8px;
}
.kind {
	display: inline-block;
	width: 90px;
	background-color: #333333;
	vertical-align: middle;
	text-align: center;
	font-size: 1.1rem;
	color: #ffffff;
}
.backBtn a {
	display: block;
	margin: 40px auto 0;
	padding: 11px 10px 10px 12px;
	width: 74%;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #333333;
}
.backBtn a::after {
	display: inline-block;
	vertical-align: middle;
	content: url(../image/common/back.svg);
	margin-left: 12px;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
}
/* boxer */
#boxer .boxer-meta {
	padding: 0!important;
}
#boxer .boxer-close {
	font-family: Arial,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
#boxer .current {
	margin: 0;
	padding: 0;
	border: none;
	background-color: inherit;
	color: inherit;
}
#boxer img {
	max-width: inherit;
}

/* ACCESS */
.guide:last-of-type {
	margin-bottom: 10px;
	padding-top: 50px;
	border-top: solid 1px #c0c0c0;
}
.guide p {
	text-align: center;
}
#parking p:last-of-type {
	text-align: left;
}
.guide dl {
	margin-top: 0.6em;
	line-height: 1.6;
}
.guide dt {
	float: left;
	clear: left;
	padding: 0.2em 0;
	width: 80px;
	background-color: #333333;
	text-align: center;
	font-size: 1.2rem;
	color: #ffffff;	
}
.guide dd {
	padding: 0.2em 0 0.2em 98px;
	text-align: left;
}
.guide dd span, #traffic p span {
	display: inline-block;
}
.special {
	color: #e61a15;
}
#gmap, #gmap2 {
	margin: 30px 0 32px;
	height: 450px;
}
.hoge { text-align: center; }	

/* JOB INFO */
#job .inner p {
	text-align: center;
}
.contentsBox {
	margin: 50px auto 10px;
	width: 86%;
}
.contentsBox:first-of-type {
	margin: 35px auto 10px;
}
.contentsBox table {
	width: 100%;
	border-top: solid 1px #c0c0c0;
	line-height: 1.9;
	text-align: left;
}
.contentsBox th {
	width: 140px;
	background-color: #eeeeee;
	text-align: center;
}
.contentsBox th, .contentsBox td {
	padding: 10px 20px;
	border-bottom: 1px solid #c0c0c0;
	vertical-align: middle;
}
.contentsBox td span, .subTxt span {
	display: inline-block;
}
.contentsBox tr.jobContact span {
	display: block;
}

/* COMPANY INFO */
#company .contentsBox table dt {
	font-weight: bold;
}

/* POLICY */
#policy dl {
	margin: 0 auto;
	padding-top: 1.7em;
	width: 86%;
	border-top: 1px solid #c0c0c0;
	text-align: left;
}
#policy dt, #policy dd {
	padding: 0 10px;
}
#policy dt {
	margin-bottom: 0.4em;
	line-height: 1.6;
	font-size: 1.4rem;
	font-weight: bold;
	color: #607c8e;
}
#policy dd {
	margin-bottom: 1.7em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #c0c0c0;	
}
#policy dd ol li {
	margin-left: 2em;
	list-style: decimal;
}
#policy dd span {
	display: inline-block;
}

/* pagenation */
.pagenation {
	margin: 0 auto;
	padding-top: 60px;
	width: 100%;
	border-top: solid 1px #c0c0c0;
	font-size: 1.1rem;
	line-height: 2.8em;
	letter-spacing: normal;
	text-align: center;
}
.pagenation a,
.current {
	margin-right: 6px;
	padding: 7px 11px 8px 11px;
	border: 1px solid #c0c0c0;
	background-color: #ffffff;
	color: #888888;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.pagenation a:link, #pagenavi a:link {
	text-decoration: none;
}
.pagenation a:hover, #pagenavi li a:hover {
	border: 1px solid #e61a15;
	color: #e61a15;
}
.current {
	border: 1px solid #e61a15;
    color: #e61a15;
}
#job .pagenation {
	margin-top: 60px;
}

/* 404 */
#error404 {
	text-align: center;
}
#error404 a {
	display: block;
	margin-top: 10px;
	text-decoration: underline;
}
#error404 a:hover {
	color: #e61a15;
}

/* =====================================================================
 * webfont
 * =================================================================== */
.linkBtn a {
	font-family: 'Asap', sans-serif;
	font-weight: 400;
}
#g-navi a, h2, #index h2 span, .en, .open, #floorLink li a {
	font-family: 'Asap', sans-serif;
	font-weight: 500;
}

/* =====================================================================
 * hover
 * =================================================================== */
.linkBtn a:hover, .backBtn a:hover{
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#slide a img:hover,
#shopList li a img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 1440px) {
	#slider, #skippr-slider a {
		height: 440px;
	}
}
@media screen and (max-width: 1120px) {
	/* index */
	#newsList .inner, #topicsList .inner {
		width: 100%;
	}
	#newsList .articleList {
		padding: 0 30px;
	}
}
@media screen and (max-width: 980px) {
	#headerInner, #footerInner, .inner {
		/* padding: 0 30px; */
		width: 100%;
	}
	.inner {
		padding: 45px 30px;
	}
	.inner > section {
		padding-bottom: 40px;
	}
	h1 a {
		width: 120px;
		height: 120px;
		background-position: center 22px;
	}
	#g-navi li:not(:last-child) {
		margin-right: 26px;
	}
	footer {
		padding: 30px 0 20px;
	}
	#footerNavi {
		margin: 30px 0 25px;
	}
	.copyright {
		margin-top: 15px;
	}
	#index h2 {
		margin-bottom: 45px;
	}
	.linkBtn a {
		margin: 15px auto 0;
	}
	/* index */
	#slider, #skippr-slider a {
		height: 320px;
	}
	.skippr > div {
		background-size: 120%!important;
	}
	#newsList .articleList {
		padding: 0;
	}
	#contents > section#shopList {
		padding-bottom: 25px;
	}
	#shopList ul {
		text-align: center;
		letter-spacing: 0;
		font-size: 0;
	}
	#shopList li {
		float: none;
		display: inline-block;
		margin: 0 10px 20px;
	}
	#shopList li:nth-child(7n) {
		margin: 0 10px 20px;
	}
	/* NEWS */
	.entryBox {
		margin: 30px auto 50px;
		padding-top: 20px;
		padding-bottom: 35px;
	}
	.ttlBox::after {
		margin: 2.5em auto;
	}
	/* FLOOR GUIDE */
	#shopListFG .inner {
		padding: 35px 25px 32px;
	}
	/* FLOOR GUIDE個別 */
	#shopListFG h3#shopName {
		margin-bottom: 0.2em;
	}
	#shopDetail {
		margin: 25px 0 20px;
	}
	#shopDetail dl {
		margin: 0 15px;
	}
	#detailRight {
		width: 520px;
	}
	#detailRight dt li {
		width: 96px;
		height: 96px;
	}
	/* ACCESS */
	.guide:last-of-type {
		padding-top: 40px;
	}
	/* JOB INFO, POLICY */
	.contentsBox, #policy dl {
		width: 100%;
	}
	/* pagenation */
	.pagenation {
		padding-top: 45px;
	}
}
@media screen and (max-width: 767px) {
	header {
		/* padding-top: 60px; */
	}
	h1 a {
		width: 106px;
		height: 104px;
		background-size: 64px auto;
		background-position: center 17px;
	}
	
	.open {
		margin-top: 5%;
	}
	
	.open_t {
		width: 100%;
		margin: 6% 5% 0% 0%;;
		text-align: center;
		/* height: 250px; */
	}
	
	.logo_rf {
		margin-top: 0%;
		margin-left: 80%;
	}
	
	/* toggleBtn */
	#trigger {
		position: absolute;
		top: 10px;
		right: 0;
		display: table-cell;
		vertical-align: middle;
		width: 72px;
		height: 40px;
		z-index: 110000;
	}
	#trigger .active {
		position: fixed;
	}
	#toggleBtn {
		display: block;
		position: relative;
		width: 72px;
		height: 40px;
		cursor: pointer;
	}
	#toggleBtn-icon {
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		width: 26px;
		height: 2px;
		margin: -1px 0 0 -16px;
		background: #e61a15;
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	#toggleBtn-icon:before, #toggleBtn-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 26px;
		height: 2px;
		background: #e61a15;
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	#toggleBtn-icon:before {
		margin-top: -9px;
	}
	#toggleBtn-icon:after {
		margin-top: 7px;
	}
	#toggleBtn .close{
		background: transparent;
	}
	#toggleBtn .close:before, #toggleBtn .close:after {
		margin-top: 0;
	}
	#toggleBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#toggleBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#g-navi {
		display: inherit;
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		margin-top: 0;
		padding-top: 0;
		background-color: rgba(255,255,255,0.9);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		z-index: 9999;
	}
	#g-navi ul {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0 -50% 0 0;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
		text-align: center;
	}
	#g-navi li {
		display: block;
		padding: 0.6em;
	}
	#g-navi li:not(:last-child) {
		margin-right: 0;
	}
	#g-navi li a {
		display: block;
		font-size: 2.0rem;
	}
	#g-navi li a::after {
		display: none;
	}
	#g-navi.cbp-spmenu-open {
		right: 0;
	}
	#footerNavi li {
		margin: 0 15px;	
	}

#g-navi .logo_rf {
		position: absolute;
		top: initial;
		left: 50%;
		right: initial;
		bottom:0;
		margin: 0 -50% 0 0;
		-webkit-transform: translate(-50%, -50%); /* Safari用 */
		transform: translate(-50%, -50%);
		text-align: center;
}

	/* index */
	#slider, #skippr-slider a {
		height: 270px;
	}
	#newsList .articleList li {
		margin: 0 10px 20px;
	}
	/* NEWS */
	.entryBox:last-of-type {
		padding-bottom: 0;
	}
	/* FLOOR GUIDE */
	#floorLink {
		padding: 20px 0;
	}
	#floorLink li a {
		margin: 0 5px;
		width: 70px;
	}
	#shopListFG .inner {
		padding: 30px 30px 32px;
	}
	.shops li {
		display: block;
		margin: 0 auto 15px;
		max-width: 550px;
		width: 100%;
	}
	.equipment {
		margin-top: 30px;
	}
	/* FLOOR GUIDE個別 */
	#shopDetail dl {
		display: block;
		margin: 0 auto;
	}
	#detailLeft, #detailRight {
		width: 100%;
	}
	#detailLeft {
		padding-bottom: 20px;
	}
	#detailLeft dt, #detailLeft dd {
		display: inline-block;
		vertical-align: middle;
		margin: 0 3px;
	}
	#detailLeft dt {
		padding: 0;
		width: 120px;
		line-height: 120px;
		font-size: 2.2rem;
	}
	#detailLeft dd {
		width: 120px;
	}
	#detailRight dt {
		text-align: center;
	}
	.backBtn a {
		width: 100%;
	}
	/* ACCESS */
	#parking p {
		text-align: left;
	}
	#gmap, #gmap2 {
		height: 350px;
	}
}
@media screen and (max-width: 599px) {
	/* FLOOR GUIDE個別 */
	#detailRight dt li {
		width: 76px;
		height: auto;
	}
	#detailRight dt li img{
display: block;
    width: 100%;
    height: 76px;
    object-fit: cover;
}
}
@media screen and (max-width: 480px) {
	/* font */
	.shops li dd.cat, .kind, .pagenation {
		font-size: 1.2rem;
	}
	#footerInner, .articleList li dt span,
	#topicsList .articleList li dd, .ttlBox p.date,
	.guide dt {
		font-size: 1.3rem;
	}
	#contents, .articleList li,
	.shops li, .shops li dd {
		font-size: 1.4rem;
	}
	#policy dt, .shops li dl {
		font-size: 1.5rem;
	}
	.open {
		margin-top: 10%;
		margin-bottom: 0.3em
		font-size: 1.6rem;
	}
	.open_t {
		width: 100%;
		margin: 0%;
		text-align: center;
		/* height: 250px; */
	}
	
	.logo_rf {
		margin-left: 85%;
	}
	
	#shopListFG h3#shopName {
		font-size: 2.3rem;
	}
	h2, #index h2, #shopListFG h3 {
		font-size: 2.6rem;
	}
	.openNotes, .textBox, #detailRight dd,
	.guide ul, .guide p, .guide dd, .subTxt,
	.contentsBox table, #policy dd {
		line-height: 1.8;
	}
	header {
		padding-top: 10px;
	}
	#trigger {
		top: 3px;
	}
	#toggleBtn-icon {
		right: 20px;
	}
	#headerInner, #footerInner, .inner {
		padding: 0 5%;
	}
	.inner {
		padding: 30px 5%;
	}
	.inner > section {
		padding-bottom: 30px;
	}
	h1 a {
		width: 88px;
		height: 84px;
		background-size: 54px auto;
		background-position: center 13px;
	}
	footer {
		padding: 20px 0 15px;
	}
	#footerNavi {
		margin: 20px 0 15px;
	}
	#footerNavi li {
		display: block;
		line-height: 2.2;	
	}
	.openNotes {
		margin-bottom: 1em;
	}
	#pagetop {
		margin: 20px auto;
	}
	h2 {
		padding: 1.5em 0;
		letter-spacing: 1px;
	}
	h2, #news h2, #topics h2, #floorguide h2,
	#access h2, #job h2, #index h2 {
		background-size: 85%;
	}
	#index h2 {
		margin-bottom: 30px;
	}
	h3 {
		margin-bottom: 0.5em;
	}
	.linkBtn a {
		margin: 5px auto 0;
		width: 100%;
	}
	/* index */
	#slider, #skippr-slider a {
		height: 200px;
	}
	#newsList {
		background-size: 85%;
	}
	#newsList .articleList li {
		margin: 0 1.5% 10px;
		width: 47%;
	}
	#newsList .articleList li:last-child {
		margin: 0 1.5% 20px;	
	}
	#topicsList .articleList li {
		margin: 0 2.5% 20px;
		width: 45%;
	}
	#contents > section#shopList {
		padding-bottom: 18px;
	}
	#shopList li, #shopList li:nth-child(7n) {
		margin: 0 6px 12px;
	}
	/* NEWS */
	.entryBox, .entryBox .ttlBox h3 {
		text-align: left;
	}
	.entryBox {
		margin: 20px auto 40px;
		padding-top: 25px;
		padding-bottom: 45px;
	}
	.entryBox .ttlBox h3 {
		margin-bottom: 0.6em;
	}
	.ttlBox::after {
		margin: 1.8em 0;
	}
	/* FLOOR GUIDE */
	#floorLink {
		padding: 20px 5%;
	}
	#floorLink li {
		margin: 0 2% 0 0;
		width: 15%;	
	}
	#floorLink li:last-child {
		margin-right: 0;
	}
	#floorLink li a {
		margin: 0;
		padding: 10px 0;
		width: 100%;
	}
	#shopListFG .inner {
		padding: 20px 5%;
	}
	#shopListFG h3 {
		margin-bottom: 0.3em;
	}
	.shops li {
		margin: 0 auto 10px;
		padding: 3px 10px;
	}
	.shops li p {
		width: 100px;
		height: 100px;
	}
	.shops li dl {
		padding: 10px 0 10px 10px;
	}
	.equipment {
		margin-top: 20px;
	}
	/* FLOOR GUIDE個別 */
	#shopListFG h3#shopName {
		margin-bottom: 0.1em;
	}
	#shopDetail {
		margin: 20px 0 15px;
	}
	#detailRight dt, #detailRight dd:not(:last-child) {
		margin-bottom: 1.8em;
	}
	#detailRight dt ul {
		margin-bottom: -10px;
	}
	#detailRight dt li {
		margin-bottom: 10px;
	}
	.backBtn a {
		margin: 30px auto 0;
	}
	/* ACCESS */
	.guide:last-of-type {
		padding-top: 30px;
	}
	.guide dd {
		padding: 0 0 0.2em 98px;
	}
	#gmap, #gmap2 {
		margin: 25px 0;
		height: 300px;
	}
	/* JOB INFO */
	.contentsBox {
		margin: 40px auto 10px;
	}
	.contentsBox:first-of-type {
		margin: 20px auto 10px;
	}
	.contentsBox tr, .contentsBox th, .contentsBox td {
		display: block;
		width: 100%;
	}
	.contentsBox th, .contentsBox td {
		padding: 10px;	
	}
	.contentsBox th {
		padding: 4px 10px;	
		text-align: left;
	}
	/* POLICY */
	#policy dl {
		margin-top: 1em;
	}
	#policy dd:last-child {
		margin-bottom: 0.5em;
	}
	#policy dd ol li:not(:last-child) {
		margin-bottom: 0.6em;
	}
	/* pagenation */
	.pagenation {
		padding-top: 30px;
	}
	/* 404 */
	#error404 {
		text-align: left;
	}
}
@media screen and (max-width: 413px) {
	h1 a {
		width: 80px;
		height: 80px;
		background-size: 50px auto;
	}
	/* index */
	.skippr > div {
		background-size: 150%!important;
	}
	#newsList .articleList li {
		margin: 0 0 15px;
		width: 250px;
	}
	/* FLOOR GUIDE */
	.shops li p {
		width: 85px;
		height: 85px;
	}
	/* FLOOR GUIDE個別 */
	#detailRight dd ul li {
		width: 100%;
		text-align: center;
	}
	#detailRight dd ul li span {
		display: block;
		margin-bottom: 0.7em;
	}
	#detailRight dd ul li span:last-child {
		padding-left: 0;
	}
	#detailRight dd ul#shopSocial {
		text-align: center;
	}
	#detailRight dd ul#shopSocial li {
		width: inherit;
		margin: 0 4px 0.6em 4px;
	}
	.kind {
		padding: 0.4em 0;
		width: 100%;
	}
	.backBtn a {
		margin: 20px auto 0;
	}
	/* ACCESS */
	.guide dt {
		float: none;
		clear: none;
		margin-bottom: 0.5em;
	}
	.guide dd {
		padding: 0 0 0.3em;
	}
	#gmap, #gmap2 {
		height: 250px;
	}

.equipment span {
	display:block;
}
}
@media screen and (max-width: 320px) {
	#slider, #skippr-slider a {
		height: 180px;
	}

.equipment span {
	display:block;
}
}