*{
 margin:0;
 padding: 0;
 color:#1c618c;
 font-family: "Noto Sans JP", sans-serif;
 
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
 

}



/* FAQここから */


/* お支払いについてここから */



.cancel ul li:nth-child(4){
padding-top: 30px;
}
.cancel{
  width:100%;
  margin: 0 auto;
}


.logo{
  text-align: center;
  margin-bottom: 50px;
}
.border{
  width:100px;
  height:3px;
  background-color: #1c618c;
  margin-bottom: 30px;
  margin-left: 50px;
}


/* フッターここから */
.footer-menu{

  
  background-color: #a6634b;
  
}
.footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}

.footer-menu ul li{
  padding-right: 2em;
  list-style: none;
  font-size: 18px;
} 
.footer-menu ul li a{
  color: #fff;
}
.footer-menu ul li a:hover{
  opacity: 0.5;
}
.footer-menu ul li i{
  color: #fff;
}
footer p{
  text-align: center;
  color: #fff;
  background-color: #a6634b;
  padding-bottom: 2em;
}


@media screen and (min-width:923px){
  header .mv-sp-img{
    display: none;
  }
  header img{
    width:100vw;
    object-fit: cover;
   
    
  }
  header h1{
    color: white;
    position: absolute;
    top:500px;
    left:80px;
    font-size: 65px;
    font-family: "Alegreya Sans", sans-serif;
    letter-spacing: 0.1em;
  }
  .menu ul{
    position: absolute;
    top:60px;
    right:40px;
   /* display: flex;
   justify-content: flex-end; */
  
   
  }
  .menu ul li{
    padding-right: 2em;
    width:100px;
    float:left;
    list-style: none;
  }
    
    
  
  .menu ul li a{
    color:#fff;
    font-size: 24px;
  } 
  .menu ul li i{
    color:#fff;
  } 
  
  
  .title-box{
    display: flex;
    justify-content: flex-start;
    column-gap: 40px;
    padding-top: 100px;
    padding-left: 10%;
  }
  .shikaku{
    width:5px;
    height:37px;
    background-color: #f2b199;
  
  }
  .cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cp_qa {
    overflow-x: hidden;
    margin: 80px auto;
    color: #333333;
  }
  .cp_qa .cp_actab {
    padding: 20px 0;
    border-bottom: 1px dotted #cccccc;
    width:80%;
    margin: 0 auto;
  }
  .cp_qa label {
    font-size: 1.2em;
    letter-spacing: 0.3em;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0 60px;
    cursor: pointer;
  }
  .cp_qa label:hover{
    opacity: 0.5;
  }
  .cp_qa .cp_actab-content {
    font-size: 1em;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0 60px;
    padding: 0 14px;
    -webkit-transition: 0.4s ease;
            transition: 0.4s ease;
    opacity: 0;
  }
  .cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
    height: auto;
    padding: 14px;
    opacity: 1;
  }
  .cp_qa .cp_plus {
    font-size: 2.4em;
    line-height: 100%;
    position: absolute;
    z-index: 5;
    margin: 3px 0 0 10px;
    -webkit-transition: 0.2s ease;
            transition: 0.2s ease;
  }
  .cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .cp_qa .cp_actab input[type=checkbox] {
    display: none;
  }
  .br_pc{
    display: none;
  }

  /* コンテンツここから */


#contents{
  
  width:70%;
  margin:100px auto;
  border:2px solid #1c618c;
}
section h1{
  width:100%;
 margin-top:100px;
 text-align: center;
 font-size: 40px;
}
section p{
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}
  

#contents ul{
  width:70%;
  margin: 0 auto;
  padding-top: 70px;
}
#contents ul li{
  font-size: 18px;
  line-height: 2.5em;
  /* letter-spacing: 0.3em; */
 padding-bottom: 2em;
}
  .pay-text{
    width:80%;
    font-size: 18px;
    line-height: 3em;
    /* letter-spacing: 0.3em; */
    text-align: left;
    margin-top: 30px;
    margin-left: 100px;
  
  }
  .cancel ul{
    margin-top: 70px;
  }
  .cancel p{
    margin:20px auto 80px;
    width:70%;
    font-size: 18px;
    text-align: left;
    
    white-space: pre-wrap;
    padding-left: 1em;
    text-indent: -1em;
  }
  .cancel p:last-child{
    padding-left: 3em;
  }
.contact{
    width:80%;
    margin: 50px auto 80px;
  }
  .contact p {
    width:300px;
    background-color: #1c618c;
    padding: 0.5em 1em;
    text-align: center;
    margin: 2em auto ;
  }
   .contact a{
    color:#fff;
   }
   .contact a:hover{
    opacity: 0.5;
   }
   .logo a:hover{
    opacity: 0.5;
   }
    
}

@media screen and (max-width:922px){
header h1,.mv-pc-img{
  display: none;
}
header img{
  width:100vw;
  object-fit: cover;
}
.menu ul{
  position: absolute;
  top:10px;
  right:5px;
 /* display: flex;
 justify-content: flex-end; */

 
}
.menu ul li{
 
  width:50px;
  float:left;
  list-style: none;
}
  
  

.menu ul li a{
  color:#fff;
  font-size: 24px;
} 
.menu ul li i{
  color:#fff;
} 


section h1{
  width:100%;
 margin-top:50px;
 text-align: center;
 font-size: 28px;
}
.shooting{
  font-size: 20px;
}
.menu ul li a,.menu ul li i{
  color:#fff;
  font-size: 14px;
  
}
.title-box{
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 80px;
  padding-left: 10%;
}
.shikaku{
  width:5px;
  height:28px;
  background-color: #f2b199;

}
.title-box h2{
  font-size: 20px;
}


/* FAQここから */

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cp_qa {
  overflow-x: hidden;
  margin: 80px auto;
  color: #333333;
}
.cp_qa .cp_actab {
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
  width:80%;
  margin: 0 auto;
}
.cp_qa label {
  font-size: 17px;
  letter-spacing: 0.2em;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px 0 60px;
  cursor: pointer;
  text-indent: -1em;
  
}
.cp_qa label:hover{
  opacity: 0.5;
}
.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 30px;
  padding: 0 14px;
  -webkit-transition: 0.4s ease;
          transition: 0.4s ease;
  opacity: 0;
  padding-left: 1em;
  text-indent: -1em;

}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
.cp_qa .cp_plus {
  font-size: 2.4em;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 3px 0 0 10px;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}


/* コンテンツここから */


#contents{
  
  width:90%;
  margin:50px auto;
  border:2px solid #1c618c;
}

section p{
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
}


#contents ul{
  width:80%;
  margin: 0 auto;
  padding-top: 70px;
}
#contents ul li{
  font-size: 18px;
  line-height: 2em;
  /* letter-spacing: 0.3em; */
  padding-bottom: 2em;
  
}
.title-box{
  display: flex;
  justify-content: flex-start;
  column-gap: 40px;
  padding-top: 50px;
  padding-left: 10%;
}
.pay-text{
  width:80%;
  font-size: 18px;
  line-height: 2em;
  
  text-align: left;
  padding-left: 3em;
}

  
.cancel p{
  margin:20px auto 20px;
  width:80%;
  font-size: 18px;
  text-align: left;
  
  padding-left: 1em;
  text-indent: -2em;
}
.cancel p:last-child{
  text-indent: -0.5em;
  padding-left: 1em;
  margin-bottom: 40px;
}
.contact{
  width:80%;
  margin: 50px auto 80px;
}
.contact p {
  width:230px;
  background-color: #1c618c;
  padding: 0.5em 1em;
  text-align: center;
  margin: 2em auto ;
}
 .contact a{
  color:#fff;
 }
 .contact a:hover{
  opacity: 0.5;
 }

.logo img{
  width:100px;
}
.logo a:hover{
  opacity: 0.5;
 }
.footer-menu ul li{
 font-size: 15px;
 padding-right: 1.3em;
}
  footer p{
    font-size: 15px;
  }

  }

