.contact_form{
  background-color: #FFFFFF;
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background:#53D2FF;
  color: #fff;
  font-size: 14px;
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #EAEDF2;
  font-size: 18px;
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #EAEDF2;
  font-size: 18px;
}

.Form-Btn a{
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background:#53D2FF;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}








.example.example1 {
  background-color: #feffff;
  width: 60%;
  margin-left: 20%;
  margin-top: 3%;
}

.example.example1 * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.example.example1 fieldset {
  margin: 0 15px 20px;
  padding: 0;
  border-style: none;
  background-color: #ffffff;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ffffff;
  border-radius: 4px;
}

.example.example1 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px;
}

.example.example1 .row + .row {
  border-top: 1px solid #819efc;
}

.example.example1 label {
  margin: 0 15px 20px;
  min-width: 70px;
  padding: 11px 0;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.example.example1 .StripeElement {
  width: 100%;
  padding: 11px 15px 11px 0;
}
.form-check{
 padding-left: 0em;
 margin-bottom: 0.125rem;
 text-align: left;
}


body{
  background-color:#ffffff;
  z-index:999;
  height: 100%;
}

a {
  text-decoration: none !important;
}

:root {
  --font-family:"Circular",'游ゴシック','Alako-Bold','Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.contact {
 text-align: center;
 margin-top: 3%;
 background: rgb(236, 236, 79);
 width: 60%;
 margin-left: 20%;
   background-color: #ffffff;
  box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #ffffff;
  border-radius: 4px;
}
.contact_title{
  text-align: left;
  margin-top: 2%;
}
.contact_irame{
  width: 80%;
  text-align: center;
}
.btn_contact{
  border-radius:2px;
  border:0px;
  color:#ffffff;
  text-shadow:none;
  background-color:#53d2ff;
  font-weight: bold;
  font-size:15px;
  text-align: center;
  }

  .btn_contact:hover{
  color:#53d2ff;
  background-color:#ffffff;
  } 

  .form_credit_cards{
    text-align: left;
  }


.form-check-input{
  float: none !important;
  margin-left: 0em !important;
}

.font_underline{
  margin-top: 3%;
  margin-bottom: 2%;
  border-bottom: 1.5px solid #cccccc;
  width: 30%;
}


/*-----------------header-------------------*/
/*-----------------header-------------------*/
/*-----------------header-------------------*/


.header_nav {
  padding: 10px 2% 10px;
  position:relative;
  top: 0;
  width: 100%;
  background-color:rgba(83, 210, 255, 1);
  display:flex !important;
  align-items: center;
  color: #fff;
}

.header_sub_nav {
  background-color:rgba(83, 210, 255, 1);
  align-items: right;
  color: #fff;
}

.header_nav a{
  color: #fff;
  text-decoration: none;
}

.header_nav a:link,header a:visited,header a:hover,header a:active {
  color:#fff;
  text-decoration: none; 
}

.header_sub_nav a{
  color: #fff;
  text-decoration: none;
}

.header_sub_nav a:link,header a:visited,header a:hover,header a:active {
  color:#fff;
  text-decoration: none; 
}

a:active {
  color: inherit;
}

.header_login{
  text-align: right;
}

/*-----------------header-------------------*/
/*-----------------header-------------------*/
/*-----------------header-------------------*/


/*-----------------footer-------------------*/
/*-----------------footer-------------------*/
/*-----------------footer-------------------*/

.footer_title{
font-size: 1.3rem;
color: #fff;
font-weight: 700;
margin-top: 30px;
margin-bottom: 20px;
text-decoration: none;
}

.footer_text{
  font-size: 1.1rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 5px;
  text-decoration: none;
  }

  footer{
    height:60%;
    width:100%;
    position: relative;
    bottom: 0; 
    background-color: rgba(83, 210, 255, 1);
    display: flow-root !important;
    margin-top: 8%;
  }

/*-----------------footer-------------------*/
/*-----------------footer-------------------*/
/*-----------------footer-------------------*/

.scrollspy{
  height: 300px;
  overflow:scroll;
}
.terms_of_service{
  margin-top: 5%;
}


#submit{
  text-align: center;
}

#map{
  width: 100%;
  height: 300px;
  margin-top: 2%;
}

.list_name{
  margin-top:5px;
  font-family:var(--font-family);
  color:rgb(23,23,23);
  font-size:14px;
  text-decoration: none;
}

.list_name_bold{
  margin-top:5px;
  font-family:var(--font-family);
  color:rgb(23,23,23);
  font-size:14px;
}

.store_img_radius{
  border-radius: 10px;
}

.index_store_img{
  width: 100%;
  height: 250px;  
  object-fit:cover;
  opacity: 1;
}

.item_info{
  margin-top: 3% !important;
}

.login_link{
  text-decoration:none !important;
}

.detail_store_img{
  width: 100%;
  height: 500px;  
  object-fit:cover;
  opacity: 1;
}
.dashboard_img{
  width: 50px;
  height: 40px;
  object-fit:cover;
  opacity: 1;
  margin-top: 5%;
}

.credit_card{
  height: 20px;  
  opacity: 1;
  width: 140px !important;
}



.article_main{
  font-family:var(--font-family);
  font-size: 15px;
}

.arrow{
  margin-top:7.5%;
}
.arrows{
  display:none;
}


#ma{
  height: 70%;
  width:80%;
}


.header{
  width:100%;
  height:1%;
  background-color:rgba(83, 210, 255, 1);
}


#mail{
  position:fixed;
  bottom: 0;
  right:0;
  width: 23%;
  height:43%;
  background-color:white;
  z-index:9999;
}


.section a{
  text-decoration: none;
}


.jumbotron{
  align-items:center;
  background-image: url(img/background.png);
  background-size:cover;
  color:rgb(222,220,223);
  height: 80%;
  margin-bottom:5%;
  object-fit:cover;
  padding-right:0;
  padding-left:0;
}


/*-----------------video-------------------*/
/*-----------------video-------------------*/
/*-----------------video-------------------*/


.wrap-video{
  position:relative;
}

.wrap-video video{
  width: 100%;
  height:95%;
  object-fit: cover;
  opacity: .8;
}

.wrap-video .text{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); /*上下左右中央寄せ*/
  text-align:center;
  z-index: 999;
  width: 100%;
}

.wrap-video .text p{
  font-size:50px;
  font-weight:bold;
  color:white;
}

.wrap-video .text .headline{
  font-size:35px;
}

.no_decoration{
  text-decoration: none;
}

/*-----------------video-------------------*/
/*-----------------video-------------------*/
/*-----------------video-------------------*/



.subject{
  color:white;
  text-align: center;
  font-family:var(--font-family);
  text-decoration:none;
  margin-top: 16%;
  font-size: calc(1.875rem + 7vw);
  }

  .special_tytle{
    margin-top:1px;
    text-align:left;
    font-family:var(--font-family);
    color:rgb(23,23,23);
    font-size:28px;
  }


* {
box-sizing: border-box;
}

nav {
display: none;
}

nav.fixed {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index:100;
  width: 100%;
  color:rgba(83, 210, 255, 1);
  background:rgba(83, 210, 255, 1);
}


.jumbotron h3 {
  margin: 0 0 20px;
  color:rgb(23,23,23);
}

.main{
  text-decoration:none;
  color:black;
}

.form-control{
    box-shadow: 0 1px 1px #53D2FF;
}

.apply_store{
  min-height: 80px !important;
  bottom: 0;
  z-index:100000;
  width: 100%;
  text-align: center;
}


#fixedTop {
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: none;
  background: #53d2ff;
  position: fixed;
  z-index: 9999;
  border-radius: 5px;
}

#fixedTop:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.6;
}


/*-----------------page-------------------*/
/*-----------------page-------------------*/

.paging_prev a{
  text-decoration: none;
  color:rgba(83, 210, 255, 1);
  line-height:50px;
  font-size:40px;
  font-family: arial;
  }

  .paging_next a{
  text-decoration: none;
  color:rgba(83, 210, 255, 1);
  line-height: 50px;
  font-size:40px;
  font-family: arial;
  }

  .paging_prev{
  width:50px;
  height:50px;
  color:rgb(23,23,23);
  border-radius:100px;
  text-align: center;
  font-weight: bold;
  background-color: white;
  }

  .paging_next{
    width:50px;
    height:50px;
    color:rgb(222,220,223);
    border-radius:100px;
    text-align: center;
    font-weight: bold;
    background-color: white;
  }

/*-----------------page-------------------*/
/*-----------------page-------------------*/


.btn{
  border-radius:2px;
  border:0px;
  color:#ffffff;
  text-shadow:none;
  background-color:#53d2ff;
  font-weight: bold;
  font-size:15px;
  text-align: center;
  }

  .btn:hover{
  color:#53d2ff;
  background-color:#ffffff;
  } 
  .table tbody tr .long_text {
    line-height: 45px;
    padding-bottom: 0% !important;
  }
  .table_btn{
  border-radius:2px;
  border:0px;
  color:#ffffff;
  text-shadow:none;
  background-color:#53d2ff;
  font-weight: bold;
  font-size:15px;
  text-align: center;
  margin-top: 7%;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 6px;
  }
    .disabled_table_btn{
  border-radius:2px;
  border:0px;
  text-shadow:none;
  font-weight: bold;
  font-size:15px;
  text-align: center;
  margin-top: 7%;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 6px;
  }

  .table_btn:hover{
  color:#53d2ff;
  background-color:#ffffff;
  }

  .table_form{
  height:40px;
  width:80%;
  font-size: 16px;
  border-radius:2px;
  border-bottom:1.5px solid #cccccc;
  border-right:none;
  border-left:none;
  border-top:none;
  border-radius:0px;
} 

  .btn_register{
    border-radius:2px;
    border:0px;
    color:#ffffff;
    text-shadow:none;
    background-color:#53d2ff;
    font-weight: bold;
    font-size:15px;
    margin-top:5%;
    height:30px;
    width:80%;
    text-align:center;
    margin-left:10%;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    }

  .btn_register:hover{
    color:#53d2ff;
    background-color:#ffffff;
    } 

    .seller_box{
  background:#ffffff !important;
  height: 480px;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.tuto_box{
  background:#ffffff !important;
  /*height: 520px;*/
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.Seller_img{
  width: 100%;
  height: auto;
  max-width: 352px;
  max-height: 208px;
  opacity: 1;
}
.tuto_img{
  width: 100%;
  height: auto;
  max-width: 352px;
  /*max-height: 208px;*/
  opacity: 1;
}
.tablet_img{
  width:auto;
  height:300px
}
.tablet_box{
  background: #FFFFFF;
  margin-bottom: 30px;
  border-radius: 16px;
  margin-left: 8px;
  margin-right: -24px;
  display: flex;
  align-items: center;
}
.tablet_box:last-child{
  margin-right: 0px;
}
.seller_text{
  margin-top: 20px;
  text-align: left;
}
h2{
  font-size: 1.3em;
}
.rink_box{
  display: flex;
  vertical-align: bottom;
}
.button05 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(83, 210, 255, 1);
  box-shadow: 0 5px 0 #295F8B;
  transition: 0.3s;
  border-radius: 16px;
}
.button05 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}
.button05 a:hover {
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #295F8B;
} 

@media screen and (max-width: 800px) {
  .toolchip{
    width: 10px;
  }



  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
      .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
      .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
  .Form {
    margin-top: 40px;
  }
    .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
    .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
    .Form-Item-Label.isMsg {
    margin-top: 0;
  }
    .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }













.form-check{
 padding-left: 0em;
 margin-bottom: 0.125rem;
}
  .font_underline{
  margin-top: 2%;
  margin-bottom: 1.5%;
  border-bottom: 1.5px solid #cccccc;
  width: 28%;
  font-size: 13px;
}
  .example.example1 {
  background-color: #feffff;
  width: 96%;
  margin-left:0px;
  margin-top: 3%;
}
.example.example1 * {
  font-family: Roboto, Open Sans, Segoe UI, sans-serif;
  font-size: 11px;
  font-weight: 500;
}
  .contact {
 text-align: center;
 margin-top: 3%;
 background: rgb(236, 236, 79);
 width: 95%;
 margin-left: 2.5%;
 background-color: #ffffff;
 box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
 inset 0 1px 0 #ffffff;
 border-radius: 4px;
}
.contact_title{
  text-align: left;
  margin-top: 2%;
  font-size: 11px;
}
  .table_form{
  height:20px;
  width:80%;
  font-size: 8px;
  border-radius:2px;
  border-bottom:1.5px solid #cccccc;
  border-right:none;
  border-left:none;
  border-top:none;
  border-radius:0px;
} 
  .dashboard_img{
  width: 40px;
  height: 30px;
  object-fit:cover;
  opacity: 1;
  margin-top: 3%;
}
  
  .table_btn{
  border-radius:2px;
  border:0px;
  color:#ffffff;
  text-shadow:none;
  background-color:#53d2ff;
  font-weight: bold;
  font-size:7px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 16%;
  }
   .disabled_table_btn{
  border-radius:2px;
  border:0px;
  text-shadow:none;
  font-weight: bold;
  font-size:7px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 16%;
  }

  .table_btn:hover{
  color:#53d2ff;
  background-color:#ffffff;
  } 

  .table thead tr th {
    font-size: 8px;
    min-width: 50%;
  }
    .table tbody tr td {
    font-size: 8px;
    min-width: 50%;
  }
    .table tbody tr .long_text {
    font-size: 8px;
    min-width: 70px;
    line-height: 25px;
  }



  /* 表示領域が320px以下の場合に適用するスタイル */
  .store_info{
  background-color: rgb(248, 248, 248);
  margin-top: 5%;
  margin-left: 2.5%;  
  margin-right: 2.5%;
  width: 95%;
}

  .subject{
    margin-top: 30%;
    }
  .article_main{
    font-family:var(--font-family);
    font-size:15px;
  }
  .apply_store{
    min-height: 80px !important;
    width: 100%;
    bottom: 0;
    z-index:100000;
    position: fixed;
  }

  .wrap-video .text p{
    font-size:40px;
    font-weight:bold;
    color:white;
  }
  
  .wrap-video .text .headline{
    font-size:25px;
  }

/*-----------------apply-------------------*/
/*-----------------apply-------------------*/

  .apply_box{
    background: #53d2ff;
    width: 40%;
    margin-top: 14px;
    border-radius: 5%;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5%;
    margin-left: 50%;
  }

  .apply_text_price{
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    font-family:var(--font-family);
    margin-top: 20px;
    margin-left:20px;
  }

  .apply_text_bottun{
    color: rgb(255, 255, 255);
    text-decoration: none !important;
    font-family:var(--font-family);
    font-size: 24px;
    font-weight: 600;
  }

/*-----------------apply-------------------*/
/*-----------------apply-------------------*/

  #mail{
    display:none;
    position:fixed;
    bottom: 0;
    left:0;
    width: 75%;
    height:50%;
    background-color:rgba(255, 165, 0, 0.15);
    z-index:9999;
  }



  .header{
  width:100%;
  height:1%;
  background-color:rgba(83, 210, 255, 1);
  position:fixed;
  z-index:40000;
  }

  .detail_store_img{
    height: 250px;  
  }


 

  .top a {
    position: fixed;
    right: 5%;
    bottom: 20%;
  }




  nav p {
    font-family: var(--font-family);
    font-size:calc(30% + 1.3vw);
    color:rgb(23,23,23);
  }

    /* 表示領域が320px以下の場合に適用するスタイル */
    .jumbotron{
    align-items:center;
    background-image: url(img/background.png);
    background-size:cover;
    color:rgb(222,220,223);
    height:50%;
    padding-bottom:0%; 
  }

    #mail2{
      display: none;
    }
    .s_title{
      margin-bottom: 0px !important;
      font-size: 15px;
      border-bottom: solid;
      border-color: #53d2ff;
      border-width: 1px;
      margin-top: 2%;
    }
    .table_title{
      margin-bottom: 0px !important;
      font-size: 7px;
      border-bottom: solid;
      border-color: #53d2ff;
      border-width: 1px;
      margin-top: 2%;
    }

  .arrow{
    display:none;
  }
  .arrows{
    display:inline;
    margin-top:9%;
    margin-bottom:14%;
    text-align: center;
  }
  .special_tytle{
    font-size:18px;
    margin-bottom:20px;
    text-align:left;
    color:rgb(23,23,23);
    font-family:var(--font-family);
  }

  .list_name_bold{
  margin-top:5px;
  margin-bottom:10%;
  text-align:left;
  font-family:var(--font-family);
  color:rgb(53, 38, 38);
  font-size:17px;
  font-weight:bold;
  
}
  .list_name{
    text-align: left;
    font-family:var(--font-family);
    color:rgb(23,23,23);
    font-size:17px;
  }
}