#workshop_section{
}
.line_geji{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin : 20px auto;
}
.line_geji svg{
  width: 20%;
}
.line_geji .cls-1{
  fill: #d2b48c;
}
#workshop_section ul{
  margin: 30px auto 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#workshop_section li{
  width: 30%;
  margin: 0 5% 50px 0;
  transition: 1s all ease;
}
#workshop_section li:nth-child(3n+3){
  margin-right: 0;
}
#workshop_section li .img{
  position: relative;
  overflow: hidden;
  width: 100%;
}
#workshop_section li .img a{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  display: block;
}
#workshop_section li .img::before{
  content:"";
  padding-top: 70%;
  width: 100%;
  display: block;
}
#workshop_section li img{
  transition: .6s all ease;
}
#workshop_section li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}
#workshop_section li .info{
  margin-top: 10px;
}
#workshop_section li .info a{
  color: #333;
}
#workshop_section li .info a:hover{
  color: #1e90ff;
}
#workshop_section li .info h4::before{
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #d2b48c;
  margin-right: 5px;
}
#workshop_section li .info p{
  margin-top: 5px;
  font-size: 90%;
  color: #777;
  display: flex;
  flex-wrap: wrap;
}
#workshop_section li .info span:nth-child(1){
  margin-right: 20px;
}
#workshop_section li .info span:nth-child(2){
  padding-left: 20px;
  position: relative;
}
#workshop_section li .info span:nth-child(2)::before{
  content: "";
  position: absolute;
  left: 0;
  top:calc(50% - 6px);
  border-left: 1px solid #777;
  width: 1px;
  height: 12px;
}
#workshop_section li:hover > .img img{
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
}

/* メニュー詳細 */
#workshop_main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
#workshop_main .img,#workshop_main .info{
  width: calc(50% - 50px);
}
#workshop_main .img{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#workshop_main .img img{
  width: 100%;
  max-width: 800px;
  max-height: 53vh;
  display: block;
}

#workshop_main .info .inner{
  width: 100%;
  max-width: 500px;
  font-size: 120%;
}
#workshop_main .info .inner h2{
  font-size: 200%;
  margin: 15px 0;
}
#workshop_main .info .inner span{
  display: block;
}
#workshop_main .info .inner span.category{
  color: #777;
  font-size: 80%;
}
#workshop_main .info .inner span.category::before{
  content:"category:";
  margin-right: 10px;
  font-size: 80%;
}

#workshop_main .info .inner span.price{
  color: #000;
  font-size: 110%;
  margin-bottom: 30px;
}
#workshop_main .info .inner span.price::before{
  content: "￥";
  margin-right: 10px;
}
#workshop_main .info .inner span.price::after{
  content: "税込";
  margin-left: 10px;
}
#workshop_main .info .inner p{
  margin: 8px 0;
}
#workshop_main .info .inner ol{
  display: flex;
}
#workshop_main .info .inner ol li{
  font-size: 80%;
  position: relative;
  padding: 0 13px;
}
#workshop_main .info .inner ol li a{
  color: #333;
}
#workshop_main .info .inner ol li a:hover{
  color: #1e90ff;
}
#workshop_main .info .inner ol li:first-child{
  padding-left: 0;
}
#workshop_main .info .inner ol li:first-child::after{
  content:"";
  position: absolute;
  top: calc(50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-top:1px solid #777;
  border-right: 1px solid #777;
  display: block;
  transform: rotate(45deg);
}

#workshop_main .info ul{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
#workshop_main .info ul li{
  width:calc(24% - 15px);
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
#workshop_main .info ul li::before{
  display: block;
  content: "";
  padding-top: 100%;
}
#workshop_main .info ul li:last-child{
  margin-right: 0;
}
#workshop_main .info ul li img{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s ease all;
  cursor: pointer;
}
#workshop_main .info ul li img:hover{
  opacity: .7;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
#workshop_main .info .text{
  max-height: 50vh;
  overflow-y: auto;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
#workshop_main .info .text::-webkit-scrollbar{
  display: none;
}

#workshop_about .wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#workshop_about .wrap .box{
  width: calc(50% - 50px);
}
#workshop_about .wrap .box .subtitle{
  margin-bottom: 20px;
}
#workshop_about .wrap .box p{
  margin-bottom: 10px;
}
#workshop_about .wrap .box p:last-child{
  margin-bottom: 0;
}
#workshop_about .wrap .box table{
  width: 100%;
  font-size: 110%;
}
#workshop_about .wrap .box th,#workshop_about .wrap .box td{
  padding: 20px;
  border-bottom: 1px solid #aaa;
}
#workshop_about .wrap .box th{
  width: 30%;
  min-width: 150px;
}
#workshop_about .wrap .bt_area{
  width: 100%;
  text-align:center;
  margin-top: 80px;
  font-size: 120%;
}
#workshop_pic_pop{
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
#workshop_pic_pop div{
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}
#workshop_pic_pop img{
  width: calc(100% - 40px);
  max-width: 600px;
}

/* ワークショップ概要ページ */
#workshoppage_main .backanim_head svg .cls-1,#workshoppage_main .backanim_foot svg .cls-1{
  fill: #cd853f;
}
#workshoppage_main .backanim_head svg .cls-2,#workshoppage_main .backanim_foot svg .cls-2{
  fill: #fff;
}
#workshoppage_main .backanim_head.monoact svg{
  top: -5%;
}

#workshoppage_main .backanim_head .plantsvg_3{
  width: 4%;
  left: 20%;
}

#workshoppage_main .backanim_head .plantsvg_1{
  width: 5%;
  left: 27%;
}

#workshoppage_main .backanim_head .plantsvg_28{
  width: 4.5%;
  left: 40%;
}
#workshoppage_main .backanim_head .plantsvg_40{
  width: 4%;
  left: 50%;
}
#workshoppage_main .backanim_head .plantsvg_23{
  width: 5%;
  left: 63%;
}
#workshoppage_main .backanim_head .plantsvg_20{
  width: 5%;
  left: 75%;
}
#workshoppage_main .backanim_foot .cosmesvg_18{
  width: 5%;
  left: 10%;
}
#workshoppage_main .backanim_foot.monoact .cosmesvg_18{
  bottom: 20%;
}

#workshoppage_main .backanim_foot .cosmesvg_19{
  width: 6%;
  left: 20%;
}
#workshoppage_main .backanim_foot.monoact .cosmesvg_19{
  bottom: 20%;
}

#workshoppage_main .backanim_foot .cosmesvg_4{
  width: 11%;
  left: 27%;
}
#workshoppage_main .backanim_foot.monoact .cosmesvg_4{
  bottom: 20%;
}

#workshoppage_main .backanim_foot .cosmesvg_8{
  width: 3%;
  left: 40%;
  transform: rotate(25deg);
}
#workshoppage_main .backanim_foot.monoact .cosmesvg_8{
  bottom: 30%;
}

#workshoppage_main .backanim_foot .cosmesvg_9{
  width: 4%;
  left: 47%;
  transform: rotate(-20deg);
}
#workshoppage_main .backanim_foot.monoact .cosmesvg_9{
  bottom: 20%;
}

#workshoppage_main .backanim_foot .cosmesvg_15{
  width: 5%;
  left: 57%;
}
#workshoppage_main .backanim_foot.monoact .cosmesvg_15{
  bottom: 20%;
}

#workshoppage_main .backanim_foot .cosmesvg_12{
  width: 6%;
  left: 65%;

}
#workshoppage_main .backanim_foot.monoact .cosmesvg_12{
  bottom: 20%;
}

#workshoppage_main .backanim_foot .cosmesvg_10{
  width: 9%;
  left: 75%;
}
#workshoppage_main .backanim_foot.monoact .cosmesvg_10{
  bottom: 20%;
}

.workshop_main_box .col2{
  align-items: center;
  justify-content: flex-start;
}
.workshop_main_box{
  margin-top: 50px;
  transition: 1s ease all;
}
.workshop_main_box .image{
  height: 50vh;
  width: 40%;
  position: relative;
}
.workshop_main_box .info{
  margin-left: 10%;
  width: 40%;
}
.workshop_main_box .image img{
  transition: 1.2s all ease;
}
.workshop_main_box .image img.active{
  opacity: 1;
}

#workshoppage_main_list{
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
#workshoppage_main_list li{
  width: 30%;
}

#workshoppage_main_list li .img::before{
  padding-top: 70%;
}

#workshoppage_main_list li .info{
  margin-top: 10px;
}
#workshoppage_main_list li .info .subtitle h2{
  font-size: 160%;
}
#workshoppage_main_list li .info .subtitle svg{
  width: 80px;
}
#workshoppage_main_list li .info .subtitle svg .cls-1{
  fill: #331907;
}
#workshoppage_main_list li .info p{
  margin: 8px 0;
}

#workshoppage_main_bt{
  display: block;
  width: calc(100% - 40px);
  max-width: 300px;
  margin: 40px auto;
}

#workshoppage_price{
  background:#fdf5e6;
}
#workshoppage_price .monofade{
  opacity: 0;
  transition: 1s all ease;
}
#workshoppage_price .monofade.monoact{
  opacity: 1;
}
#workshoppage_price .text_box{
  margin: 20px 0;
  text-align:center;
}
#workshoppage_price .text_box .bikou{
  font-size: 80%;
  color: #555;
}
#price_sample{
  padding: 40px;
  background: #fff;
  text-align:center;
}
#price_sample h3{
  font-size: 180%;
  margin-bottom: 20px;
}
#price_sample ul{
  display: flex;
  justify-content: flex-start;
}
#price_sample li{
  width: calc(33% - 40px);
  margin-right: 65px;
  padding: 20px;
  background:#f5f5f5;
  position: relative;
}
#price_sample li:nth-child(1)::before,
#price_sample li:nth-child(1)::after,#price_sample li:nth-child(2)::after{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  right: -52px;
}
#price_sample li:nth-child(1)::after{
  top: calc(50% - 1.5px);
  border-top: 3px solid #333;
  height: 1px;
}
#price_sample li:nth-child(1)::before{
  border-right: 3px solid #333;
  width: 1px;
  right: -34px;
}
#price_sample li:nth-child(2)::after{
  top: calc(50% - 14px);
  width: 40px;
  height: 28px;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
}
#price_sample li:nth-child(3){
  margin-right: 0;
}
#price_sample li .img{
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
#price_sample li .img::before{
  content: "";
  padding-top: 80%;
  display: block;
}
#price_sample li .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#price_sample li h4{
  font-size: 110%;
  margin-bottom: 4px;
}
#price_sample li strong{
  color: #e00;
}
#price_sample li.allprice{
  font-size: 150%;
  background: #ffdead;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#price_sample .bikou{
  margin-top: 20px;
  font-size: 90%;
  color: #777;
}
#workshoppage_price .col2,#workshoppage_system .col2{
  justify-content: center;
  margin-top: 30px;
}
#workshoppage_price .bt_area.col2 a,#workshoppage_system .bt_area.col2 a{
  width: calc(50% - 40px);
  margin: 0 20px;
  max-width: 300px;
}


/* 予約 */
#contact_head .foot{
  margin-top: 20px;
}
#contact_head .foot .bt_area.col2{
  justify-content: center;
}
#contact_head .foot .bt_area a{
  display: block;
  width: calc(100% - 50px);
  margin: 20px 10px 0;
  max-width: 250px;
}
#yoyaku_form{
  background: #f5f5f5;
}
#yoyaku_form .head{
  margin: 30px auto;
  text-align:center;
}
#yoyaku_form .head p{
  margin: 6px 0;
}

#yoyaku_form_head{
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#yoyaku_form_head li{
  width: calc(33% - 20px);
  padding: 20px;
  background: #fff;
}
#yoyaku_form_head li h3{
  margin-bottom: 8px;
  font-size: 120%;
  color: #8b4513;
}
#yoyaku_form_head input[name="ninzu"]{
  width: 100px;
}
.yoyaku_box .head h3{
  font-size: 180%;
}
#yoyaku_menu h4{
  margin-top: 40px;
  font-size: 160%;
  text-align:center;
}
#yoyaku_menu ul{
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px dashed #aaa;
}
#yoyaku_menu ul:last-child{
  border-bottom: none;
}
#yoyaku_menu li{
  width: calc(25% - 15px);
  margin: 10px 20px 10px 0;
  padding: 20px;
  background: #fff;
}
#yoyaku_menu li:nth-child(4n+4){
  margin-right: 0;
}
#yoyaku_menu li .img{
  width: 100%;
  position: relative;
}
#yoyaku_menu li .img::before{
  content: "";
  padding-top:60%;
  display: block;
}
#yoyaku_menu li .img img{
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}
#yoyaku_menu h5{
  font-size: 100%;
  margin: 6px 0;
}
#yoyaku_menu .info{
  display: flex;
  font-size: 90%;
}
#yoyaku_menu .info div:nth-child(2){
  margin-left: 20px;
}

#yoyaku_menu .bt_area{
  display: flex;
  justify-content: space-around;
  margin-top: 6px;
}
#yoyaku_menu .bt_area input[type="checkbox"]{
  display: none;
}
#yoyaku_menu .bt_area button,#yoyaku_menu .bt_area label{
  display: block;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #777;
  padding: 6px 0;
  text-align:center;
  width: calc(50% - 10px);
  font-size: 130%;
  margin: 5px;
  transition: .2s all ease;
  cursor: pointer;
}
#yoyaku_menu .bt_area input[type="checkbox"] + label:hover{
  background: #90ee90;
}
#yoyaku_menu .bt_area input[type="checkbox"]:checked + label{
  background: #228b22;
  border-color: #228b22;
  color: #fff;
}
#yoyaku_menu .bt_area button{
  border-color: #331907;
}
#yoyaku_menu .bt_area input[type="checkbox"] + label::before{
  font-family: "Font Awesome 5 Free";
  content: '\f0c8';
  font-weight: normal;
  margin-right: 5px;
}
#yoyaku_menu .bt_area input[type="checkbox"]:checked + label::before{
  content: '\f14a';
  font-weight: bold;
}

#yoyaku_pop,#yoyaku_pop .close_area{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  transition: .4s ease all;
}
#yoyaku_pop{
  left: -100%;
  z-index: 2000;
}
#yoyaku_pop.active{
  left: 0;
}
#yoyaku_pop .box{
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  background: #fff;
  width: calc(100% - 50px);
  max-width: 800px;
  z-index: 2;
  overflow-y: auto;
}
#yoyaku_pop .box .img img{
  width: 100%;
}
#yoyaku_pop .box .info h3{
  font-size: 150%;
  margin: 20px 0 10px;
}
#yoyaku_pop .box .info p{
  padding: 5px 0;
}
#yoyaku_pop .box .info table{
  margin-top: 20px;
  width: 100%;
}
#yoyaku_pop .box .info table th,#yoyaku_pop .box .info table td{
  padding: 5px 10px;
  border: 1px solid #aaa;
}
#yoyaku_pop .box .info table th{
  width: 150px;
}
#yoyaku_pop .close_area{
  left: 0;
  display: none;
  z-index: 0;
  background:rgba(0, 0, 0, 0.5);
}
#yoyaku_pop .close_bt{
  z-index: 3;
}

#yoyaku_profile input[name="allergies"]{
  width: 100%;
}
#yoyaku_form .allergies_fukusu,#yoyaku_profile .fukusu{
  display: none;
}
#yoyaku_profile .fukusu input[type="text"]{
  margin: 5px 0;
}

#yoyaku_form .result{
  display: none;
}

#yoyaku_result table{
  width: 700px;
  font-size: 110%;
  margin: 15px auto;
}
#yoyaku_result table td{
  padding: 7px 10px;
  text-align:center;
}
#yoyaku_result table thead tr,#yoyaku_result table tfoot tr{
  background: #f5deb3;
}
#yoyaku_result table tfoot tr:nth-child(2){
  background: #f4a460;
}
#yoyaku_result table tr td:nth-child(1){
  width: 60%;
}
#yoyaku_result table tbody tr{
  background: #fff;
}
#yoyaku_result table tbody tr td:first-child{
  text-align:left;
}
#yoyaku_result table tbody tr:nth-child(2n+2){
  background: #fdf5e6;
}
#yoyaku_result table .all{
  display: none;
}
#yoyaku_result table tfoot tr td:first-child{
  text-align:right;
}
#yoyaku_result p{
  margin: 6px 0;
  text-align:center;
  font-size: 90%;
}
#yoyaku_send_area{
  text-align:center;
}
#yoyaku_send_area button{
  width: calc(100% - 50px);
  max-width: 250px;
  background: #3cb371;
  display: block;
  margin: 20px auto 0;
  padding: 10px 0;
  border-radius: 50px;
  font-size: 110%;
}
#yoyaku_send_area button:hover{
  opacity: .8;
}
#yoyaku_send_area button:disabled{
  background: #777;
}
#yoyaku_send_area button::before{
  content: "予約を送信";
  color: #fff;
}
#yoyaku_send_area button:disabled::before{
  content: "-";
}
#workshop_result_text .bt_area.col2{
  justify-content: center;
  margin-top: 20px;
}
#workshop_result_text .bt_area.col2 a{
  max-width: 250px;
}
.dogimg{
  position: relative;
  width: 100%;
}
.dogimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dogimg::before {
    content: "";
    display: block;
}

#wear_product_list{
  background: #fdf5e6;
}
#wear_product_list ul{
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wear_product_list ul li{
  width: calc(25% - 20px);
  transition: .6s all ease;
  margin: 10px 0;
  position: relative;
}
#wear_product_list ul li.monoact{
  opacity: 1;
}
#wear_product_list ul li:nth-child(4n+4){
  margin-right: 0;
}
#wear_product_list ul li .img{
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

#wear_product_list ul li .img img{
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  position: absolute;
  transition: .3s all ease;
}
#wear_product_list ul li:hover .img img{
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
}
#wear_product_list ul li h4{
  font-size: 100%;
  margin: 7px 0 5px;
  transition: .3s all ease;
}
#wear_product_list ul li:hover h4{
  color: #d2691e;
}
#wear_product_list ul li p{
  color: #a0522d;
  font-size: 80%;
}
#wear_product_list ul li a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#wear_product_list .bt_area{
  text-align:center;
}
#wear_product_list .bt_area p{
  margin: 7px 0;
}
#wear_product_list .bt_area a{
  margin-top: 20px;
}

#workshoppage_system li .img{
  width:100%;
  max-width: 500px;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  margin: 10px auto 0;
}
#workshoppage_system li .img img{
  width: 100%;
}
#workshoppage_main .backanim_head svg .cls-2,
#workshoppage_main .backanim_foot svg .cls-2,
#workshoppage_main .backanim_foot svg .cls-1
{
  fill: #fff;
}
#workshoppage_main .backanim_head svg path,
#workshoppage_main .backanim_head svg .cls-1,
#workshoppage_main .backanim_foot svg path
{
  fill: #332114;
}

#workshoppage_main .backanim_head .dogsvg_12{
  width: 4%;
  left: 15%;
}
#workshoppage_main .backanim_head.monoact .dogsvg_12{
  top: 20%;
}
#workshoppage_main .backanim_head .dogsvg_5{
  width: 12%;
  left: 22%;
}

#workshoppage_main .backanim_head .dogsvg_10{
  width: 6.5%;
  left: 36%;
}
#workshoppage_main .backanim_head.monoact .dogsvg_10{
  top: 20%;
}

#workshoppage_main .backanim_head .dogsvg_13{
  width: 6%;
  left: 48%;
}
#workshoppage_main .backanim_head.monoact .dogsvg_13{
  top: 10%;
}

#workshoppage_main .backanim_head .dogsvg_4{
  width: 10%;
  left: 56%;
}

#workshoppage_main .backanim_head .dogsvg_14{
  width: 3%;
  left: 69%;
}
#workshoppage_main .backanim_head.monoact .dogsvg_14{
  top: 20%;
}

#workshoppage_main .backanim_head .dogsvg_8{
  width: 12%;
  left: 76%;
}

#workshoppage_main .backanim_head .dogsvg_17{
  width: 3%;
  left: 90%;
}
#workshoppage_main .backanim_head.monoact .dogsvg_17{
  top: 10%;
}
#workshoppage_main .backanim_head .dogsvg_10,
#workshoppage_main .backanim_head .dogsvg_14,
#workshoppage_main .backanim_head .dogsvg_17,
#workshoppage_main .backanim_head .dogsvg_18,
#workshoppage_main .backanim_head .dogsvg_13,
#workshoppage_main .backanim_head .dogsvg_12
{
  transform:rotate(0deg);
}


#workshoppage_main .backanim_foot .wearsvg_17{
  width: 7%;
  left: 6%;
}
#workshoppage_main .backanim_foot .wearsvg_7{
  width: 7%;
  left: 17%;
}
#workshoppage_main .backanim_foot .wearsvg_19{
  width: 9%;
  left: 27%;
}
#workshoppage_main .backanim_foot .wearsvg_14{
  width: 6%;
  left: 38%;
}
#workshoppage_main .backanim_foot .wearsvg_10{
  width: 4%;
  left: 48%;
}
#workshoppage_main .backanim_foot.monoact .wearsvg_10{
  bottom: 14%;
}
#workshoppage_main .backanim_foot .wearsvg_21{
  width: 3.2%;
  left: 55%;
}
#workshoppage_main .backanim_foot.monoact .wearsvg_21{
  bottom: 10%;
}
#workshoppage_main .backanim_foot .wearsvg_20{
  width: 11%;
  left: 60%;
}
#workshoppage_main .backanim_foot .wearsvg_6{
  width: 8%;
  left: 75%;
}
#workshoppage_main .backanim_foot.monoact .wearsvg_6{
  bottom: 10%;
}
#workshoppage_main .backanim_foot .wearsvg_27{
  width: 3.5%;
  left: 82%;
}
#workshoppage_main .backanim_foot .wearsvg_9{
  width: 9%;
  left: 90%;
}
#yoyaku_countion_pop{
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  position: fixed;
  z-index: 1000;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#yoyaku_countion_pop .box{
  width: calc(100% - 60px);
  max-width: 600px;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  background: #fff;
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#yoyaku_countion_pop h2{
  text-align:center;
  font-size: 140%;
  margin-bottom: 20px;
  color: #8b4513;
}
#yoyaku_countion_pop p{
  margin: 6px 0;
}
#yoyaku_countion_pop button{
  background: #331907;
  color: #fff;
  width: 300px;
  text-align:center;
  display: block;
  margin: 30px auto;
  font-size: 120%;
  border-radius: 50px;
  padding: 6px 0;
}
#yoyaku_countion_pop button:hover{
  background: #d2b48c;
  color: #331907;
}
#yoyaku_countion_pop .day{
  width: calc(100% - 40px);
  max-width: 400px;
  margin: 20px auto 0;
  background: #f5f5f5;
  padding: 10px;
  text-align:center;
}
#yoyaku_countion_pop .day strong{
  display: block;
  margin-top: 4px;
}
