@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body {
	background-color: #100610;
	color: #FFFFFF;
}
ol,li,dl,dt,dd{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
img {
	max-width: 100%;
}
a {
color: #FFFFFF;
text-decoration: none;
}
@media screen and (min-width:769px){
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	margin-top: 0px;
}
a:hover {
color: #CCCCCC;
}
}
.pc { display: block !important; }
.sp { display: none !important; }
header {
background-color: #FCC900;
height: 80px;
position: fixed;
width: 100%;
z-index: 3000;
}
header .logo {
width: 80%;
margin-left: auto;
margin-right: auto;
}
header .logo img {
height: 50px;
width: auto;
margin-top: 15px;
}
#drawer-nav ul li i {
	font-style: normal;
}
#drawer-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.drawer-nav{
	position: fixed;
	z-index: 3500;
	top: 80px;
	overflow: hidden;
	width: 100%;
	height: 85%;
	color: #FFF;
	background-color: rgba(0,0,0,0.8);
	margin-top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 15%;
}
.drawer-menu {display: block;}
.drawer_menu ul.drawer-menu  {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.drawer-menu li {
	width: 50%;
	text-align: center;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
}
.drawer-menu li:nth-child(odd) {border-right: solid 1px #FFF;}
.drawer-menu li a {font-size: 14px;color: #FFF;padding: 15px 0;display: block;}
.drawer-menuLA li {
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #FFF;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
}
.drawer-menuLA li:nth-child(odd) {border-right: none;}
.drawer-menuLA li a {
	font-size: 14px;
	color: #FFF;
	display: block;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.drawer-menuLA li a.drawer-menu-item {
	background-color: rgba(252,193,1,0.30);
}
.drawer-menuLA li a.drawer-dropdown-menu-item {
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* TOP PAGE */
body.TopPage {
	font-family: sans-serif;
}
#mvbox {
	width: 100%;
	height: 100vh;
	opacity: 1;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -2;
}
#mvboxWrap {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-image: url(../js/overlays/02.png);
}
#YouTube {}
#YouTube iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 160px);
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.TopPage section {
	padding-top: 120px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
	padding-bottom: 0px;
	overflow-y: auto;
	height: auto;
}
.TopPage article.left {
	width: 45%;
	float: left;
}
.TopPage article.right {
	width: 45%;
	float: right;
}
.TopPage article .Title {
	font-size: 160%;
	padding-top: 10px;
	background-color: rgba(252,201,0,0.80);
	margin-top: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	text-shadow: 0px 0px;
	color: #100610;
	line-height: 1.2;
}
.TopPage article .Title .langage {
	color: #100610;
}
.TopPage article .langage {
	padding-top: 10px;
	color: #FCC900;
	font-size: 80%;
}
.TopPage article.SelectLanguage ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.TopPage article.SelectLanguage li {
	margin: 10px;
	border: 2px solid #FFFFFF;
	width: 200px;
}
.TopPage article.SelectLanguage li a {
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.TopPage article.SelectLanguage li.ja{
	background-color: #1E3ABE;
	border-radius: 15px;
}
.TopPage article.SelectLanguage li.en{
	background-color: #FF7E00;
	border-radius: 15px;
}
.TopPage article.SelectLanguage li.ko{
	background-color: #35B939;
	border-radius: 15px;
}
.TopPage article.SelectLanguage li.cn{
	background-color: #D05307;
	border-radius: 15px;
}
.TopPage article.SelectLanguage li.tw{
	background-color: #D8193F;
	border-radius: 15px;
}
.TopPage article.Select {
	padding-bottom: 200px;
}
.TopPage article.Select ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 80px;
	padding-bottom: 80px;
}
.TopPage article.Select li {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #FFFFFF;
	border-radius: 15px;
	width: 22%;
	margin-left: 1%;
	margin-right: 1%;
}
.TopPage article.Select li a {
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 120%;
	text-shadow: 1px 1px #000000;
}
.TopPage article.Select li img {
	width: 50%;
}
.TopPage article.Select li.food {
	background-color: #CD080C;
}
.TopPage article.Select li.bar {
	background-color: #A316A5;
}
.TopPage article.Select li.entertainment {
	background-color: #0C831D;
}
.TopPage article.Select li.night_view {
	background-color: #22368A;
}
.TopPage article.Select .attention {
	text-align: center;
	font-size: 80%;
	padding-bottom: 20px;
	background-color: #BD0C0F;
	padding-top: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
}
/* COMMON */
section {
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
}
section.main {
	padding-bottom: 200px;
}
.CntentsHeader {
	width: 100%;
	height: 200px;
}
.CntentsHeader.food {
	background-color: #CD080C;
	background-image: url(../js/overlays/02.png);
}
.CntentsHeader.bar {
	background-color: #A316A5;
	background-image: url(../js/overlays/02.png);
}
.CntentsHeader.entertainment {
	background-color: #0C831D;
	background-image: url(../js/overlays/02.png);
}
.CntentsHeader.night_view {
	background-color: #22368A;
	background-image: url(../js/overlays/02.png);
}
.ContentsTitle {
	font-size: xx-large;
	text-shadow: 2px 2px #000000;
	padding-top: 130px;
	text-align: center;
}
.food .ContentsTitle {
	background-image: url(../img/food.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 40px;
}
.bar .ContentsTitle {
	background-image: url(../img/bar.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 40px;
}
.entertainment .ContentsTitle {
	background-image: url(../img/entertainment.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 40px;
}
.night_view .ContentsTitle {
	background-image: url(../img/night_view.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 40px;
}
h1 {
font-size: x-large;
color: #FCC900;
}
article.PackageArea {
	padding-top: 80px;
}
article.PackageArea ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}
article.PackageArea li {
	display: block;
	width: 28%;
	margin-left: 2%;
	margin-right: 2%;
	min-height: 240px;
	margin-bottom: 40px;
}
article.PackageArea li img {
	width: 100%;
	height: auto;
	max-height: 280px;
	object-fit: cover;
	min-width: 100%;
	border-radius: 15px;
	max-width: 100%;
}
article.package {
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	width: 60%;
	padding-bottom: 80px;
}
article.package .photo {
	text-align: center;
}
article.package .photo img {
	width: 70%;
	height: auto;
	object-fit: cover;
	min-width: 70%;
	border-radius: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
article.package .Headline {
	clear: both;
	padding-top: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	font-size: x-large;
}
article.package dl.PackageBlock {}
article.package dl dt {
	float: left;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #FCC900;
	padding-right: 20px;
}
article.package dl dd {
	padding-left: 140px;
	border-bottom: 1px dashed #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
}
dd:after{
  display: block;
  content: "";
  clear: both;
}
article.package dl.Information {
	padding-top: 60px;
	padding-bottom: 50px;
}
article.package dl.Information.Access {
	padding-top: 15px;
	padding-bottom: 0px;
}
article.package dl.Information .name {
	font-weight: bold;
	color: #FCC900;
	font-size: 120%;
}
article.package .point {
	margin-top: 30px;
	margin-left: 5%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-right: 5%;
	border: 2px solid #FFFFFF;
}
article.package .OnePoint {
	margin-top: 30px;
	margin-left: 5%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 90px;
	padding-bottom: 15px;
	margin-right: 5%;
	border: 1px dashed #FCC900;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size: auto 60px;
	min-height: 50px;
}
article.package .OnePointTitle {
	background-color: #FCC900;
	border-radius: 5px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.CategoryBox {}
.CategoryBox ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1%;
	/* [disabled]margin-bottom: 20px; */
	padding-top: 40px;
}
.CategoryBox li a {
	width: 28%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding: 1%;
	border: 1px solid #FFFFFF;
	text-align: center;
	display: block;
}
.spot .CategoryBox li.spot a,
.hotel .CategoryBox li.hotel a,
.event .CategoryBox li.event a {
	background-color: #22368A;
}
.CategoryBox2 {
	font-size: 80%;
}
.CategoryBox2 ul {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1%;
	/* [disabled]margin-bottom: 20px; */
	padding-top: 15px;
}
.CategoryBox2 li a {
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding: 1%;
	border: 1px solid #FFFFFF;
	text-align: center;
	display: block;
	width: 28%;
}
.about_night_view .CategoryBox2 li.about_night_view a,
.search_night_view .CategoryBox2 li.search_night_view a,
.model_night_view .CategoryBox2 li.model_night_view a {
	background-color: #22368A;
}
@media screen and (min-width:769px){
.CategoryBox li.spot a:hover,
.CategoryBox li.hotel a:hover,
.CategoryBox li.event a:hover {
	background-color: #22368A;
}
.CategoryBox2 {
	font-size: 100%;
}
.CategoryBox2 li.about_night_view a:hover,
.CategoryBox2 li.search_night_view a:hover,
.CategoryBox2 li.model_night_view a:hover {
	background-color: #22368A;
}
}
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
footer {
	color: #FFFFFF;
	text-align: center;
	bottom: 0px;
	width: 100%;
	background-color: rgba(16,6,16,0.9);
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 60px;
	position: fixed;
}
@media screen and (max-width:768px){
.pc { display: none !important; }
.sp { display: block !important; }
body {
width: 100%;
max-width: 100%;
min-width: 100%;
}
header {
height: 80px;
z-index: 3000;
position: fixed;
width: 100%;
background-color: #FCC900;
text-align: center;
}
header .logo {
width: 100%;
}
header .logo img {
	float: left;
	padding-left: 10%;
	width: auto;
	height: 50px;
	margin-top: 15px;
}
/* TOP PAGE */
.TopPage section {
	padding-top: 100px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-shadow: 1px 1px #000000;
	padding-bottom: 0px;
	overflow-y: auto;
	height: auto;
}
.TopPage article.left {
	width: 100%;
	float: none;
	font-size: 80%;
}
.TopPage article.right {
	width: 100%;
	float: none;
	padding-top: 15px;
	font-size: 80%;
}
.TopPage article .Title {
	font-size: large;
	padding-top: 10px;
	margin-top: 15px;
}
.TopPage article .Title .langage {
	color: #100610;
}
.TopPage article .langage {
	padding-top: 0px;
	color: #FCC900;
	font-size: 80%;
}
.TopPage article.SelectLanguage ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
	padding-top: 20px;
	padding-bottom: 0px;
}
.TopPage article.SelectLanguage li {
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	border: 2px solid #FFFFFF;
	font-size: 80%;
	vertical-align: middle;
	margin-left: 2px;
}
.TopPage article.SelectLanguage li a {
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.TopPage article.Select {
	padding-bottom: 40px;
}
.TopPage article.Select ul {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
}
.TopPage article.Select li {
	margin: 5px;
	border: 2px solid #FFFFFF;
	width: 40%;
	vertical-align: middle;
	line-height: 1.2;
	font-size: 60%;
}
.TopPage article.Select li a {
	font-size: 140%;
}
.TopPage article.Select .attention {
	text-align: left;
	font-size: 80%;
	padding-bottom: 20px;
	background-color: #BD0C0F;
	padding-top: 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 5%;
	padding-right: 5%;
}
.langTitle {
margin-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
}
section.main {
	padding-bottom: 40px;
}
section {
	width: 100%;
	padding-top: 80px;
}
.CntentsHeader {
	width: 100%;
	height: 100px;
}
.ContentsTitle {
	font-size: xx-large;
	text-shadow: 1px 1px #000000;
	text-align: center;
	padding-top: 50px;
}
.food .ContentsTitle {
	background-image: url(../img/food.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center 10px;
}
.bar .ContentsTitle {
	background-image: url(../img/bar.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center 10px;
}
.entertainment .ContentsTitle {
	background-image: url(../img/entertainment.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center 10px;
}
.night_view .ContentsTitle {
	background-image: url(../img/night_view.png);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center 10px;
}
article.PackageArea {
padding-top: 30px;
padding-bottom: 80px;
}
article.PackageArea ul {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: none;
	flex-wrap: wrap;
}
article.PackageArea li {
	display: block;
	width: 40%;
	margin-left: 5%;
	margin-right: 5%;
	min-height: 100px;
	margin-bottom: 20px;
	float: left;
}
article.PackageArea li img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	min-width: 100%;
	border-radius: 15px;
}
article.package {
width: 90%;
padding-top: 40px;
margin-right: auto;
margin-left: auto;
padding-bottom: 80px;
}
article.package .photo img{
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
	min-width: 100%;
}
article.package dl.PackageBlock {}
article.package dl dt {
clear: both;
padding-top: 10px;
color: #FCC900;
float: none;
padding-bottom: 0px;
}
article.package dl dd {
border-bottom: 1px dashed #FFFFFF;
padding-bottom: 10px;
padding-left: 0px;
padding-top: 0px;
}
dd:after{
  display: block;
  content: "";
  clear: both;
}
.CategoryBox ul {
	width: 95%;
}
footer {
	height: auto;
}
}
/*BannerAea*/
.BannerAea {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
}
.BannerAea img {
	border-radius: 15px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}
.YouTube360 {
	display: block;
	width: 300px;
}
.YouTube360 a {
	display: block;
	width: 300px;
	float: right;
}
.Sapporo-Virtual-Street {
	display: block;
	width: 300px;
}
.Sapporo-Virtual-Street a {
	display: block;
	width: 300px;
	float: left;
}
.new_open {
	display: block;
	width: 300px;
}
.new_open a {
	display: block;
	width: 300px;
	float: left;
}
.YouTube360ContentsPage {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}
.YouTube360ContentsPage img {
	border-radius: 15px;
	border: 2px solid #FFFFFF;
}
.YouTube360ContentsPage a {
	display: block;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.sapporo-night-view-campaign2022 {
	display: block;
	width: 300px}
.sapporo-night-view-campaign2022 a {
	display: block;
	width: 300px;}
.sapporo-night-view-campaign2022 a img {width: 100%;height: auto;border:none;background-color: inherit;}
/* SAPPORO ONLINE FES*/
.Sapporo_olf {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	display: block;
	margin-top: 80px;
}
.Sapporo_olf img {
	border-radius: 15px;
	border: 2px solid #FFFFFF;
}
.Sapporo_olf a {
	display: block;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:768px){
.BannerAea {
	float: none;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding-bottom: 80px;
	display: block;
}
.YouTube360 a {
	float: none;
	position: relative;
	width: 100%;
}
	.Sapporo-Virtual-Street {width: 100%;}
.Sapporo-Virtual-Street a {
	float: none;
	position: relative;
	margin-bottom: 15px;
	width: 100%;
}
.YouTube360ContentsPage {
	float: none;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	padding-bottom: 0px;
	padding-top: 15px;
}
	.YouTube360 {width: 100%;}
.YouTube360 a,.YouTube360ContentsPage a {
	width: 100%;
	float: none;
}
/* SAPPORO ONLINE FES*/
.Sapporo_olf {
	margin-bottom: 15px;
	padding-bottom: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
}
.Sapporo_olf a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.Sapporo_olf img {
	width: 90%;
}
.sapporo-night-view-campaign2022 {
	display: block;
	width: 100%}
.sapporo-night-view-campaign2022 a {
	display: block;
	width: 100%;}
}
/* sharetaxi 201912*/
/* .sharetaxi {
}
333# height: 140px;/* 




/* sharetaxi
.sharetaxi {
	width: 250px;
	float: right;
	position: fixed;
	right: 10%;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.sharetaxi a {
	padding-bottom: 10px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
}
@media screen and (max-width:768px){
.sharetaxi {
	float: none;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
	right: 0px;
}
.sharetaxi.footer {
	margin-bottom: 120px;
}
footer .sharetaxi {
	display: none;
}
}*/
/* AFTER */
article:after{
  display: block;
  content: "";
  clear: both;
}
.TopPage article.Select ul:after{
  display: block;
  content: "";
  clear: both;
}
.CategoryBox ul:after{
  display: block;
  content: "";
  clear: both;
}
.CategoryBox2 ul:after{
  display: block;
  content: "";
  clear: both;
}
.YouTube360:after{
  display: block;
  content: "";
  clear: both;
}
.Sapporo_olf:after{
  display: block;
  content: "";
  clear: both;
}

.bnr_newopen {
	margin-bottom: 15px;
	padding-bottom: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;}
.bnr_newopen img {width: 40%;min-width: 250px;border-radius: 15px;
    border: 2px solid #FFFFFF;}
p.new_open_h_txt {font-size: 20px;font-weight: 700;color: #FFF;text-align: center;}

.CntentsHeader.entertainment_newopen {
	background-color: #FFEE6F;
	background-image: url(../js/overlays/02.png);
}
.entertainment_newopen .ContentsTitle {
	background-image: url(../img/entertainment.png);
	background-size: 90px 90px;
	background-repeat: no-repeat;
	background-position: center 40px;
}
article.PackageArea ul.col2 {
	width: 60%;
}
article.PackageArea ul.col2 li {
	display: block;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	min-height: 200px;
	margin-bottom: 40px;
}

@media screen and (max-width:768px){
	p.new_open_h_txt {font-size: 3.6vw;font-weight: 700;color: #FFF;text-align: center;padding: 0 5%;}
	
	.CntentsHeader.entertainment_newopen {
		background-color: #FFEE6F;
		background-image: url(../js/overlays/02.png);
	}
	.entertainment_newopen .ContentsTitle {
		background-image: url(../img/entertainment.png);
		background-size: 50px 50px;
		background-repeat: no-repeat;
		background-position: center 10px;
	}
	article.PackageArea ul.col2 {
		width: 90%;
	}
	article.PackageArea ul.col2 li {
		display: block;
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
		min-height: 100px;
		margin-bottom: 20px;
	}
}





