@charset "UTF-8";
*, div {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  color: #252B46;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
/* 共通クラス名 */
h3 {
  font-size: 30px;
}
h4 {
  font-size: 28px;
}
.pc_none {
  display: none;
}
h5 {
  line-height: 1;
  font-size: 24px;
  margin-bottom: 30px;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
}
.w1080 {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.w850 {
  width: 850px;
  margin: 160px auto 140px;
}
.box {
  margin-bottom: 150px;
}
.f_red {
  color: red;
}
.f_org {
  color: #f4753b;
}
.f_pup {
  color: #EB7136;
}
.f_org:hover {
  opacity: 0.5;
}
dl {
  display: flex;
}
.fa_text_box dt {
  margin-right: 20px;
}
.fa_text_box dd {
  font-size: 14px;
}
.facility_box h3 {
  margin-bottom: 30px;
  font-size: 30px;
  align-items: flex-end;
}
.facility_box h3 span {
  font-size: 18px;
  padding-right: 20px;
}
.bpnk {
  background-color: #FFE7CD;
  font-size: 30px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  line-height: 1;
}
.tel:hover {
  color: #EB7136;
}
/* パンくずリスト */
.breadcrumbs_list {
  font-size: 10px;
  display: flex;
  margin-top: 10px;
}
.breadcrumbs_list li {
  line-height: 1;
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
}
.breadcrumbs_list li:first-child {
  padding-left: 0px;
}
.breadcrumbs_list li:after {
  content: '';
  margin-right: 5px;
  left: 0px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #EB7136;
  border-right: 1px solid #EB7136;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
}
.breadcrumbs_list li:first-child::after {
  display: none;
}
.arrow_red_1 {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
}
.breadcrumbs_list li a {
  display: inline-block;
}
.breadcrumbs_list li:last-child:after {
  content: '';
}
/* パンくずリスト終 */
.boder_rg {
  font-size: 36px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #EB7136;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: 60px;
  padding-bottom: 13px;
}
header {
  margin-top: 0;
  width: 100%;
  height: 350px;
  position: relative;
  background-image: url(/img/reservation/top.jpg);
  background-position: center;
  background-size: cover;
}
header::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  padding: 0;
  background: #EB7136;
}
.boder_rg {
  font-size: 36px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #EB7136;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 60px;
}
.boder_rg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 70%;
  border-bottom: 1px solid #eeecec;
}
.box_02_inner {
  margin-top: 35px;
  margin-bottom: 100px;
  padding-left: 30px;
  line-height: 1.8;
}
.box_03_inner {
  margin-top: 35px;
  margin-bottom: 50px;
  padding-left: 30px;
  line-height: 1.8;
}
.box_02_inner dl + dl {
  margin-top: 10px;
}
.box_02_inner dt {
  width: 120px;
  margin-right: 50px;
}
.reservation_box01_inner {}
/* タブ */
.tab1 {
  display: flex;
  flex-direction: row;
  text-align: center;
  background-color: #fff;
  margin: 0;
  border-bottom: 1px #eeecec 1px solid;
  /* width: calc(100%/5); */
}
.tab1__item {
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.tab1__link {
  display: block;
  background: #fff;
  border-top: #EB7136 1px solid;
  border-left: #EB7136 1px solid;
  border-bottom: 1px solid #eeecec;
  /* border-right: #EB7136 1px solid;;  */
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #EB7136;
  text-align: center;
}
.tab1__item:last-child {
  border-right: #EB7136 1px solid;
  ;
}
.tab li a + a {
  margin-left: 50px;
}
.tab1__link.on {
  background-color: #EB7136;
  color: #fff;
}
.tab1-body__item {
  margin: 30px 15px;
  display: none;
  /* text-align: center; */
}
.tab1-body__item.on {
  display: block;
}
.p_box1_item {
  display: none;
  opacity: 0;
  background: #fff;
}
.p_box1_item.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  border-top: #b9b9b9 1px solid;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pdf_box {
  margin-top: 35px;
}
.pdf_box a img {
  margin-top: -5px;
  padding-right: 15px;
}
.pdf_box a {
  text-decoration: underline;
  display: block;
  padding-bottom: 3px;
}
.pdf_box a:hover {
  color: #EB7136;
}
.reservation_box01 h3 {
  margin-bottom: 30px;
}
.reservation_box01 p {
  line-height: 1.8;
}
.reservation_box01 div {
  margin-top: 30px;
  margin-bottom: 75px;
}
.reservation_box01 div a img {
  margin-top: -5px;
  padding-right: 15px;
}
.reservation_box01 div a:hover {
  color: #EB7136;
}
@media screen and (max-width: 1040px) {
  .w1080 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .w850 {
    width: 90%;
  }
  .tab {
    flex-wrap: nowrap;
  }
  .calendar img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header {
    margin-top: 0;
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(/img/reservation/top_sp.jpg);
    background-position: center;
    background-size: cover;
  }
  .boder_rg {
    font-size: 28px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .pc_none {
    display: block;
  }
  h3 {
    font-size: 22px;
  }
  .tab li {
    width: 100%;
  }
  .tab li a {
    font-size: 14px;
  }
  .tab li + li {
    /* margin-left: 20px; */
  }
  .tab1__link {
    font-size: 15px;
  }
  .reservation_box01 div a img {
    margin-top: -5px;
    padding-right: 5px;
  }
  .w850 {
    width: 100%;
    margin-bottom: 80px;
    margin-top: 60px;
  }
  .bpnk {
    background-color: #FFE7CD;
    font-size: 24px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    line-height: 1;
  }
  .r_title {
    padding-top: 30px;
    padding-left: 0px;
  }
  .step {
    padding-left: 40px;
    padding-bottom: 25px;
    line-height: 1.8;
    position: relative;
  }
  .step:before {
    left: 14px;
  }
  .step:after {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    left: 0px;
    border: solid 1px #EB7136;
    background-color: #EB7136;
    border-radius: 50%;
    top: 0px;
    width: 30px;
    height: 30px;
    position: absolute;
  }
  .box_02_inner {
    margin-top: 20px;
    margin-bottom: 60px;
    padding-left: 0px;
    line-height: 1.5;
  }
  .box_02_inner dt {
    width: 100%;
    margin-right: 20px;
    font-size: 18px;
  }
  .box_02_inner dd {
    width: 100%;
    font-size: 14px;
  }
  dl {
    display: block;
  }
  .box_03_inner {
    padding-left: 0px;
  }
  .tab1-body__item {
    margin: 30px 0px;
    display: none;
    /* text-align: center; */
  }
}