footer{
	background: #f0f0f0;
}

img{
	max-width: 100%;
}


section{
padding:40px 0;
}

h1,h2,h3,h4,h5,h6 {

	letter-spacing: 0.2rem;
	color: #333333;
	}
	
.en{
  font-size: 100px;
  font-weight: 900;	
  margin-bottom: -12px;
  line-height: 100%;
}
	
h1{
  font-size: 28px;
}


h2{
  font-size: 20px;
  font-weight: 100 !important;
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: solid 3px #ffffff;
  position: relative;
}
h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px skyblue;
  bottom: 10px;
  width: 100%;
}




h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 1rem;
}
footer{
	background-color: #ffffff;
}

.bgf0{
	background: #f0f0f0;	
}
.bgw{
	background-color: #ffffff;
}
.bgb{
	background: #000000;
	color: #ffffff;
}

.bgbule{background: #208dce;}
.textbule{color: #208dce;}

.bggreen{background: #e1e465;}
.bgye{background: #ffe55f;}
.bgg{background: #333333;}


.bgb80{
	background: rgba(0,0,0,0.8);
	color: #ffffff;
}

.bgw80{
	background: rgba(255,255,255,0.8);
	color: #ffffff;
}
.bgg80{
	background: rgba(128,128,128,0.8);
	color: #ffffff;
}

.bg333{
	background: #333333;
}

.bgb90{
	background: rgba(0,0,0,0.8);
}


.bgb a{
	color: #ffffff;
}
.bgb a:hover{
	color: #cccccc;
}

.textwhite{
	color: #ffffff;
}
.textye{
	color: #f5a200;
}


#pageTop {
      position: fixed;
      bottom: 20px;
      right: 40px;
}
#pageTop a {
      z-index: 999;
}
#pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
}
#pageTop a {
	background: rgba(159,156,148,0.8);
	text-decoration: none;
	color: #fff;
	width: 44px;
	line-height: 22px;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 4px;
}
#pageTop a:hover {
	text-decoration: none;
	background: rgba(159,156,148,0.4);
}



/*************************************************************
menu
*************************************************************/
.google-trance{
		z-index: 100;
}
.menu-close{
	position: relative;
	width:100%;
	z-index: 10;
	text-align: right;}

.menu-btn-index{
height:35px;
}

.menu-btn {
position: relative;
z-index: 10;
cursor: pointer;
cursor: hand;
}

.menu-btn span {
}

.menu-btn span:after {
    content: url(https://sapporo-event.com/images/menu01.png);
    }

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: url(https://sapporo-event.com/images/menu03.png);
}


.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    color: #ffffff;
    font-size:1rem;
}

.menu ul {
	width:100%;
	margin-bottom: 40px;
}

.menu li {
	float: left;
	width:48%;
    margin: 0 auto;
    text-align: center;
    padding:5px 0;
    margin: 0px 1%;
    border-bottom: 1px solid #666666;
    font-size:1rem;
}

.menu li a {
    display: block;
    color: #fff;
}

.menu li a:hover {
    color: #999;
}
.menu h4{
	text-align: center;
	color: #ffffff;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

/*************************************************************
menu
*************************************************************/
ul.footmenu{
		border-bottom: 1px solid #cccccc;
}
ul.footmenu li{
	padding: 7px 7px 7px 15px;
	border-top: 1px solid #cccccc;
}
ul.footmenu li ul{
	padding: 7px 0 0 0;
}

/*************************************************************
header
*************************************************************/



#header{
}
.headslide{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: -1000;
	pointer-events: none;
}
.topimg {
  width: 100%;
  margin:0 auto 0 auto;
  padding:0;
  background-position: center center;
  background-size:cover;
  line-height:0; 
}
.topimg .slide {
  margin:0px auto;
  width: 100%;
  height: 80vh;
}
.contents{	background: #ffffff;}
.pbottom{	margin:40vh 0 15vh 0;}
.slide{	margin-top: -20px; }

.tel{
	font-size: 18px;
	font-weight: 900;
	color:#990000;
}
.tel2{
	font-size: 18px;
	font-weight: 900;
	color:#ff3333;
}



#headersp{
	display: none;
}
.sp{
	display: none;	
}

/*************************************************************
lg
*************************************************************/
@media (max-width: 1199px) {
.pc{
	display: none;
}
.sp{
	display: block;
	}
.en{
  font-size: 70px;
  font-weight: 900;	
  margin-bottom: -12px;
  line-height: 100%;
}
	
}

/*************************************************************
md
*************************************************************/
@media (max-width: 991px) {
#header{
	display: none;
}
.headslide{
	display: none;
}
#headersp{
	display: block;
}

}

/*************************************************************
sm
*************************************************************/
@media (max-width: 767px) {
.en{
  font-size: 50px;
  font-weight: 900;	
  margin-bottom: -8px;
  line-height: 100%;
}
}


/*************************************************************
xs
*************************************************************/
@media (max-width: 543px) {

}


