@charset "UTF-8";

@media screen and (min-width: 751px) {
  #header #header_sp{
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .head_list{
    display: none;
  }
  #logo{
    margin: 0;
    margin-right: 10px;
  }
  #header_sp{
    position: static;
    margin-left: auto;
    min-width: max-content;
  }
  #header_sp a{
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5a5a5a;
  }
  #header_sp .ftel_icon{
    font-size: 13px;
    padding: 10px 0 7px 25px;
    background: url(../images/icon_tel.png) left center no-repeat;
    background-size: 18px auto;
    font-family: "Righteous", 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  #header_sp .ftel_note{
    font-size: 10px;
    background: #f5f5f5;
    width: 100%;
    padding: 4px;
    line-height: 1
  }
  #footer_sp{
    display: none;
  }
  #totop{
    display: none!important;
  }
}

.reserve-banner {
  position: fixed;
  bottom: 0;
  overflow: auto;
  z-index: 9999;
}
.reserve-banner iframe {
width: 100%;
background: #fff;
/* overflow: scroll; */
border: none;
min-width: 400px;
z-index: 9999;
}
/* 2025/04/26 */
.reserve-banner p {
background: #fff;
margin: 0;
text-align: center;
padding-top: 5px;
font-weight: 700;
border-bottom: 1px solid #eee;
padding-bottom: 5px;
}
.reserve-banner{
  display: flex;
  max-width: 700px;
  padding: 8px;
  background-color: #fff;
}
.reserve-banner.hide {
  display: none;
}
.c-select{
  padding: 10px;
  background-color: #fff;
  min-width: 250px;
  max-width: 250px;
}
.c-select .c-select__text{
  display: flex;
  padding: 6px;
  font-size: 12px;
  align-items: center;
  cursor: pointer;
}
.c-select__category{
  color: #b59f7f;
  min-width: 60px;
  margin-right: 10px;
  border: 1px #b59f7f solid;
  background-color: #fff;
}
.c-select__title{
  color: #b59f7f;
  text-align: left;
}
.c-select__text.--selected{
  background-color: #b59f7f;
}
.--selected .c-select__title{
  color: #fff;
}

.c-iframe{
  /*width: calc(100% - 250px);*/
  width: 100%;
  padding: 10px 10px 10px 20px;
}
.c-iframe .c-iframe__head{
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
}
.c-iframe__head::before{
  content: '';
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: #b59f7f;
  top: 0;
  left: 0;
}
.c-iframe .c-select__text{
  display: flex;
  padding: 10px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
}
.c-iframe__content{
  display: none;
}
.c-iframe__content:first-child{
  display: block;
}

@media screen and (max-width: 750px)   {
  
.reserve-banner{
  flex-direction: column-reverse;
  height: 200px;
}

.reserve-banner iframe {
  overflow: scroll;
  min-width: auto;
}

.c-select {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  max-width: none;
}

.c-select .c-select__text  {
  width: 46%;
  height: auto;
}

.c-iframe {
  padding: 10px 10px 0;
  width: auto;
}

.footer {
  padding-bottom: 300px;
}
}