@charset "utf-8";
html {
  font-size: 16px;
  color: #000000;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,
th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  line-height: 1.5;
  overflow-y: scroll;
  color: #000000;
}
article,aside,details,figcaption,figure,small,footer,header,hgroup,menu,nav,section,
time {
  display: block;
}
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote {
  font-size: 14px;
  text-decoration: underline;
}
ins {
  background-color: #ff9;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
a {
  margin: 0;
  padding: 0;
}
a,
img[onclick] {
  cursor: pointer;
}
a,
a:link,
a:visited {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a {
  opacity: 1;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1{
  text-align: center;
  margin-bottom:40px;
    color:#DC0800;
}
h1 span{
  position: relative;
}
h1 span::before{
  position: absolute;
  content: "";
  width: 20px;
  height: 30px;
  top: 5px;
  bottom: 0;
  left: -34px;
  margin: auto;
  background: url(images/ico_calc.png);
  background-size: contain;
  background-repeat: no-repeat;
}
h2{
  color:#DC0800;
  margin-bottom:20px;
}

p{
  line-height:1.4;
}
.wrap {
    padding: 0%;
}
dt{
  margin-top:20px;
}
dd{
  margin-bottom:0px;
}
.fl{
  display: flex;
}
select{
  min-width: 70px;
  padding: 8px;
  margin: 5px 0;
  border:solid 1px #cfcfcf;
  border-radius: 5px;
  font-size: 16px;
  max-width: 100%;
}
::placeholder{
  color:#828282;
}
input[type=date]{
  min-width: 70px;
  padding: 8px;
  margin: 5px 0 10px;
  border:solid 1px #cfcfcf;
  border-radius: 5px;
  font-size: 16px;
}
.sp_none{
  display: block;
}
.pc_none{
  display: none;
}
.txt_right{
  text-align: right;
}
.f_bold{
  font-weight: bold;
}
#sim{
  font-family: "BIZ UDPGothic", serif;
  max-width: 600px;
  width:100%;
  margin: 20px auto;
  padding:25px;
  letter-spacing: 0.02em;
  background: #F7F5EF;
}
#sim > section{
  margin-bottom:30px;
  background: #fff;
  border-radius: 15px;
  padding:20px;
}
#sim > section > section h3{
  margin-bottom:10px;
}
#sim > section > section{
  margin-bottom:20px;
}
#sim > section > section:last-child{
  margin-bottom:0;
}
#sec_date{

}
#sel_mem .fl{
  gap:30px;
}
#sel_mem .fl div{
  display: flex;
  align-items: center;
}
#sel_mem .fl span{
  margin-right:10px;
}
#sel_hour .fl{
  gap:30px;
}
#sec_date .fl > div{
  margin-right:30px;
}
#sec_date .fl > div span{
  margin-right:10px;
}
#submit{
  padding-bottom:50px;
}
#day_type_radio{
  visibility: hidden;
  height: 0;
}
#purposeRadio .fl{
  gap: 10px 10px;
  flex-wrap: wrap;
}
.cap_child{
  color:red;
  font-size: 12px;
  font-weight: bold;
}
#purposeRadio .fl div{
  width: fit-content;
}
.thirty_small{
  font-size:8px;
}
.radio_type_01{
  position: relative;
  border-radius: 5px;
  padding:10px 15px;
  padding-left:35px;
  background: #EEEEEE;
  border-radius: 5px;
  min-width: 120px;
  width: fit-content;
  display: block;
  text-align: center;
  box-sizing: border-box;
}
.radio_type_01:has(input:checked){
  background: #000000;
  color:#fff;
}
.radio_type_01::before,
.radio_type_01::after{
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 52%;
}
.radio_type_01::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  left: 6px;
}
.radio_type_01::after {
  background-color: #000000;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 11px;
}
.radio_type_01:has(input:checked)::after{
  opacity: 1;
}
.radio_type_01 input{
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.check_wrap{
  display: flex;
}
.checkbox {
  accent-color: #DC0800;
  margin-right:5px;
}
.txt_res_ttl{
  display: block;
  font-weight: bold;
  padding-left:10px;
}
.check_wrap label{
  font-size: 14px;
}
.resplan_five_dt{
  margin-top:10px;
  display: block;
}
.off{
  visibility: hidden;
  height: 0;
  margin-bottom:0;
}
.resplan_five_dt.off,
.resplan_five_dd.off{
  visibility: hidden;
  height: 0;
  margin-bottom:0;
}
dd:has(> .off) {
  height: 0;
  overflow: hidden; /* 必要なら */
  margin-bottom:0;
}
dt:has(> .off) {
  height: 0;
  overflow: hidden; /* 必要なら */
  margin-bottom:0;
  margin-top:0;
}
.resunplan_child_dd{
  display: block;
  margin-bottom: 5px;
}
#extime_rwap.off{
  visibility: hidden;
  height: 0;
}
#extime_rwap dt *{
  font-weight: bold;
  display: inline-block;
}

#sel_plan.on,
#sel_drink.on,
#sel_food.on{
  opacity: 1;
}
#plan_radio,
#drink_option,
#food_option{
  display: grid;
  grid-auto-columns: 1fr;
  gap: 10px;
  width:75%;
}
#calcbutton{
  border: 0;
  background: #DC0800;
  width:100%;
  color:#fff;
  padding:10px;
  border-radius: 30px;
  font-weight:bold;
  font-size:14px;
  position: relative;
  opacity: 0.5;
  pointer-events: none;
  cursor: pointer;
  max-width: 310px;
  margin: auto;
  display: block;
}
#calcbutton.on{
  opacity:1;
  pointer-events: all;
}
#calcbutton:after{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(../images_2024r/shop/common/icon/ico_btn_arror_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
#result{
  display: none;
  margin-bottom:20px;
}
.est_box_01{
  border-radius: 10px;
  border: solid 1px #DC0800;
}
.est_box_01 h3{
  text-align: center;
  font-size: 25px;
  margin-bottom:15px;
}
.box_price{
  border-bottom:solid 1px #DC0800;
}
.box_price dl{
  margin-bottom:40px;
}

.price_result_main{
  padding:10px 4%;
  border:solid 4px #DC0800;
  background: #DC0800;
  color:#fff;
  border-radius: 7px 7px 0 0;
}
.price_result_main .res_sum{
  font-size:30px;
  text-align: center;
  font-weight: bold;
}
.price_result_main .res_sum .txt_gokei{
  font-size:16px;
}
.resusetime{
  margin-left:10px;
}
.price_result_desc{
  background: #fff;
  padding:20px 15px;
  border-radius:0 0 10px 10px;
}
.box_price strong{
  margin-bottom:5px;
  padding-left:10px;
}
.child_tr.off{
  display: none;
}
.res_capts{
  font-size:12px;
  margin-top:10px;
}
.text_child_cap{
  margin:10px 0;
  color:#DC0800;
  font-size: 12px;
  text-decoration: none;
}
.text_child_cap a{
  color:#DC0800;
  text-decoration: none;
}
.text_child_cap a:visited{
  color:#DC0800;
  text-decoration: none;
}
.part_sum{
  text-align: right;
  & span{
    font-size:20px;
  }
}
.part_sum span{
  font-weight: bold;
}
#exTxt a,
#exTxt a:visited{
  text-decoration: none;
  color:#DC0800;
}
.pre .fl{
  gap:15px;
  margin-bottom:15px;
}
.pre .fl a{
  display: block;
  text-align:center;
  text-decoration: none;
}
.res_cap_span{
  font-size:13px;
  font-size:10px;
  color:#F0743C;
}
.sharebotton{
  width:48%;
  background: #715a2d;
  border-radius: 20px;
  color:#fff;
  padding:10px;
  border: none;
  cursor: pointer;
  font-size:16px;
}
.reservebotton{
  width:48%;
  background: #DC0800;
  border-radius: 20px;
  color:#fff;
  padding:10px;
  font-size:16px;
}
.keepbotton,
.deletebotton{
  position: relative;
  background: #000000;
  width:100%;
  border-radius: 20px;
  color:#fff;
  padding:10px;
  margin-bottom:10px;
  outline: none;
  cursor: pointer;
  border: none;
  font-size:16px;
}
.sharebotton:hover,
.keepbotton:hover,
.deletebotton:hover{
  opacity: 0.8;
  color:#fff;
}
.keepbotton:after{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0px;
  bottom: 0;
  right: 10px;
  margin: auto;
  background: url(images/ico_keep.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.keepbotton.dis{
  opacity:0.5;
  pointer-events: none;
}
.res_midashi{
  font-size: 20px;
  font-weight: bold;
  color: #DC0800;
}
.price_free{
  color:#F0743C;
}
.f_red{
  color: #DC0800;
}
#result .deletebotton{
  display: none;
}
#copy{
  /*  */
}

#copy .est_box_01{
  background: #f0f0f0;
  margin-bottom:20px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
#copy .est_box_01.on{
  visibility: visible;
  opacity: 1;
  transition: .3s;
}

#copy .est_box_01 .keep_num{
  background: #FEF9DA;
}
#keep .keepbotton{
  display: none;
}

.keep_num{
  /* display: none; */
}
.keep_num:last-of-type{
  display: block;
}
input[type="date"]{
  position: relative;
  padding-left:40px;
  padding-right:30px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.keep_cap_txt{
  display: none;
}
.keep_cap_txt.on{
  display: block;
}

body::-webkit-scrollbar {
    width: 4px;
}
body::-webkit-scrollbar-thumb {
    background-color: #DC0800;
    border: solid 1px #DC0800;
    border-radius: 10px;
}
body::-webkit-scrollbar-track {
    border-radius: 10px;
}
body::-webkit-scrollbar-track-piece {
    background: inherit;
}
.ex_drink_ttl{
  text-align: left;
  margin-top: 15px;
  padding-left: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  html{
    font-size: 14px;
  }
  .sp_none{
    display: none;
  }
  .pc_none{
    display: block;
  }
  .wrap{
    padding: 0%;
  }
  #sim {
    margin: 0;
    padding: 0 4% 20px;
  }
  #sim > section{
    padding:20px 4%;
  }
  #sim > section > section h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  h1{
    margin: 0px 0;
    padding: 20px 0;
    font-size: 6vw;
  }
  h1 span::before {
    width: 15px;
    height: 24px;
    top: 5px;
    left: -26px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 4vw;
  }

  #sel_mem .fl {
    gap: 30px;
    display: block;
  }
  #sec_date .fl > div {
    margin-right: 4.5%;
  }
  #sel0 .radio_type_01 {
    text-align: center;
  }
  .radio_type_01 {
    text-align: left;
  }
  .res_sum{
    margin-bottom:10px;
  }
  .price_result_desc {
    padding: 20px 3%;
  }
  #purposeRadio .fl {
    margin-top: 10px;
    gap: 10px 10px;
    flex-wrap: wrap;
  }
  .box_price dl {
    margin-bottom: 30px;
  }
  #plan_radio,
  #drink_option,
  #food_option{
    width:100%;
  }
  .price_result_desc {
    padding: 20px 4%;
    font-size: 13px;
  }
  .resusetime {
    margin-left: 15px;
  }
  .sharebotton{
    font-size: 12px;
  }
  .reservebotton{
    font-size: 12px;
  }
}
