@charset "utf-8";
/* CSS Document */
/*ルールページ固有*/

.pages_title img{
    width: 35%;
}
.page_header_sp_pnly{
    display:none;
}
.page_header_pc_only{
    display:block;
}

 .rule{
     
 }
 .grandprix_logo{
	width: 45%;
	position: absolute;
	top: 10px;
	left: calc(50% - 300px);
}


/* ルール */
.rule{
    width: 1000px;
    margin: 0 auto;
    height:auto;
}

.box img {
　float:left;
　margin-right: 20px;
}

/* mane */
.sp_only{
    display:none;
}
.pc_only{
    display:block;
/*    display:flex;*/
}

@media only screen and (max-device-width: 480px){

    .sp_only{
        display:block;
    }
    .pc_only{
        display:none;
    /*    display:flex;*/
    }
}


#section1 ul{
	list-style: none;
}
#section1 li{
	font-size: 24px;
	line-height: 2.5em;
}
.gotei_img{
	width: 83px;
	margin: 5px 1em 0 0;
}

@media screen and (max-width: 480px){
    #section1 h2 {
        height: 3.5rem;
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.5rem;
    }
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

.movie_btn_wk {
    width: 80%;
    margin: 0 auto;
    padding: 10px;
}
#section1 ul{
    padding: 1rem;
}

@media screen and (max-width: 480px){
    .movie_btn_wk {
        width: 95%;
        margin: 0 auto;
        padding: 10px;
    }
    .btn,
    a.btn,
    button.btn {
        font-size: 1.2rem;
        line-height: 1.3rem;
        display: inline-block;
        padding: 1rem 1rem;

    }    
}
.movie_list_wk {
    width: 90%;
    margin: 0 auto;
    padding-top:10px;
}
h3 {
    color: #000;
    width: 100%;
    height: 3rem;
    /*background: linear-gradient(to right,#fbcc1d,#1f0800,#fbcc1d);*/
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}
.movie_list_wk a { 
    text-decoration: none;
    font-weight: bold;
} 
.movie_list_wk a:hover {
    color:blue;
    text-decoration:underline;
}

@media screen and (max-width: 480px){
    .movie_list_wk {
        width: 95%;
    }
    h3 {    
        width: 100%;
        height: 3rem;
        font-size: 1.2rem;
        line-height: 1.3rem
    }
    .movie_list_wk a { 
        text-decoration: none;
        font-weight: bold;
    } 
    .movie_list_wk a:hover {
        color:blue;
        text-decoration:underline;
    }
    #section1 li {
        font-size: 1.2rem;
        line-height: 1.3rem;
        /*display:block;*/
        padding:3px 0;
    }
.gotei_img {
    width: 60px;
    margin: 3px 1em 0 0;
}    
}