@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap");
.p_yoyaku .main-visual {
  overflow: hidden;
  height: 281px;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .p_yoyaku .main-visual {
    padding-top: 50px;
    height: 236px;
  }
}
.p_yoyaku .main-visual .sub-title {
  position: absolute;
  top: 80px;
  width: 405px;
  left: calc(50% - 202px);
  display: block;
}
@media screen and (max-width: 750px) {
  .p_yoyaku .main-visual .sub-title {
    top: 70px;
    width: 266px;
    left: calc(50% - 133px);
  }
}
.p_yoyaku .main-visual .title {
  position: absolute;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  top: 200px;
  left: 0;
  text-align: center;
  color: #2C4142;
}
@media screen and (max-width: 750px) {
  .p_yoyaku .main-visual .title {
    font-size: 18px;
    top: 148px;
  }
}


@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
}

body.fixed {
  overflow: hidden;
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .container {
    width: 100%;
  }
}

.full {
  width: 100%;
}

a.underline {
  text-decoration: underline;
}
a.link {
  text-decoration: none;
  transition: opacity 0.2s;
}
a.link:hover {
  opacity: 0.7;
}

p.center {
  text-align: center;
}

.button {
  position: relative;
  display: block;
  text-align: center;
}
.button::before {
  content: "";
  width: 19.5px;
  height: 10.5px;
  background-image: url(../images/common/arrow-white.svg);
  background-size: contain;
  top: calc(50% - 5.2px);
  right: 17px;
  position: absolute;
  line-height: 1.5;
  font-weight: 500;
}

.relative {
  position: relative;
}

.ham-wrap, .footer {
  background-color: #2C4142;
}
.ham-wrap__inside, .footer__inside {
  width: 1000px;
  margin: 0 auto;
  padding: 71px 0 0;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .ham-wrap__inside, .footer__inside {
    padding: 50px 20px 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .ham-wrap__inside, .footer__inside {
    padding: 40px 30px 0;
    width: 100%;
  }
}
.ham-wrap .menu, .footer .menu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #537172;
  justify-content: space-between;
  align-items: center;
  gap: 49px;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .ham-wrap .menu, .footer .menu {
    gap: 28px;
  }
}
.ham-wrap .menu__item, .footer .menu__item {
  color: #FFF;
  padding-left: 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .ham-wrap .menu__item, .footer .menu__item {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .ham-wrap .menu__item.pc, .footer .menu__item.pc {
    display: none;
  }
}
.ham-wrap .menu__item.sp, .footer .menu__item.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .ham-wrap .menu__item.sp, .footer .menu__item.sp {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
  }
  .ham-wrap .menu__item.sp .menu__item-inside, .footer .menu__item.sp .menu__item-inside {
    width: calc(43% - 19px);
  }
  .ham-wrap .menu__item.sp .menu__item-inside:first-child, .footer .menu__item.sp .menu__item-inside:first-child {
    width: calc(57% - 19px);
  }
}
.ham-wrap .menu__item__wrap, .footer .menu__item__wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .ham-wrap .menu__item__wrap, .footer .menu__item__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .ham-wrap .menu__item__wrap, .footer .menu__item__wrap {
    width: 100%;
    gap: 10px;
    justify-content: space-between;
  }
}
.ham-wrap .menu__item .link, .footer .menu__item .link {
  line-height: 40px;
  font-size: 13px;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ham-wrap .menu__item .link, .footer .menu__item .link {
    line-height: 20px;
  }
}
.ham-wrap .menu__item .link::before, .footer .menu__item .link::before {
  content: "";
  width: 9.6px;
  height: 6px;
  background-image: url(../images/common/arrow-white.svg);
  background-size: contain;
  top: 5.5px;
  left: -14px;
  position: absolute;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .ham-wrap .menu .item, .footer .menu .item {
    margin-bottom: 15px;
  }
}
.ham-wrap .info, .footer .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #537172;
  padding: 39px 0 40px;
}
@media screen and (max-width: 750px) {
  .ham-wrap .info, .footer .info {
    padding: 39px 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .ham-wrap .info .button, .footer .info .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .ham-wrap .info__item, .footer .info__item {
    width: 100%;
    padding: 0 40px;
  }
}
.ham-wrap .info__item .logo, .footer .info__item .logo {
  width: 216px;
}
@media screen and (max-width: 750px) {
  .ham-wrap .info__item .name, .footer .info__item .name {
    color: #FDFDFD;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.ham-wrap .info__item.checkin, .footer .info__item.checkin {
  color: #FDFDFD;
  width: 251px;
  height: 98px;
  background-color: #3D5758;
  padding: 14px 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  gap: 8px;
  font-family: "Roboto";
}
@media screen and (max-width: 750px) {
  .ham-wrap .info__item.checkin, .footer .info__item.checkin {
    width: 100%;
    margin-top: 18px;
    padding: 9px 15px;
    font-size: 24px;
    line-height: 50px;
    height: 89px;
  }
}
.ham-wrap .info__item.checkin .in, .ham-wrap .info__item.checkin .out, .footer .info__item.checkin .in, .footer .info__item.checkin .out {
  color: #FDFDFD;
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto";
  background-color: #4C6768;
  width: 96px;
  height: 46px;
  padding: 4px 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ham-wrap .info__item.checkin .in, .ham-wrap .info__item.checkin .out, .footer .info__item.checkin .in, .footer .info__item.checkin .out {
    width: 40%;
    height: 51px;
    padding: 3px 0;
    font-size: 20px;
    line-height: 26px;
  }
}
.ham-wrap .info__item.checkin .in .small, .ham-wrap .info__item.checkin .out .small, .footer .info__item.checkin .in .small, .footer .info__item.checkin .out .small {
  color: #FDFDFD;
  font-size: 11px;
  line-height: 16px;
  display: block;
}
@media screen and (max-width: 750px) {
  .ham-wrap .info__item.checkin .in .small, .ham-wrap .info__item.checkin .out .small, .footer .info__item.checkin .in .small, .footer .info__item.checkin .out .small {
    font-size: 12px;
    line-height: 17px;
  }
}
.ham-wrap .info__item.checkin .attention, .footer .info__item.checkin .attention {
  color: #FDFDFD;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.ham-wrap .info .address, .footer .info .address {
  color: #FDFDFD;
  font-size: 13px;
  line-height: 20px;
  margin-top: 2px;
}
.ham-wrap .info .contact-info, .footer .info .contact-info {
  margin-bottom: 0;
}
.ham-wrap .info .contact-info .item, .footer .info .contact-info .item {
  color: #FDFDFD;
  font-size: 13px;
  line-height: 19px;
}
.ham-wrap .info .contact-info .item .tel-num, .footer .info .contact-info .item .tel-num {
  color: #FDFDFD;
  text-decoration: underline;
}
.ham-wrap .magazine, .footer .magazine {
  border-bottom: 1px solid #537172;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 39px 0;
  gap: 0 47px;
}
@media screen and (max-width: 750px) {
  .ham-wrap .magazine, .footer .magazine {
    padding: 34px 0;
  }
}
.ham-wrap .magazine__item, .footer .magazine__item {
  font-size: 18px;
  line-height: 26px;
  color: #FDFDFD;
}
@media screen and (max-width: 750px) {
  .ham-wrap .magazine__item, .footer .magazine__item {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
}
.ham-wrap .magazine__item:nth-child(2), .footer .magazine__item:nth-child(2) {
  font-size: 13px;
  line-height: 19px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .ham-wrap .magazine__item:nth-child(2), .footer .magazine__item:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.ham-wrap .magazine__item:last-child, .footer .magazine__item:last-child {
  margin-left: auto;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .ham-wrap .magazine__item:last-child, .footer .magazine__item:last-child {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .ham-wrap .magazine__item:last-child, .footer .magazine__item:last-child {
    width: 100%;
  }
}
.ham-wrap .facilities, .footer .facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 39px 0;
  border-bottom: 1px solid #537172;
}
@media screen and (max-width: 750px) {
  .ham-wrap .facilities, .footer .facilities {
    padding: 34px 0 10px;
  }
}
.ham-wrap .facilities__item, .footer .facilities__item {
  color: #FDFDFD;
  font-size: 18px;
  line-height: 26px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .ham-wrap .facilities__item, .footer .facilities__item {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .ham-wrap .facilities__item, .footer .facilities__item {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
.ham-wrap .facilities__item:nth-child(2), .ham-wrap .facilities__item:nth-child(3), .footer .facilities__item:nth-child(2), .footer .facilities__item:nth-child(3) {
  font-size: 13px;
  line-height: 19px;
}
@media screen and (max-width: 750px) {
  .ham-wrap .facilities__item:nth-child(2), .ham-wrap .facilities__item:nth-child(3), .footer .facilities__item:nth-child(2), .footer .facilities__item:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.ham-wrap .facilities__item:nth-child(2) .link, .ham-wrap .facilities__item:nth-child(3) .link, .footer .facilities__item:nth-child(2) .link, .footer .facilities__item:nth-child(3) .link {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 750px) {
  .ham-wrap .facilities__item:nth-child(2) .link, .ham-wrap .facilities__item:nth-child(3) .link, .footer .facilities__item:nth-child(2) .link, .footer .facilities__item:nth-child(3) .link {
    margin-bottom: 5px;
  }
}
.ham-wrap .facilities__item .link, .footer .facilities__item .link {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  text-decoration: underline;
  padding-right: 20px;
  position: relative;
  margin-right: 7px;
}
.ham-wrap .facilities__item .link::before, .footer .facilities__item .link::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/arrow-white.svg);
  transform: rotate(-45deg);
  width: 16px;
  height: 16px;
  background-size: contain;
  top: 8px;
  right: -2px;
  position: absolute;
  background-repeat: no-repeat;
}
.ham-wrap .explain, .footer .explain {
  font-size: 13px;
  line-height: 19px;
}
.ham-wrap .social, .footer .social {
  display: flex;
  width: 100%;
  gap: 35px;
  justify-content: center;
  padding: 40px 0;
}
.ham-wrap .social__item, .footer .social__item {
  transition: opacity 0.2s;
  list-style: none;
}
.ham-wrap .social__item:hover, .footer .social__item:hover {
  opacity: 0.7;
}
.ham-wrap .copyright, .footer .copyright {
  display: block;
  width: 100%;
  padding: 24px 0;
  color: #FDFDFD;
  background-color: #1B2424;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0;
}
.ham-wrap .link, .footer .link {
  color: #FFF;
}
.ham-wrap .button, .footer .button {
  border-radius: 2px;
  font-size: 13px;
  width: 238px;
  background-color: #C2B692;
  height: 50px;
  padding: 14px 0;
  transition: opacity 0.2s;
  color: #2C4142;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ham-wrap .button:hover, .footer .button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 750px) {
  .ham-wrap .button, .footer .button {
    width: 100%;
    height: 39px;
    padding: 10px 0;
    line-height: 1.4;
  }
}
.ham-wrap .button::before, .footer .button::before {
  background-image: url(../images/common/arrow-black.svg);
}
@media screen and (max-width: 750px) {
  .ham-wrap .button.pc, .footer .button.pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .ham-wrap .button.sp, .footer .button.sp {
    display: none;
  }
}

.header {
  position: fixed;
  width: 100vw;
  z-index: 100;
  top: 0;
}
.header.open {
  overflow-y: scroll;
}
@media screen and (max-height: 764px) and (min-width: 751px) {
  .header.open {
    height: 1px;
    min-height: calc(100vh + 80px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .header.open {
    height: calc(100vh + 74px);
  }
}
@media screen and (max-width: 750px) {
  .header.open {
    height: 100vh;
  }
}
.header.open .header-flex.bg-green {
  background: unset;
}
.header .header-flex {
  justify-content: space-between;
  width: 100%;
  padding: 0;
  display: flex;
}
.header .header-flex {
  background: #5F7F66;
  height: 80px;
}
.header .header-flex .hamburger {
  position: relative;
  left: -28px;
  top: 23px;
  height: 45px;
}
.header .header-flex .hamburger .ham-clickable {
  color: #FFF;
  font-family: "Roboto";
  font-size: 10px;
  text-align: center;
  text-shadow: rgba(44, 65, 66, 0.4941176471) 0 0px 2px;
}
.header .header-flex .hamburger .ham-clickable:hover {
  cursor: pointer;
}
.header .header-flex .hamburger .ham-clickable .lines {
  display: block;
  width: 36px;
  height: 1px;
  background-color: #FFF;
  position: relative;
  top: 10px;
  margin-bottom: 26px;
  box-shadow: rgba(44, 65, 66, 0.4941176471) 0 0px 2px;
  transition: all 0.2s;
}
.header .header-flex .hamburger .ham-clickable .lines::before {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 36px;
  height: 1px;
  top: -10px;
  left: 0;
  box-shadow: rgba(44, 65, 66, 0.4941176471) 0 0px 2px;
  transition: all 0.2s;
}
.header .header-flex .hamburger .ham-clickable .lines::after {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 36px;
  height: 1px;
  top: 10px;
  left: 0;
  box-shadow: rgba(44, 65, 66, 0.4941176471) 0 0px 2px;
  transition: all 0.2s;
}
.header .header-flex .hamburger .ham-clickable.open .lines {
  background-color: unset;
  box-shadow: none;
}
.header .header-flex .hamburger .ham-clickable.open .lines::before {
  transform: rotate(28deg);
  top: 0 !important;
}
.header .header-flex .hamburger .ham-clickable.open .lines::after {
  transform: rotate(-28deg);
  top: 0 !important;
}
.header .logo {
  width: 150px;
  margin: 5px 0 0 7px;
}
.header .ham-wrap {
  display: none;
}
.header .ham-wrap.open {
  display: block;
  padding-top: 120px;
  top: -80px;
  position: relative;
  z-index: -1;
  height: calc(100vh + 75px);
  position: relative;
  background-image: url(../images/common/bg-ham.jpg);
  background-size: cover;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
}
@media screen and (max-height: 764px) and (min-width: 751px) {
  .header .ham-wrap.open {
    min-height: 780px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .header .ham-wrap.open {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open {
    height: auto;
    padding: 20px 30px 80px;
    top: 0;
  }
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .button {
    height: 50px;
    font-size: 13px;
    /* padding: 16px 0 0; */
  }
}
.header .ham-wrap.open .ham-wrap__inside {
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .header .ham-wrap.open .ham-wrap__inside {
    padding: 0 20px;
  }
}
.header .ham-wrap.open .ham-wrap__inside::before {
  content: "";
  position: absolute;
  top: -120px;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 276px;
  background: linear-gradient(to bottom, #5F7F66, #838E69 100%);
  opacity: 0.86;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .ham-wrap__inside::before {
    height: 782px;
  }
}
.header .ham-wrap.open::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 276px);
  background-color: rgba(239, 248, 241, 0.8588235294);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open::before {
    height: calc(100% - 682px);
  }
}
.header .ham-wrap.open::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 276px;
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open::after {
    height: 758px;
    top: -74px;
  }
}
.header .ham-wrap.open .menu:first-child {
  border-bottom: unset;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .menu__item {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .menu__item .item {
    border-top: solid #C2B692 1px;
    padding: 3px 11px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .menu__item__wrap {
    border-bottom: solid #C2B692 1px;
    gap: 0;
  }
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .menu__item .link {
    font-size: 3.5vw;
    line-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .menu__item .link::before {
    display: none;
  }
}
.header .ham-wrap.open .info {
  gap: 0;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .info {
    border-bottom: 1px solid #B9C7C8;
  }
}
.header .ham-wrap.open .info__item {
  color: #2C4142;
}
.header .ham-wrap.open .info__item.checkin {
  background-color: unset;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  height: unset;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .info__item.checkin {
    margin-top: 18px;
    width: 100%;
    height: 89px;
    font-size: 24px;
    line-height: 32px;
    background: #3D5758;
    color: #FDFDFD;
  }
}
.header .ham-wrap.open .info__item.checkin .in, .header .ham-wrap.open .info__item.checkin .out {
  font-size: 18px;
  line-height: 24px;
  height: 51px;
  padding: 7px 0;
}
.header .ham-wrap.open .info__item.checkin .in .small, .header .ham-wrap.open .info__item.checkin .out .small {
  font-size: 11px;
  line-height: 16px;
}
.header .ham-wrap.open .info__item:nth-child(2) {
  margin-right: 35px;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .info__item:nth-child(2) {
    text-align: center;
    margin: -23px 0 20px;
    color: #FFF;
  }
}
.header .ham-wrap.open .info__item:nth-child(3) {
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .info__item:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .info__item:last-child {
    padding: 0;
  }
}
.header .ham-wrap.open .info__item .attention {
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
}
.header .ham-wrap.open .info__item .button {
  background-color: #5F7F67;
  color: #FFF;
}
.header .ham-wrap.open .info__item .button::before {
  background-image: url(../images/common/arrow-white.svg);
}
.header .ham-wrap.open .info .contact-info {
  margin-bottom: 0;
}
.header .ham-wrap.open .info .contact-info .item {
  color: #2C4142;
}
.header .ham-wrap.open .info .contact-info .item .tel-num {
  color: #2C4142;
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .magazine {
    border-bottom: 1px solid #B9C7C8;
  }
}
.header .ham-wrap.open .magazine__item {
  color: #2C4142;
}
.header .ham-wrap.open .magazine .button {
  background-color: #5F7F67;
  color: #FFF;
}
.header .ham-wrap.open .magazine .button::before {
  background-image: url(../images/common/arrow-white.svg);
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .facilities {
    border-bottom: 1px solid #B9C7C8;
  }
}
.header .ham-wrap.open .facilities__item {
  color: #2C4142;
}
.header .ham-wrap.open .facilities__item .link {
  color: #2C4142;
}
.header .ham-wrap.open .facilities__item .link::before {
  background-image: url(../images/common/arrow-black.svg);
}
@media screen and (max-width: 750px) {
  .header .ham-wrap.open .social {
    padding: 35px 0;
  }
}
@media screen and (max-width: 750px) {
  .header.pages .logo {
    width: 101px;
  }
}
@media screen and (max-width: 750px) {
  .header.pages .header-flex {
    background-color: #5F7F66;
    height: 50px;
  }
}
@media screen and (max-width: 750px) {
  .header.pages .header-flex .hamburger {
    left: -12px;
    top: 11px;
  }
}
@media screen and (max-width: 750px) {
  .header.pages .header-flex .hamburger .ham-clickable {
    font-size: 8px;
  }
}
@media screen and (max-width: 750px) {
  .header.pages .header-flex .hamburger .ham-clickable .lines {
    width: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .header.pages .header-flex .hamburger .ham-clickable .lines::before {
    width: 22px;
    top: -6px;
  }
}
@media screen and (max-width: 750px) {
  .header.pages .header-flex .hamburger .ham-clickable .lines::after {
    width: 22px;
    top: 6px;
  }
}

.gotop {
  background-color: #1B2424;
  position: relative;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: -99;
}
@media screen and (max-width: 750px) {
  .gotop {
    opacity: 1;
    z-index: 10;
  }
}
@media screen and (min-width: 751px) {
  .gotop {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    position: fixed;
    right: 49px;
    bottom: 49px;
    z-index: 90;
  }
}
.gotop:hover {
  opacity: 0.9;
}
.gotop.show {
  opacity: 1;
  z-index: 99;
}
.gotop::before {
  position: absolute;
  content: "";
  left: calc(50% - 50px);
  top: 19px;
  width: 12px;
  height: 13px;
  background-image: url(../images/common/arrow-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .gotop::before {
    left: 15px;
    top: 16px;
    width: 12px;
    height: 13px;
  }
}
.gotop .link {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.1em;
  background-color: #1B2424;
  padding: 15px 0 15px 25px;
  color: #FDFDFD;
  text-align: center;
  display: block;
}
@media screen and (min-width: 751px) {
  .gotop .link {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    font-size: 0;
  }
}
.gotop .link:hover {
  opacity: 1;
}

.error-404 {
  height: 500px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.error-404 .text {
  font-size: 20px;
  line-height: 1.7;
}

.main-visual .full {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .main-visual .lower {
    -o-object-fit: cover;
       object-fit: cover;
    height: 25vw;
    min-height: 90px;
  }
}

.zindex {
  position: relative;
  z-index: 10;
}/*# sourceMappingURL=common.css.map */

.pages.p_yoyaku {
  padding: 40px;
}