@charset "UTF-8";
html {
  scroll-padding-top: 150px;
}

.breadcrumbs span,
.breadcrumbs a{
  color: #fff;
}

#oo-header{
  min-width: 1200px;
  background: url('images/visual-bg.jpg') no-repeat center center;
  background-size: cover;
}

#visual{
  position: relative;
  text-align: center;
}

#visual #visual-image-content{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#visual #visual-image-content .visual-image-content-top{
  margin-bottom: 30px;
}

#visual #visual-image-content .visual-image-content-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 770px;
  margin-bottom: 50px;
}

#visual #visual-image-content .visual-image-content-bottom p{
  width: 410px;
  color: #B5A383;
}

#visual #visual-image-content .visual-image-content-bottom p b{
  display: block;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
}

#visual #visual-image-content .visual-image-content-bottom p .anno{
  font-size: 1.4rem;
  background-color: #B5A383;
  color: #000;
  font-weight: 600;
  padding: 8px 20px;
}

#visual #visual-image-content .visual-image-content-bottom .yen{
  width: 326px;
  line-height: 0;
}


@media screen and (max-width: 769px) {

#oo-header{
  min-width: 0;
}

#visual #visual-image-content .visual-image-content-bottom{
  width: 100%;
}

#visual #visual-image-content .visual-image-content-top{
  padding: 30px 25px;
}

#visual #visual-image-content .visual-image-content-bottom p{
  width: 100%;
}

#visual #visual-image-content .visual-image-content-bottom p b{
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#visual #visual-image-content .visual-image-content-bottom p .anno{
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

#visual #visual-image-content .visual-image-content-bottom .yen{
  width: 100%;
  padding: 0 30px;
}

}

/* COMMON
=======================*/
#giftticket{
}

#giftticket .layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#giftticket h2{
  text-align: center;
  margin-bottom: 20px;
}

#giftticket h2 .en{
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

#giftticket h2 .jp{
  font-size: 3.3rem;
  font-weight: 600;
}

@media screen and (max-width: 769px) {


#giftticket h2 .jp{
  font-size: 2.3rem;
}

}

/* ABOUT
=======================*/
#about-top{
  min-width: 1200px;
  background-color: #D6D0C6;
  text-align: center;
  border-top: 5px solid #B5A383;
  padding: 50px 0 100px;
}

#about-top .lead{
  margin-bottom: 50px;
}

#about-top ul.brands{
  max-width: 824px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

#about-top ul.brands li{
  padding: 0 15px;
  width: 16.666%;
}

#about-top section{
  margin-bottom: 60px;
}

#about-top #about2 .layout{
  max-width: 996px;
  margin: 0 auto;
  justify-content: center;
}

#about-top #about2 .layout .box{
  width: 312px;
  margin: 10px 10px 20px 10px;
}

#about-top #about3 #tickets{
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

#about-top #about3 #tickets .no1{
  position: absolute;
  right: 0;
  top: -72px;
  background-color: #B5A383;
  color: #fff;
  line-height: 110%;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 6px 15px;
}

#about-top #about3 #tickets .no1::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left:50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #B5A383;
}


#about-top #about3 .layout{
  justify-content: center;
}

#about-top #about3 .layout .box{
  width: 310px;
  margin: 0 15px 45px;
  font-size:1.8rem;
}

#about-top #about3 .layout .box .image{
  width: 290px;
  margin: 0 auto;
}

#about-top #about3 .layout .box p span{
  vertical-align: middle;
  margin-right: 5px;
}

#about-top #about4 .layout1{
  width: 824px;
  margin: 0 auto 50px;
  align-items: center;
}

#about-top #about4 .layout1 .image{
  width: 336px;
}

#about-top #about4 .layout1 .text{
  width: 440px;
  text-align: left;
}

#about-top #about4 .layout1 .text h3{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
}

#about-top #about4 .layout2{
  width: 824px;
  margin: 0 auto 50px;
}

#about-top #about4 .layout2 .box{
  width: 390px;
}

@media screen and (max-width: 769px) {
#about-top #about4 .layout1 .image,
#about-top #about4 .layout1 .text,
#about-top #about4 .layout1{
  width: 100%;
}
#about-top #about4 .layout2,
#about-top #about4 .layout2 .box{
  width: 100%;
}

#about-top #about4 .layout1 .image{
  margin-bottom: 20px;
}
#about-top #about4 .layout1 .text h3{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
#about-top #about4 .layout1 .text p{
  font-size: 1.4rem;
}

#about-top #about4 .layout2{
  margin-bottom: 20px;
}

#about-top #about4 .layout2 .box p{
  font-size: 1.4rem;
  margin-bottom: 2rem;
}

}

#about-bottom{
  padding: 100px 0;
}


#about-bottom #about3{
  padding-bottom: 50px;
}

#about-bottom #about3 .lead{
  text-align: center;
  margin-bottom: 50px;
}

#about-bottom #about3 #tickets .layout{
  justify-content: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #BCBCBC;
  width: 742px;
  margin: 0 auto 35px;
  align-items: center;
}

#about-bottom #about3 #tickets .layout:last-child{
  border-bottom: 0;
}


#about-bottom #about3 #tickets .layout .image{
  position: relative;
  width: 420px;
  font-size: 2.3rem;
  font-weight: bold;
}

#about-bottom #about3 #tickets .layout .image .num{
  vertical-align: -6px;
  display: inline-block;
  line-height: 0;
  margin-right: 6px;
}

#about-bottom #about3 #tickets .layout .image .ticket{
  width: 306px;
  padding-left: 66px;
  padding-top: 30px;
}

#about-bottom #about3 #tickets .layout3 .image{
  padding-top: 50px;
}
  
#about-bottom #about3 #tickets .layout .image .no1{
  position: absolute;
  top: -0;
  left: 50%;
  background-color: #840101;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 100%;
  padding: 10px 20px;
  transform: translateX(-90px);
}

#about-bottom #about3 #tickets .layout .image .no1::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px transparent solid;
  border-top: 5px #840101 solid;
  bottom: -10px;
  left: 50%;
  transform: translateX(-2.5px);
}

  
#about-bottom #about3 #tickets .layout .item{
  width: 320px;
}

#about-bottom #about3 #tickets .layout .item img{
  height: initial;
}

#about-bottom #about3 #tickets .layout .item .ex{
  font-size: 1.3rem;
}

#about-bottom #about3 #tickets .layout .item h3{
  font-size: 1.6rem;
  margin-bottom: 14px;
}

@media screen and (max-width: 769px) {
#about-bottom #about3 #tickets .layout,
#about-bottom #about3 #tickets .layout .image,
#about-bottom #about3 #tickets .layout .item{
  width: 100%;
}
}


#products{
  width: 880px;
  margin: 0 auto;
  background: #F0F0F0;
  padding: 50px;
  text-align: center;
}

#products .lead{
  text-align: center;
  margin-bottom: 20px;
}


#products .items{
  justify-content: center;
  width: 730px;
  margin: 0 auto;
}

#products .items .box{
  width: 146px;
  text-align: center;
}

#products .items .box .image img{
  height: 126px;
}

#products .items .box p{
  line-height: 130%;
  font-size: 1.4rem;
}

#products .items .box p span{
  font-size: 1.2rem;
}


#products .line{
  background: url('images/line.png') center center;
  height: 3px;
  max-width: 612px;
  margin: 30px auto;
}

#products #caution .tl{
  max-width: 690px;
  margin: 0 auto;
}

#products #caution .tl ul{
  list-style: '・';
}


@media screen and (max-width: 769px) {

#products .items{
  width: 100%;
}

#about-top{
  min-width: 0;
  padding-bottom: 30px;
}

#about-top section{
  margin-bottom: 30px;
}

#about-top .lead{
  font-size: 1.4rem;
  margin-bottom: 30px;
}

#about-top ul.brands{
  flex-wrap: wrap;
  justify-content: center;
}

#about-top ul.brands li{
  width: 33%;
  margin-bottom: 1rem;
}

#about-top #about2 .layout .box{
  width: 100%;
  padding: 0 30px 0px;
}

#about-top #about3 #tickets .no1{
  position: relative;
  right: 0;
  top: 0;
  display: block !important;
  margin-bottom: 20px;
}
#about-top #about3 #tickets .no1.pc{
  display: none !important;
}  

#about-bottom{
  padding: 30px 0;
}

#about-bottom #about3{
  padding-bottom: 0;
}

#about-bottom #about3 #tickets .layout .image{
  font-size: 2rem;
  padding-bottom: 20px;
}

#about-bottom #about3 #tickets .layout .item{
  text-align: center;
}

#products{
  width: 100%;
  padding: 30px 20px;
}

#products .items .box{
  width: 50%;
}

#products .items .box:last-child{
/*  width: 100%; */
}

}

/* HOWTO 
=======================*/
#howto{
  min-width: 1200px;
  background-color: #E0E0E0;
  text-align: center;
  border-bottom: 5px solid #B5A383;
  padding: 50px 0;
}

#howto .anno{
  margin-bottom: 30px;
}

#howto #howto1{
  max-width: 890px;
}

#howto h3{
  background: #B5A383;
  line-height: 100%;
  padding: 6px;
  width: 153px;
  tet-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 30px;
}

#howto #howto1{
  margin-bottom: 20px;
}

#howto #howto1 .box{
  width: 193px;
}

#howto #howto1 .box .image{
  margin-bottom: 20px;
}

#howto #howto1 .box p{
  font-size: 1.4rem;
}

#howto .anno{
  font-size: 1.4rem;
  margin-bottom: 40px;
}

#howto #howto2{
  max-width: 600px;
}


@media screen and (max-width: 769px) {

#howto{
  min-width: 0;
  padding: 30px 15px 0;
}

#howto #howto1{
  margin-bottom: 20px;
}

#howto #howto1 .box{
  width: 45%;
  margin-bottom: 15px;
}

#howto #howto1 .box.box-wide{
  width: 50%;
}


#howto #howto1 .box p{
  font-size: 1.2rem;
}

#howto #howto1 .box .image{
  margin-bottom: 0;
}

#howto #howto1 .arrow{
  width: 5%;
}

#howto .anno{
  font-size: 1.2rem;
  margin-bottom: 40px;
}

#howto #howto2 .box{
  width: 100%;
  margin-bottom: 30px;
}

#howto #howto2 .box h3{
  margin-bottom: 15px;
}

}

/* FORM
===============*/

#form .form-image{
  max-width: 1000px;
  margin: 100px auto 0;
}

#giftticket #orderform {
  transition: opacity 0.5s linear;
}

#giftticket #orderform.hide {
  opacity: 0;
}

#giftticket #orderform {
  max-width: 770px;
  margin: 60px auto 0;
}

@media screen and (max-width: 769px) {
#form .form-image{
  margin: 30px auto 0;
}

#giftticket #orderform {
  padding: 0 15px;
}
}

#giftticket #orderform h3 {
  color: #383838;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}

#giftticket #orderform h3:before {
  content: "";
  width: 4px;
  background-color: #383838;
  height: 20px;
  display: inline-block;
  margin-right: 0.5em;
}

#giftticket #orderform table {
  width: 100%;
  margin-top: 1.3em;
}

#giftticket #orderform th {
  width: 200px;
  font-size: 16px;
  font-weight: normal;
  /*  vertical-align: middle; */
  padding-bottom: 0.8em;
}

#giftticket #orderform th .form-th-label span {
  display: inline-block;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  #giftticket #orderform th {
    font-size: 14px;
    padding-bottom: 0;
  }
  #giftticket #orderform th br {
    display: none;
  }
  #giftticket #orderform th .form-th-label span {
    margin-bottom: 0;
  }
}

#giftticket #orderform td {
  position: relative;
  padding-bottom: 0.8em;
}

#giftticket #orderform td p {
  font-size: 11px;
}

#giftticket #orderform td .layout{
  justify-content: left;
  align-items: flex-end;
}

#giftticket #orderform td #giftbox .parent{
  width: 50%;
  padding: 0 10px 0 0 ;
}

#giftticket #orderform td #giftbox{
  align-items: flex-start;
}

#giftticket #orderform td #giftbox .text{
  display: block;
  font-size: 1.2rem;
}

#giftticket #orderform td #giftbox img{
  width: 100%;
}

#giftticket #orderform td #giftbox .price{
  text-align: center;
}

@media screen and (max-width: 769px) {
  #giftticket #orderform td {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }

  #giftticket #orderform th,
  #giftticket #orderform td {
    display: block;
    width: 100%;
  }
}


#giftticket #orderform td .noshi-image{
  margin-left: 30px;
  display: inline-block;
  line-height: 0;
  border: 1px solid #ccc;
}

#giftticket #orderform td .noshi-image img{
  width: 100px;
}

@media screen and (max-width: 769px) {
  #giftticket #orderform td {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }

  #giftticket #orderform th,
  #giftticket #orderform td {
    display: block;
    width: 100%;
  }
}

#reserveform.onlineOrderConfirm .confirm {
  /*	padding-right: 1.5em; */
}

#reserveform.onlineOrderConfirm .confhide {
  display: none !important;
}

#reserveform .confshow {
  display: none;
}
#reserveform.onlineOrderConfirm .confshow {
  display: block !important;
}
#reserveform.onlineOrderConfirm .confshow.inline {
  display: inline !important;
}

#reserveform .confshow .layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

#reserveform .confshow .layout button {
  margin: 0 15px;
}

@media screen and (max-width: 769px) {
  #reserveform .confshow .layout {
    display: block;
    text-align: center;
  }

  #reserveform .confshow .layout button {
    margin: 0 0 20px;
    width: 290px;
  }
}

#reserveform .error {
  display: none;
  color: #c00;
  font-weight: bold;
}

#reserveform .error.show {
  display: block;
}

#giftticket #orderform select,
#giftticket #orderform input[type="tel"],
#giftticket #orderform input[type="email"],
#giftticket #orderform input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border-color: #707070;
  border-style: outset;
  border-width: 1px;
  height: 37px;
  font-size: 16px;
}

#giftticket #orderform input.width-low {
  max-width: 50%;
  display: inline;
}

#giftticket #orderform input.width-date {
  width: 130px;
  display: inline;
}

#giftticket #orderform select {
  vertical-align: middle;
  width: auto;
  display: inline;
}

#giftticket #orderform input:disabled,
#giftticket #orderform select:disabled {
	background-color: #ccc;
	color: #aaa;
}

#giftticket #orderform textarea {
  display: block;
  width: 100%;
  padding: 8px;
  line-height: 150%;
  min-height: 10rem;
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  #giftticket #orderform input.width-low {
    max-width: 100%;
  }
}

#giftticket #orderform .form-required .form-th-label {
  /*
  display: flex;
  flex-wrap: wrap;
*/
}

#giftticket #orderform .form-required .form-th-label span:nth-child(1) {
  display: inline;
  margin-right: 0.5em;
}

#giftticket #orderform .form-required .form-th-label span:nth-child(1).margin-none {
  margin-right: 0;
}

#giftticket #orderform .form-required .form-th-label span:nth-child(2) {
  background-color: #b50000;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0.35em 0.8em;
  line-height: 1;
}

#giftticket #orderform .form-required.none .form-th-label span:nth-child(2):after {
  content: none;
}

@media screen and (max-width: 769px) {
  #giftticket #orderform .form-required .form-th-label span:nth-child(2):after {
    font-size: 10px;
    padding: 3px 10px;
  }
}

#giftticket #orderform .onlineOrderConfirm .form-required span:nth-child(2) {
  display: none;
}

#giftticket #orderform h4 {
  font-size: 11px;
  font-weight: normal;
  margin-top: 1em;
}

#giftticket #orderform ul {
  padding: 0;
  /*  margin: 0 0 0 -1.5em; */
  display: flex;
  flex-wrap: wrap;
}

#giftticket #orderform ul li label {
  padding-right: 1.5em;
}

#giftticket #orderform ul label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
  padding-top: 0.2em;
  width: 100%;
  cursor: pointer;
}

#giftticket #orderform ul label input {
  margin-top: 0.16em;
}

#giftticket #orderform ul label input:checked {
  background-color: #003a64;
}

#giftticket #orderform ul label span {
  display: inline-block;
  padding-left: 0.5em;
  line-height: 1;
}

#giftticket #orderform .label-full li {
  width: 100%;
}


#giftticket #orderform .prices {
  display: flex;
  flex-wrap: wrap;
}

#giftticket #orderform .prices div{
  margin: 0 15px 15px 0;
  width: calc(33.33% - 15px);
}

#giftticket #orderform .prices div:last-child{
  width: calc(50% - 15px);
}


#giftticket #orderform input[type="text"].datepicker{
  display: inline-block;
  width: 130px;
}

#giftticket #orderform input[type="text"].zip{
  display: inline-block;
  width: 100px;
}

#giftticket #orderform input:read-only{
  background-color: #eee;
}

#giftticket #orderform .anno{
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
#giftticket #orderform .prices div:last-child{
  width: calc(33.33% - 15px);
}
}

/* flow 
=================*/
#giftticket .form-flow-wrap {
  display: table;
  margin: 45px auto;
  position: relative;
}

#giftticket .form-flow-wrap:before,
#giftticket .form-flow-wrap:after {
  content: "";
  position: absolute;
  top: calc(23px / 2);
  z-index: 1;
  height: 2px;
  display: block;
}

#giftticket .form-flow-wrap:after {
  width: 100%;
  background-color: #bcbcbc;
}

#giftticket .form-flow-wrap:before {
  z-index: 2;
}

#giftticket .form-flow-wrap.confirm:before {
  width: 50%;
  background-color: #003a64;
}

#giftticket .form-flow-wrap.confirm .form-flow li:nth-child(2) {
  color: #003a64 !important;
}

#giftticket .form-flow-wrap.confirm .form-flow li:nth-child(2):before {
  border: solid 2px #003a64;
}

#giftticket .form-flow-wrap.form-finish:before {
  width: 100%;
  background-color: #003a64;
}

#giftticket .form-flow-wrap.form-finish .form-flow li:nth-child(3) {
  color: #003a64 !important;
}

#giftticket .form-flow-wrap.form-finish .form-flow li:nth-child(3):before {
  border: solid 2px #003a64;
}

#giftticket .form-flow-wrap .form-flow {
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 24px 24px 24px;
  grid-template-rows: auto;
  grid-gap: 85px;
  max-width: 240px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 769px) {
  #giftticket .form-flow-wrap .form-flow {
    grid-gap: 50px;
  }
}

#giftticket .form-flow-wrap .form-flow li {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

#giftticket .form-flow-wrap .form-flow li:first-child {
  color: #B5A383 !important;
}

#giftticket .form-flow-wrap .form-flow li:first-child:before {
  border: solid 2px #B5A383;
}

#giftticket .form-flow-wrap .form-flow li:before {
  margin: 0 auto;
  content: "";
  width: 21px;
  height: 21px;
  border: solid 2px #bcbcbc;
  display: block;
  border-radius: 50%;
  background-color: white;
}

#giftticket .lead .danger {
  display: block;
  color: #c00;
  font-weight: bold;
  font-size: 1.8rem;
}

#giftticket .onlineOrderConfirm .form-flow-wrap {
  display: table;
  margin: 45px auto;
  position: relative;
}

#giftticket .onlineOrderConfirm .form-flow-wrap:before {
  width: 50%;
  background-color: #B5A383;
}

#giftticket .onlineOrderConfirm .form-flow-wrap .form-flow li:nth-child(2) {
  color: #B5A383 !important;
}

#giftticket .onlineOrderConfirm .form-flow-wrap .form-flow li:nth-child(2):before {
  border: solid 2px #B5A383;
}

#giftticket .form-datetime > div:nth-child(2) {
  margin-top: 1em;
}

#giftticket .table-border {
  margin-top: 0.3em !important;
}

#giftticket .table-border tr:not(:last-child) th,
#giftticket .table-border tr:not(:last-child) td {
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 769px) {
  #giftticket .table-border tr:not(:last-child) th {
    border: none !important;
  }
}

#giftticket .table-border th,
#giftticket .table-border td {
  padding-top: 1.5em;
}

@media screen and (max-width: 769px) {
  #giftticket .table-border th,
  #giftticket .table-border td {
    padding-top: 0;
  }
}

@media screen and (max-width: 769px) {
  #giftticket .table-border td {
    margin-bottom: 1em !important;
    padding-bottom: 0.5em !important;
  }
}

#giftticket #buttons {
  text-align: center;
  padding-top: 50px;
}

#giftticket #form button[type="button"] ,
#giftticket #form button[type="submit"] {
  display: inline-block;
  background-color: #B5A383;
  color: white;
  border: none;
  line-height: 1;
  padding: 1.5em 5em;
  font-size: 15px;
  cursor: pointer;
}


#tokutei {
    text-align: right;
    padding-top: 50px;
    font-size: 1.3rem;
}


#bottom-menu{
	z-index: 100;
	position: fixed;
	right: 0;
	bottom: 12px;
	width: 100%;
	text-align: right;
}

#bottom-menu a{
	line-height: 130%;
	padding: 16px 30px;
}

#online-order-bottom-form {
  padding: 10px 15px;
  background-color: #003a64;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1.4rem;
  text-align: center;
  
}
#online-order-bottom-form:hover {
  opacity: 0.85;
}
#online-order-bottom-form .online-order-bottom-tel-wrap {
  color: #fff;
  font-weight: 700;
}


#online-order-bottom-tel {
  padding: 10px 15px;
  background-color: #2F1812;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1.4rem;
  text-align: center;
}
#online-order-bottom-tel:hover {
  opacity: 0.85;
}
#online-order-bottom-tel .online-order-bottom-tel-wrap {
  color: #d5c2a4;
  font-weight: 700;
}


#telmodal{
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
	background-color: #003a64;
	color: #d5c2a4;
	text-align: center;
}

#telmodal .olo-tel-head {
  font-size: 1.6rem;
  display: block;
}
#telmodal .olo-tel-head br {
  display: none;
}
#telmodal .olo-tel-number {
  font-size: 3rem;
  display: block;
}

#telmodal .olo-tel-time {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
#telmodal .olo-tel-time span {
  margin-left: 1em;
}
#telmodal .olo-tel-call-btn{
	padding: 20px 0 0;
}
#telmodal .olo-tel-call-btn a{
	display: inline-block;
	background-color: #d5c2a4;
	color: #003a64;
	font-weight: bold;
	width: 210px;
	padding: 14px 32px;
	text-decoration: none;
}
#telmodal .olo-tel-call-btn a:hover{
	background-color: #efe3d0;
}
#telmodal .olo-tel-form-btn{
	padding: 20px 0 0;
}
#telmodal .olo-tel-form-btn a{
	display: inline-block;
	background-color: #d5c2a4;
	color: #003a64;
	font-weight: bold;
	width: 210px;
	padding: 8px 30px;
	text-decoration: none;
}
#telmodal .olo-tel-form-btn a:hover{
	background-color: #efe3d0;
}

#telmodal .mfp-close{
	color: #fff;
}

@media screen and (max-width: 769px) {
#bottom-menu{
	display: flex;
	z-index: 100;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	opacity: 0.9;
}
#bottom-menu a{
	width: 50%;
	line-height: 130%;
	font-size: 1.4rem;
	padding: 10px 0;
}

#online-order-bottom-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

  #online-order-bottom-tel {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }

  #telmodal .olo-tel-head {
	font-size: 4vw;
  }
  #telmodal .olo-tel-call-btn a{
	padding: 8px 40px;
  }
  
  #telmodal{
	padding: 40px 20px;
  }
}

#pagetop{
  display: none !important;
}


@media screen and (max-width: 769px) {
  .sp-layout {
    display: block;
    margin-bottom: 5px;
  }
  .sp-layout label{
    display: inline-block;
    width: 100px;
  }
  #label-time{
    margin-left: 13px;
  }
}