
/* Reset Style
------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Base Style
------------------------------------------ */
body {
	color: #333;
	font-family: "メイリオ", "Meiryo", "MS Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Roboto", "Droid Sans", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:24px;
	background-color:#fff;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

a:link    { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:hover   { color: #333; text-decoration: underline; }
a:active  { color: #333; text-decoration: underline; }


/* Header Style
------------------------------------------ */
#headerSection{
	position: fixed;
	top:   0;
	right: 0;
	left:  0;
	width: 100%;
	text-align:center;
	z-index:11000000;
}
#headerSection #headerTop{
	width: 100%;
	background:#fff;
}
#headerSection #headerTop #headerCont{
	position: relative;
	width:1100px;
	margin:0 auto;
	height:58px;
}
#headerSection #headerTop #headerCont ul.headerright{
	position: absolute;
	top: 15px;
	right: 0px;
	height:28px;
}
#headerSection #headerTop #headerCont ul.headerright li{
	float:right;
}
#headerSection #headerTop #headerCont ul.headerright li a:link    { color: #333; text-decoration: none; }
#headerSection #headerTop #headerCont ul.headerright li a:visited { color: #333; text-decoration: none; }
#headerSection #headerTop #headerCont ul.headerright li a:hover   { color: #fe8781; text-decoration: none; }
#headerSection #headerTop #headerCont ul.headerright li a:active  { color: #fe8781; text-decoration: none; }
#headerSection #headerTop #headerCont ul.headerright li a { font-size:15px; line-height:15px;}
#headerSection #headerTop #headerCont ul.headerright li.sc{
	margin-left:16px;
	width:28px;
	height:28px;
}
#headerSection #headerTop #headerCont ul.headerright li.sc a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/search_icon.svg);
	background-size:100%;
}
#headerSection #headerTop #headerCont ul.headerright li.sc a:hover{ background-image:url(images/search_icon_pink.svg); }

#headerSection #headerTop #headerCont ul.headerright li.yt{
	margin:5px 0 0 16px;
	width:28px;
	height:20px;
}
#headerSection #headerTop #headerCont ul.headerright li.yt a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background:url(images/Logoyoutube.svg);
	background-size:100%;
}

#headerSection #headerTop #headerCont ul.headerright li.tw{
	margin:5px 0 0 18px;
	width:20px;
	height:20px;
}
#headerSection #headerTop #headerCont ul.headerright li.tw a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/Logoxlogo.svg);
	background-size:100%;
}

#headerSection #headerTop #headerCont ul.headerright li.fb{
	margin:3px 0 0 18px;
	width:24px;
	height:24px;
}
#headerSection #headerTop #headerCont ul.headerright li.fb a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/LogoFacebook.svg);
	background-size:100%;
}

#headerSection #headerTop #headerCont ul.headerright li.in{
	margin:3px 0 0 18px;
	width:24px;
	height:24px;
}
#headerSection #headerTop #headerCont ul.headerright li.in a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/LogoInstagram.png);
	background-size:100%;
}


#headerSection #headerTop #headerCont ul.headerright li.ab{
	padding:4px 0;
	margin-left:14px;
	white-space: nowrap;
	font-size:15px;
}
#headerSection #headerTop #headerCont ul.headerright li.aa{
	padding:4px 0;
	margin-left:0;
	white-space: nowrap;
	font-size:15px;
}


/*ヘッダーナビここから*/
#headerSection #headerNavi{
	width:100%;
	margin:0;
}

#headerSection #headerNavi #headerNavi_pc{
	width:100%;
	height:110px;
	background:#2e2e2e;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main{
	display:table;
	margin:0 auto;
	width: 1100px;
	height:110px;
	color:#fff;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li a:link    { color: #fff; text-decoration: none; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li a:visited { color: #fff; text-decoration: none; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li a:hover   { color: #fff; text-decoration: none; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li a.active  { color: #fff; text-decoration: none; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li a:active  { color: #fe8781; text-decoration: none; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li a.stay    { color: #fe8781; text-decoration: none; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li a .text{ font-size:14px;line-height:16px; }

#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.logo{
	width:16%;
	display:table-cell;
	text-align:left;
	vertical-align: middle;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.logo a{
	display:block;
	width:153px;
	height:46px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/sitelogo.svg);
	background-size:100%;
}

#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event{
	width:11%;
	display:table-cell;
	text-align: center;
	margin:0;
	padding:0;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event a{
	display:block;
	width:100%;
	height:110px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event a.stay,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event a:hover,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event a div.icon{
	margin:15px auto 3px;
	width:52px;
	height:52px;
	background: url(images/co_event_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event a.stay div.icon{
	background-image:url(images/co_event_icon_pink.svg);
}

#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot{
	width:11%;
	display:table-cell;
	text-align: center;
	margin:0;
	padding:0;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot a{
	display:block;
	width:100%;
	height:110px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot a.stay,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot a:hover,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot a div.icon{
	margin:15px auto 3px;
	width:52px;
	height:52px;
	background: url(images/co_spot_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot a.stay div.icon{
	background-image:url(images/co_spot_icon_pink.svg);
}

#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special{
	width:11%;
	display:table-cell;
	text-align: center;
	margin:0;
	padding:0;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special a{
	display:block;
	width:100%;
	height:110px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special a.stay,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special a:hover,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special a div.icon{
	margin:15px auto 3px;
	width:52px;
	height:52px;
	background: url(images/co_special_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special a.stay div.icon{
	background-image:url(images/co_special_icon_pink.svg);
}

#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course{
	width:11%;
	display:table-cell;
	text-align: center;
	margin:0;
	padding:0;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course a{
	display:block;
	width:100%;
	height:110px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course a.stay,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course a:hover,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course a div.icon{
	margin:15px auto 3px;
	width:52px;
	height:52px;
	background: url(images/co_course_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course a.stay div.icon{
	background-image:url(images/co_course_icon_pink.svg);
}

#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area{
	width:11%;
	display:table-cell;
	text-align: center;
	margin:0;
	padding:0;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area a{
	display:block;
	width:100%;
	height:110px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area a.stay,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area a:hover,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area a div.icon{
	margin:15px auto 3px;
	width:52px;
	height:52px;
	background: url(images/co_area_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area a.stay div.icon{
	background-image:url(images/co_area_icon_pink.svg);
}

#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map{
	width:11%;
	display:table-cell;
	text-align: center;
	margin:0;
	padding:0;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map a{
	display:block;
	width:100%;
	height:110px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map a.stay,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map a:hover,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map a div.icon{
	margin:15px auto 3px;
	width:52px;
	height:52px;
	background: url(images/co_map_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map a.stay div.icon{
	background-image:url(images/co_map_icon_pink.svg);
}

#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.lang{
	width:17%;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	margin:0;
	padding:0;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.lang a{
	display:block;
	text-align: center;
	width:100%;
	height:30px;
	padding:40px 0;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.lang a:hover,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.lang a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.lang a span.text{
	margin:0 auto;
	border:1px solid #fff;
	background: url(images/downer_arrow.svg) no-repeat 5px 50%;
	background-size: 12px 12px;
	padding:4px 4px 4px 26px;
}
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.lang a:hover span.text,
#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.lang a.active span.text{
	background-image:url(images/downer_arrow_pink.svg);
	border:1px solid #fe8781;
	color: #fe8781;
}


/* ヘッダー メガメニュー
------------------------------------------ */
#headerSection #headerNavi #headerNavi_mega{
	position: relative;
	width: 100%;
	background:#686868;
}
#headerSection #headerNavi .stay{
	height:64px;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event{
	display:none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height:14px;
	padding:25px 0;
	background:#686868;
	z-index:11100000;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event ul{
	margin:0 auto;
	width:1100px;
	display:table;
	line-height: 1.0em;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event ul li{
	width:14%;
	display:table-cell;
	border-right:1px solid #c1c1c1;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event ul li:last-child{
	border-right:none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event ul li a{
	display:block;
	width: 100%;
	height:14px;
	text-align: center;
	color:#fff;
	text-decoration: none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event ul li a:hover{
	color:#fe8781;
	text-decoration: none;
}

#headerSection #headerNavi #headerNavi_mega #headerMega_spot{
	display:none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height:14px;
	padding:25px 0;
	background:#686868;
	z-index:11100000;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot ul{
	margin:0 auto;
	width:1100px;
	display:table;
	line-height: 1.0em;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot ul li{
	width:16%;
	display:table-cell;
	border-right:1px solid #c1c1c1;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot ul li:last-child{
	border-right:none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot ul li a{
	display:block;
	width: 100%;
	height:14px;
	text-align: center;
	color:#fff;
	text-decoration: none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot ul li a:hover{
	color:#fe8781;
	text-decoration: none;
}

#headerSection #headerNavi #headerNavi_mega #headerMega_lang{
	display:none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height:14px;
	padding:25px 0;
	background:#686868;
	z-index:11100000;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_lang ul{
	margin:0 auto;
	width:1100px;
	display:table;
	line-height: 1.0em;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_lang ul li{
	width:20%;
	display:table-cell;
	border-right:1px solid #c1c1c1;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_lang ul li:last-child{
	border-right:none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_lang ul li a{
	display:block;
	width: 100%;
	height:14px;
	text-align: center;
	color:#fff;
	text-decoration: none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_lang ul li a:hover{
	color:#fe8781;
	text-decoration: none;
}

#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height:14px;
	padding:25px 0;
	background:#686868;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix ul{
	margin:0 auto;
	width:1100px;
	display:table;
	line-height: 1.0em;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix ul li{
	width:14%;
	display:table-cell;
	border-right:1px solid #c1c1c1;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix ul li:last-child{
	border-right:none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix ul li a{
	display:block;
	width: 100%;
	height:14px;
	text-align: center;
	color:#fff;
	text-decoration: none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix ul li a:hover{
	color:#fe8781;
	text-decoration: none;
}

#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height:14px;
	padding:25px 0;
	background:#686868;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix ul{
	margin:0 auto;
	width:1100px;
	display:table;
	line-height: 1.0em;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix ul li{
	width:16%;
	display:table-cell;
	border-right:1px solid #c1c1c1;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix ul li:last-child{
	border-right:none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix ul li a{
	display:block;
	width: 100%;
	height:14px;
	text-align: center;
	color:#fff;
	text-decoration: none;
}
#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix ul li a:hover{
	color:#fe8781;
	text-decoration: none;
}

/* ヘッダ スマホ
------------------------------------------ */
#headerSection #headerNavi ul.headerNavi_mob{
	display:none;
	width:100%;
	height:60px;
	color:#fff;
	background:#2e2e2e;
}
#headerSection #headerNavi ul.headerNavi_mob li a:link    { color: #fff; text-decoration: none; }
#headerSection #headerNavi ul.headerNavi_mob li a:visited { color: #fff; text-decoration: none; }
#headerSection #headerNavi ul.headerNavi_mob li a:hover   { color: #fe8781; text-decoration: none; }
#headerSection #headerNavi ul.headerNavi_mob li a:active  { color: #fe8781; text-decoration: none; }
#headerSection #headerNavi ul.headerNavi_mob li a.active  { color: #fe8781; text-decoration: none; }
#headerSection #headerNavi ul.headerNavi_mob li a .text{ font-size:12px;line-height:14px; }

#headerSection #headerNavi ul.headerNavi_mob li.logo{
	width:50%;
	display:table-cell;
	text-align:left;
	vertical-align: middle;
	margin:0;
	padding:0 0 0 5px;
}
#headerSection #headerNavi ul.headerNavi_mob li.logo a{
	display:block;
	width:153px;
	height:46px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/sitelogo.svg);
	background-size:100%;
}
#headerSection #headerNavi ul.headerNavi_mob li.hamb{
	width:50%;
	display:table-cell;
	text-align:right;
	vertical-align: middle;
	margin:0;
	padding:0 5px 0 0;
}
#headerSection #headerNavi ul.headerNavi_mob li.hamb a{
	float:right;
	display:block;
	width:30px;
	height:30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#headerSection #headerNavi ul.headerNavi_mob li.hamb a.open{
	background-image:url(images/hamburger_open.svg);
	background-size:100%;
}
#headerSection #headerNavi ul.headerNavi_mob li.hamb a.close{
	background-image:url(images/hamburger_close.svg);
	background-size:100%;
}

#headerSection #headerNavi #headerNavi_mob_han{
	display:none;
	width:100%;
	background:#2e2e2e;
}
#headerSection #headerNavi #headerNavi_mob_han li{
	display:block;
	width:100%;
	border-top:1px solid #ccc;
	color:#fff;
	text-align:left;
}
#headerSection #headerNavi #headerNavi_mob_han li a:link    { color: #fff; text-decoration: none; }
#headerSection #headerNavi #headerNavi_mob_han li a:visited { color: #fff; text-decoration: none; }
#headerSection #headerNavi #headerNavi_mob_han li a:hover   { color: #fe8781; text-decoration: none; }
#headerSection #headerNavi #headerNavi_mob_han li a:active  { color: #fe8781; text-decoration: none; }
#headerSection #headerNavi #headerNavi_mob_han li a.active  { color: #fe8781; text-decoration: none; }
#headerSection #headerNavi #headerNavi_mob_han li a .text{ font-size:12px;line-height:14px; }

#headerSection #headerNavi #headerNavi_mob_han li.event{
	margin:0;
	padding:0;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.event a{
	display:block;
	width:100%;
	height:32px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.event a:hover,
#headerSection #headerNavi #headerNavi_mob_han li.event a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_mob_han li.event a div.icon{
	float:left;
	margin:0 0 0 10px;
	width:32px;
	height:32px;
	background: url(images/co_event_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_mob_han li.event a:hover div.icon,
#headerSection #headerNavi #headerNavi_mob_han li.event a.active div.icon{ background-image:url(images/co_event_icon_pink.svg); }
#headerSection #headerNavi #headerNavi_mob_han li.event a div.text{
	float:left;
	margin:9px 5px;
}
/* headerNavi_mob_han_event */
#headerSection #headerNavi #headerNavi_mob_han li.event div.subm{
	display:none;
	margin:-65px 0 0 0;
	padding:0;
	width:100%;
	background:#686868;
}
#headerSection #headerNavi #headerNavi_mob_han li.event div.subm p{
	display:block;
	margin:0 auto;
	width:90%;
	height:32px;
	border-top:1px solid #2e2e2e;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.event div.subm p a{
	display:block;
	width:100%;
	height:100%;
	padding:6px 0 6px 6px;
}

#headerSection #headerNavi #headerNavi_mob_han li.spot{
	margin:0;
	padding:0;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.spot a{
	display:block;
	width:100%;
	height:32px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.spot a:hover,
#headerSection #headerNavi #headerNavi_mob_han li.spot a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_mob_han li.spot a div.icon{
	float:left;
	margin:0 0 0 10px;
	width:32px;
	height:32px;
	background: url(images/co_spot_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_mob_han li.spot a:hover div.icon,
#headerSection #headerNavi #headerNavi_mob_han li.spot a.active div.icon{ background-image:url(images/co_spot_icon_pink.svg); }
#headerSection #headerNavi #headerNavi_mob_han li.spot a div.text{
	float:left;
	margin:9px 5px;
}
/* headerNavi_mob_han_spot */
#headerSection #headerNavi #headerNavi_mob_han li.spot div.subm{
	display:none;
	margin:-65px 0 0 0;
	padding:0;
	width:100%;
	background:#686868;
}
#headerSection #headerNavi #headerNavi_mob_han li.spot div.subm p{
	display:block;
	margin:0 auto;
	width:90%;
	height:32px;
	border-top:1px solid #2e2e2e;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.spot div.subm p a{
	display:block;
	width:100%;
	height:100%;
	padding:6px 0 6px 6px;
}

#headerSection #headerNavi #headerNavi_mob_han li.special{
	margin:0;
	padding:0;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.special a{
	display:block;
	width:100%;
	height:32px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.special a:hover,
#headerSection #headerNavi #headerNavi_mob_han li.special a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_mob_han li.special a div.icon{
	float:left;
	margin:0 0 0 10px;
	width:32px;
	height:32px;
	background: url(images/co_special_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_mob_han li.special a:hover div.icon,
#headerSection #headerNavi #headerNavi_mob_han li.special a.active div.icon{ background-image:url(images/co_special_icon_pink.svg); }
#headerSection #headerNavi #headerNavi_mob_han li.special a div.text{
	float:left;
	margin:9px 5px;
}

#headerSection #headerNavi #headerNavi_mob_han li.course{
	margin:0;
	padding:0;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.course a{
	display:block;
	width:100%;
	height:32px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.course a:hover,
#headerSection #headerNavi #headerNavi_mob_han li.course a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_mob_han li.course a div.icon{
	float:left;
	margin:0 0 0 10px;
	width:32px;
	height:32px;
	background: url(images/co_course_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_mob_han li.course a:hover div.icon,
#headerSection #headerNavi #headerNavi_mob_han li.course a.active div.icon{ background-image:url(images/co_course_icon_pink.svg); }
#headerSection #headerNavi #headerNavi_mob_han li.course a div.text{
	float:left;
	margin:9px 5px;
}

#headerSection #headerNavi #headerNavi_mob_han li.area{
	margin:0;
	padding:0;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.area a{
	display:block;
	width:100%;
	height:32px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.area a:hover,
#headerSection #headerNavi #headerNavi_mob_han li.area a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_mob_han li.area a div.icon{
	float:left;
	margin:0 0 0 10px;
	width:32px;
	height:32px;
	background: url(images/co_area_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_mob_han li.area a:hover div.icon,
#headerSection #headerNavi #headerNavi_mob_han li.area a.active div.icon{ background-image:url(images/co_area_icon_pink.svg); }
#headerSection #headerNavi #headerNavi_mob_han li.area a div.text{
	float:left;
	margin:9px 5px;
}

#headerSection #headerNavi #headerNavi_mob_han li.map{
	margin:0;
	padding:0;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.map a{
	display:block;
	width:100%;
	height:32px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.map a:hover,
#headerSection #headerNavi #headerNavi_mob_han li.map a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_mob_han li.map a div.icon{
	float:left;
	margin:0 0 0 10px;
	width:32px;
	height:32px;
	background: url(images/co_map_icon.svg) no-repeat left top;
	background-size:100%;
}
#headerSection #headerNavi #headerNavi_mob_han li.map a:hover div.icon,
#headerSection #headerNavi #headerNavi_mob_han li.map a.active div.icon{ background-image:url(images/co_map_icon_pink.svg); }
#headerSection #headerNavi #headerNavi_mob_han li.map a div.text{
	float:left;
	margin:9px 5px;
}

#headerSection #headerNavi #headerNavi_mob_han li.lang{
	margin:0;
	padding:0;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.lang a{
	display:block;
	width:100%;
	height:32px;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.lang a:hover,
#headerSection #headerNavi #headerNavi_mob_han li.lang a.active{ background:#686868; }
#headerSection #headerNavi #headerNavi_mob_han li.lang a div.icon{
	float:left;
	margin:8px 8px 8px 18px;
	width:16px;
	height:16px;
	background: url(images/downer_arrow.svg) no-repeat left top;
	background-size:100%;
	transform: rotate( -90deg );
}
#headerSection #headerNavi #headerNavi_mob_han li.lang a:hover div.icon,
#headerSection #headerNavi #headerNavi_mob_han li.lang a.active div.icon{
	background-image:url(images/downer_arrow_pink.svg);
	transform: rotate( 0deg );
}
#headerSection #headerNavi #headerNavi_mob_han li.lang a div.text{
	float:left;
	margin:9px 5px;
}
/* headerNavi_mob_han_lang */
#headerSection #headerNavi #headerNavi_mob_han li.lang div.subm{
	display:none;
	margin:-65px 0 0 0;
	padding:0;
	width:100%;
	background:#686868;
}
#headerSection #headerNavi #headerNavi_mob_han li.lang div.subm p{
	display:block;
	margin:0 auto;
	width:90%;
	height:32px;
	border-top:1px solid #2e2e2e;
	overflow: hidden;
}
#headerSection #headerNavi #headerNavi_mob_han li.lang div.subm p a{
	display:block;
	width:100%;
	height:100%;
	padding:6px 0 6px 6px;
}

#apiBN_Section{
	display:block;
	background-color:#fff;
	width:100%;
	height:100%;
	text-align:center;
	padding:60px 0;
}
#apiBN_Section ul.apibanner_area{
	display:block;
	width:720px;
	height:auto;
	font-size:0;
	margin:0 auto;
}
#apiBN_Section ul.apibanner_area li{
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	width:47%;
	padding-right:1.5%;
	padding-left:1.5%;
}
#apiBN_Section ul.apibanner_area li a img{
	display: block;
	width: 100%;
	height: auto;
}
#apiBN_Section ul.apibanner_area li a div.banner_text{
	margin:5px 0 0 5px;
	font-size:14px;
	text-align:left;
}

/*共通コンテンツ****************************/
#contentsSpacer{
	height:168px;
}
#contentsSpacer_stay{
	height:64px;
}

/*店舗名*/
.title_shop_name{
	margin:0 0 40px 0;
}

/*イベントスケジュール*/
.schedule_block{
	padding:0 0 0 18px;
	margin:0 0 40px 0;
	background:url(images/page_tab_icon_ca.svg) no-repeat left top;
	background-size:15px 15px;
	font-size:12px;
	line-height:16px;
	color:#555;
}

ul.category_block li.category_block_in_article{
	float:left;
	margin-right:5px;
	width:120px;
	height:24px;
}
/*ダミー スペーサー*/
ul.category_block li.category_00{
	width:120px;
	height:24px;
}
/*スポット 食べる*/
ul.category_block li.category_s1{
	/*
	border:1px solid #f57841;
	color:#f57841;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c001.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*スポット 買う*/
ul.category_block li.category_s2{
	/*
	border:1px solid #f07091;
	color:#f07091;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c002.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*スポット 泊まる*/
ul.category_block li.category_s3{
	/*
	border:1px solid #49b8dc;
	color:#49b8dc;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c003.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*スポット 学ぶ*/
ul.category_block li.category_s4{
	/*
	border:1px solid #7a78c5;
	color:#7a78c5;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c004.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*スポット 観る*/
ul.category_block li.category_s5{
	/*
	border:1px solid #15ac8e;
	color:#15ac8e;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c005.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*スポット 歩く*/
ul.category_block li.category_s6{
	/*
	border:1px solid #a3916f;
	color:#a3916f;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c006.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*イベント エンタメ*/
ul.category_block li.category_e1{
	/*
	border:1px solid #eeb438;
	color:#eeb438;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c081.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*イベント まつり・伝統*/
ul.category_block li.category_e2{
	/*
	border:1px solid #85c639;
	color:#85c639;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c082.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*イベント 文化*/
ul.category_block li.category_e3{
	/*
	border:1px solid #b376be;
	color:#b376be;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c083.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*イベント グルメ*/
ul.category_block li.category_e4{
	/*
	border:1px solid #d18a36;
	color:#d18a36;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c084.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*イベント ショッピング*/
ul.category_block li.category_e5{
	/*
	border:1px solid #f15757;
	color:#f15757;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c085.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*イベント ホテル*/
ul.category_block li.category_e6{
	/*
	border:1px solid #568ad9;
	color:#568ad9;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c086.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*イベント その他*/
ul.category_block li.category_e7{
	/*
	border:1px solid #9c9c9c;
	color:#9c9c9c;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c087.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*ShinjukuFree Wi-Fi*/
ul.category_block li.category_w0{
	/*
	border:1px solid #2f993b;
	color:#2f993b;
	*/
	width:120px;
	height:24px;
}
/*ShinjukuFree Wi-Fi 食べる*/
ul.category_block li.category_w1{
	/*
	border:1px solid #f57841;
	color:#f57841;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c091.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*ShinjukuFree Wi-Fi 買う*/
ul.category_block li.category_w2{
	/*
	border:1px solid #f07091;
	color:#f07091;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c092.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*ShinjukuFree Wi-Fi 泊まる*/
ul.category_block li.category_w3{
	/*
	border:1px solid #49b8dc;
	color:#49b8dc;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c093.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*ShinjukuFree Wi-Fi 学ぶ*/
ul.category_block li.category_w4{
	/*
	border:1px solid #7a78c5;
	color:#7a78c5;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c094.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*ShinjukuFree Wi-Fi 観る*/
ul.category_block li.category_w5{
	/*
	border:1px solid #15ac8e;
	color:#15ac8e;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c095.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*ShinjukuFree Wi-Fi 歩く*/
ul.category_block li.category_w6{
	border:1px solid #a3916f;
	color:#a3916f;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c096.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*ShinjukuFree Wi-Fi 生活*/
ul.category_block li.category_w7{
	/*
	border:1px solid #9c9c9c;
	color:#9c9c9c;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c097.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}
/*ShinjukuFree Wi-Fi その他*/
ul.category_block li.category_w8{
	/*
	border:1px solid #9c9c9c;
	color:#9c9c9c;
	*/
	width:120px;
	height:24px;
	background:url(/images/icon_c098.png);
	background-size:120px 24px;
	overflow: hidden;
	text-indent: 300%;
}


/****　　　　　　　　　　　　　CMS出力　　　　　　　　　　　****/

.cms_output_area p{
	margin:0 0 0 0;
}
.cms_output_area strong{
	font-weight:bold;
}
.cms_output_area table{
	display:table;
	width:100%;
	margin:20px auto;
}
.cms_output_area table tr{
	border-top:1px solid #ccc;
}
.cms_output_area table tr:first-child{
	border-top:none;
}
.cms_output_area table tr td{
	border:none;
	padding:10px;
}
.cms_output_area table tr td a{
	display:block;
	background:url(/images/sitemap_arrow_01.svg) no-repeat left 5px;
	background-size:12px 12px;
	text-decoration:none;
	padding-left:20px;
}
.cms_output_area table tr td a:hover{
	background-image:url(/images/sitemap_arrow_01_pink.svg);
	color:#fe8781;
}
.cms_output_area table tr td a.nostyle{
	display:inline;
	background:none;
	text-decoration:none;
	padding-left:0;
}
.cms_output_area table tr td strong{
	font-weight:bold;
}
.cms_output_area table tr td div.longstr_pc{
	display:block;
}
.cms_output_area table tr td div.longstr_mb{
	display:none;
}

.cms_output_area .insert_fleft{
	max-width:46%;
	height: auto;
	width: auto\9;
	float:left;
	margin:10px 20px 10px 0;
}
.cms_output_area .insert_fright{
	max-width:46%;
	height: auto;
	width: auto\9;
	float:right;
	margin:10px 0 10px 20px;
}
.cms_output_area .insert_100{
	max-width:100%;
	height: auto;
	width: auto\9;
}

.cms_output_area a.icon_pdf{
	display:block;
	margin:10px 0;
	text-align:left;
	padding:5px 0 10px 32px;
	background: url(/images/dl_pdf_icon.svg) no-repeat left top;
	background-size:28px 28px;
}
.cms_output_area a.icon_ppt{
	display:block;
	margin:10px 0;
	text-align:left;
	padding:5px 0 10px 32px;
	background: url(/images/dl_ppt_icon.svg) no-repeat left top;
	background-size:28px 28px;
}
.cms_output_area a.icon_pptx{
	display:block;
	margin:10px 0;
	text-align:left;
	padding:5px 0 10px 32px;
	background: url(/images/dl_ppt_icon.svg) no-repeat left top;
	background-size:28px 28px;
}
.cms_output_area a.icon_xls{
	display:block;
	margin:10px 0;
	text-align:left;
	padding:5px 0 10px 32px;
	background: url(/images/dl_excel_icon.svg) no-repeat left top;
	background-size:28px 28px;
}
.cms_output_area a.icon_xlsx{
	display:block;
	margin:10px 0;
	text-align:left;
	padding:5px 0 10px 32px;
	background: url(/images/dl_excel_icon.svg) no-repeat left top;
	background-size:28px 28px;
}
.cms_output_area a.icon_doc{
	display:block;
	margin:10px 0;
	text-align:left;
	padding:5px 0 10px 32px;
	background: url(/images/dl_word_icon.svg) no-repeat left top;
	background-size:28px 28px;
}
.cms_output_area a.icon_docx{
	display:block;
	margin:10px 0;
	text-align:left;
	padding:5px 0 10px 32px;
	background: url(/images/dl_word_icon.svg) no-repeat left top;
	background-size:28px 28px;
}

.cms_output_area ul{
	list-style-type: none;
	margin:0;
}
.cms_output_area ul li{
	padding:3px 0 3px 15px;
	background: url(/images/list_dot.gif) no-repeat 5px 10px;
}
.cms_output_area ol{
	list-style-type: decimal;
	margin:0 0 10px 30px;
}
.cms_output_area ol li{
	padding:3px 0 3px 0;
}

.cms_output_area h1{
	clear:both;
	font-size:42px;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	margin:20px 0;
}
.cms_output_area h1 span.pink{
	color:#fe8781;
}

.cms_output_area .about_h2{
	clear:both;
	margin:20px 0;
	font-size:32px;
	line-height:42px;
	text-align:center;
	padding:30px 0 10px;
	border-bottom:2px solid #fe877f;
}
.cms_output_area .about_h3{
	clear:both;
	font-weight:bold;
	font-size:18px;
	line-height:26px;
	text-align:left;
	padding:0 0 0 3px;
	border-bottom:1px solid #ccc;
	margin:20px 0 10px;
}
.cms_output_area .about_h4{
	clear:both;
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	text-align:left;
	padding:0 0 0 3px;
	border-bottom:1px solid #ccc;
	margin:20px 0 10px;
}
.cms_output_area .bigtext18{
	font-weight:bold;
	font-size:18px;
	line-height:28px;
}
.cms_output_area .bigtext16{
	font-weight:bold;
	font-size:16px;
	line-height:24px;
}
.cms_output_area p{
	margin:0;
	font-size:14px;
	line-height:22px;
}
.cms_output_area .spot_h2{
	clear:both;
	font-size:32px;
	line-height:42px;
	border-bottom:solid 3px #fe8781;
	padding-bottom:20px;
	margin:30px 0 30px 0;
}

.cms_output_area a:link    { color: #4679cc; text-decoration: none; }
.cms_output_area a:visited { color: #a155ef; text-decoration: none; }
.cms_output_area a:hover   { color: #fe8781; text-decoration: underline; }
.cms_output_area a:active  { color: #fe8781; text-decoration: underline; }

/**************************************  parts_button  ********************/
a.anchorMargin { display: block; padding-top: 140px; margin-top: -140px; }


/*背景黒　矢印右*/
.parts_button1{
	text-align:center;
	margin:30px 0;
}
.parts_button1 a{
	display:inline-block;
	background:#2e2e2e;
	box-sizing:border-box;
	border-radius:4px;
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:10px 65px;
}
.parts_button1 a .span{
	display:inline-block;
	background:url(/images/right_arrow.svg) no-repeat right 1px;
	background-size:12px 12px;
	padding-right:24px;
}
.parts_button1 a:link,
.parts_button1 a:visited{
	color:#fff;
}
.parts_button1 a:hover,
.parts_button1 a:active,
.parts_button1 a.active{
	color:#fe8781;
}
.parts_button1 a:hover .span,
.parts_button1 a:active .span,
.parts_button1 a.active .span{
	background:url(/images/right_arrow_pink.svg) no-repeat right 1px;
	background-size:12px 12px;
}

/*背景黒　矢印左*/
.parts_button2{
	text-align:center;
	margin:30px 0;
}
.parts_button2 a{
	display:inline-block;
	background:#2e2e2e;
	box-sizing:border-box;
	border-radius:4px;
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:10px 65px;
}
.parts_button2 a .span{
	display:inline-block;
	background:url(/images/left_arrow.svg) no-repeat left 1px;
	background-size:12px 12px;
	padding-left:24px;
}
.parts_button2 a:link,
.parts_button2 a:visited{
	color:#fff;
}
.parts_button2 a:hover,
.parts_button2 a:active,
.parts_button2 a.active{
	color:#fe8781;
}
.parts_button2 a:hover .span,
.parts_button2 a:active .span,
.parts_button2 a.active .span{
	background:url(/images/left_arrow_pink.svg) no-repeat left 1px;
	background-size:12px 12px;
}

/*背景黒　矢印なし*/
.parts_button3 a{
	display:inline-block;
	background:#2e2e2e;
	box-sizing:border-box;
	border-radius:4px;
	font-size:15px;
	line-height:15px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:10px 35px;
}
.parts_button3 a:link,
.parts_button3 a:visited{
	color:#fff;
}
.parts_button3 a:hover,
.parts_button3 a:active,
.parts_button3 a.active{
	color:#fe8781;
}

/*蒼背景　矢印無*/
.parts_button4 {
	text-align:center;
}
.parts_button4 a{
	display:inline-block;
	background:#00cfc5;
	box-sizing:border-box;
	border-radius:4px;
	font-size:16px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:22px 50px;
}
.parts_button4 a:link,
.parts_button4 a:visited{
	color:#fff;
}
.parts_button4 a:hover,
.parts_button4 a:active,
.parts_button4 a.active{
	background:#fe8781;
}

/*肌背景　矢印黒右*/
.parts_button5{
	text-align:center;
}
.parts_button5 a{
	display:inline-block;
	background:#f6f3eb;
	box-sizing:border-box;
	border-radius:4px;
	font-size:15px;
	line-height:15px;
	color:#333;
	text-align:center;
	text-decoration:none;
	padding:10px 65px;
}
.parts_button5 a .span{
	display:inline-block;
	background:url(/images/right_arrow_black.svg) no-repeat right 1px;
	background-size:12px 12px;
	padding-right:24px;
}
.parts_button5 a:link,
.parts_button5 a:visited{
	color:#333;
}
.parts_button5 a:hover,
.parts_button5 a:active,
.parts_button5 a.active{
	background:#fe8781;
}

/*背景ピンク　矢印なし*/
.present_button{
	text-align:center;
}
.present_button a {
	display:inline-block;
	background:#fe8781;
	box-sizing:border-box;
	border-radius:4px;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	padding:10px 30px;
}
.present_button span {
	display:inline-block;
	background:#fe8781;
	color:#ffffff;
	box-sizing:border-box;
	border-radius:4px;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	padding:10px 30px;
}
.present_button a:link,
.present_button a:visited{
	color:#fff;
	text-decoration:none;
}
.present_button a:hover,
.present_button a:active,
.present_button a.active{
	color:#fff;
	text-decoration:none;
	background-color:#ef665f;
}

/*蒼背景　矢印無*/
.parts_button6 {
	text-align:center;
}
.parts_button6 a{
	display:inline-block;
	background:#63cec3;
	box-sizing:border-box;
	border-radius:4px;
	font-size:16px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding:18px 50px;
}
.parts_button6 a:link,
.parts_button6 a:visited{
	color:#fff;
}
.parts_button6 a:hover,
.parts_button6 a:active,
.parts_button6 a.active{
	background:#fe8781;
}

/**************************************  page_nation  ********************/

.parts_page_nation{
	text-align:center;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
}
.parts_page_nation a{
	display:inline-block;
	overflow:hidden;
	background-color:#eeeeee;
	text-decoration:none;
	padding:16px;
	margin:0 5px;
}
.parts_page_nation a.next_bt,
.parts_page_nation a.prev_bt{
	text-indent:200%;
	white-space:nowrap;
	overflow:hidden;
	width:45px;
	padding:16px 0;
}
.parts_page_nation a.prev_bt{
	background:url(/images/page_nation_arrow_l.svg) no-repeat center center #eeeeee;
	background-size:12px 10px;
}
.parts_page_nation a.next_bt{
	background:url(/images/page_nation_arrow_r.svg) no-repeat center center #eeeeee;
	background-size:12px 10px;
}
.parts_page_nation a:hover,
.parts_page_nation a:active,
.parts_page_nation a.active{
	background-color:#2e2e2e;
	color:#ffffff;
}
.parts_page_nation a.prev_bt:hover,
.parts_page_nation a.prev_bt:active{
	background:url(/images/page_nation_arrow_l_white.svg) no-repeat center center #2e2e2e;
	background-size:12px 10px;
}
.parts_page_nation a.next_bt:hover,
.parts_page_nation a.next_bt:active{
	background:url(/images/page_nation_arrow_r_white.svg) no-repeat center center #2e2e2e;
	background-size:12px 10px;
}



/**************************************SNSボタン**********************************/
.sns_icon_area{
	clear:both;
	text-align: center;
	margin-top: 20px;
}
.sns_icon_area .fb-share-button{
	vertical-align: top;
	margin-top: -3px;
}
.sns_icon_area .twitter-share-button{
	vertical-align: top;
	margin-left: 10px;
}


/***************************************グーグルマップ*******************************/
#googlemap_area{
	margin:20px 0;
	width:auto;
	height:560px;
}
#googlemap_area #google_map_box{
	width:auto;
	height:558px;
	border:1px solid #ccc;
}
#googlemap_area #google_map_box #map_canvas{
	width:auto;
	height:558px;
}
#googlemap_area #google_map_box iframe{
	width: 100%;
	height: 100%;
}


/*フッター****************************/
#footerSection{
	width:100%;
	margin: 0;
	padding: 0;
}
#footerSection .footerTop{
	text-align: center;
	background:#f2f2f2;
	padding:10px 10px 8px 10px;
}
#footerSection .footerTop ul.footer_sns{
	width:1080px;
	margin:0 auto;
	display:block;
}
#footerSection .footerTop ul.footer_sns li{
	float:right;
}
#footerSection .footerTop ul.footer_sns li.yt{
	margin:4px 0 0 10px;
	width:26px;
	height:19px;
}
#footerSection .footerTop ul.footer_sns li.yt a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/Logoyoutube.svg);
	background-size:100%;
}

#footerSection .footerTop ul.footer_sns li.tw{
	margin:4px 4px 0 12px;
	width:20px;
	height:20px;
}
#footerSection .footerTop ul.footer_sns li.tw a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/Logoxlogo.svg);
	background-size:100%;
}

#footerSection .footerTop ul.footer_sns li.fb{
	margin:2px 0 0 14px;
	width:24px;
	height:24px;
}
#footerSection .footerTop ul.footer_sns li.fb a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/LogoFacebook.svg);
	background-size:100%;
}

#footerSection .footerTop ul.footer_sns li.in{
	margin:2px 0 0 12px;
	width:26px;
	height:26px;
}
#footerSection .footerTop ul.footer_sns li.in a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/LogoInstagram.png);
	background-size:100%;
}

#footerSection .footerMiddle{
	text-align: center;
	color:#fff;
	background:#242424;
	border-bottom:1px solid #ccc;
}
#footerSection .footerMiddle ul{
	padding:20px 0;
	width:1100px;
	margin:0 auto 20px;
}
#footerSection .footerMiddle ul li{
	width:20%;
	text-align: center;
	float:left;
}
#footerSection .footerBottom{
	width:100%;
	padding:40px 0 70px 0;
	text-align: center;
	color:#fff;
	background:#242424;
}
#footerSection .footerBottom .names{
	margin-bottom:18px;
	font-size:120%;
	font-weight:bold;
}
#footerSection .footerBottom .copy{
	font-size:100%;
}
#footerSection a:link    { color: #fff; text-decoration: none; }
#footerSection a:visited { color: #fff; text-decoration: none; }
#footerSection a:hover   { color: #fe8781; text-decoration: none; }
#footerSection a:active  { color: #fe8781; text-decoration: none; }
#footerSection a.active  { color: #fe8781; text-decoration: none; }


/* PageTopボタン
------------------------------------------ */
#page_top_bt{
	display: none ;
	position: fixed;
	margin: 0 ;
	padding: 0 ;
	right: 20px;
	bottom: 20px;
	z-index: 10000;
}
#page_top_bt a.page_top_bta{
	display: none;
	background: #fe8781;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
}
#page_top_bt a.page_top_bta:hover{
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#page_top_bt a.page_top_bta p{
	margin:0 auto;
	width:24px;
	height:18px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image:url(images/pagetop_arrow.svg);
	background-size:100%;
}


/* レスポンシブ用ブレイクポイントごとの記述
480px、768px、992px、1200px
------------------------------------------ */

@media screen and (max-width:1199px) {
	#headerSection #headerTop #headerCont{
		width:992px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main{
		width:992px;
	}
	
	#headerSection #headerNavi #headerNavi_mega #headerMega_event ul{
		width:992px;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_spot ul{
		width:992px;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_lang ul{
		width:992px;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix ul{
		width:992px;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix ul{
		width:992px;
	}
	
	#footerSection .footerTop ul.footer_sns{
		width:972px;
		margin:0 auto;
	}
	#footerSection .footerMiddle ul{
		width:992px;
		margin:0 auto 20px;
	}
}

@media screen and (max-width: 992px) {
	#headerSection #headerTop #headerCont{
		width:auto;
		height:48px;
	}
	#headerSection #headerTop #headerCont ul.headerright{
		top: 10px;
		right:5px;
	}
	
	#headerSection #headerNavi #headerNavi_pc{
		height:80px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main{
		width:100%;
		height:80px;
	}
	
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.logo{
		position: relative;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.logo a{
		position: absolute;
		width:122px;
		height:37px;
		top:18px;
		left:5px;
	}
	
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li a .text{
		font-size:12px;
		line-height:14px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event a{
		height:80px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.event a div.icon{
		margin:8px auto 1px;
		width:40px;
		height:40px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot a{
		height:80px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.spot a div.icon{
		margin:8px auto 1px;
		width:40px;
		height:40px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special a{
		height:80px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.special a div.icon{
		margin:8px auto 1px;
		width:40px;
		height:40px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course a{
		height:80px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.course a div.icon{
		margin:8px auto 1px;
		width:40px;
		height:40px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area a{
		height:80px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.area a div.icon{
		margin:8px auto 1px;
		width:40px;
		height:40px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map a{
		height:80px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.map a div.icon{
		margin:8px auto 1px;
		width:40px;
		height:40px;
	}
	#headerSection #headerNavi #headerNavi_pc ul.headerNavi_main li.lang a{
		height:30px;
		padding:25px 0;
	}

	/* ヘッダー メガメニュー
	------------------------------------------ */
	#headerSection #headerNavi .stay{
		height:44px;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_event{
		height:14px;
		padding:15px 0;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_event ul{
		width:100%;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_spot{
		height:14px;
		padding:15px 0;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_spot ul{
		width:100%;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_lang{
		height:14px;
		padding:15px 0;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_lang ul{
		width:100%;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix{
		height:14px;
		padding:15px 0;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_event_fix ul{
		width:100%;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix{
		height:14px;
		padding:15px 0;
	}
	#headerSection #headerNavi #headerNavi_mega #headerMega_spot_fix ul{
		width:100%;
	}
	
	
	#contentsSpacer{
		height:128px;
	}
	#contentsSpacer_stay{
		height:44px;
	}
	
	/*グーグルマップ*/
	#googlemap_area{
		height:500px;
	}
	#googlemap_area #google_map_box{
		height:498px;
	}
	#googlemap_area #google_map_box #map_canvas{
		height:498px;
	}
	#googlemap_area #google_map_box iframe{
		width: 100%;
		height: 100%;
	}
	
	#footerSection .footerTop{
		text-align: center;
		background:#f2f2f2;
		padding:5px 5px 5px 0;
	}
	#footerSection .footerTop ul.footer_sns{
		width:auto;
		margin:0;
	}
	#footerSection .footerMiddle ul{
		width:auto;
		margin:0 auto 20px;
	}
}

@media screen and (max-width: 768px) {

	#headerSection #headerTop #headerCont{
		width:auto;
		height:34px;
	}
	#headerSection #headerTop #headerCont ul.headerright{
		top: 5px;
		right:5px;
		height:24px;
	}
	#headerSection #headerTop #headerCont ul.headerright li a{
		font-size:13px;
	}
	#headerSection #headerTop #headerCont ul.headerright li.sc{
		margin-left:22px;
		width:22px;
		height:22px;
	}
	#headerSection #headerTop #headerCont ul.headerright li.yt{
		margin:4px 0 0 10px;
		width:26px;
		height:18px;
	}
	#headerSection #headerTop #headerCont ul.headerright li.tw{
		margin:4px 0 0 10px;
		width:18px;
		height:18px;
	}
	#headerSection #headerTop #headerCont ul.headerright li.fb{
		margin:2px 0 0 12px;
		width:22px;
		height:22px;
	}
	#headerSection #headerTop #headerCont ul.headerright li.in{
		margin:2px 0 0 12px;
		width:22px;
		height:22px;
	}
	#headerSection #headerTop #headerCont ul.headerright li.ab{
		padding:2px 0;
		margin-left:12px;
		white-space: nowrap;
	}
	#headerSection #headerTop #headerCont ul.headerright li.aa{
		padding:2px 0;
		margin-left:0;
		white-space: nowrap;
	}
	
	#headerSection #headerNavi {
		height:60px;
	}
	
	#headerSection #headerNavi #headerNavi_pc{
		display:none;
	}
	#headerSection #headerNavi #headerNavi_mega{
		display:none;
	}
	#headerSection #headerNavi ul.headerNavi_mob{
		display:table;
	}
	
	#contentsSpacer{
		height:94px;
	}
	#contentsSpacer_stay{
		display:none;
	}
	
	#apiBN_Section{
		width:100%;
		height:100%;
		text-align:center;
		padding:30px 0 30px;
	}
	#apiBN_Section ul.apibanner_area{
		width:auto;
		height:auto;
		margin:0 20px;
	}
	#apiBN_Section ul.apibanner_area li a div.bannerimg_area{
		height:160px;
	}
	
	/*汎用コンテンツ****************************/
	.about_h1 {
		font-size:36px;
		line-height:44px;
	}
	.about_h2 {
		font-size:28px;
		line-height:38px;
	}
	
	.cms_output_area .spot_h2{
		clear:both;
		font-size:28px;
		line-height:38px;
		border-bottom:solid 3px #fe8781;
		padding-bottom:10px;
		margin:20px 0 20px 0;
	}
	
	.cms_output_area table tr td div.longstr_pc{
		display:none;
	}
	.cms_output_area table tr td div.longstr_mb{
		display:block;
	}
	
	.parts_page_nation{
		text-align:center;
		font-size:15px;
		line-height:15px;
	}
	.parts_page_nation a{
		padding:14px;
		margin:0 4px;
	}
	.parts_page_nation a.next_bt,
	.parts_page_nation a.prev_bt{
		width:36px;
		padding:14px 0;
	}
	
	/*グーグルマップ*/
	#googlemap_area{
		height:400px;
	}
	#googlemap_area #google_map_box{
		height:398px;
	}
	#googlemap_area #google_map_box #map_canvas{
		height:398px;
	}
	
	/*背景ピンク　矢印なし*/
	.present_button a{
		width:60%;
	}
	
	/*フッター*/
	#footerSection .footerTop ul.footer_sns li.yt{
		margin-left:12px;
	}
	#footerSection .footerTop ul.footer_sns li.gp{
		margin-left:12px;
	}
	#footerSection .footerTop ul.footer_sns li.tw{
		margin-left:12px;
	}
	#footerSection .footerMiddle ul{
		padding:0;
		width:auto;
		margin:0;
	}
	#footerSection .footerMiddle ul li{
		width:100%;
		padding:5px 0;
		text-align: center;
		float:none;
		border-bottom:1px solid #ccc;
	}
	#footerSection .footerMiddle ul li:last-child{
		border-bottom:none;
	}
	#footerSection .footerMiddle ul li a{
		display:block;
		width:100%;
		height:100%;
	}
	
	/*ページトップボタン*/
	#page_top_bt{
		right: 10px;
		bottom: 10px;
	}
	#page_top_bt a.page_top_bta{
		width: 30px ;
		height: 30px ;
	}
	#page_top_bt a.page_top_bta p{
		margin:0 auto;
		width:16px;
		height:12px;
	}
}

@media screen and (max-width: 600px) {
	.parts_button5 a{
		width:80%;
		padding:10px 20px;
	}
}

@media screen and (max-width: 480px) {
	#headerSection #overLayer #headerNavi1 ul.headerNavi1_mob li.event a div.icon{
		margin:2px auto 0;
		width:26px;
		height:26px;
	}
	#headerSection #overLayer #headerNavi1 ul.headerNavi1_mob li.spot a div.icon{
		margin:2px auto 0;
		width:26px;
		height:26px;
	}
	#headerSection #overLayer #headerNavi1 ul.headerNavi1_mob li.special a div.icon{
		margin:2px auto 0;
		width:26px;
		height:26px;
	}
	#headerSection #overLayer #headerNavi1 ul.headerNavi1_mob li.course a div.icon{
		margin:2px auto 0;
		width:26px;
		height:26px;
	}
	#headerSection #overLayer #headerNavi1 ul.headerNavi1_mob li.area a div.icon{
		margin:2px auto 0;
		width:26px;
		height:26px;
	}
	#headerSection #overLayer #headerNavi1 ul.headerNavi1_mob li.map a div.icon{
		margin:2px auto 0;
		width:26px;
		height:26px;
	}
	
	
	/*汎用コンテンツ****************************/
	.parts_button1 a{
		width:80%;
		padding:10px 20px;
	}
	
	.parts_page_nation{
		text-align:center;
		font-size:12px;
		line-height:12px;
	}
	.parts_page_nation a{
		padding:8px;
		margin:0 2px;
	}
	.parts_page_nation a.next_bt,
	.parts_page_nation a.prev_bt{
		width:24px;
		padding:8px 0;
	}
	.parts_button3 a{
		width:80%;
		padding:10px 20px;
	}
	.parts_button4 a{
		width:90%;
		font-size:14px;
		line-height:18px;
		padding:16px 15px;
	}
	.parts_button6 a{
		width:90%;
		font-size:14px;
		line-height:22px;
		padding:14px 15px;
	}
	
	#apiBN_Section{
		width:100%;
		height:100%;
		text-align:center;
		padding:30px 0 10px;
	}
	#apiBN_Section ul.apibanner_area{
		width:auto;
		height:auto;
		margin:0 20px;
	}
	#apiBN_Section ul.apibanner_area li{
		display:inline-block;
		width:100%;
		margin-bottom:20px;
	}
	#apiBN_Section ul.apibanner_area li a div.bannerimg_area{
		height:210px;
	}
	
	/*グーグルマップ*/
	#googlemap_area{
		height:300px;
	}
	#googlemap_area #google_map_box{
		height:298px;
	}
	#googlemap_area #google_map_box #map_canvas{
		height:298px;
	}
	
	.cms_output_area h1{
		clear:both;
		font-size:32px;
		line-height:42px;
		text-align:center;
		font-weight:bold;
		margin:20px 0;
	}
	.cms_output_area .about_h2{
		clear:both;
		margin:20px 0;
		font-size:24px;
		line-height:32px;
		text-align:center;
		padding:30px 0 10px;
		border-bottom:2px solid #fe877f;
	}
	
	/*背景ピンク　矢印なし*/
	.present_button a{
		width:90%;
		font-size:16px;
		line-height:22px;
		padding:18px 30px;
	}
	
	
	/*カテゴリーアイコンスマホ*/
	/*ダミー スペーサー*/
	ul.category_block li.category_00{
		width:80px;
		height:16px;
	}
	/*スポット 食べる*/
	ul.category_block li.category_s1{
		width:80px;
		height:16px;
		background:url(/images/icon_c001.png);
		background-size:80px 16px;
	}
	/*スポット 買う*/
	ul.category_block li.category_s2{
		width:80px;
		height:16px;
		background:url(/images/icon_c002.png);
		background-size:80px 16px;
	}
	/*スポット 泊まる*/
	ul.category_block li.category_s3{
		width:80px;
		height:16px;
		background:url(/images/icon_c003.png);
		background-size:80px 16px;
	}
	/*スポット 学ぶ*/
	ul.category_block li.category_s4{
		width:80px;
		height:16px;
		background:url(/images/icon_c004.png);
		background-size:80px 16px;
	}
	/*スポット 観る*/
	ul.category_block li.category_s5{
		width:80px;
		height:16px;
		background:url(/images/icon_c005.png);
		background-size:80px 16px;
	}
	/*スポット 歩く*/
	ul.category_block li.category_s6{
		width:80px;
		height:16px;
		background:url(/images/icon_c006.png);
		background-size:80px 16px;
	}
	/*イベント エンタメ*/
	ul.category_block li.category_e1{
		width:80px;
		height:16px;
		background:url(/images/icon_c081.png);
		background-size:80px 16px;
	}
	/*イベント まつり・伝統*/
	ul.category_block li.category_e2{
		width:80px;
		height:16px;
		background:url(/images/icon_c082.png);
		background-size:80px 16px;
	}
	/*イベント 文化*/
	ul.category_block li.category_e3{
		width:80px;
		height:16px;
		background:url(/images/icon_c083.png);
		background-size:80px 16px;
	}
	/*イベント グルメ*/
	ul.category_block li.category_e4{
		width:80px;
		height:16px;
		background:url(/images/icon_c084.png);
		background-size:80px 16px;
	}
	/*イベント ショッピング*/
	ul.category_block li.category_e5{
		width:80px;
		height:16px;
		background:url(/images/icon_c085.png);
		background-size:80px 16px;
	}
	/*イベント ホテル*/
	ul.category_block li.category_e6{
		width:80px;
		height:16px;
		background:url(/images/icon_c086.png);
		background-size:80px 16px;
	}
	/*イベント その他*/
	ul.category_block li.category_e7{
		width:80px;
		height:16px;
		background:url(/images/icon_c087.png);
		background-size:80px 16px;
	}
	/*ShinjukuFree Wi-Fi*/
	ul.category_block li.category_w0{
		width:80px;
		height:16px;
	}
	/*ShinjukuFree Wi-Fi 食べる*/
	ul.category_block li.category_w1{
		width:80px;
		height:16px;
		background:url(/images/icon_c091.png);
		background-size:80px 16px;
	}
	/*ShinjukuFree Wi-Fi 買う*/
	ul.category_block li.category_w2{
		width:80px;
		height:16px;
		background:url(/images/icon_c092.png);
		background-size:80px 16px;
	}
	/*ShinjukuFree Wi-Fi 泊まる*/
	ul.category_block li.category_w3{
		width:80px;
		height:16px;
		background:url(/images/icon_c093.png);
		background-size:80px 16px;
	}
	/*ShinjukuFree Wi-Fi 学ぶ*/
	ul.category_block li.category_w4{
		width:80px;
		height:16px;
		background:url(/images/icon_c094.png);
		background-size:80px 16px;
	}
	/*ShinjukuFree Wi-Fi 観る*/
	ul.category_block li.category_w5{
		width:80px;
		height:16px;
		background:url(/images/icon_c095.png);
		background-size:80px 16px;
	}
	/*ShinjukuFree Wi-Fi 歩く*/
	ul.category_block li.category_w6{
		width:80px;
		height:16px;
		background:url(/images/icon_c096.png);
		background-size:80px 16px;
	}
	/*ShinjukuFree Wi-Fi 生活*/
	ul.category_block li.category_w7{
		width:80px;
		height:16px;
		background:url(/images/icon_c097.png);
		background-size:80px 16px;
	}
	/*ShinjukuFree Wi-Fi その他*/
	ul.category_block li.category_w8{
		width:80px;
		height:16px;
		background:url(/images/icon_c098.png);
		background-size:80px 16px;
	}
	
}

@media screen and (max-width: 360px) {
	#headerSection #headerTop #headerCont ul.headerright li.ab{
		display:none;
	}
	#headerSection #headerTop #headerCont ul.headerright li.aa{
		display:none;
	}
	
	#footerSection .footerBottom .copy{
		font-size:80%;
	}
}


.cb00{ clear: both; }
.cb10{ clear: both;height:10px; }
.cb20{ clear: both;height:20px; }
.cb30{ clear: both;height:30px; }
.cb40{ clear: both;height:40px; }
.cb50{ clear: both;height:50px; }
.cb60{ clear: both;height:60px; }
.cb70{ clear: both;height:70px; }
.cb70{ clear: both;height:80px; }
.cb90{ clear: both;height:90px; }
.cb100{ clear: both;height:100px; }

.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }
.mb40{ margin-bottom:40px; }
.mb50{ margin-bottom:50px; }
.mb60{ margin-bottom:60px; }
.mb70{ margin-bottom:70px; }
.mb80{ margin-bottom:80px; }
.mb90{ margin-bottom:90px; }
.mb100{ margin-bottom:100px; }

/*デバッカー*/
#Debugging{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color:rgba(255,255,255,0.8);
	z-index:11000000;
}