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

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

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

#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;
}


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

#oo-header{
  min-width: 0;
  height: 230px;
}


#visual #visual-image-content .visual-image-content-top{
  display: flex;
  align-items: center;
  padding: 40px;
  margin: 0;
}

.breadcrumbs{
  display: none !important;
}
}

/* COMMON
=======================*/
#closet{
}

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


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

#closet h2 .enf{
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

#closet h2 .jp{
  font-size: 3.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

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

#closet h2 .jp{
  font-size: 2.1rem;
}

#closet .layout{
  display: block;
}

#closet .layout .box{
  width: 100%;
}

}

/* ABOUT
=======================*/
#about{
  background-color: #E3E1DF;
  border-bottom: 7px solid #988159;
  text-align: center;
  padding: 75px 0;
}

#about h2{
  margin-bottom: 50px;
}

#about p{
  line-height: 2;
  margin-bottom: 30px;
}

#about p.members span{
  display: inline-block;
  background-color: #fff;
  color: #B21111;
  padding: 2px 20px 0;
}

#about p.image{
}


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

#about{
  padding: 50px 15px;
}

#closet #about h2 .enf{
  width: 250px;
  margin: auto;
}

#about p{
  font-size: 1.4rem;
}

#about .image {
  width: 100%;
  aspect-ratio: 16 / 9;
}
#about .image iframe {
  width: 100%;
  height: 100%;
}

}

/* FEATURE
=======================*/
#feature{
  padding: 75px 0;
  border-bottom: 1px solid #000;
  max-width: 1084px;
  margin: auto;
}

#feature h2{
  margin-bottom: 40px;
}

#feature .layout{
  max-width: 775px;
  margin: auto;
}

#feature .layout .box{
  max-width: 353px;
  text-align: center;
  margin-bottom: 30px;
}

#feature .layout .box p{
  font-size: 1.5rem;
}

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

#feature{
  padding: 50px 15px;
}

#feature .layout .box{
  max-width: none;
}

}

/* PRICE
=======================*/
#price{
  padding: 75px 0;
  max-width: 1084px;
  margin: auto;
}

#price .table-title{
  font-size: 2.1rem;
}

#price .table-title .min{
  font-size: 1.9rem;
}

#price table th{
  border: 1px solid #362014;
  background-color: #F4F3F3;
  padding: 20px;
  white-space: nowrap;
    vertical-align: top;
    font-weight: normal;
}

#price table td{
  border: 1px solid #362014;
}

#price table td .top{
  padding: 20px ;
  border-bottom: 1px dashed #362014;
}

#price table td .info{
  padding: 20px ;
  font-size: 1.3rem;
}

#price table td .price{
  font-size: 2.8rem;
  color: #BE0C0C;
  vertical-align: -2px;
  padding-left: 5px;
}

#price table td .yen{
  font-size: 1.8rem;
  color: #BE0C0C;
}

#price table td .sub{
  font-size: 1.3rem;
}

#price table td .sub .price{
  font-size: 2rem;
  color: #362014;
}

#price table.short th{
  padding: 4px 20px;
  line-height: 1.5;
}

#price table.short td{
  padding: 4px 20px;
  border-bottom: 1px dashed #362014;
  line-height: 1.5;
}

#price table.short{
  border: 1px solid #362014;
}

#price table.short tr th,
#price table.short tr td{
  border-top: none;
  border-bottom: 1px dashed #362014;
}

#price table.short tr td{
  text-align: center;
}

#price table.short td .price{
  font-size: 2.1rem;
  color: #362014;
  vertical-align: -2px;
}



#price #basic{
  max-width: 900px;
  margin: 0 auto 80px;
}

#price #table1{
  margin-bottom: 20px;
}

#price #table2{
  width: auto;
}

#price #basic h4{
  font-size: 2rem;
}

#price #basic .anno{
  margin-top: 1rem;
}

#price #basic .anno b{
  color: #BE0C0C;
}

#price .center-border{
  text-align: center;
  margin-bottom: 40px;
}

#price .center-border span{
  display: inline-block;
  position: relative;
}

#price .center-border span::before,
#price .center-border span::after{
  content: "";
  display: block;
  position: absolute;
  width: 130px;
  height: 1px;
  background-color: #362014;
  top: 50%;
}
#price .center-border span::before{
  left: -150px;
}

#price .center-border span::after{
  right: -150px;
}

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

#price{
  padding: 50px 15px;
}

#price .center-border span::before,
#price .center-border span::after{
  width: 30px;
}
#price .center-border span::before{
  left: -30px;
}

#price .center-border span::after{
  right: -30px;
}

#price #table1 ,
#price #table1 tbody,
#price #table1 tr,
#price #table1 th,
#price #table1 td{
  display: block;
  width: 100%;
}

#price #table1{
  border-bottom: 1px solid #362014
}

#price #table1 th{
  border-bottom: none;
  padding: 10px 20px;
}

#price #table1 td{
  border-bottom: none;
}

#price #table1 td .top{
  padding: 10px 20px;
}

#price #table1 td .info{
  padding: 10px 20px;
}

#price table td .price{
  font-size: 2.4rem;
}

#price table td .yen{
  font-size: 1.4rem;
}

#price table td .tax{
  font-size: 1.4rem;
}

#price table td .sub{
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 1rem;
}

#price .table-title{
  line-height: 1.3;
}
#price .table-title .min{
  font-size: 1.5rem;
}

#price #table2{
  width: 100%;
}

#price table.short tr th{
  vertical-align: middle;
  font-size: 1.4rem;
}

#price table.short tr td{
  font-size: 1.4rem;
}

#price table.short td .price{
  padding: 0 2px;
}

#price table.short tr td .min{
  font-size: 1.2rem;
}

#price #basic .anno{
  font-size: 1.2rem;
}

#price .center-border{
  margin-bottom: 20px;
}


}


#cleaning .layout{
  margin-bottom: 50px;
}

#cleaning .layout .box{
  width: 33.33%;
  max-width: 290px;
}

#cleaning .layout .box h4{
  padding-left: 20px;
  border-left: 6px solid #362014;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 30px;
}

#cleaning .layout .box h4 span{
  display: block;
  font-size: 1.6rem;
  margin-top: 10px;
}

#cleaning .option{
  max-width: 900px;
  margin: 0 auto 80px;
}

#cleaning .option .text{
  width: 400px;
}

#cleaning .option .image{
  max-width: 410px;
}

#cleaning .option .text h4{
  font-size: 2rem;
}

#cleaning .option .text h4 span{
  font-size: 1.6rem;
}

#cleaning .option .text table{
  width: 100%;
}
#cleaning .option .text .anno{
  font-size: 1rem;
  margin-top: 1rem;
}

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

#cleaning .layout .box{
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
}

#cleaning .layout .box h4{
  font-size: 2rem;
  margin-bottom: 20px;
  padding-left: 14px;
}
#cleaning .layout .box h4 span{
  font-size: 1.4rem;
}

#cleaning .option .text{
  width: 100%;
  margin-bottom: 40px;
  
}

#cleaning .option .text table th,
#cleaning .option .text table td{
  width: 50%;
}

#cleaning .option{
  margin-bottom: 50px;
}

#cleaning .option .image{
  max-width: none;
}

}


#remake .layout{
  max-width: 640px;
  margin: 0 auto 50px;
}

#remake .layout .box{
  width: 50%;
  max-width: 290px;
}

#remake .layout .box h4{
  padding-left: 20px;
  border-left: 6px solid #362014;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 30px;
}

#remake .layout .box h4 span{
  display: block;
  font-size: 1.5rem;
  margin-top: 10px;
}

#remake #remake-price{
  max-width: 823px;
  margin: 0 auto;
}

#remake #remake-price h4{
  font-size: 2rem;
  margin-bottom: 20px;
}

#remake #remake-price h4 span{
  font-size: 1.5rem;
}

#remake #remake-price h5{
  font-size: 2rem;
}


#remake #remake-price .layout{
  max-width: 823px;
}

#remake #remake-price .layout .box{
  max-width: 400px;
}

#remake #remake-price table{
  margin-bottom: 40px;
}


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

#remake .layout .box{
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
}

#remake .layout .box h4{
  font-size: 2rem;
  padding-left: 14px;
}
#remake .layout .box h4 span{
  font-size: 1.4rem;
}

#remake #remake-price h4{
  font-size: 1.6rem;
  margin-bottom: 20px;
}
#remake #remake-price h4 span{
  font-size: 1.2rem;
  display: block;
}

#remake .option .text{
  width: 100%;
  margin-bottom: 40px;
  
}

#remake #remake-price .layout .box{
  max-width: none;
}

#remake table th,
#remake table td{
  width: 50%;
}

#remake .option{
  margin-bottom: 50px;
}

#remake #remake-price h5{
  font-size: 1.6rem;
}

#remake #remake-price .layout{
  margin-bottom: 0;
}

}


/* FLOW
=======================*/

.para{
  height: 490px;
}

#bg1{
  background: url('image/rowimage01.jpg') no-repeat center center;
  background-size: cover;
}

#bg2{
  background: url('image/rowimage02.jpg') no-repeat center center;
  background-size: cover;
}

#flow{
  background-color: #E3E1DF;
  padding: 80px 0;
  text-align: center;
}

#flow h2{
  margin-bottom: 50px;
}

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

.para{
  height: 200px;
}

#flow{
  padding: 50px 20px;
}

#flow h2{
  margin-bottom: 20px;
}

}


/* CAUTION
=======================*/
#caution{
  padding: 80px 0;
}

#caution p{
  max-width: 920px;
  margin: 0 auto 30px;
  text-indent: -2ex;
  padding-left: 2ex;
  font-size: 1.9rem;
}

#caution p b{
  color: #D92828;
  text-decoration: underline;
}

#caution p .anno{
  font-size: 1.6rem;
}


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

#caution{
  padding: 50px 15px 30px;
}

#caution p{
  font-size: 1.6rem;
}

#caution p .anno{
  display: block;
  line-height: 1.5;
  font-size: 1.2rem;
}

}



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

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

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

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

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

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

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

#closet #orderform h3 {
  position: relative;
  color: #383838;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 1.5em;
  padding-left: 10px;
}

#closet #orderform th h3 {
  margin: 0;
}

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

#closet #orderform h3 .hi{
  position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-left: 8px;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

  #closet #orderform th,
  #closet #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;
}

#closet #orderform select,
#closet #orderform input[type="tel"],
#closet #orderform input[type="email"],
#closet #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;
}

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

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

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

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

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

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

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

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

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

#closet #orderform .form-required h3 {
  display: inline-block;
  margin-right: 0.5em;
}

#closet #orderform .form-required span.hi:after {
  content: "必須";
  background-color: #b50000;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0.35em 0.8em;
  line-height: 1;
}

#closet #orderform .form-required.none span.hi:after {
  content: none;
}

@media screen and (max-width: 769px) {
  #closet #orderform .form-required span.hi:after {
    font-size: 10px;
    padding: 3px 10px;
  }
}

#closet #orderform .onlineOrderConfirm span.hi {
  display: none;
}

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

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

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

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

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

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

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

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#closet .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) {
  #closet .form-flow-wrap .form-flow {
    grid-gap: 50px;
  }
}

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

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

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

#closet .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#closet #form button[type="button"] ,
#closet #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;
}

#closet #form button[type="button"]:disabled ,
#closet #form button[type="submit"]:disabled {
  background-color: #aaa;
}

#closet #form #edit{
  background-color: #aaa;
}




#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;
  }
}

#closet #orderform .hide{
  display: none;
}

#closet #orderform #option_rem_block h4,
#closet #orderform .remake_option h4{
  font-weight: bold;
  font-size: 1.6rem;
}

#closet #orderform #option .option_block label,
#closet #orderform #remake_select label,
#closet #orderform .remake_option label{
  display: inline-block;
  margin-right: 15px;
}

#closet #oprderform #remake_rem_block{
  margin-top: 2rem;
}