/* gHeader */
#gHeader {
  padding: 5px 0;
  border-bottom: 2px solid #e6e6e6;
}

#gHeader .wrap {
  position: relative;
}

#gHeader.header-state-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-bottom: 7px;
  border-bottom: 0;
  -webkit-animation: headerFix .7s ease-in-out 0s forwards;
  animation: headerFix .7s ease-in-out 0s forwards;
  /* pNav */
}

#gHeader.header-state-fix + #container {
  margin-top: 64px;
}

#gHeader.header-state-fix #gNav a {
  color: #fff;
}

#gHeader.header-state-fix #gNav a:hover {
  color: #333;
}

#gHeader.header-state-fix #pNav a {
  color: #fff;
}

#gHeader.header-state-fix .pNav__contact a {
  border: 1px solid #fff;
}

#gHeader.header-state-fix .pNav__contact a:hover {
  background-color: #fff;
}

#gHeader.header-state-fix #pNav .pNav__contact a:hover {
  color: #333;
}

#gHeader.header-state-fix #pNav .pNav__tel a:hover {
  color: #333;
}

#gHeader.header-state-fix #pNav .pNav__tel a:hover {
  color: #fff;
}

@-webkit-keyframes headerFix {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes headerFix {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

.section.num01 section {
  text-align: left;
}

.section.num01 .flow {
  margin-bottom: 100px;
}

.section.num01 {
  padding: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.section.num03 {
  height: clamp(493px,calc(740*100vw/1920),9999px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
}

.section.num03 .text01 {
  text-align: center;
  padding-top: 25px;
}

.guide-background {
  background-image: url(../jpg/rentguide-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: clamp(493px,calc(740*100vw/1920),9999px);
  width: 100%;
  z-index: -10;
}

.guide-title {
  font-family: 'adobe-garamond-pro',serif;
  font-size: 60px;
  line-height: 56px;
  font-weight: 600;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guide-subtitle {
  font-family: "jost",serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 56px;
}

.header {
  display: flex;
  margin-bottom: 80px;
  gap: 90px;
}

.guide__image {
  width: 100%;
}

@media screen and (max-width: 860px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .side {
    display: block;
  }

  .guide-background {
    background-image: url(../jpg/rentguidesp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 428px;
  }

  .guide-title {
    font-size: 38px;
    line-height: 38px;
    padding-top: 20px;
  }

  .guide-subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .section.num01 .flow {
    margin-bottom: 40px;
  }
  .section.num03 {
    height: 428px;
  }

  .header {
    display: block;
    margin-bottom: 47px;
  }

  .guide__image {
    text-align: center;
  }
}

.headline--02 {
  font-size: 42px!important;
  line-height: 44px;
  text-transform: none!important;
  margin-top: 80px !important;
  margin-bottom: 24px!important;
}

.headline--02::before {
  width: 90px;
  transform: translateY(-25px);
}

.headline--03 {
  font-size: 30px;
  line-height: 34px;
  border-bottom: 2px solid rgba(216, 216, 216, 1);
  font-family: "adobe-garamond-pro",serif;
  margin-top: 50px !important;
}

.headline--03::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: rgba(0, 35, 104, 1);
  margin-bottom: 20px;
  transform: translateY(-28px);
}

@media screen and (max-width: 860px) {
  .headline--02 {
    font-size: 26px!important;
    line-height: 31px;
    text-transform: none!important;
    margin-top: 20px!important;
  }

  .headline--02::before {
    width: 36px;
    transform: translateY(-12px);
  }

  .headline--03 {
    margin-top: 40px;
    border-bottom: 2px solid rgba(216, 216, 216, 1);
    font-size: 22px!important;
    line-height: 26px;
  }

  .headline--03::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    margin-bottom: 16px;
    transform: translateY(-20px);
  }
}

.box--bg-02 {
  border-top: 2px solid rgba(5, 33, 87, 1);
  margin-top: 0;
}

.box--bg-02:last-child {
  margin-bottom: 80px;
  border-bottom: 2px solid rgba(5, 33, 87, 1);
}

@media screen and (max-width: 860px) {
  .box--bg-02 {
    margin: 0;
  }

  .box--bg-02:last-child {
    margin-bottom: 58px;
  }
}
#pageID {
  padding-top: unset;
}
#pageID #gHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-top: 15px;
  padding-bottom: 0;
  border: none;
  background: rgba(0,0,0,0);
}
#pageID #gHeader .header-state-open {
  background-color: rgba(255,255,255,1);
}
#pageID .hdrLogo {
  margin-top: 20px;
}
#pageID .hdrLogo span {
  color: #fff;
}
#pageID .header-state-fix .hdrLogo span {
  color: #222;
}
#pageID .pNav__tel span {
  color: #fff;
}
#pageID #pNav .pNav__contact a {
  color: #002368;
  background-color: #fff;
  padding: 5px 0;
  margin-top: 2px;
  font-weight: normal;
}
#pageID #pNav .pNav__suv-btn,#pageID #pNav .pNav__suv-btn a {
  color: #fff;
}
#pageID .header-state-open #pNav a
,#pageID .header-state-fix #pNav a {
   color: #222;
 }
#pageID .myFavorite:before {
  content: url("../png/icn-favoritew.png");
}
#pageID .header-state-open .myFavorite:before
,#pageID .header-state-fix .myFavorite:before {
  content: url("../png/icn-favorite.png");
}
#pageID .myFavorite__text {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #pageID .hdrLogo {
    margin-top: inherit;
  }
}
