/* commonParts
---------------------------------------------------- */
#page-ttl {
  position: relative;
  width: 100%;
  height: 20rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl {
    height: 240px;
  }
}
#page-ttl.__low {
  height: 20rem;
}
@media screen and (max-width: 1199px) {
  #page-ttl.__low {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl.__low {
    height: 240px;
  }
}
#page-ttl .pgttl-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page-ttl .pgttl-inner h2 {
  font-size: max(2.375em, 3.25rem);
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 {
    font-size: min(7.6vw, 2.125em);
  }
}

.__breadcrumbs {
  box-shadow: 0px 0px 16px rgba(80, 80, 80, 0.1);
  padding: 0.2em 0;
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul {
    width: calc(100% - 20px);
  }
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-size: 0.9em;
}
.__breadcrumbs ul li::after {
  content: "|";
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs ul li.__txtlimit {
    max-width: 13em;
  }
}
.__breadcrumbs ul li a {
  color: #666;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.anchor-link-list ul {
  display: flex;
  flex-wrap: wrap;
}
.anchor-link-list ul li {
  margin-top: 0.6em;
  margin-right: 0.6em;
}
.anchor-link-list ul li a {
  color: #fff;
  background-color: #4e526b;
  font-size: 0.9em;
  padding: 0.2em 1.6em 0.4em;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50vh;
}
@media screen and (max-width: 1199px) {
  .anchor-link-list ul li a {
    font-size: 0.85em;
    padding: 0.1em 1.2em 0.2em;
  }
}

.attention-content {
  border: solid 2px #99be71;
  padding: 2.7em 2.4em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .attention-content {
    padding: 2em 1.6em;
  }
}
.attention-content h4 {
  text-align: center;
  color: #82be60;
  font-weight: 700;
}
.attention-content h4.__red {
  color: #c94a36;
}
.attention-content p {
  text-align: center;
  margin-top: 1.6em;
}
@media screen and (max-width: 991px) {
  .attention-content p {
    text-align: start;
  }
}

/* guide.html
---------------------------------------------------- */
.guide-intro .anchor-link-list {
  margin-top: -1em;
}
.guide-intro .attention-txt {
  margin-top: 3em;
}
.guide-intro .attention-txt p {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .guide-intro .attention-txt p {
    text-align: start;
  }
}
.guide-intro .attention-txt p a {
  display: inline;
}

.sec-guide-list {
  padding-bottom: 40px;
}
.sec-guide-list .guide-list-item {
  position: relative;
  border-top: solid 1px #e0e0e0;
}
.sec-guide-list .guide-list-item .guide-ttl {
  margin-top: 1em;
}
.sec-guide-list .guide-list-item .guide-content {
  margin-top: 2em;
}
.sec-guide-list .guide-list-item .guide-content .content-ttl {
  margin-bottom: 1.6em;
}
.sec-guide-list .guide-list-item .guide-content .content-ttl ul {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.sec-guide-list .guide-list-item .guide-content .content-txt {
  margin-top: 1em;
}
.sec-guide-list .guide-list-item .guide-content .content-txt p {
  margin-top: 1em;
}
.sec-guide-list .guide-list-item .guide-content .content-txt p.__center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content .content-txt p.__center {
    text-align: start;
  }
}
.sec-guide-list .guide-list-item .guide-content .content-txt p a {
  display: inline;
}
.sec-guide-list .guide-list-item .guide-content .content-txt ul {
  margin-top: 1em;
}
.sec-guide-list .guide-list-item .guide-content .content-link {
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content .content-link {
    display: block;
  }
}
.sec-guide-list .guide-list-item .guide-content .content-link .__linkbtn01 {
  width: calc(50% - 0.5em);
  max-width: 24em;
  border: solid 1px #99be71;
  padding: 0.8em 1em 1em;
  margin-top: 1em;
  margin-right: 1em;
}
.sec-guide-list .guide-list-item .guide-content .content-link .__linkbtn01:nth-of-type(2) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content .content-link .__linkbtn01 {
    width: 100%;
    margin-right: 0;
  }
}
.sec-guide-list .guide-list-item .guide-content .content-link .__linkbtn01 p {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
}
.sec-guide-list .guide-list-item .guide-content .content-link .__linkbtn01 a {
  width: 100%;
  justify-content: space-between;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content .content-link .__linkbtn01 a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.sec-guide-list .guide-list-item .guide-content .content-link .__linkbtn01 a span.__txt {
  margin-right: 0;
}
.sec-guide-list .guide-list-item .guide-content .__red {
  color: #c94a36;
}
.sec-guide-list .guide-list-item .guide-content .__green {
  color: #82be60;
}
.sec-guide-list .guide-list-item .guide-content .__note-mark {
  font-size: 0.8em;
}
.sec-guide-list .guide-list-item .guide-content .content-wrap {
  margin-top: 3em;
}
.sec-guide-list .guide-list-item .guide-content.__how-to-order .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-guide-list .guide-list-item .guide-content.__how-to-order .flex-wrap {
    display: block;
  }
}
.sec-guide-list .guide-list-item .guide-content.__how-to-order .flex-wrap .content-wrap {
  width: calc(50% - 3.75rem);
}
@media screen and (max-width: 1199px) {
  .sec-guide-list .guide-list-item .guide-content.__how-to-order .flex-wrap .content-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__how-to-order .flex-wrap .content-wrap.__tel {
    text-align: start;
  }
}
.sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .content-ttl h4 {
  line-height: 2em;
}
.sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .content-ttl h4::before {
  display: none;
}
.sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .content-ttl h4 span.__num {
  font-size: 1.75em;
  margin-right: 0.2em;
  transform: translateY(-0.125em);
}
@media screen and (max-width: 991px) {
  .sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .content-ttl h4 span.__num {
    font-size: 1.5em;
    transform: translateY(-0.1em);
  }
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .content-ttl h4 span.__num {
    font-size: 1.375em;
  }
}
.sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .flow-list ul.__order li {
  margin-top: 1em;
}
.sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .flow-list .content-txt ul {
  margin-top: 1.6em;
}
.sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .content-link {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__cart-guide .content-wrap .content-link {
    margin-top: 1.6em;
  }
}
.sec-guide-list .guide-list-item .guide-content.__payment-methods > .content-txt {
  margin-bottom: 4em;
}
.sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list {
  margin-top: 1em;
}
.sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul {
  display: flex;
  align-items: flex-start;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul {
    display: block;
  }
}
.sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul .bank-list-item {
  width: -moz-max-content;
  width: max-content;
  border: solid 1px #e0e0e0;
  padding: 0.8em 1.6em;
}
.sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul .bank-list-item:nth-of-type(1) {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul .bank-list-item {
    width: 100%;
    padding: 0.8em 1.2em;
  }
  .sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul .bank-list-item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul .bank-list-item dl dt {
  width: 7em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul .bank-list-item dl dt {
    font-size: 1em;
    padding-top: 0.4em;
  }
}
.sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul .bank-list-item dl dd {
  width: calc(100% - 7em);
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__payment-methods .content-wrap .bank-list ul .bank-list-item dl dd {
    border-left: solid 1px #8d908b;
    border-bottom: none;
    padding-left: 1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
  }
}
.sec-guide-list .guide-list-item .guide-content.__shipping-info {
  margin-top: 4em;
}
.sec-guide-list .guide-list-item .guide-content.__shipping-info .content-wrap .content-ttl h4 {
  border-bottom: none;
  padding: 0;
}
.sec-guide-list .guide-list-item .guide-content.__shipping-info .content-wrap .shipping-table {
  overflow-x: auto;
  margin-top: 1em;
}
.sec-guide-list .guide-list-item .guide-content.__shipping-info .content-wrap .attention-content h4 {
  text-align: start;
}
.sec-guide-list .guide-list-item .guide-content.__shipping-info .content-wrap .attention-content .detail-wrap {
  width: min(100%, 60em);
  margin: 0 auto;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__shipping-info .content-wrap .attention-content .detail-wrap {
    margin-top: 2em;
  }
}
.sec-guide-list .guide-list-item .guide-content.__shipping-info .content-wrap .content-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 2em;
}
.sec-guide-list .guide-list-item .guide-content.__contact .flex-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__contact .flex-wrap {
    display: block;
  }
}
.sec-guide-list .guide-list-item .guide-content.__contact .flex-wrap .content-wrap {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__contact .flex-wrap .content-wrap {
    margin-top: 3em;
  }
}
.sec-guide-list .guide-list-item .guide-content.__contact .flex-wrap .content-wrap.__mail {
  margin-left: 4em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__contact .flex-wrap .content-wrap.__mail {
    margin-left: 0;
    margin-top: 2em;
  }
}
@media screen and (max-width: 991px) {
  .sec-guide-list .guide-list-item .guide-content.__contact .flex-wrap .content-wrap.__mail .__linkbtn01 a span.__txt {
    margin-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__contact .flex-wrap .content-wrap.__mail .__linkbtn01 a span.__txt {
    margin-right: 0;
  }
}
.sec-guide-list .guide-list-item .guide-content.__contact .content-txt {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__contact .content-txt {
    margin-top: 2em;
  }
}
.sec-guide-list .guide-list-item .guide-content.__legal-notice {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__legal-notice {
    margin-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-guide-list .guide-list-item .guide-content.__legal-notice .content-wrap {
    margin-top: 0;
  }
}
.sec-guide-list .guide-list-item .guide-content.__legal-notice .content-wrap dl dd h4 {
  margin-top: 1em;
}
.sec-guide-list .guide-list-item .guide-content.__legal-notice .content-wrap dl dd h4:nth-child(1) {
  margin-top: 0;
}
.sec-guide-list .guide-list-item .guide-content.__legal-notice .content-wrap dl dd ul.__note {
  margin-top: 0.4em;
}

/* company.html
---------------------------------------------------- */
.sec-company01 .sec-ttl {
  margin-top: 1em;
}
.sec-company01 .sec-content {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-company01 .sec-content {
    margin-top: 2em;
  }
}

.sec-company02 {
  border-top: solid 1px #e0e0e0;
}
.sec-company02 .sec-content {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-content {
    margin-top: 3em;
  }
}
.sec-company02 .sec-content .map-wrap {
  width: 100%;
  height: 37.5rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .sec-company02 .sec-content .map-wrap {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .sec-company02 .sec-content .map-wrap {
    height: 360px;
  }
}
.sec-company02 .sec-content .map-wrap iframe {
  width: 100%;
  height: 100%;
}

/* kitei.html
---------------------------------------------------- */
.kitei-list ul .kitei-list-item {
  margin-top: 1em;
}
.kitei-list ul .kitei-list-item span.__num {
  display: inline-block;
  width: 1.5em;
}
.kitei-list .end-txt {
  margin-top: 3em;
}
.kitei-list .end-txt p {
  text-align: end;
  margin-top: 2em;
}
.kitei-list .end-txt p a {
  display: inline;
}/*# sourceMappingURL=sub.css.map */