.container {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .container {
    padding-top: 20px;
  }
}

.kamelabo__contents {
  max-width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .kamelabo__contents {
    padding-bottom: 50px;
  }
}

.kamelabo__card {
  max-width: 1040px;
}

.kamelabo__btn {
  position: relative;
  display: block;
  max-width: 556px;
  margin: 60px auto 0;
  padding: 40px 0;
  color: #000000;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-align: center;
  background: center/100% 100% url(../images/common/btn_kamelabo-rental.png) no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 768px) {
  .kamelabo__btn {
    width: 80vw;
    margin: 40px auto 0;
    padding: 34px 0;
    background: center/100% 100% url(../images/common/sp-btn_kamelabo-rental.png) no-repeat;
  }
}

.kamelabo__btn span {
  color: #E57E2F;
}

.kamelabo__btn::after {
  position: absolute;
  display: block;
  content: '';
  top: 52%;
  right: 6%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #E57E2F;
  border-right: 2px solid #E57E2F;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .kamelabo__btn::after {
    right: 6.4vw;
  }
}

@media screen and (min-width: 769px) {
  .kamelabo__btn:hover {
    opacity: 0.7;
  }
}

.contents__ttlarea {
  max-width: 570px;
  padding: 37px 0 0;
  margin: 0 auto;
  text-align: center;
  background: #FFFFFF;
  -webkit-transform: translateY(-52px);
  transform: translateY(-52px);
}

@media screen and (max-width: 768px) {
  .contents__ttlarea {
    max-width: 310px;
    padding: 25px 0 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.contents__ttlarea .ttl {
  font-family: 'Hind', sans-serif;
  font-size: 4.0em;
  font-weight: bold;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  .contents__ttlarea .ttl {
    font-size: 3.5em;
  }
}

.contents__ttlarea .sttl {
  margin-top: 6px;
  font-size: 1.2em;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  .contents__ttlarea .sttl {
    margin-top: 3px;
  }
}

.contents__sttlarea {
  margin: 80px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents__sttlarea {
    margin: 40px auto 0;
  }
}

.contents__sttlarea .ttl {
  font-family: 'Hind', sans-serif;
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  .contents__sttlarea .ttl {
    font-size: 3.5em;
  }
}

.contents__sttlarea .sttl {
  margin-top: 8px;
  font-size: 1.2em;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  .contents__sttlarea .sttl {
    margin-top: 4px;
  }
}

.contents__wrap {
  max-width: 1040px;
  padding: 0 20px;
  margin: -17px auto 0;
}

@media screen and (max-width: 768px) {
  .contents__wrap {
    margin: 10px auto 0;
  }
}

.contents__text {
  text-align: center;
  font-size: 1.6em;
  line-height: 1.6875;
  letter-spacing: 0.11em;
  margin-top: -15px;
}

@media screen and (max-width: 768px) {
  .contents__text {
    width: 80vw;
    text-align: left;
    font-size: 1.4em;
    line-height: 1.9;
    margin: 0 auto;
  }
}

.marker {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 344px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  margin: 44px auto 0;
  color: #FFFFFF;
  font-size: 1.9em;
  font-weight: bold;
  letter-spacing: 0.11em;
  background: #E57E2F;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .marker {
    max-width: 300px;
    width: 100%;
    margin: 48px auto 0;
    font-size: 1.6em;
    letter-spacing: 0.08em;
  }
}

.marker::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 15px 0 15px;
  border-color: #E57E2F transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.marker img {
  width: 52px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .marker img {
    width: 48px;
  }
}

.marker span {
  position: relative;
}

.marker span::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
}

.procedure {
  margin: 35px auto 0;
}

@media screen and (max-width: 768px) {
  .procedure {
    margin: 19px auto 0;
  }
}

.procedure__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 34px 23px;
  background: #EBEBEB;
}

@media screen and (max-width: 768px) {
  .procedure__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px 17px 22px;
  }
}

.procedure__item:not(:first-child) {
  margin-top: 10px;
}

.procedure__item .flex {
  width: 36.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .procedure__item .flex {
    width: 100%;
  }
}

.procedure__item .num {
  position: relative;
  color: #5A5A5A;
  font-family: 'Hind', sans-serif;
  font-size: 4.6em;
  font-weight: bold;
  letter-spacing: 0.064em;
}

@media screen and (max-width: 768px) {
  .procedure__item .num {
    font-size: 3.3em;
  }
}

.procedure__item .num::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #E57E2F;
}

.procedure__item .ttl {
  font-size: 2.4em;
  font-weight: bold;
  letter-spacing: 0.11em;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .procedure__item .ttl {
    font-size: 2.0em;
    margin-left: 20px;
  }
}

.procedure__item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 615px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.11em;
}

@media screen and (max-width: 768px) {
  .procedure__item .text {
    margin-top: 15px;
    width: 100%;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.9;
  }
}

.btn--type01 {
  margin: 30px auto 0;
}

.btn--type03 {
  margin: 70px auto 0;
}

@media screen and (max-width: 768px) {
  .btn--type03::before {
    height: 64px;
  }
}

@media screen and (max-width: 768px) {
  .btn--type03 a {
    height: 64px;
    font-size: 1.8em;
  }
}

.caution {
  margin: 38px auto 0;
  width: 100%;
  height: 368px;
  padding: 40px 60px 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4em;
  line-height: 1.8;
  letter-spacing: 0.11em;
  overflow-y: scroll;
  border: 1px solid #5A5A5A;
}

@media screen and (max-width: 768px) {
  .caution {
    margin: 28px auto 0;
    height: 446px;
    padding: 37px 22px 40px 30px;
  }
}

.caution::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.caution::-webkit-scrollbar-track {
  background: #EBEBEB;
  border-radius: 40px;
  margin: 8px 0;
}

.caution::-webkit-scrollbar-thumb {
  background: #00AA7D;
  border-radius: 40px;
}

.roomtab {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .roomtab {
    padding: 0;
  }
}

.roomtab__list {
  max-width: 1100px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .roomtab__list {
    width: 80vw;
    margin-top: 20px;
  }
}

.roomtab__item {
  position: relative;
  width: calc(100% / 3 - 5px);
  padding: 21px 10px 24px;
  background: #FFFFFF;
  border: 2px solid #E57E2F;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #E57E2F;
  font-size: 1.9em;
  font-weight: bold;
  letter-spacing: .11em;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 768px) {
  .roomtab__item {
    font-size: 1.2em;
    width: calc(100% / 3);
    padding: 17px 15px 17px 5px;
  }
  .roomtab__item:not(:last-child) {
    border-right: none;
  }
}

.roomtab__item::before {
  position: absolute;
  display: block;
  content: '';
  top: 52%;
  right: 25px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #E57E2F;
  border-right: 2px solid #E57E2F;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 768px) {
  .roomtab__item::before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #E57E2F;
    border-right: 1px solid #E57E2F;
    top: 50%;
    right: 2.93333vw;
  }
}

@media screen and (min-width: 769px) {
  .roomtab__item:hover {
    background: #E57E2F;
    color: #FFFFFF;
  }
  .roomtab__item:hover::before {
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
}

.roomtab__item.current {
  background: #E57E2F;
  color: #FFFFFF;
}

.roomtab__item.current::before {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.subtab {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .subtab {
    padding: 0;
  }
}

.subtab__img {
  max-width: 1100px;
  margin: 24px auto 0;
}

@media screen and (max-width: 768px) {
  .subtab__img {
    width: 80vw;
    margin: 20px auto 0;
  }
}

.room {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .room {
    padding: 0;
  }
}

.room__list {
  margin: 30px auto 0;
  width: 1100px;
}

@media screen and (min-width: 769px) {
  .room__list {
    border-top: 1px solid #5A5A5A;
    border-bottom: 1px solid #5A5A5A;
  }
}

@media screen and (max-width: 768px) {
  .room__list {
    margin-top: 20px;
    width: 80vw;
  }
}

.room dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .room dl:not(:last-child) {
    border-bottom: 1px dashed #5A5A5A;
  }
}

@media screen and (max-width: 768px) {
  .room dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.room dt {
  width: 360px;
  padding: 26px 10px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.11em;
  background: #FCDCC3;
}

@media screen and (max-width: 768px) {
  .room dt {
    width: 100%;
    padding: 4px 10px;
    font-size: 1.6em;
  }
}

.room dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 26px 48px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4em;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .room dd {
    padding: 10px 0;
    font-size: 1.2em;
    line-height: 2.2;
  }
}

.kitchen__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .kitchen__links {
    margin-top: 0;
  }
}

.kitchen__links__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 480px;
  height: 107px;
  margin: 55px 0 0;
  padding: 0 50px 0 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.5;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 100;
  background: center/ 100% no-repeat;
  margin: 20px auto 0;
}

.kitchen__links__btn--pdf {
  background-image: url(../images/common/btn_rental_pdf.png);
}

.kitchen__links__btn--word {
  background-image: url(../images/common/btn_rental_word.png);
}

.kitchen__links__btn--excel {
  background-image: url(../images/common/btn_rental_excel.png);
}

@media screen and (max-width: 768px) {
  .kitchen__links__btn {
    width: 80vw;
    height: 28.53333vw;
    margin-top: 20px;
    padding: 0 8vw 0 20vw;
    font-size: 4vw;
    background: center/ 100% no-repeat;
  }
  .kitchen__links__btn--pdf {
    background-image: url(../images/common/sp-btn_rental_pdf.png);
  }
  .kitchen__links__btn--word {
    background-image: url(../images/common/sp-btn_rental_word.png);
  }
  .kitchen__links__btn--excel {
    background-image: url(../images/common/sp-btn_rental_excel.png);
  }
}

@media screen and (min-width: 769px) {
  .kitchen__links__btn:hover {
    opacity: .7;
  }
}

.note {
  text-align: center;
  margin-top: 40px;
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 0.11em;
  color: #e33700;
}

.no-link::before {
  display: none;
}

.no-link a {
  background: #5A5A5A;
}

/*# sourceMappingURL=map/kamelabo-rental-kitchen.css.map */
