* {
    margin: 0;
    padding: 0;
  }
  
  body {
    background-color: #fff;
    line-height: 1.5;
  }
  
  img {
    border-radius: 10px 10px 0px 0px ;
    max-width: 3;
    vertical-align: bottom;
  }

  .flexible {
    display: flex;
    flex-wrap: wrap;
  }
  .l-wrapper {
    flex-shrink: 0;
    margin:  0.5%;
    width: 320px;
    max-height: 100%;
    max-width: calc(50% - 10px);
    aspect-ratio: 1;
  }
  .card__text-number{
    font-weight: bold;
    text-align: right;
    flex: 1;
    font-size: 20px;
    z-index:1;
  }
  .card {
    z-index:1;
    background-color: #fff;
    color: #212121;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px ;
    height: auto;
    box-shadow: 0px 0px 16px -5px #777777;
  }
  
  .card__header {
    display: flex;
    flex-wrap: wrap;
  }
  
  .card__title {
    padding: 1rem 1rem 0 1rem;
    font-size: 2.0em;
    order: 1;
  }
  
  .card__thumbnail {
    margin: 0;
    order: 0;
  }
  
  .card__image {
    width: 100%;
    height: auto;
    max-height: 200px;
  }
  
  .card__body {
    padding: 1rem;
    position: relative;
  }
  
  .card__text {
    font-size: .75em;
  }
  
  .card__text + .card__text {
    margin-top: .5em;
  }
  
  .card__text.-number {
    text-align: right;
    font-weight: bold;
  }
  
  .card__footer {
    padding: 1rem;
    border-top: 1px solid #ddd;
    text-align: right;
  }

  .booking_card{
    width: 150px;
    height: auto;
    margin: 10px;
  }
  .card__textbox{
    width: 100%;
    height: auto;
    padding: 20px 18px;
    background: #ffffff;
    box-sizing: border-box;
  }
  .card__textbox > * + *{
    margin-top: 10px;
  }
  .card__titletext{
    font-size: 20px;
    font-weight: bold;
    line-height: 125%;
    text-align: center;
  }
  .card__overviewtext{
    font-size: 12px;
    line-height: 150%;
  }
  .card-skin{
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
  }
  
  .button {

    display: inline-block;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
  }
  
  .button.-compact {
    padding: .5rem 1rem;
    border-radius: .25rem;
    background-color: #a2d381;
    color: #fff;
    font-weight: bold;
    text-align: right; 
  }
  
  .button.-compact:hover,
  .button.-compact:focus {
    background-color: #80cbc4;
  }
  h1 {
    color: #1e90ff;
    text-align: center;
    padding: 0.25em;
    margin-bottom: 10px;
    border-top: solid 2px #1e90ff;
    border-bottom: solid 2px #1e90ff;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  }
  .mikiya_head{
    background-color: #0058AB;
    width: 100vw;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  h2{
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 10px;
  }
  .table_box{
    overflow-y: auto;
    margin: auto;
    height: 260px;
    width:100%;
    box-shadow: 2px 2px 2px #a9a9a9;
    -webkit-overflow-scrolling: touch;
  }
  table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 100%;
        box-shadow: 0 0 15px -6px #00000073;
  }
  table tr {
    background-color: #fff;
    
  }
  table tbody tr:hover{
    background-color: #e0efff;
  }
  table th,
  table td {
    padding: .35em 1em;
    border-bottom: 1px solid #eee;
  }
  table thead th {
      font-size: .85em;
      padding: 1em;
  }
  table thead tr{
    background-color: #1e90ff;
    color:#fff;
    width: 100%;
  }
  table tbody th {
    text-align: center;
    font-size: .8em;
  }
  table tbody tr {
    text-align: center;
    color: #000;
    font-weight: bold;
  }
  .txt{
     text-align: center;
     font-size: .75em;
  }
  .price{
    text-align: right;
    color: #000;
    font-weight: bold;
  }
  @media screen and (max-width: 600px) {
    table{width: 100%;}
  }

  footer{
    width: 100%;
    background-color: #fff;
    color: #fff;
    text-align: center;
    position: fixed;/*←絶対位置*/
    bottom: 0; /*下に固定*/
    transition: all 0.3s ease-in-out;
    }
  .wrapper{
    padding-bottom: 260px;
    box-sizing: border-box;
  }
  .loading {
    position: absolute;
    top: 30%;
    left: 50%;
  }
  .loading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
  }
  .loading-bar:nth-child(1) {
    background-color: #3498db;
    animation-delay: 0;
  }
  .loading-bar:nth-child(2) {
    background-color: #c0392b;
    animation-delay: 0.09s;
  }
  .loading-bar:nth-child(3) {
    background-color: #f1c40f;
    animation-delay: .18s;
  }
  .loading-bar:nth-child(4) {
    background-color: #27ae60;
    animation-delay: .27s;
  }
  
  @keyframes loading {
    0% {
      transform: scale(1);
    }
    20% {
      transform: scale(1, 2.2);
    }
    40% {
      transform: scale(1);
    }
  }

  * {
    box-sizing: border-box;
  }
  body {
    font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
  }



/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width: 80%;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
    margin: auto;
}

.modal_content p {
  padding-top: 0;
  font-weight: bold;
}
.modal_content a {
  padding-top: 0;
  font-weight: bold;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
   color: #4f96f6;
    background-color: #eeeeee;
    font-weight: bold;
    text-align: center;
    cursor :pointer;
    transition: all 0.3s;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 12px 2px;
    max-width:300px;
    text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
  font-size: 2.0em;
  font-weight: bold;
	position: relative;
  padding-bottom: 10px;
  margin-top:10px;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before{
	border-bottom: 4px solid #6bb6ff;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title2:after{
	border-bottom: 4px solid #c8e4ff;
	width: 10%;
}
.c-form-text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-form-text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
a.btn_16 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 200px;
	margin: auto;
  margin-top: 40px;
	padding: 0.5rem 0.5rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border: 2px dashed #27acd9;
	color: #27acd9;
	box-shadow: 5px 5px 0 #27acd9;
	transition: 0.3s ease-in-out;
}
a.btn_16:hover {
	box-shadow: 0 0 0;
	transform: translate(5px, 5px);
	color: #27acd9;
}

.sum{
  font-size: 2rem;
}
.loading2 {
  display: block;
  position: relative;
  padding: 1.5rem 1.5rem;
}

.loading2::before {
  --spinner-size: 36px;
  content: "";
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: 2px solid #e3e3e3; /* リングの灰色部分 */
  border-top-color: #3fb5bd; /* リング色がついてるところ */
  border-radius: 50%;
  animation: spinner 0.4s linear infinite; /* 回転速度 */
  position: absolute;
  top: calc(50% - 0.5 * var(--spinner-size));
  left: calc(50% - 0.5 * var(--spinner-size));
  z-index: 0;
}
.loading3 {
  display: block;
  position: relative;
  padding: 0.5rem 0.5rem;
}

.loading3::before {
  --spinner-size: 15px;
  content: "";
  width: var(--spinner-size);
  height: var(--spinner-size);
  border: 2px solid #e3e3e3; /* リングの灰色部分 */
  border-top-color: #3fb5bd; /* リング色がついてるところ */
  border-radius: 50%;
  animation: spinner 0.4s linear infinite; /* 回転速度 */
  position: absolute;
  top: calc(50% - 0.5 * var(--spinner-size));
  left: calc(50% - 0.5 * var(--spinner-size));
  z-index: 0;
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hr {
  border-top: 5px dotted #000; /* 点線 */
}
h5 {
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 1.0rem 2rem 1.0rem 280px;
  border: 2px solid #964aff;
  margin-bottom: 10px;
} 

h5:before {
  position: absolute;
  top: -150%;
  left: -10px;
  width: 370px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #964aff;
}

h5 span {
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 13px;
  padding-left: 16px;
  color: #fff;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #f2f2f2;
  box-sizing: border-box;
}
.underhead{
  margin-bottom: 110px;
}
.btn-b-6{
  display: block;
  text-decoration: none;
  max-width: 340px;
  width: 170px;
  margin: 0 60px;
  padding: 8px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
  text-align: center;
  position: relative;
  border: 3px solid #964aff;
  background-color: #964aff;
}
.btn-b-6:hover{
  background-color: #f2f2f2;
  color: #964aff;
}
.btn-b-6 span{
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-b-7{
  display: block;
  text-decoration: none;
  max-width: 340px;
  width: 170px;
  margin: 0 60px;
  padding: 8px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
  text-align: center;
  position: relative;
  border: 3px solid #964aff;
  background-color: #964aff;
}
.btn-b-7:hover{
  background-color: #f2f2f2;
  color: #964aff;
}
.btn-b-7 span{
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-b-8{
  float: right;
  display: block;
  text-decoration: none;
  max-width: 340px;
  width: 190px;
  margin: 10px 60px;
  padding: 5px 5px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: 3px solid #fff;
  background-color: #9C5BCD;
  border-radius: 20px 20px 20px 20px ;
}
.btn-b-8:hover{
  background-color: #f2f2f2;
  color: #9C5BCD;
}
.btn-b-8 span{
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-b-9{
  display: block;
  text-decoration: none;
  max-width: 340px;
  width: 170px;
  margin: 0 60px;
  padding: 8px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 2vw;
  text-align: center;
  position: relative;
  border: 3px solid #964aff;
  background-color: #964aff;
}
.btn-b-9:hover{
  background-color: #f2f2f2;
  color: #964aff;
}
.btn-b-9 span{
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
}
.modalBg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
  padding: 40px 0;
}
/* モーダル内コンテンツ */
.modalArea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 2%;
  background-color: rgba(255,0,0,0);
  padding: 3.125em;
  border-radius: 10px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 50rem;
  flex-direction: column;
  align-items: center;
}
.modalContent p {
  font-size: 16px;
  color: #222;
  line-height: 1.5;
  letter-spacing: .06em;
}
/* 閉じるボタン */
.modalClose {
  display: flex;
  position: relative;
  background-color: #222;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin: 0 0 10px auto;
  cursor: pointer;
}
.modalClose::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  background-color: #fff;
  border-radius: 50px;
  width: 2px;
  height: 20px;
}
.modalClose::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  background-color: #fff;
  border-radius: 50px;
  width: 2px;
  height: 20px;
}

.bg_pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.4;
  z-index: -1;
  background-image: radial-gradient(#75a7f1f8 2px, #ffffff 2px);
  background-size: 20px 20px;
}

/* ロゴ */
header .logo {
  float: left;
  position: inherit;
  height: 100px;
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	letter-spacing: .2em;
}
.cart_status{
  height: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}
.swipe_rod{
  height: 4px;
  width: 40px;
  border-radius: 2px;
  background-color: #a9a9a9;
  position: relative;
  top:7px;
  margin:auto
}
.cart_no_value{
  height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #a9a9a9;
}
.sawarabi-gothic-regular {
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.nunito-sans{
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}



@scope (mdl1){
  .logmessage {
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    margin-top: 2rem;
    color:red;
}
.logmessage2 {
  font-weight: bold;
  font-size: 2.6em;
  text-align: center;
  margin-top: 2rem;
  color:red;
}

body {
    background-color: #00bfff;
  }
.selectbox-002 {
    position: relative;
    vertical-align: super;
    text-align: center;
    justify-content: center;
    font-weight: bold;
    right: test;
    margin-top: 1rem;
}

.selectbox-002::before,
.selectbox-002::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-002::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 25px 25px 0;
    background-color: #0000ff;
    content: '';
}

.selectbox-002::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.selectbox-002 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #0000ff;
    border-radius: 25px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-002 select:focus {
    outline: 1px solid #0000ff ;
}
.selct {
    display: flex;
    left: 40rem;
}

.selectbox-002-2 {
  position: relative;
  vertical-align: super;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  margin:0 auto;
}

.selectbox-002-2::before,
.selectbox-002-2::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.selectbox-002-2::before {
  right: 0;
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  border-radius: 0 25px 25px 0;
  background-color: #0000ff;
  content: '';
}

.selectbox-002-2::after {
  position: absolute;
  top: 50%;
  right: 1.4em;
  transform: translate(50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
}

.selectbox-002-2 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  height: 2.8em;
  padding: .4em 3.6em .4em .8em;
  border: 2px solid #0000ff;
  border-radius: 25px;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

.selectbox-002-2 select:focus {
  outline: 1px solid #0000ff ;
}

.heading-003 {
    padding:0 .4em .2em;
    border-bottom: 3px dotted #0000ff;
    background-color: #ffffff;
    color: #333333;
}
h8 {
    margin-top: 1rem;
    font-weight: bold;
    font-size:3rem;
}
h7 {
	position: relative;
  font-size: 4rem;
	background: #ffffff;
	padding: 0.5rem 1.5rem;
	text-align: center;
    width: 30rem;
    font-weight: bold;
    color: #000000;
}
h7:before, h7:after { 
	content:'';
	width: 20px;
	height: 40px;
	position: absolute;
	display: inline-block;
}
h7:before {
	border-left: solid 3px #0000ff;
	border-top: solid 3px #0000ff;
	top:0;
	left: 0;
}
h7:after {
	border-right: solid 3px #0000ff;
	border-bottom: solid 3px #0000ff;
	bottom:0;
	right: 0;
}
.form {
    margin-top: 3%;
    background-color: white;
    padding: 3.125em;
    border-radius: 10px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 57rem;
    flex-direction: column;
    align-items: center;
    box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.75);
    transform: scale(0.55,0.5)
  }
  .box13 {
    padding: 0.5em 1em;
    margin: 1em 0;
    margin-left: 30px;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    display: flex;
    float: left;
    width: 150px;
    height: 150px;
}
.box13 p {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    font-size: 60px;
}
.box12 {
    padding: 0.5em 1em;
    margin: 1em 0;
    margin-left: 30px;
    color: #FFF;
    background: #ffbc7a;
    border-bottom: solid 6px #ff7f7f;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    display: flex;
    float: left;
    width: 150px;
    height: 150px;
}
.box12 p {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    font-size: 50px;
}
.box11 {
    padding: 0.5em 1em;
    margin: 1em 0;
    margin-left: 30px;
    color: #FFF;
    background: #ff3d3d;
    border-bottom: solid 6px #696969;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    display: flex;
    float: left;
    width: 150px;
    height: 150px;
}
.box11 p {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: bold;
    font-size: 50px;
}
.dot-spinner {
    margin-top: 60px;
    --uib-size: 2.8rem;
    --uib-speed: .9s;
    --uib-color: #183153;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
  }
  
  .dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
  }
  
  .dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--uib-color);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
    box-shadow: 0 0 20px rgba(18, 31, 53, 0.3);
  }
  
  .dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
  }
  
  .dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
  }
  
  .dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
  }
  
  .dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
  }
  
  .dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
  }
  
  .dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
  }
  
  .dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
  }
  
  .dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
  }
  
  .dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
  }
  
  .dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
  }
  
  .dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
  }
  
  .dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
  }
  
  .dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
  }
  
  .dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
  }
  
  @keyframes pulse0112 {
    0%,
    100% {
      transform: scale(0);
      opacity: 0.5;
    }
  
    50% {
      transform: scale(1);
      opacity: 1;
    }
  }
  #canvas {
    width: 100%;
  }
  #modal-content{
    display: flex;
    padding: 2.125em;
    margin-top:0;
    inset: 25% 20% 25% 20%;
    width: 40rem;
    flex-direction: column;
    align-items: center;
    border:2px solid #aaa;
    background:#fff;
    z-index:2;
    position:fixed;
    border-radius: 30px;
  }
  #modal-overlay{
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
  }
  .modal-p{
    margin-top:1em;
  }
  
  .modal-p:first-child{
    margin-top:0;
  }
  
  .button-link{
    color:#00f;
    text-decoration:underline;
  }
   
  .button-link:hover{
    cursor:pointer;
    color:#f00;
  }
  .tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    padding: 0.7rem;
    border-radius: 99px;
    text-align: center;
    left:29%;
    width: 14rem;
    font-weight: bold;
  }
  
  .tabs * {
    z-index: 2;
  }
  
  .container input[type="radio"] {
    display: none;
  }
  
  .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 100px;
    font-size: 1.3rem;
    color: black;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    font-weight: bold;
    transition: color 0.15s ease-in;
  }
  
  .notification {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .8rem;
    height: .8rem;
    position: absolute;
    top: 10px;
    left: 30%;
    font-size: 10px;
    margin-left: 0.75rem;
    border-radius: 50%;
    margin: 0px;
    background-color: #e6eef9;
    transition: 0.15s ease-in;
  }
  
  .container input[type="radio"]:checked + label {
    color: #185ee0;
  }
  
  .container input[type="radio"]:checked + label > .notification {
    background-color: #185ee0;
    color: #fff;
    margin: 0px;
  }
  
  .container input[id="radio-1"]:checked ~ .glider {
    transform: translateX(0);
  }
  
  .container input[id="radio-2"]:checked ~ .glider {
    transform: translateX(100%);
  }
  
  .container input[id="radio-3"]:checked ~ .glider {
    transform: translateX(200%);
  }
  
  .glider {
    position: absolute;
    display: flex;
    height: 33px;
    width: 100px;
    background-color: #e6eef9;
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
  }
  .cta {
    display: flex;
    padding: 11px 33px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: white;
    background: #0077ff;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
    border: none;
  }
  
  .cta:focus {
    outline: none;
  }
  
  .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
  }
  
  .cta .second {
    transition: 0.5s;
    margin-right: 0px;
  }
  
  .cta:hover  .second {
    transition: 0.5s;
    margin-right: 45px;
  }
  
  .span {
    transform: skewX(15deg)
  }
  
  .second {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
  .one {
    transition: 0.4s;
    transform: translateX(-60%);
  }
  
  .two {
    transition: 0.5s;
    transform: translateX(-30%);
  }
  
  .cta:hover .three {
    animation: color_anim 1s infinite 0.2s;
  }
  
  .cta:hover .one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
  }
  
  .cta:hover .two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
  }
  
  @keyframes color_anim {
    0% {
      fill: white;
    }
  
    50% {
      fill: #FBC638;
    }
  
    100% {
      fill: white;
    }
  }
  @media (max-width: 700px) {
   
    .tabs {
      transform: scale(0.6);
    }
  }
  .form__group {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
    max-width: 180px;
  }
  
  .form__field {
    font-family: inherit;
    width: 100%;
    border: none;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 17px;
    color: #000000;
    padding: 7px 0;
    background: transparent;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  
  .form__field::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form__field::-moz-placeholder {
    color: transparent;
  }
  
  .form__field:-ms-input-placeholder {
    color: transparent;
  }
  
  .form__field::-ms-input-placeholder {
    color: transparent;
  }
  
  .form__field::placeholder {
    color: transparent;
  }
  
  .form__field:-moz-placeholder-shown ~ .form__label {
    font-size: 17px;
    cursor: text;
    top: 20px;
  }
  
  .form__field:-ms-input-placeholder ~ .form__label {
    font-size: 17px;
    cursor: text;
    top: 20px;
  }
  
  .form__field:placeholder-shown ~ .form__label {
    font-size: 17px;
    cursor: text;
    top: 20px;
  }
  
  .form__label {
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 17px;
    color: #9b9b9b;
    pointer-events: none;
  }
  
  .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    -o-border-image: linear-gradient(to right, #116399, #38caef);
       border-image: -webkit-gradient(linear, left top, right top, from(#116399), to(#38caef));
       border-image: linear-gradient(to right, #116399, #38caef);
    border-image-slice: 1;
  }
  
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 17px;
    color: #38caef;
    font-weight: 700;
  }
  
  /* reset input */
  .form__field:required, .form__field:invalid {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .table_box{
    overflow-y: auto;
    margin: 30px;
    height: 200px;
    width:667px;
    -webkit-overflow-scrolling: touch;
  }
  table {
    font-size: 2rem;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
        box-shadow: 0 0 15px -6px #00000073;
  }
  table tr {
    background-color: #fff;
    
  }
  table tbody tr:hover{
    background-color: #e0efff;
  }
  table th,
  table td {
    font-size: 32px;
    padding: .35em 1em;
    border-bottom: 1px solid #eee;
  }
  table thead th {
    text-align: center;
      font-size: .85em;
      padding: 0.3em;
  }
  table thead tr{
    font-size: .85em;
    text-align: center;
    background-color: #1e90ff;
    color:#fff;
    width: 100%;
  }
  table tbody th {
    text-align: center;
    font-size: .8em;
    font-size:12px;
  }
  table tbody tr {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size:12px;
  }
  .txt{
     text-align: left;
     font-size: .75em;
  }
  .price{
    text-align: right;
    color: #000;
    font-weight: bold;
  }
  @media screen and (max-width: 600px) {
    table{width: 100%;}
  }
}

@scope (mdl2){
  caption {
    display: relative;
    margin-bottom: 20px;
    z-index:1000;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}
.timeTable {
    clear: both;
}
.col2of4 {
    width: 400px;
    float: left;
    zoom: 1;
}
.tableBox{
    margin: 0 10px;
}
table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
th,td {
    border: 1px solid #fff;
    font-size:12px;
}
th {
    width: 70px;
    font-size:12px;
    color: #fff;
    text-align: center;
    background-color: #2C3E5C;
    vertical-align: top;
}
td {
    height: 25px;
    padding: 0 10px;
    font-size: 14px;
    text-align: center;
    background: #f3f4ef;
}
.borderNone {
    border-bottom: 1px solid #2C3E5C;
}
.tableBox th.just {
    padding-top: 7px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.color01{
    background:#D8C8AE;
}
.color02 {
    background: #80B7E8;
}
.line2 {
    height: 51px;
    font-size:12px;
}
.line3 {
    height: 77px;
    font-size:12px;
}
}
.hide-area{
	display: none;
}
.mask-soldout{
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  }
.mask-soldout .soldout{
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
  border-radius:10px;
  }
  .mask-soldout .soldout>p{
  font-size:40px;
  font-weight:bold;
  width:100%;
  margin:0 auto;
  text-align:center;
  color:#fff;
  }
  .cart_circle{
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #ff8c00;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 3vw;
    right: 3vw;
    color: #fff;    
  }
  .cart_direction_circle{
    width: 20px;/*幅*/
    height: 20px;/*高さ*/
    border-radius: 50%;/*角丸*/
    background: #a9a9a9;
    color: #fff;
    margin-left: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 2px;
  }
  span#cart{
    font-size: 3vw;
  }
  :where(.card__slot){
    h3.card__titletext{padding-top: 1vw;padding-left:1vw;}
    div.card__body{padding-top:0.5vw;padding-bottom:0.5vw;}
  }
  .card__body#booking_card_body{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .h3.card__title{
    margin-top: 20px;
  }
  .card#booking_cards{
    margin-top: 30px
  }
  @media screen and (max-width:480px) {
    .l-wrapper{
      margin:  3px;
    }
    .cart_circle{
      width: 15vw;
      height: 15vw;
      bottom: 5vw;
      right: 5vw; 
    }
    span#cart{
      font-size: 8vw;
    }
    h1{margin-bottom: 3vw;}
    .mikiya_head{margin-bottom: 3vw;}
    :where(.card__slot){
      h1{font-size: 5vw;}
      h3.card__title{font-size: 4.8vw;padding-top: 0;padding-left: 3vw;}
      h3.card__titletext{padding-top: 2vw;padding-left:2vw;}
      .mask-soldout .soldout>p{font-size: 5.5vw;}
      p.card__text-number{font-size: 3.5vw;}
      a.button.-compact{font-size: 2vw;padding: 1.5vw;}
      div.card__footer{padding: 2vw;}
      div.card__body{padding-top: 0;}
    }
    :where(.scope-modal1){
      .card__body{padding:1vw}
      .modal_content{margin-bottom: 5vw;}
      .card__textbox{margin:auto;}
      .booking_card{
        width: 23vw;
        font-size: 3vw;
        height: auto;
        margin: 10px;
      }
    }
    .card__body#booking_card_body{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 100%;
      padding-top: 10px;
    }
    .booking_card{
      width: 100%;
      height: auto;
      margin: 5px 10px;
    }
    .booking_card > div{
      width: 100%;
      height: auto;
      padding: 5px 10px;
      background: #ffffff;
      box-sizing: border-box;
    }
    .card__titletext#booking_slot_time{
      text-align: left;
    }
    .h3.card__title{
      margin-top: 0;
    }
    .card#booking_cards{
      margin-top: 0;
    }
  }
