@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

html {
  scroll-behavior: smooth;
}
.crm--banners .slideControls > .slick-dots {
  display: none !important;
}
.bg01 {
  background-color: #fff;
}
#point01 {
  margin-top: -80px;
  padding-top: 80px;
}
figure {
  position: relative;
}
figure figcaption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000;
}
/* figcaption {
  position: absolute;
  bottom: -20px;
  right: 0;
} */



/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual .imagearea {
  background-image: url(../images/reserve/kv.jpg);
}

.commonKeyvisual .imagearea:after{
  display: none;
}
.pcView {
  display: block;
}
.spView {
  display: none;
}
.kvBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 1px #000, 0 0 5px #000, 0 0 10px #000,  0 0 30px #000, 0 0 40px #000;
  width: 80%;
}
.kvTitle {
  font-size: 56px;
  letter-spacing: 0.1em;
}
.kvSubtitle {
font-size: 33px;
letter-spacing: .1em;
}
sup {
  font-size: 0.6em;
  vertical-align: top;
}
@media only screen and (max-width:768px) {
  .pcView {
    display: none;
  }
  .spView {
    display: block;
  }
  .commonKeyvisual {
    background-color: #fff;
  }
  .commonKeyvisual .imagearea {
    height: 300px;
    background-image: url(../images/reserve/kv_sp.jpg);
  }
  .kvTitle {
    font-size: 42px;
    letter-spacing: 0.1em;
  }
  .kvSubtitle {
  font-size: 28px;
  letter-spacing: .1em;
  }
}


/* ------------------------------------------------------ */
/*---------------------------------------------------------------

 reserveArea

--------------------------------------------------------------- */
#reserveArea {
  margin-bottom: 170px;
}
#reserveArea .pc {
  display: block!important;
}
#reserveArea .sp {
  display: none!important;
}
#reserveArea h3 {
  font-size: 30px;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
}
#reserveArea .fs32{
  font-size: 32px!important;
}
#reserveArea .fs14{
  font-size: 14px!important;
}
#reserveArea .mb10{
  margin-bottom: 10px!important
}
#reserveArea .mt10{
  margin-top: 10px!important
}
#reserveArea .mt20{
  margin-top: 20px!important
}
#reserveArea .mt30{
  margin-top: 30px!important
}
#reserveArea .mb30{
  margin-bottom: 30px!important
}
#reserveArea .txtred{
  color: #c11920!important
}
#reserveArea .w300{
  width: 300px!important;
}
#reserveArea .bgWh {
  background: #ffffff;
  color: #000000;
  padding: 60px 15px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
#reserveArea .btnReserve {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: -moz-linear-gradient(top, #a29081, #614838);
  background: -webkit-linear-gradient(top, #a29081, #614838);
  background: linear-gradient(to bottom, #a29081, #614838);
  box-sizing: border-box;
  padding: 15px 5px;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: .5s;
}
#reserveArea .btnReserve:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#reserveArea .btnReserve:hover,
#reserveArea .btnReserve:active {
  opacity: .7;
}
#reserveArea .itemWrap {
  border: 1px solid #040000;
  max-width: 1105px;
  width: 100%;
  margin: 0 auto 70px;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
}
#reserveArea .itemWrap p {
  font-size: 18px;
}
#reserveArea .itemWrap img {
  margin: 0 auto;
}
#reserveArea .itemWrap .small {
  font-size: 14px;
}
#reserveArea .btnReserveInner {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 50px;
}
#reserveArea .note_box {
  color: #c11920;
  border: 1px solid #c11920;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 0;
  max-width: 460px;
  width: 100%;
  box-sizing: border-box;
}
#reserveArea h4 {
  text-align: center;
  color: #63381a;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
#reserveArea h4 a {
  color: #63381a;
  text-decoration: underline;
  display: inline-block;
  transition: .5s;
}
#reserveArea h4 a:hover,
#reserveArea h4 a:active {
  opacity: .7;
}
#reserveArea .detailArea {
  display: flex;
  justify-content: space-between;
  max-width: 1105px;
  margin: 0 auto;
}
#reserveArea .detailArea > div {
  width: 48%;
  border: 1px solid #63381a;
  padding: 25px;
  box-sizing: border-box;
}
#reserveArea .detailArea > div > p {
  font-size: 16px;
  margin-bottom: 25px;
}
#reserveArea .detailArea .boxTtl {
  text-align: center;
  margin-bottom: 30px;
}
#reserveArea .detailArea .boxTtl > span {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #63381a;
  text-align: center;
  color: #63381a;
}
#reserveArea .detailArea dl:not(:last-of-type) {
  margin-bottom: 25px;
}
#reserveArea .detailArea dl:last-of-type {
  margin-bottom: 35px;
}
#reserveArea .detailArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#reserveArea .detailArea dt {
  width: 100px;
  background: #63381a;
  padding: 3px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
#reserveArea .detailArea dd {
  width: calc(100% - 120px);
  font-size: 16px;
}
#reserveArea .detailArea .note_list {
  background: #f4f2f2;
  padding: 20px 14px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#reserveArea .detailArea .note_list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 13px;
}
#reserveArea .detailArea .note_list li span {
  position: absolute;
  left: 0;
  color: #63381a;
}
#reserveArea .detailArea .contact {
  padding: 55px 0 0;
  width: 100%;
  border-right: none;
}
#reserveArea .detailArea .contact h2 {
  font-size: 15px;
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 17px;
  text-align: center;
}
#reserveArea .detailArea .contact .tel {
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
}
#reserveArea .detailArea .contact .business {
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#reserveArea .reserveTableArea {
  margin: 30px auto 50px;
  max-width: 817px;
  width: 100%;
}
#reserveArea .reserveTableArea table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid gray;
  box-sizing: border-box;
}
#reserveArea .reserveTableArea table:not(:last-of-type) {
  margin-bottom: 20px;
}
#reserveArea .reserveTableArea table th,
#reserveArea .reserveTableArea table td {
  width: 10%;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  vertical-align: middle;
  font-size: 18px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#reserveArea .reserveTableArea table.table03 th,
#reserveArea .reserveTableArea table.table03 td {
  width: 10%;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  vertical-align: middle;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#reserveArea .reserveTableArea table thead th {
  padding: 3px 5px;
}
#reserveArea .reserveTableArea table th {
  font-weight: bold;
}
#reserveArea .reserveTableArea .sat {
  color: #ffffff;
  background: #7cb3ed;
}
/* #reserveArea .reserveTableArea .sat {
  color: #ffffff;
  background: #bbd4ef;
} */
#reserveArea .reserveTableArea .sun {
  background: #f7c8ce;
}
#reserveArea .reserveTableArea .gray {
  background: #ededec;
}
#reserveArea .reserveTableArea .red {
  color: #ffffff;
  background: #c11920;
}
#reserveArea .reserveTableArea .green {
  color: #ffffff;
  background: #28b7b8;
}
#reserveArea .reserveTableArea .blue {
  color: #ffffff;
  background: #0b318f;
}
#reserveArea .reserveTableArea .notice {
  color: #000;
  background: #bbd4ef;
}
#reserveArea .reserveTableArea .model {
  color: #000;
  background: #e2efda;
}
#reserveArea .reserveTableArea .event {
  color: #000;
  background: #ffe699;
}
#reserveArea .reserveTableArea .open {
  color: #000;
  background: #f8cbad;
}
#reserveArea .note {
  font-size: 13px!important;
}
#reserveArea .textCenter {
  text-align: center!important;
}
#reserveArea .textRight {
  text-align: right!important;
}
#reserveArea .textLeft {
  text-align: left;
}
#reserveArea .reserveTablenote {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 10px;
}
#reserveArea .reserveTablenote div:first-of-type {
  margin-left: 20px;
  width: 20%;
}
.cap {
  margin: 20px auto;
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.2;
}
.detailArea .cap02 {
  margin: 20px auto;
  padding: 0 20px;
  font-size: 13px;
}
.detailArea .cap02 span {
  color: #c11920;
}
@media screen and (max-width:768px) {
  #reserveArea {
    margin-bottom: 80px;
  }
  #reserveArea .pc {
    display: none!important;
  }
  #reserveArea .sp {
    display: block!important;
  }
  #reserveArea h3 {
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #reserveArea h3 span {
    font-size: 24px;
  }
  #reserveArea .itemWrap {
    padding: 15px;
    margin-bottom: 40px;
  }
  #reserveArea .itemWrap p {
    font-size: 16px;
  }
  #reserveArea .itemWrap .small {
    font-size: 13px;
  }
  #reserveArea .note_box {
    padding: 10px 5px;
    font-size: 14px;
  }
  #reserveArea h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  #reserveArea .detailArea {
    display: block;
  }
  #reserveArea .detailArea > div {
    width: 100%;
    padding: 15px;
  }
  #reserveArea .detailArea > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #reserveArea .detailArea .boxTtl {
    margin-bottom: 20px;
  }
  #reserveArea .detailArea .note_list {
    padding: 10px;
  }
  #reserveArea .detailArea dt {
    width: 80px;
    padding: 3px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #reserveArea .detailArea dd {
    width: calc(100% - 95px);
    font-size: 14px;
  }
  #reserveArea .detailArea > div > p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #reserveArea .detailArea .contact {
    padding: 15px 0 0;
    border-bottom: none;
  }
  #reserveArea .detailArea .contact .tel {
    max-width: 280px;
    padding-bottom: 7px;
}
  #reserveArea .reserveTableArea {
    margin: 20px auto 30px;
    max-width: 817px;
    width: 100%;
  }
  #reserveArea .reserveTablenote {
    display: block;
    text-align: left;
  }
  #reserveArea .reserveTablenote div:first-of-type {
    margin-left: 0px;
    width: 100%;
  }
  #reserveArea .reserveTableArea table th,
  #reserveArea .reserveTableArea table td {
    width: 10%;
    font-size: 10px;
  }
  #reserveArea .w100 {
    width: 100%!important;
    max-width: 300px!important;
  }
  .cap {
    margin: 20px auto;
    padding: 0 ;
    font-size: 12px;
  }
}





