
input,select,.container .txt_sm{
/*font-family: '游明朝体', 'Yu Mincho', YuMincho,'ヒラギノ明朝 Pro W6','Hiragino Mincho Pro',serif !important;*/
/**明朝に変更*/
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}



.popup_back {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 571%;
  width: 100%;
  z-index: 20000;
}

.popup_center {
  position: fixed;
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
  top: 7vh;
  left: 5%;
  right: 5%;
  z-index: 30000;
}
.popup_box {
  border: solid 0px #000000 !important;
  background-color: #FFFFFF !important;
  min-height: 0vh !important;
  width: 100%;
  padding: 3px;
  border-radius: 4px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.3);
}

.popup_content {
  margin: 30px !important;
  /*width: 80%;*/
}
.popup_btn {
  border: 1px solid !important;
 /* font-family: '游明朝体', 'Yu Mincho', YuMincho,'ヒラギノ明朝 Pro W6','Hiragino Mincho Pro',serif;*/
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.shortcut {
  max-width: 400px;
  text-overflow:ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.area_name_td {
  border-collapse: collapse;
  border-right: solid 1px #D7D7D7;
  border-bottom: 0;
}
table.popup_table, table.popup_table th, table.popup_table tr {
  border-collapse: collapse;
  border: solid 1px #D7D7D7;
}
table.popup_table td.area_name_td {
  background-color: #F2F2F2;
  padding: 0px !important;
  vertical-align: middle;
}
table.popup_table {
  width: 100%;
  margin: 0 auto !important;
  white-space: normal;
}
.local_area_header {
  padding: 10px;
}
.page_reserve .radio2{
  width: unset;
}
.radio, .checkbox {
  display: inline-block;
}
.radio2, .checkbox2 {
  min-width: 128px; /*min-width: 118px;*/
}
.radio2 {
  background-color: rgba(255, 255, 255, 0);
}
.radio2:hover {
  background-color: rgba(255, 255, 255, 0);
}
.radio2:after {
  border-radius: 50px;
}
.radio2:before {
}
.checkbox2 {
  background-color: rgba(255, 255, 255, 0);
}
.checkbox2:hover {
  background-color: rgba(255, 255, 255, 0);
}
.checkbox2:after {
}
.checkbox2:before {
}

.popup_close {
  text-decoration:none;
}
.list_outer_rect {
  overflow: auto;
  max-height: 50vh;
  border:1px solid #D7D7D7;
  padding: 20px;
}
.list_inner_rect {
  position: relative;
}
.accordion-title {
  displeay: none;
}

.shikuchoson_td {
  min-height: 35px;
}
.area_kind_title {
  padding: 1rem;
  /*border-left: 4px solid #191F61;*/
  /*background-color: #DCE7F7;*/
  background-color: #191f61;
  color: #FFFFFF !important;
  width: 64%;
  /*font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", serif;*/
  font-weight: bold;
}
.shikuchoson_div {
  margin: auto;
}

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

.popup_table th, .popup_table td {
  width: 100% !important;
  display: block;
}
.area_kind_title {
  width: 100%;
}
.area_name_td {
  border-right: 0;
  border-bottom: solid 1px #D7D7D7;
}
.radio2 {
  width: unset !important;
}
.radio2, .checkbox2 {
  min-width: 95px;
  padding: 12px 0px 12px 32px;
}
.shikuchoson_td {
  padding: 0 5px !important;
}
.radio2:before {
  left: 13px;
}
.checkbox2:before {
  left: 14px;
}
.radio2:after, .checkbox2:after {
  left: 8px;
}

.popup_btn {
  width: 100%;
  margin-bottom: 10px;
}

.page_reserve #regis_form table span {
  padding-left: 0px;
}

.list_outer_rect {
  padding: 0px;
}
.popup_content {
  margin: 10px !important;
}


.accordion-title{
  position: relative;
  width: 60px;
  height: 40px;
}

.accordion-title:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #191f61;
  border-right: solid 2px #191f61;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*top: 45%;*/
}

/* CSS for CodePen */
.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}
.area-radio {
  min-width: 33%;
    min-width: 40%;
}

}

@media screen and (min-width:500px) and (max-width:620px) {

.area-radio {
  min-width: 24%;
}

}
@media screen and (min-width:621px) {

.shikuchoson_td {
  display: block !important;
}
.area-radio {
  min-width: 14%;
}

}

@media screen and (min-width:621px) and (max-width:660px) {

.radio2, .checkbox2 {
  min-width: 105px;
}
.area-radio {
  min-width: 14%;
}

}

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

}
