@charset "UTF-8";

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

#header_wrap {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .pane-footer {
    margin-top: 0;
  }
}

header {
  background: #fff;
}

img {
  max-width: 100%;
}

.dph-wrap.-dp {
  position: relative;
}

.dph-wrap.-dp .p-deduction__inner {
  max-width: 101rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction__inner {
    max-width: 100%;
    padding: 0px 5vw;
  }
}

.dph-wrap.-dp .p-deduction-kv {
  background: url(../images/bg_hero_pc.jpg) no-repeat center;
  height: 65rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-kv {
    background: url(../images/bg_hero_sp.jpg) no-repeat center/cover;
    height: 121.5vw;
  }
}

.dph-wrap.-dp .p-deduction-kv__heading {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-1.8%);
  -ms-transform: translateX(-1.8%);
  transform: translateX(-1.8%);
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-kv__heading {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .dph-wrap.-dp .p-deduction-kv__heading img {
    width: 100vw;
    height: 110vw;
  }
}

.dph-wrap.-dp .p-deduction-content {
  padding: 9rem 0px 53.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content {
    padding: 13.75vw 0px 133.75vw;
  }
}

.dph-wrap.-dp .p-deduction-content__parallax {
  position: relative;
  z-index: -1;
}

.dph-wrap.-dp .p-deduction-content__parallax:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_content_pc.jpg) no-repeat top center/cover;
  content: "";
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__parallax:before {
    border-top: 10px solid #fff;
    background: url(../images/bg_content_sp.jpg) no-repeat top center/cover;
  }
}

.dph-wrap.-dp .p-deduction-content__inner {
  max-width: 72.1rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__inner {
    max-width: 100%;
    padding: 0 4.5vw 0 5vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane {
  background: url(../images/bg_ticket_pc.png) no-repeat center/contain;
  text-align: center;
  padding: 5.1rem 3rem 3.8rem 3.2rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane {
    background: url(../images/bg_ticket_sp.png) no-repeat;
    background-size: 100% 100%;
    padding: 9.5vw 5.25vw 7.25vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-icon {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-icon {
    width: 51.125vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-text {
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.76;
  letter-spacing: 0.102rem;
  color: #2f2f2f;
  margin-top: 5.1rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-text {
    font-size: 3.75vw;
    line-height: 1.67;
    letter-spacing: 0.225vw;
    margin-top: 7vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4.1rem 0px 4rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 7vw 0 11vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-box--items {
  width: calc((100% - 20px) / 2);
  padding: 1.9rem 1.8rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-box--items {
    width: 100%;
    height: auto;
    padding: 4.75vw 4.5vw 5.25vw;
  }

  .dph-wrap.-dp .p-deduction-content__plane-box--items:first-child {
    margin-bottom: 5vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-box--items:last-child {
  padding-bottom: 3.7rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-box--items:last-child {
    padding-bottom: 4.25vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-box--items_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.075rem;
  text-align: center;
  color: #ffffff;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1.6rem 0 1.4rem;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-box--items_ttl {
    font-size: 3.75vw;
    letter-spacing: 0.1875vw;
    margin-bottom: 4vw;
    padding: 4vw 0 3.5vw;
    border-radius: 1.25vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-box--items_txt {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: 0.084rem;
  text-align: justify;
  color: #2f2f2f;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-box--items_txt {
    font-size: 3.25vw;
    line-height: 1.54;
    letter-spacing: -0.0575vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-links {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0.196rem;
  color: #ffffff;
  padding-top: 3.2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-links {
    font-size: 3.25vw;
    line-height: 1.54;
    letter-spacing: 0.195vw;
    padding-top: 3vw;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-links--btn {
  color: #ffffff !important;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dph-wrap.-dp .p-deduction-content__plane-links--btn::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #ffffff;
}

.dph-wrap.-dp .p-deduction-content__plane-links--btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 16px;
  height: 13px;
  background: url(../images/icon_links.svg) no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-content__plane-links--btn::after {
    right: -5vw;
    width: 3.75vw;
    height: 3.25vw;
    background-size: contain;
  }
}

.dph-wrap.-dp .p-deduction-content__plane-links--btn:hover {
  text-decoration: none !important;
  opacity: 0.75;
}

.dph-wrap.-dp .p-deduction-destination {
  position: relative;
  z-index: 99;
  margin-top: -46.1rem;
  padding-top: 11.5rem;
}

.dph-wrap.-dp .p-deduction-destination::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_oblong_pc.png) no-repeat top center;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination::before {
    height: 96.875vw;
    background: url(../images/bg_oblong_sp.png) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination {
    margin-top: -123.25vw;
    padding-top: 13.25vw;
  }

  .dph-wrap.-dp .p-deduction-destination .p-deduction__inner {
    background: #ffffff;
  }
}

.dph-wrap.-dp .p-deduction-destination__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 14.5rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__heading {
    margin: 0 auto;
    padding-top: 24.75vw;
  }

  .dph-wrap.-dp .p-deduction-destination__heading img {
    width: 75.25vw;
    height: 7.5vw;
  }
}

.dph-wrap.-dp .p-deduction-destination__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.3rem;
  right: 0;
  margin: 0 auto;
  width: 7rem;
  height: 8rem;
  background: url(../images/icon_maps.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__heading::before {
    left: 0px;
    width: 13.5vw;
    height: 15.25vw;
    background-size: contain;
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink {
  margin-top: 7.6rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__anchorLink {
    margin-top: 11vw;
    margin-right: -3vw;
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.6rem 0 3.1rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__anchorLink-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 1.75vw;
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name {
  position: relative;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__anchorLink-name {
    width: 33.3333333333%;
    text-align: center;
    margin-bottom: 5.75vw;
  }

  .dph-wrap.-dp .p-deduction-destination__anchorLink-name:nth-child(3)::before {
    display: none;
  }

  .dph-wrap.-dp .p-deduction-destination__anchorLink-name:nth-child(6)::before {
    display: none;
  }

  .dph-wrap.-dp .p-deduction-destination__anchorLink-name:nth-child(9)::before {
    display: none;
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  width: 0.1rem;
  height: 2.4rem;
  background: #d4d4d4;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__anchorLink-name::before {
    right: 0.75vw;
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name:last-child::before {
  display: none;
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name--btn {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.12rem;
  color: #00146e !important;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__anchorLink-name--btn {
    font-size: 5vw;
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name--btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(../images/icon_arrow.png) no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name--btn::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background: #00146e;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__anchorLink-name--btn::after {
    bottom: 0px;
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name--btn:hover {
  text-decoration: none !important;
  opacity: 0.75;
}

.dph-wrap.-dp .p-deduction-destination__municipal {
  margin: 7.7rem 0px 0px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__municipal {
    margin: 8.75vw 0px 0px;
  }
}

.dph-wrap.-dp .p-deduction-destination__municipal--inner {
  max-width: 71rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__municipal--inner {
    max-width: 100%;
  }
}

.dph-wrap.-dp .p-deduction-destination__municipal--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__municipal--box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.dph-wrap.-dp .p-deduction-destination__municipal--box:first-child {
  padding-bottom: 2.1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #d4d4d4;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__municipal--box:first-child {
    padding-bottom: 5.25vw;
    margin-bottom: 4.75vw;
  }
}

.dph-wrap.-dp .p-deduction-destination__municipal--box-btn {
  width: 12rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.105rem;
  text-align: center;
  color: #ffffff;
  margin-right: 1.9rem;
  border-radius: 0.5rem;
  padding: 0.7rem 0px 0.6rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__municipal--box-btn {
    width: 26.25vw;
    font-size: 3.25vw;
    margin-right: 3.75vw;
    padding: 2.75vw 0px;
  }
}

.dph-wrap.-dp .p-deduction-destination__municipal--box-txt {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__municipal--box-txt {
    width: 57.5vw;
    font-size: 3.45vw;
    text-align: justify;
  }
}

.dph-wrap.-dp .p-deduction-destination__municipal--box-notice {
  margin-top: 15px;
  color: #2f2f2f;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-destination__municipal--box-notice {
    margin-top: 5.75vw;
  }
}

.dph-wrap.-dp .p-deduction-visit {
  background: #ffffff;
  padding: 4rem 0px 6.9rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit {
    padding: 5.75vw 0px 7.25vw;
  }

  .dph-wrap.-dp .p-deduction-visit .p-deduction__inner {
    padding-right: 4.5vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid #d4d4d4;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 7.25vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--headName {
  width: 18rem;
  border-right: 0.1rem solid #d4d4d4;
  padding-top: 3.3rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--headName {
    width: 100%;
    border-right: none;
    border-bottom: 0.1rem solid #d4d4d4;
    padding-bottom: 3.75vw;
    padding-top: 4.5vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--headName-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--headName-ttl {
    font-size: 5.5vw;
    line-height: 1.14;
    letter-spacing: 0.33vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity {
  width: 83rem;
  padding: 3rem 3rem 1rem 3.2rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--boxCity {
    width: 100%;
    padding: 5.25vw 2.75vw 1.75vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -0.7rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--boxCity-list {
    margin: 0px -0.875vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity-list li {
  width: 33.3333333333%;
  padding: 0px 0.7rem;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--boxCity-list li {
    width: 50%;
    padding: 0px 0.875vw;
    margin-bottom: 3vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity-list-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity-list-links:hover {
  text-decoration: none !important;
  opacity: 0.75;
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity-list-nameCity {
  width: 11.4rem;
  height: 9.4rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: 0.084rem;
  color: #ffffff !important;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--boxCity-list-nameCity {
    width: 25vw;
    height: 16vw;
    font-size: 3vw;
    letter-spacing: 0.18vw;
    border-top-left-radius: 1.25vw;
    border-bottom-left-radius: 1.25vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity-list-nameCity span {
  font-size: 1.2rem;
  letter-spacing: 0.072rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--boxCity-list-nameCity span {
    font-size: 3vw;
    letter-spacing: 0.18vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dph-wrap.-dp .p-deduction-visit__items--boxCity-list-img img {
  width: 13.2rem;
  height: 9.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--boxCity-list-img img {
    width: 16vw;
    height: 16vw;
    border-top-right-radius: 1.25vw;
    border-bottom-right-radius: 1.25vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items#kanto .p-deduction-visit__items--boxCity {
  padding-bottom: 2.2rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items#kanto .p-deduction-visit__items--boxCity {
    padding-bottom: 3.25vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items#kanto li {
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items#kanto li {
    margin-bottom: 2vw;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--hokkaido {
  border-left: 1rem solid #a7a6e6;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--hokkaido {
    border-left: none;
    border-top: 1.5vw solid #a7a6e6;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--hokkaido-color {
  color: #a7a6e6;
}

.dph-wrap.-dp .p-deduction-visit__items--tohoku {
  border-left: 1rem solid #84b8cf;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--tohoku {
    border-left: none;
    border-top: 1.5vw solid #84b8cf;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--tohoku-color {
  color: #84b8cf;
}

.dph-wrap.-dp .p-deduction-visit__items--kanto {
  border-left: 1rem solid #9fd0ad;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--kanto {
    border-left: none;
    border-top: 1.5vw solid #9fd0ad;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--kanto-color {
  color: #9fd0ad;
}

.dph-wrap.-dp .p-deduction-visit__items--chubu {
  border-left: 1rem solid #c7d680;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--chubu {
    border-left: none;
    border-top: 1.5vw solid #c7d680;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--chubu-color {
  color: #c7d680;
}

.dph-wrap.-dp .p-deduction-visit__items--kinki {
  border-left: 1rem solid #ddd36a;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--kinki {
    border-left: none;
    border-top: 1.5vw solid #ddd36a;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--kinki-color {
  color: #ddd36a;
}

.dph-wrap.-dp .p-deduction-visit__items--china {
  border-left: 1rem solid #e0bf68;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--china {
    border-left: none;
    border-top: 1.5vw solid #e0bf68;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--china-color {
  color: #e0bf68;
}

.dph-wrap.-dp .p-deduction-visit__items--shikoku {
  border-left: 1rem solid #deb4a3;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--shikoku {
    border-left: none;
    border-top: 1.5vw solid #deb4a3;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--shikoku-color {
  color: #deb4a3;
}

.dph-wrap.-dp .p-deduction-visit__items--kyushu {
  border-left: 1rem solid #d3a8c8;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--kyushu {
    border-left: none;
    border-top: 1.5vw solid #d3a8c8;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--kyushu-color {
  color: #d3a8c8;
}

.dph-wrap.-dp .p-deduction-visit__items--okinawa {
  border-left: 1rem solid #b594d7;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-visit__items--okinawa {
    border-left: none;
    border-top: 1.5vw solid #b594d7;
  }
}

.dph-wrap.-dp .p-deduction-visit__items--okinawa-color {
  color: #b594d7;
}

.dph-wrap.-dp .p-deduction-buttonReturn {
  background: #f7f6f0;
  padding: 6.1rem 0 9rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-buttonReturn {
    padding: 10.25vw 0;
  }
}

.dph-wrap.-dp .p-deduction-buttonReturn__btn {
  display: block;
  position: relative;
  width: 35rem;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.102rem;
  text-align: center;
  color: #00146e !important;
  border-radius: 3.5rem;
  border: solid 0.2rem #00146e;
  background-color: #fff;
  padding: 2.6rem 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-buttonReturn__btn {
    width: 90vw;
    font-size: 4.5vw;
    line-height: 0.67;
    letter-spacing: 0.27vw;
    padding: 7.5vw 0px 7vw;
  }
}

.dph-wrap.-dp .p-deduction-buttonReturn__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.7rem;
  width: 0.8rem;
  height: 1.2rem;
  background: url(../images/img_btn_arrow_pcsp.png) no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .p-deduction-buttonReturn__btn::after {
    right: 6.75vw;
    width: 2vw;
    height: 3vw;
  }
}

.dph-wrap.-dp .p-deduction-buttonReturn__btn:hover {
  opacity: 0.75;
  text-decoration: none !important;
}

.dph-wrap.-dp .p-deduction__borderBlue {
  border: 0.2rem solid #001464;
}

.dph-wrap.-dp .p-deduction__borderOrange {
  border: 0.2rem solid #ed782f;
}

.dph-wrap.-dp .p-deduction__bgBlue {
  background-color: #00146e;
}

.dph-wrap.-dp .p-deduction__bgBlue2 {
  background-color: #001464;
}

.dph-wrap.-dp .p-deduction__bgOrange {
  background-color: #ed782f;
}

.dph-wrap.-dp .cpsite_feature_banner {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .dph-wrap.-dp .coupon_banner_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .coupon_banner_pc {
    display: none;
  }
}

.dph-wrap.-dp {
  /***************************************
  下部バナー
  ***************************************/
}

.dph-wrap.-dp .recommend-banner {
  padding: 40px 0 50px;
}

.dph-wrap.-dp .recommend-banner .recommend-banner-header {
  max-width: 1010px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dph-wrap.-dp .recommend-banner .recommend-banner-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.16rem;
  color: #00146e;
  margin: 1rem 0;
}

.dph-wrap.-dp .recommend-banner .recommend-banner-inner {
  width: 1010px;
  display: flex;
  margin: 0 auto;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.dph-wrap.-dp .recommend-banner .recommend-banner-inner a {
  width: calc((100% - 25px) / 2);
}

.dph-wrap.-dp {
  /* sp */
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .recommend-banner {
    padding: 0px 0 30px;
  }

  .dph-wrap.-dp .recommend-banner .recommend-banner-header {
    width: calc(100% - 0px);
  }

  .dph-wrap.-dp .recommend-banner .recommend-banner-ttl {
    font-size: 20px;
  }

  .dph-wrap.-dp .recommend-banner .recommend-banner-inner {
    width: 100%;
    margin-top: 20px;
  }

  .dph-wrap.-dp .recommend-banner .recommend-banner-inner a {
    width: 100%;
  }
}

.dph-wrap.-dp {}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

header,
.p-gnavi {
  background: #fff;
}

img {
  max-width: 100%;
}

.dph-wrap.-hotel .p-deduction__inner {
  max-width: 101rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction__inner {
    max-width: 100%;
    padding: 0px 5vw;
  }
}

.dph-wrap.-hotel .p-deduction-kv {
  background: url(/cms/introduction/hotel/images/bg_hero_pc.jpg) no-repeat center;
  height: 65rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-kv {
    background: url(/cms/introduction/hotel/images/bg_hero_sp.jpg) no-repeat center/cover;
    height: 121.5vw;
  }
}

.dph-wrap.-hotel .p-deduction-kv__heading {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-kv__heading {
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-53%);
    transform: translateY(-53%);
  }

  .dph-wrap.-hotel .p-deduction-kv__heading img {
    width: 97.5vw;
  }
}

.dph-wrap.-hotel .p-deduction-content {
  background: url(/cms/introduction/hotel/images/bg_intro_pc.jpg) no-repeat top center/cover;
  padding: 11.4rem 0px 38.1rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-content {
    background: url(/cms/introduction/hotel/images/bg_intro_sp.jpg) no-repeat top center/cover;
    padding: 12.75vw 0px 67.75vw;
  }
}

.dph-wrap.-hotel .p-deduction-content__inner {
  max-width: 72.1rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-content__inner {
    max-width: 100%;
    padding: 0 5vw;
  }
}

.dph-wrap.-hotel .p-deduction-content__intro {
  text-align: center;
}

.dph-wrap.-hotel .p-deduction-content__intro--text {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.94;
  letter-spacing: 0.144rem;
  color: #2f2f2f;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-content__intro--text {
    font-size: 4vw;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 9.75vw;
  }
}

.dph-wrap.-hotel .p-deduction-content__intro img {
  width: 17.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-content__intro img {
    width: 43.5vw;
  }
}

.dph-wrap.-hotel .p-deduction-destination {
  position: relative;
  z-index: 99;
  margin-top: -22.8rem;
  padding-top: 14.8rem;
}

.dph-wrap.-hotel .p-deduction-destination::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(/cms/introduction/hotel/images/bg_oblong_pc.png) no-repeat top center;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination::before {
    height: 96.875vw;
    background: url(/cms/introduction/hotel/images/bg_oblong_sp.png) no-repeat top center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination {
    margin-top: -22.5vw;
    padding-top: 13.25vw;
  }

  .dph-wrap.-hotel .p-deduction-destination .p-deduction__inner {
    background: #ffffff;
  }
}

.dph-wrap.-hotel .p-deduction-destination__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 14.5rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__heading {
    margin: 0 auto;
    padding-top: 24.75vw;
  }

  .dph-wrap.-hotel .p-deduction-destination__heading img {
    width: 75.25vw;
    height: 7.5vw;
  }
}

.dph-wrap.-hotel .p-deduction-destination__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.3rem;
  right: 0;
  margin: 0 auto;
  width: 7rem;
  height: 8rem;
  background: url(/cms/introduction/hotel/images/icon_maps.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__heading::before {
    left: 0px;
    width: 13.5vw;
    height: 15.25vw;
    background-size: contain;
  }
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink {
  margin-top: 7.8rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__anchorLink {
    margin-top: 11vw;
    margin-right: -1.5vw;
  }
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.6rem 0 3.1rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__anchorLink-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 1.75vw;
  }
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink-name {
  position: relative;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__anchorLink-name {
    width: 33.3333333333%;
    text-align: center;
    margin-bottom: 5.75vw;
  }

  .dph-wrap.-hotel .p-deduction-destination__anchorLink-name:nth-child(3)::before {
    display: none;
  }

  .dph-wrap.-hotel .p-deduction-destination__anchorLink-name:nth-child(6)::before {
    display: none;
  }

  .dph-wrap.-hotel .p-deduction-destination__anchorLink-name:nth-child(9)::before {
    display: none;
  }
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink-name::before {
  content: "";
  position: absolute;
  top: 0;
  right: -3rem;
  width: 0.1rem;
  height: 2.4rem;
  background: #d4d4d4;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__anchorLink-name::before {
    right: 0.75vw;
  }
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink-name:last-child::before {
  display: none;
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink-name--btn {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.12rem;
  color: #00146e !important;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__anchorLink-name--btn {
    font-size: 5vw;
  }
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink-name--btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: url(/cms/introduction/hotel/images/icon_arrow.png) no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink-name--btn::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.1rem;
  background: #00146e;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__anchorLink-name--btn::after {
    bottom: 0px;
  }
}

.dph-wrap.-hotel .p-deduction-destination__anchorLink-name--btn:hover {
  text-decoration: none !important;
  opacity: 0.75;
}

.dph-wrap.-hotel .p-deduction-destination__notice {
  position: relative;
  margin-top: 30px;
  color: #2f2f2f;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-destination__notice {
    margin-top: 0;
  }
}

.dph-wrap.-hotel .p-deduction-visit {
  background: #ffffff;
  padding: 7rem 0px 11rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit {
    padding: 5.75vw 0px 10vw;
  }

  .dph-wrap.-hotel .p-deduction-visit .p-deduction__inner {
    padding: 0 4.75vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.1rem solid #d4d4d4;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-bottom: 7.5vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--headName {
  width: 18rem;
  border-right: 0.1rem solid #d4d4d4;
  padding: 3.3rem 0;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--headName {
    width: 100%;
    border-right: none;
    border-bottom: 0.1rem solid #d4d4d4;
    padding-bottom: 3.75vw;
    padding-top: 4.5vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--headName-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--headName-ttl {
    font-size: 5.5vw;
    line-height: 1.14;
    letter-spacing: 0.33vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity {
  width: 83rem;
  padding: 3rem 3rem 1rem 3.2rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--boxCity {
    width: 100%;
    padding: 5.25vw 2.75vw 2vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -0.7rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--boxCity-list {
    margin: 0px -0.875vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity-list li {
  width: 33.3333333333%;
  padding: 0px 0.7rem;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--boxCity-list li {
    width: 50%;
    padding: 0px 0.875vw;
    margin-bottom: 3vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-links:hover {
  text-decoration: none !important;
  opacity: 0.75;
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-nameCity {
  width: 11.4rem;
  height: 9.4rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: 0.084rem;
  color: #ffffff !important;
  text-align: center;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-nameCity {
    width: 25vw;
    height: 16vw;
    font-size: 3vw;
    letter-spacing: 0.18vw;
    border-top-left-radius: 1.25vw;
    border-bottom-left-radius: 1.25vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-nameCity span {
  font-size: 1.2rem;
  letter-spacing: 0.072rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-nameCity span {
    font-size: 3vw;
    letter-spacing: 0.18vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-img img {
  width: 13.2rem;
  height: 9.4rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--boxCity-list-img img {
    width: 16vw;
    height: 16vw;
    border-top-right-radius: 1.25vw;
    border-bottom-right-radius: 1.25vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items#kanto .p-deduction-visit__items--boxCity {
  padding-bottom: 2.2rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items#kanto .p-deduction-visit__items--boxCity {
    padding-bottom: 3.25vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items#kanto li {
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items#kanto li {
    margin-bottom: 2vw;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--hokkaido {
  border-left: 1rem solid #a7a6e6;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--hokkaido {
    border-left: none;
    border-top: 1.5vw solid #a7a6e6;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--hokkaido-color {
  color: #a7a6e6;
}

.dph-wrap.-hotel .p-deduction-visit__items--tohoku {
  border-left: 1rem solid #84b8cf;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--tohoku {
    border-left: none;
    border-top: 1.5vw solid #84b8cf;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--tohoku-color {
  color: #84b8cf;
}

.dph-wrap.-hotel .p-deduction-visit__items--kanto {
  border-left: 1rem solid #9fd0ad;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--kanto {
    border-left: none;
    border-top: 1.5vw solid #9fd0ad;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--kanto-color {
  color: #9fd0ad;
}

.dph-wrap.-hotel .p-deduction-visit__items--chubu {
  border-left: 1rem solid #c7d680;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--chubu {
    border-left: none;
    border-top: 1.5vw solid #c7d680;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--chubu-color {
  color: #c7d680;
}

.dph-wrap.-hotel .p-deduction-visit__items--kinki {
  border-left: 1rem solid #ddd36a;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--kinki {
    border-left: none;
    border-top: 1.5vw solid #ddd36a;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--kinki-color {
  color: #ddd36a;
}

.dph-wrap.-hotel .p-deduction-visit__items--china {
  border-left: 1rem solid #e0bf68;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--china {
    border-left: none;
    border-top: 1.5vw solid #e0bf68;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--china-color {
  color: #e0bf68;
}

.dph-wrap.-hotel .p-deduction-visit__items--shikoku {
  border-left: 1rem solid #deb4a3;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--shikoku {
    border-left: none;
    border-top: 1.5vw solid #deb4a3;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--shikoku-color {
  color: #deb4a3;
}

.dph-wrap.-hotel .p-deduction-visit__items--kyushu {
  border-left: 1rem solid #d3a8c8;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--kyushu {
    border-left: none;
    border-top: 1.5vw solid #d3a8c8;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--kyushu-color {
  color: #d3a8c8;
}

.dph-wrap.-hotel .p-deduction-visit__items--okinawa {
  border-left: 1rem solid #b594d7;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-visit__items--okinawa {
    border-left: none;
    border-top: 1.5vw solid #b594d7;
  }
}

.dph-wrap.-hotel .p-deduction-visit__items--okinawa-color {
  color: #b594d7;
}

.dph-wrap.-hotel .p-deduction-travel {
  height: 108rem;
  padding-top: 7.5rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel {
    height: 330.5vw;
    padding: 7.25vw 0px 16vw;
  }
}

.dph-wrap.-hotel .p-deduction-travel::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/cms/introduction/hotel/images/bg_travel_pc_01.jpg) no-repeat bottom center/cover;
  content: "";
}

@media screen and (max-width: 1100px) {
  .dph-wrap.-hotel .p-deduction-travel::before {
    background: url(/cms/introduction/hotel/images/bg_travel_pc.jpg) no-repeat bottom center/cover;
  }
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel::before {
    border-top: 10px solid #fff;
    background: url(/cms/introduction/hotel/images/bg_travel_sp.jpg) no-repeat bottom center/cover;
  }
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel .p-deduction__inner {
    padding: 0;
  }
}

.dph-wrap.-hotel .p-deduction-travel__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4.6rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__heading {
    width: 98vw;
    margin: 0 auto 5.75vw;
  }
}

.dph-wrap.-hotel .p-deduction-travel__text {
  font-size: 1.8rem;
  line-height: 1.94;
  letter-spacing: 0.108rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 1.6rem #00146e;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__text {
    font-size: 3.75vw;
    line-height: 1.67;
    letter-spacing: 0.225vw;
  }
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.3rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__boxdetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 5.75vw;
  }
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail--items {
  width: 35.6rem;
  position: relative;
  background: url(/cms/introduction/hotel/images/image_travel_box_pc.png) no-repeat;
  padding: 4.6rem 2.8rem 3rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__boxdetail--items {
    width: 98.75vw;
    height: 113.625vw;
    background: url(/cms/introduction/hotel/images/image_travel_box_sp.png) no-repeat center/cover;
    margin: 0px auto;
    padding: 11.5vw 7vw 7.5vw;
  }

  .dph-wrap.-hotel .p-deduction-travel__boxdetail--items:last-child {
    margin-top: -3.75vw;
  }
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail--items:first-child {
  margin-right: -1rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__boxdetail--items:first-child {
    margin-right: auto;
  }
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail--items-images {
  position: relative;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__boxdetail--items-images {
    width: 85vw;
    margin: 0 auto;
  }
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail--items-txt {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: 0.04rem;
  text-align: center;
  color: #202020;
  margin-top: 2rem;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__boxdetail--items-txt {
    font-size: 3.75vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail--items-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__boxdetail--items-button {
    bottom: 6.5vw;
  }
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail--items-button.btn-none {
  display: none;
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail--items-button-btn {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.096rem;
  text-align: center;
  color: #fffefe !important;
  width: 22.2rem;
  display: block;
  border-radius: 2rem;
  background: #00146e;
  padding: 0.9rem 0px 0.7rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-travel__boxdetail--items-button-btn {
    width: 55.75vw;
    font-size: 4vw;
    line-height: 1.39;
    letter-spacing: 0.27vw;
    padding: 2vw 0px;
    border-radius: 5vw;
  }
}

@media screen and (max-width: 1100px) {
  .dph-wrap.-hotel .p-deduction-travel__boxdetail--items-button-btn {
    padding: 1rem 0px;
    border-radius: 3rem;
  }
}

.dph-wrap.-hotel .p-deduction-travel__boxdetail--items-button-btn:hover {
  text-decoration: none !important;
  opacity: 0.75;
}

.dph-wrap.-hotel .p-deduction-buttonReturn {
  background: #f7f6f0;
  padding: 7.1rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-buttonReturn {
    padding: 10.25vw 0;
  }
}

.dph-wrap.-hotel .p-deduction-buttonReturn__btn {
  display: block;
  position: relative;
  width: 35rem;
  margin: 0 auto;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.102rem;
  text-align: center;
  color: #00146e !important;
  border-radius: 3.5rem;
  border: solid 0.2rem #00146e;
  background-color: #fff;
  padding: 2.6rem 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-buttonReturn__btn {
    width: 90vw;
    font-size: 4.5vw;
    line-height: 0.67;
    letter-spacing: 0.27vw;
    padding: 7.5vw 0px 7vw;
  }
}

.dph-wrap.-hotel .p-deduction-buttonReturn__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.7rem;
  width: 0.8rem;
  height: 1.2rem;
  background: url(/cms/introduction/hotel/images/img_btn_arrow_pcsp.png) no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .p-deduction-buttonReturn__btn::after {
    right: 6.75vw;
    width: 2vw;
    height: 3vw;
  }
}

.dph-wrap.-hotel .p-deduction-buttonReturn__btn:hover {
  opacity: 0.75;
  text-decoration: none !important;
}

.dph-wrap.-hotel .p-deduction__borderBlue {
  border: 0.2rem solid #007cbf;
}

.dph-wrap.-hotel .p-deduction__borderOrange {
  border: 0.2rem solid #ed782f;
}

.dph-wrap.-hotel .p-deduction__bgBlue {
  background-color: #007cbf;
}

.dph-wrap.-hotel .p-deduction__bgBlue2 {
  background-color: #007cbf;
}

.dph-wrap.-hotel .p-deduction__bgOrange {
  background-color: #ed782f;
}

.dph-wrap.-hotel {
  /***************************************
  下部バナー
  ***************************************/
}

.dph-wrap.-hotel .recommend-banner {
  padding: 40px 0 50px;
}

.dph-wrap.-hotel .recommend-banner .recommend-banner-header {
  max-width: 1010px;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dph-wrap.-hotel .recommend-banner .recommend-banner-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.16rem;
  color: #00146e;
  margin: 1rem 0;
}

.dph-wrap.-hotel .recommend-banner .recommend-banner-inner {
  width: 1010px;
  display: flex;
  margin: 0 auto;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.dph-wrap.-hotel .recommend-banner .recommend-banner-inner a {
  width: calc((100% - 25px) / 2);
}

.dph-wrap.-hotel {
  /* sp */
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .recommend-banner {
    padding: 0px 0 30px;
  }

  .dph-wrap.-hotel .recommend-banner .recommend-banner-header {
    width: calc(100% - 0px);
  }

  .dph-wrap.-hotel .recommend-banner .recommend-banner-ttl {
    font-size: 20px;
  }

  .dph-wrap.-hotel .recommend-banner .recommend-banner-inner {
    width: 100%;
    margin-top: 20px;
  }

  .dph-wrap.-hotel .recommend-banner .recommend-banner-inner a {
    width: 100%;
  }
}

.dph-wrap.-hotel {}

.dph-wrap.-dp .dph-heading,
.dph-wrap.-hotel .dph-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}

.dph-wrap.-dp .dph-heading--main,
.dph-wrap.-hotel .dph-heading--main {
  position: relative;
  display: block;
  color: #081570;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.dph-wrap.-dp .dph-heading--main>small,
.dph-wrap.-hotel .dph-heading--main>small {
  font-size: 36px;
}

.dph-wrap.-dp .dph-heading--main::before,
.dph-wrap.-dp .dph-heading--main::after,
.dph-wrap.-hotel .dph-heading--main::before,
.dph-wrap.-hotel .dph-heading--main::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(460px, (100vw - 100% - 130px) / 2);
  height: 4px;
  background: url(/cms/introduction/hotel/images/2026/dots.png) repeat-x center/contain;
}

.dph-wrap.-dp .dph-heading--main::before,
.dph-wrap.-hotel .dph-heading--main::before {
  right: calc(100% + 45px);
}

.dph-wrap.-dp .dph-heading--main::after,
.dph-wrap.-hotel .dph-heading--main::after {
  left: calc(100% + 45px);
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading--main,
  .dph-wrap.-hotel .dph-heading--main {
    font-size: 24px;
  }

  .dph-wrap.-dp .dph-heading--main::before,
  .dph-wrap.-dp .dph-heading--main::after,
  .dph-wrap.-hotel .dph-heading--main::before,
  .dph-wrap.-hotel .dph-heading--main::after {
    width: min(60px, (100vw - 100% - 44px) / 2);
  }

  .dph-wrap.-dp .dph-heading--main::before,
  .dph-wrap.-hotel .dph-heading--main::before {
    right: calc(100% + 14px);
  }

  .dph-wrap.-dp .dph-heading--main::after,
  .dph-wrap.-hotel .dph-heading--main::after {
    left: calc(100% + 14px);
  }
}

.dph-wrap.-dp .dph-heading--sub,
.dph-wrap.-hotel .dph-heading--sub {
  display: block;
  color: #00146e;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading--sub,
  .dph-wrap.-hotel .dph-heading--sub {
    font-size: 14px;
  }
}

.dph-wrap.-dp .dph-heading--en,
.dph-wrap.-hotel .dph-heading--en {
  display: block;
  color: #ba8f00;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading--en,
  .dph-wrap.-hotel .dph-heading--en {
    font-size: 12px;
    margin-top: 8px;
  }
}

.dph-wrap.-dp .dph-heading.-yu .dph-heading--main,
.dph-wrap.-hotel .dph-heading.-yu .dph-heading--main {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 36px;
  color: #00146e;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading.-yu .dph-heading--main,
  .dph-wrap.-hotel .dph-heading.-yu .dph-heading--main {
    font-size: 20px;
  }
}

.dph-wrap.-dp .dph-heading.-yu .dph-heading--sub,
.dph-wrap.-hotel .dph-heading.-yu .dph-heading--sub {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.dph-wrap.-dp .dph-kv,
.dph-wrap.-hotel .dph-kv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, #fafafa, #f3fbfe);
  padding: 60px 0 70px;
  min-height: 511px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv,
  .dph-wrap.-hotel .dph-kv {
    padding: 12px 0 45px;
  }
}

.dph-wrap.-dp .dph-kv--inner,
.dph-wrap.-hotel .dph-kv--inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  gap: 0;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--inner,
  .dph-wrap.-hotel .dph-kv--inner {
    flex-direction: column;
    gap: 37px;
    padding: 0 18px;
  }
}

.dph-wrap.-dp .dph-kv--illust,
.dph-wrap.-hotel .dph-kv--illust {
  flex-shrink: 0;
}

.dph-wrap.-dp .dph-kv--illust img,
.dph-wrap.-hotel .dph-kv--illust img {
  display: block;
  width: 278px;
  height: auto;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--illust img,
  .dph-wrap.-hotel .dph-kv--illust img {
    width: 100%;
  }
}

.dph-wrap.-dp .dph-kv--body,
.dph-wrap.-hotel .dph-kv--body {
  width: 100%;
  min-width: 0;
  padding: 37px 0 20px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--body,
  .dph-wrap.-hotel .dph-kv--body {
    width: 100%;
    padding: 0;
  }
}

.dph-wrap.-dp .dph-kv--body .dph-kv--catch,
.dph-wrap.-hotel .dph-kv--body .dph-kv--catch {
  margin: 0;
}

.dph-wrap.-dp .dph-kv--title,
.dph-wrap.-hotel .dph-kv--title {
  display: inline-block;
  position: relative;
  color: #081570;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0 58px 45px 30px;
}

.dph-wrap.-dp .dph-kv--title::after,
.dph-wrap.-hotel .dph-kv--title::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1022px;
  height: 34px;
  margin-top: 6px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1022px 34px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--title,
  .dph-wrap.-hotel .dph-kv--title {
    font-size: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    width: 100%;
    padding: 0 0 45px;
  }

  .dph-wrap.-dp .dph-kv--title::after,
  .dph-wrap.-hotel .dph-kv--title::after {
    width: 100%;
    max-width: 100%;
    height: calc(34 * 100vw / var(--base-width-sp));
    margin: 8px auto 0;
    background-position: center top;
    background-size: contain;
  }
}

.dph-wrap.-dp .dph-kv--catch,
.dph-wrap.-hotel .dph-kv--catch {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin: 52px 0 0;
  padding: 0 0 0 145px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--catch,
  .dph-wrap.-hotel .dph-kv--catch {
    font-size: 19px;
    margin-top: 14px;
    padding: 0;
  }
}

.dph-wrap.-dp .dph-kv--catchLead,
.dph-wrap.-hotel .dph-kv--catchLead {
  letter-spacing: 0.08em;
}

.dph-wrap.-dp .dph-kv--catchPrice,
.dph-wrap.-hotel .dph-kv--catchPrice {
  color: #d75170;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--catchPrice,
  .dph-wrap.-hotel .dph-kv--catchPrice {
    font-size: 30px;
  }
}

.dph-wrap.-dp .dph-kv--catchYen,
.dph-wrap.-hotel .dph-kv--catchYen {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--catchYen,
  .dph-wrap.-hotel .dph-kv--catchYen {
    font-size: 18px;
  }
}

.dph-wrap.-dp .dph-kv--catchNote,
.dph-wrap.-hotel .dph-kv--catchNote {
  font-size: 14px;
  vertical-align: super;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--catchNote,
  .dph-wrap.-hotel .dph-kv--catchNote {
    font-size: 11px;
  }
}

.dph-wrap.-dp .dph-kv--catchSub,
.dph-wrap.-hotel .dph-kv--catchSub {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--catchSub,
  .dph-wrap.-hotel .dph-kv--catchSub {
    font-size: 12px;
  }
}

.dph-wrap.-dp .dph-kv--line,
.dph-wrap.-hotel .dph-kv--line {
  position: relative;
  height: 48px;
  margin-top: 6px;
}

.dph-wrap.-dp .dph-kv--line::before,
.dph-wrap.-hotel .dph-kv--line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 44px;
  top: 50%;
  border-top: 2px solid;
  border-image: linear-gradient(90deg, #7fc9a5 0%, #081570 60%) 1;
}

.dph-wrap.-dp .dph-kv--linePlane,
.dph-wrap.-hotel .dph-kv--linePlane {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  height: auto;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-kv--linePlane,
  .dph-wrap.-hotel .dph-kv--linePlane {
    width: 62px;
  }
}

.dph-wrap.-dp .dph-kv--title::after {
  background-image: url("/cms/introduction/hotel/images/2026/border_heading01_dpc.png");
}

@media screen and (max-width: 767px) {
  .dph-wrap.-dp .dph-kv--title::after {
    background-image: url("/cms/introduction/hotel/images/2026/border_heading01_dpc_sp.png");
  }
}

.dph-wrap.-hotel .dph-kv--title::after {
  background-image: url("/cms/feature/producer/2022/08/assets/images/new/border_heading01_hotel.png");
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .dph-kv--title::after {
    background-image: url("/cms/feature/producer/2022/08/assets/images/new/border_heading01_hotel_sp.png");
  }
}

.dph-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: none;
}

@media screen and (max-width: 767px) {
  .dph-menu {
    display: block;
  }
}

.dph-menu.is-visible {
  display: block;
}

.dph-menu--head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  height: 46px;
  margin-left: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.05em;
  background: #081570;
  border-top-left-radius: 25px;
  cursor: pointer;
}

.dph-menu--head::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0;
  border-color: #fff transparent transparent;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .dph-menu--head::after {
    transform: rotate(0);
  }
}

.dph-menu--body {
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  .dph-menu--body {
    grid-template-rows: 0fr;
  }
}

.dph-menu--body-inner {
  overflow: hidden;
  min-height: 0;
  padding: 10px 30px;
  background: #fff;
  border: 3px solid #081570;
  border-bottom: none;
  border-top-left-radius: 30px;
  transition: padding 0.2s ease-out, border-width 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  .dph-menu--body-inner {
    padding-top: 0;
    padding-bottom: 0;
    border-top-width: 0;
  }
}

.dph-menu--body a {
  position: relative;
  display: block;
  min-width: 230px;
  padding: 15px 24px 15px 0;
  color: #081570;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 2px solid #081570;
}

.dph-menu--body a:last-child {
  border-bottom: none;
}

.dph-menu--body a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0;
  border-color: #081570 transparent transparent;
  transform: translateY(-50%);
}

.dph-menu.is-open .dph-menu--head::after {
  transform: rotate(0);
}

@media screen and (max-width: 767px) {
  .dph-menu.is-open .dph-menu--head::after {
    transform: rotate(180deg);
  }
}

.dph-menu.is-open .dph-menu--body {
  grid-template-rows: 0fr;
}

@media screen and (max-width: 767px) {
  .dph-menu.is-open .dph-menu--body {
    grid-template-rows: 1fr;
  }
}

.dph-menu.is-open .dph-menu--body-inner {
  padding-top: 0;
  padding-bottom: 0;
  border-top-width: 0;
}

@media screen and (max-width: 767px) {
  .dph-menu.is-open .dph-menu--body-inner {
    padding: 10px 30px;
    border-top-width: 3px;
  }
}

.dph-wrap.-dp .dph-concept .dph-circleArrow,
.dph-wrap.-hotel .dph-concept .dph-circleArrow {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0166c1;
  position: relative;
}

.dph-wrap.-dp .dph-concept .dph-circleArrow::before,
.dph-wrap.-hotel .dph-concept .dph-circleArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.dph-wrap.-dp .dph-concept .dph-circleArrow.-down::before,
.dph-wrap.-hotel .dph-concept .dph-circleArrow.-down::before {
  transform: translate(-50%, -65%) rotate(45deg);
}

.dph-wrap.-dp .dph-concept .dph-circleArrow.-right::before,
.dph-wrap.-hotel .dph-concept .dph-circleArrow.-right::before {
  transform: translate(-65%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept .dph-circleArrow,
  .dph-wrap.-hotel .dph-concept .dph-circleArrow {
    width: 26px;
    height: 26px;
  }

  .dph-wrap.-dp .dph-concept .dph-circleArrow::before,
  .dph-wrap.-hotel .dph-concept .dph-circleArrow::before {
    width: 7px;
    height: 7px;
  }
}

.dph-wrap.-dp .dph-concept,
.dph-wrap.-hotel .dph-concept {
  background: #fff url("/cms/feature/producer/2022/08/assets/images/new/bg_pattern.jpg") repeat left top;
  padding: 100px 0 115px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept,
  .dph-wrap.-hotel .dph-concept {
    padding: 44px 0 45px;
  }
}

.dph-wrap.-dp .dph-concept--inner,
.dph-wrap.-hotel .dph-concept--inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept--inner,
  .dph-wrap.-hotel .dph-concept--inner {
    padding: 0 25px;
  }
}

.dph-wrap.-dp .dph-concept--lead,
.dph-wrap.-hotel .dph-concept--lead {
  color: #081570;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  margin: 19px 0 0;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept--lead,
  .dph-wrap.-hotel .dph-concept--lead {
    font-size: 16px;
    margin-top: 22px;
  }
}

.dph-wrap.-dp .dph-concept--aboutBtn,
.dph-wrap.-hotel .dph-concept--aboutBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 390px;
  min-height: 80px;
  margin: 35px auto 0;
  border-radius: 38px;
  background: linear-gradient(90deg, #1d6fd0 0%, #081da0 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept--aboutBtn,
  .dph-wrap.-hotel .dph-concept--aboutBtn {
    display: none !important;
  }
}

.dph-wrap.-dp .dph-concept--aboutBtn .dph-circleArrow,
.dph-wrap.-hotel .dph-concept--aboutBtn .dph-circleArrow {
  width: 34px;
  height: 34px;
  background: #fff;
  flex-shrink: 0;
  position: absolute;
  right: 18px;
}

.dph-wrap.-dp .dph-concept--aboutBtn .dph-circleArrow::before,
.dph-wrap.-hotel .dph-concept--aboutBtn .dph-circleArrow::before {
  border-color: #0166c1;
}

.dph-wrap.-dp .dph-concept--aboutBtn:hover,
.dph-wrap.-hotel .dph-concept--aboutBtn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept--aboutBtn,
  .dph-wrap.-hotel .dph-concept--aboutBtn {
    width: 100%;
    max-width: 340px;
    min-height: 60px;
    font-size: 14px;
  }
}

.dph-wrap.-dp .dph-concept--banner,
.dph-wrap.-hotel .dph-concept--banner {
  max-width: 1170px;
  margin: 55px auto 0;
  background: #f5f5f5;
  padding: 40px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept--banner,
  .dph-wrap.-hotel .dph-concept--banner {
    margin-top: 30px;
    padding: 16px;
  }
}

.dph-wrap.-dp .dph-concept--banner .p-deduction__text-banner,
.dph-wrap.-hotel .dph-concept--banner .p-deduction__text-banner {
  margin-bottom: 0;
}

.dph-wrap.-dp .dph-concept--anchorList,
.dph-wrap.-hotel .dph-concept--anchorList {
  display: flex;
  justify-content: center;
  gap: 14px;
  list-style: none;
  margin: 74px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept--anchorList,
  .dph-wrap.-hotel .dph-concept--anchorList {
    flex-wrap: wrap;
    gap: 26px 16px;
    margin-top: 36px;
  }
}

.dph-wrap.-dp .dph-concept--anchorItem,
.dph-wrap.-hotel .dph-concept--anchorItem {
  width: 390px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept--anchorItem,
  .dph-wrap.-hotel .dph-concept--anchorItem {
    width: calc(50% - 8px);
  }

  .dph-wrap.-dp .dph-concept--anchorItem.-wide,
  .dph-wrap.-hotel .dph-concept--anchorItem.-wide {
    width: calc(50% - 8px);
    margin: 0 auto;
  }
}

.dph-wrap.-dp .dph-concept--anchorBtn,
.dph-wrap.-hotel .dph-concept--anchorBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  border: 1px solid #081570;
  border-radius: 58px;
  background: #f5f5f5;
  color: #0163bf;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.dph-wrap.-dp .dph-concept--anchorBtn .dph-circleArrow,
.dph-wrap.-hotel .dph-concept--anchorBtn .dph-circleArrow {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
}

.dph-wrap.-dp .dph-concept--anchorBtn:hover,
.dph-wrap.-hotel .dph-concept--anchorBtn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-concept--anchorBtn,
  .dph-wrap.-hotel .dph-concept--anchorBtn {
    height: 57px;
    font-size: 15px;
  }

  .dph-wrap.-dp .dph-concept--anchorBtn .dph-circleArrow,
  .dph-wrap.-hotel .dph-concept--anchorBtn .dph-circleArrow {
    bottom: -13px;
  }
}

.dph-wrap.-dp .dph-heading,
.dph-wrap.-hotel .dph-heading {
  width: 1440px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading,
  .dph-wrap.-hotel .dph-heading {
    width: 100%;
  }
}

.dph-wrap.-dp .dph-heading--main,
.dph-wrap.-hotel .dph-heading--main {
  font-size: 41px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading--main,
  .dph-wrap.-hotel .dph-heading--main {
    font-size: 17px;
    position: unset;
  }
}

.dph-wrap.-dp .dph-heading--main::before,
.dph-wrap.-dp .dph-heading--main::after,
.dph-wrap.-hotel .dph-heading--main::before,
.dph-wrap.-hotel .dph-heading--main::after {
  width: 260px;
  left: auto;
  right: auto;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading--main::before,
  .dph-wrap.-dp .dph-heading--main::after,
  .dph-wrap.-hotel .dph-heading--main::before,
  .dph-wrap.-hotel .dph-heading--main::after {
    width: min(38 * 100vw / var(--base-width-sp), 38px);
  }
}

.dph-wrap.-dp .dph-heading--main::before,
.dph-wrap.-hotel .dph-heading--main::before {
  left: -475px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading--main::before,
  .dph-wrap.-hotel .dph-heading--main::before {
    left: 0;
  }
}

.dph-wrap.-dp .dph-heading--main::after,
.dph-wrap.-hotel .dph-heading--main::after {
  right: -475px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-heading--main::after,
  .dph-wrap.-hotel .dph-heading--main::after {
    right: 0;
  }
}

.dph-wrap.-hotel .dph-concept--banner {
  max-width: 1170px;
  margin: 30px auto 0;
  background: #f5f5f5;
  padding: 25px;
  width: 696px;
}

@media screen and (max-width: 767px) {
  .dph-wrap.-hotel .dph-concept--banner {
    width: 100%;
    padding: 16px;
    margin: 30px auto;
  }
}

.dph-wrap.-hotel .dph-concept--banner .p-deduction__text-banner {
  margin-bottom: 0;
}

.dph-wrap.-hotel .p-deduction__text-banner__title {
  font-size: 20px;
}

.dph-wrap.-hotel .p-deduction__text-banner__text {
  line-height: 1.5;
}

.dph-wrap.-dp .dph-skyBand,
.dph-wrap.-hotel .dph-skyBand {
  background: #e4f0fc;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-skyBand,
  .dph-wrap.-hotel .dph-skyBand {
    padding: 38px 0 42px;
  }
}

.dph-wrap.-dp .dph-howto,
.dph-wrap.-hotel .dph-howto {
  position: relative;
}

.dph-wrap.-dp .dph-howto .dph-heading--sub,
.dph-wrap.-hotel .dph-howto .dph-heading--sub {
  font-size: 24px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto .dph-heading--sub,
  .dph-wrap.-hotel .dph-howto .dph-heading--sub {
    font-size: 16px;
  }
}

.dph-wrap.-dp .dph-howto .dph-heading--main::before,
.dph-wrap.-dp .dph-howto .dph-heading--main::after,
.dph-wrap.-hotel .dph-howto .dph-heading--main::before,
.dph-wrap.-hotel .dph-howto .dph-heading--main::after {
  width: min(560px, (100vw - 100% - 130px) / 2);
  left: auto;
  right: auto;
}

.dph-wrap.-dp .dph-howto .dph-heading--main::before,
.dph-wrap.-hotel .dph-howto .dph-heading--main::before {
  right: -595px;
}

.dph-wrap.-dp .dph-howto .dph-heading--main::after,
.dph-wrap.-hotel .dph-howto .dph-heading--main::after {
  left: -595px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto .dph-heading--main,
  .dph-wrap.-hotel .dph-howto .dph-heading--main {
    padding-inline: 20px;
    background: #e4f0fc;
  }

  .dph-wrap.-dp .dph-howto .dph-heading--main::before,
  .dph-wrap.-hotel .dph-howto .dph-heading--main::before {
    width: calc(100vw - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .dph-wrap.-dp .dph-howto .dph-heading--main::after,
  .dph-wrap.-hotel .dph-howto .dph-heading--main::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--objects,
  .dph-wrap.-hotel .dph-howto--objects {
    display: none;
  }
}

.dph-wrap.-dp .dph-howto--object,
.dph-wrap.-hotel .dph-howto--object {
  position: absolute;
  transform: translateX(-50%);
}

.dph-wrap.-dp .dph-howto--object img,
.dph-wrap.-hotel .dph-howto--object img {
  display: block;
  width: 100%;
  height: auto;
}

.dph-wrap.-dp .dph-howto--object.-o1,
.dph-wrap.-hotel .dph-howto--object.-o1 {
  top: 80px;
  top: 0;
  left: calc(50% + 790px);
  width: 633px;
}

.dph-wrap.-dp .dph-howto--object.-o2,
.dph-wrap.-hotel .dph-howto--object.-o2 {
  top: 430px;
  left: calc(50% - 715px);
  width: 617px;
}

.dph-wrap.-dp .dph-howto--inner,
.dph-wrap.-hotel .dph-howto--inner {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dph-wrap.-dp .dph-howto--content,
.dph-wrap.-hotel .dph-howto--content {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  max-width: initial;
  overflow: hidden;
  margin-top: 55px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--content,
  .dph-wrap.-hotel .dph-howto--content {
    margin-top: 32px;
  }
}

.dph-wrap.-dp .dph-howto--slider,
.dph-wrap.-hotel .dph-howto--slider {
  overflow-x: visible;
  padding: 0 calc((100% - 1430px) / 2);
  width: 100%;
}

.dph-wrap.-dp .dph-howto--slider .slick-list,
.dph-wrap.-hotel .dph-howto--slider .slick-list {
  overflow: visible;
}

.dph-wrap.-dp .dph-howto--slider .slick-track,
.dph-wrap.-hotel .dph-howto--slider .slick-track {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slider,
  .dph-wrap.-hotel .dph-howto--slider {
    padding: 0;
  }
}

.dph-wrap.-dp .dph-howto--slide,
.dph-wrap.-hotel .dph-howto--slide {
  box-sizing: border-box;
  width: 1180px;
  margin: 0 50px;
  background: #fff;
  border: 2px solid #081570;
  border-radius: 10px;
  padding: 47px 60px 15px;
  min-height: 557px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-start;
  height: auto;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slide,
  .dph-wrap.-hotel .dph-howto--slide {
    width: auto;
    margin: 0 16px;
    padding: 12px 10px 20px;
    min-height: 0;
  }
}

.dph-wrap.-dp .dph-howto--slideHead,
.dph-wrap.-hotel .dph-howto--slideHead {
  text-align: center;
  color: #081570;
  font-weight: bold;
}

.dph-wrap.-dp .dph-howto--slideStep,
.dph-wrap.-hotel .dph-howto--slideStep {
  font-size: 24px;
  position: relative;
}

.dph-wrap.-dp .dph-howto--slideStep::before,
.dph-wrap.-hotel .dph-howto--slideStep::before {
  content: "";
  background: url(/cms/feature/tabi/img/icon-howto-step.png) no-repeat;
  background-size: contain;
  width: 64px;
  height: 14px;
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideStep,
  .dph-wrap.-hotel .dph-howto--slideStep {
    font-size: 20px;
  }

  .dph-wrap.-dp .dph-howto--slideStep::before,
  .dph-wrap.-hotel .dph-howto--slideStep::before {
    width: 40px;
    margin-right: 8px;
  }
}

.dph-wrap.-dp .dph-howto--slideNum,
.dph-wrap.-hotel .dph-howto--slideNum {
  font-size: 48px;
  margin-left: 10px;
  line-height: 1;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideNum,
  .dph-wrap.-hotel .dph-howto--slideNum {
    font-size: 36px;
  }
}

.dph-wrap.-dp .dph-howto--slideSlash,
.dph-wrap.-hotel .dph-howto--slideSlash {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 3px;
  height: 42px;
  margin: 0 16px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  left: 5px;
}

.dph-wrap.-dp .dph-howto--slideSlash::before,
.dph-wrap.-hotel .dph-howto--slideSlash::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #081570;
  border-radius: 1.5px;
  transform: rotate(31deg);
  height: 35px;
  top: -8px;
  left: 0;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideSlash,
  .dph-wrap.-hotel .dph-howto--slideSlash {
    width: 2px;
    height: 30px;
    margin: 0 10px;
  }
}

.dph-wrap.-dp .dph-howto--slideTitle,
.dph-wrap.-hotel .dph-howto--slideTitle {
  font-size: 30px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideTitle,
  .dph-wrap.-hotel .dph-howto--slideTitle {
    font-size: 20px;
  }
}

.dph-wrap.-dp .dph-howto--slideBody,
.dph-wrap.-hotel .dph-howto--slideBody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideBody,
  .dph-wrap.-hotel .dph-howto--slideBody {
    display: block;
    margin-top: 20px;
  }
}

.dph-wrap.-dp .dph-howto--slideImg,
.dph-wrap.-hotel .dph-howto--slideImg {
  width: 47.5%;
}

.dph-wrap.-dp .dph-howto--slideImg img,
.dph-wrap.-hotel .dph-howto--slideImg img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideImg,
  .dph-wrap.-hotel .dph-howto--slideImg {
    width: 100%;
  }
}

.dph-wrap.-dp .dph-howto--slideText,
.dph-wrap.-hotel .dph-howto--slideText {
  width: 50%;
  margin-left: 2.5%;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideText,
  .dph-wrap.-hotel .dph-howto--slideText {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
    max-height: 13.5em;
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
}

.dph-wrap.-dp .dph-howto--slideLead,
.dph-wrap.-hotel .dph-howto--slideLead {
  font-size: 20px;
  margin: 0 0 30px;
}

.dph-wrap.-dp .dph-howto--slideLead .-red,
.dph-wrap.-hotel .dph-howto--slideLead .-red {
  color: #ff0000;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideLead,
  .dph-wrap.-hotel .dph-howto--slideLead {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.dph-wrap.-dp .dph-howto--slideDesc,
.dph-wrap.-hotel .dph-howto--slideDesc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.72;
  margin: 0;
}

.dph-wrap.-dp .dph-howto--slideDesc+.dph-howto--slideDesc,
.dph-wrap.-hotel .dph-howto--slideDesc+.dph-howto--slideDesc {
  margin-top: 24px;
}

.dph-wrap.-dp .dph-howto--slideDesc.-red,
.dph-wrap.-hotel .dph-howto--slideDesc.-red {
  color: #ff0000;
}

.dph-wrap.-dp .dph-howto--slideDesc.-sm,
.dph-wrap.-hotel .dph-howto--slideDesc.-sm {
  font-size: 13px;
  line-height: 1.84;
}

.dph-wrap.-dp .dph-howto--slideDesc a,
.dph-wrap.-hotel .dph-howto--slideDesc a {
  color: #0d7abb;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideDesc,
  .dph-wrap.-hotel .dph-howto--slideDesc {
    font-size: 13px;
  }

  .dph-wrap.-dp .dph-howto--slideDesc+.dph-howto--slideDesc,
  .dph-wrap.-hotel .dph-howto--slideDesc+.dph-howto--slideDesc {
    margin-top: 14px;
  }
}

.dph-wrap.-dp .dph-howto--slideMore,
.dph-wrap.-hotel .dph-howto--slideMore {
  margin: 8px 0 0;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slideMore,
  .dph-wrap.-hotel .dph-howto--slideMore {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 3em 0 0;
    text-align: center;
    font-size: 11px;
    color: #242d69;
    cursor: pointer;
    background-image: linear-gradient(to bottom, transparent 0%, #fff 70%, #fff 100%);
  }

  .dph-wrap.-dp .dph-howto--slideMore::after,
  .dph-wrap.-hotel .dph-howto--slideMore::after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 85px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #242d69;
    border-bottom: 1px solid #242d69;
    transform: translateY(-50%) rotate(45deg);
  }
}

.dph-wrap.-dp .dph-howto--slider .slick-arrow,
.dph-wrap.-hotel .dph-howto--slider .slick-arrow {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 3px solid #081570;
  border-radius: 50%;
  font-size: 0;
  z-index: 2;
}

.dph-wrap.-dp .dph-howto--slider .slick-arrow.slick-disabled,
.dph-wrap.-hotel .dph-howto--slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}

.dph-wrap.-dp .dph-howto--slider .slick-arrow::after,
.dph-wrap.-hotel .dph-howto--slider .slick-arrow::after {
  font-size: 0;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 3px solid #081570;
  border-right: 3px solid #081570;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slider .slick-arrow,
  .dph-wrap.-hotel .dph-howto--slider .slick-arrow {
    width: 32px;
    height: 32px;
    border-width: 2px;
  }

  .dph-wrap.-dp .dph-howto--slider .slick-arrow::after,
  .dph-wrap.-hotel .dph-howto--slider .slick-arrow::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}

.dph-wrap.-dp .dph-howto--slider .slick-prev,
.dph-wrap.-hotel .dph-howto--slider .slick-prev {
  left: calc(50% - 635px);
  transform: translateX(-50%);
}

.dph-wrap.-dp .dph-howto--slider .slick-prev::after,
.dph-wrap.-hotel .dph-howto--slider .slick-prev::after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

@media screen and (max-width: 1440px) {

  .dph-wrap.-dp .dph-howto--slider .slick-prev,
  .dph-wrap.-hotel .dph-howto--slider .slick-prev {
    left: 6.5%;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slider .slick-prev,
  .dph-wrap.-hotel .dph-howto--slider .slick-prev {
    left: 6px;
    transform: none;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slider .slick-next,
  .dph-wrap.-dp .dph-howto--slider .slick-next,
  .dph-wrap.-hotel .dph-howto--slider .slick-next,
  .dph-wrap.-hotel .dph-howto--slider .slick-next {
    display: none !important;
  }
}

.dph-wrap.-dp .dph-howto--slider .slick-next,
.dph-wrap.-hotel .dph-howto--slider .slick-next {
  left: calc(50% + 635px);
  transform: translateX(-50%);
}

.dph-wrap.-dp .dph-howto--slider .slick-next::after,
.dph-wrap.-hotel .dph-howto--slider .slick-next::after {
  left: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1440px) {

  .dph-wrap.-dp .dph-howto--slider .slick-next,
  .dph-wrap.-hotel .dph-howto--slider .slick-next {
    left: 93.5%;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-howto--slider .slick-next,
  .dph-wrap.-hotel .dph-howto--slider .slick-next {
    left: auto;
    right: 6px;
    transform: none;
  }
}

.dph-wrap.-dp .dph-arrow,
.dph-wrap.-hotel .dph-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  border: 1px solid #04136e;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}

.dph-wrap.-dp .dph-arrow::before,
.dph-wrap.-hotel .dph-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #04136e;
  border-top: 2px solid #04136e;
}

.dph-wrap.-dp .dph-arrow.-prev,
.dph-wrap.-hotel .dph-arrow.-prev {
  left: -10px;
}

.dph-wrap.-dp .dph-arrow.-prev::before,
.dph-wrap.-hotel .dph-arrow.-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.dph-wrap.-dp .dph-arrow.-next,
.dph-wrap.-hotel .dph-arrow.-next {
  right: -10px;
}

.dph-wrap.-dp .dph-arrow.-next::before,
.dph-wrap.-hotel .dph-arrow.-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.dph-wrap.-dp .dph-arrow:hover,
.dph-wrap.-hotel .dph-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-arrow,
  .dph-wrap.-hotel .dph-arrow {
    width: 36px;
    height: 36px;
  }

  .dph-wrap.-dp .dph-arrow::before,
  .dph-wrap.-hotel .dph-arrow::before {
    width: 8px;
    height: 8px;
  }

  .dph-wrap.-dp .dph-arrow.-prev,
  .dph-wrap.-hotel .dph-arrow.-prev {
    left: 2px;
  }

  .dph-wrap.-dp .dph-arrow.-next,
  .dph-wrap.-hotel .dph-arrow.-next {
    right: 2px;
  }
}

.dph-wrap.-dp .dph-precaution,
.dph-wrap.-hotel .dph-precaution {
  position: relative;
  margin-top: 84px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution,
  .dph-wrap.-hotel .dph-precaution {
    margin-top: 55px;
  }
}

.dph-wrap.-dp .dph-precaution::after,
.dph-wrap.-hotel .dph-precaution::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: calc(50% + 300px);
  bottom: 0;
  width: 1059px;
  aspect-ratio: 1059/600;
  background: url("/cms/introduction/hotel/images/2026/bk-howto-02.png") no-repeat center/contain;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution::after,
  .dph-wrap.-hotel .dph-precaution::after {
    content: none;
  }
}

.dph-wrap.-dp .dph-precaution--inner,
.dph-wrap.-hotel .dph-precaution--inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  padding-block: 0 90px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution--inner,
  .dph-wrap.-hotel .dph-precaution--inner {
    padding: 0 25px;
  }
}

.dph-wrap.-dp .dph-precaution .dph-heading--main::before,
.dph-wrap.-dp .dph-precaution .dph-heading--main::after,
.dph-wrap.-hotel .dph-precaution .dph-heading--main::before,
.dph-wrap.-hotel .dph-precaution .dph-heading--main::after {
  width: min(560px, (100vw - 100% - 130px) / 2);
  left: auto;
  right: auto;
}

.dph-wrap.-dp .dph-precaution .dph-heading--main::before,
.dph-wrap.-hotel .dph-precaution .dph-heading--main::before {
  right: -628px;
}

.dph-wrap.-dp .dph-precaution .dph-heading--main::after,
.dph-wrap.-hotel .dph-precaution .dph-heading--main::after {
  left: -628px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution .dph-heading--main,
  .dph-wrap.-hotel .dph-precaution .dph-heading--main {
    padding-inline: 20px;
    background: #e4f0fc;
  }

  .dph-wrap.-dp .dph-precaution .dph-heading--main::before,
  .dph-wrap.-hotel .dph-precaution .dph-heading--main::before {
    width: calc(100vw - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .dph-wrap.-dp .dph-precaution .dph-heading--main::after,
  .dph-wrap.-hotel .dph-precaution .dph-heading--main::after {
    display: none;
  }
}

.dph-wrap.-dp .dph-precaution .dph-heading--sub,
.dph-wrap.-hotel .dph-precaution .dph-heading--sub {
  letter-spacing: 0.05em;
}

.dph-wrap.-dp .dph-precaution--body,
.dph-wrap.-hotel .dph-precaution--body {
  margin-top: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution--body,
  .dph-wrap.-hotel .dph-precaution--body {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution--scroll,
  .dph-wrap.-hotel .dph-precaution--scroll {
    box-sizing: border-box;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .dph-wrap.-dp .dph-precaution--scroll::-webkit-scrollbar,
  .dph-wrap.-hotel .dph-precaution--scroll::-webkit-scrollbar {
    width: 6px;
  }

  .dph-wrap.-dp .dph-precaution--scroll::-webkit-scrollbar-thumb,
  .dph-wrap.-hotel .dph-precaution--scroll::-webkit-scrollbar-thumb {
    background: #1d2953;
    border-radius: 6px;
  }

  .dph-wrap.-dp .dph-precaution--scroll::-webkit-scrollbar-track,
  .dph-wrap.-hotel .dph-precaution--scroll::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 6px;
  }

  .dph-wrap.-dp .dph-precaution--scroll,
  .dph-wrap.-hotel .dph-precaution--scroll {
    scrollbar-width: thin;
    scrollbar-color: #1d2953 #eeeeee;
  }
}

.dph-wrap.-dp .dph-precaution--list,
.dph-wrap.-hotel .dph-precaution--list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #121212;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution--list,
  .dph-wrap.-hotel .dph-precaution--list {
    font-size: 13px;
    line-height: 1.9;
  }
}

.dph-wrap.-dp .dph-precaution--contact,
.dph-wrap.-hotel .dph-precaution--contact {
  margin-top: 28px;
  color: #121212;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.dph-wrap.-dp .dph-precaution--contact a,
.dph-wrap.-hotel .dph-precaution--contact a {
  color: #0d7abb;
  text-decoration: underline;
  word-break: break-all;
}

.dph-wrap.-dp .dph-precaution--contact a:hover,
.dph-wrap.-hotel .dph-precaution--contact a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution--contact,
  .dph-wrap.-hotel .dph-precaution--contact {
    margin-top: 24px;
    font-size: 13px;
  }
}

.dph-wrap.-dp .dph-precaution--list a,
.dph-wrap.-hotel .dph-precaution--list a {
  color: #0d7abb;
  text-decoration: underline;
  word-break: break-all;
}

.dph-wrap.-dp .dph-precaution--list a:hover,
.dph-wrap.-hotel .dph-precaution--list a:hover {
  text-decoration: none;
}

.dph-wrap.-dp .dph-precaution--alert,
.dph-wrap.-hotel .dph-precaution--alert {
  color: #ff0000;
}

.dph-wrap.-dp .dph-precaution--contactTitle,
.dph-wrap.-hotel .dph-precaution--contactTitle {
  margin: 0;
  font-weight: 700;
}

.dph-wrap.-dp .dph-precaution--contactList,
.dph-wrap.-hotel .dph-precaution--contactList {
  margin: 8px 0 0;
}

.dph-wrap.-dp .dph-precaution--contactList dt,
.dph-wrap.-hotel .dph-precaution--contactList dt {
  margin: 0;
}

.dph-wrap.-dp .dph-precaution--contactList dd,
.dph-wrap.-hotel .dph-precaution--contactList dd {
  margin: 0;
}

.dph-wrap.-dp .dph-precaution--banner,
.dph-wrap.-hotel .dph-precaution--banner {
  max-width: 1170px;
  margin: 0;
  background: #f5f5f5;
  padding: 25px;
  width: 696px;
}

@media screen and (min-width: 768px) {

  .dph-wrap.-dp .dph-precaution--banner,
  .dph-wrap.-hotel .dph-precaution--banner {
    position: absolute;
    right: -15px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-precaution--banner,
  .dph-wrap.-hotel .dph-precaution--banner {
    width: 100%;
    padding: 16px;
    margin: 30px auto;
  }
}

.dph-wrap.-dp .dph-precaution--banner .p-deduction__text-banner,
.dph-wrap.-hotel .dph-precaution--banner .p-deduction__text-banner {
  margin-bottom: 0;
}

.dph-wrap.-dp .p-deduction__text-banner__marker::before,
.dph-wrap.-hotel .p-deduction__text-banner__marker::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(https://furusato.ana.co.jp/cms/introduction/tabi/2022/08/image/icon_title_exclamation_mark_ver2.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 6px;
  margin-bottom: -5px;
}

.dph-wrap.-dp .p-deduction__text-banner__marker,
.dph-wrap.-hotel .p-deduction__text-banner__marker {
  display: inline;
  background: linear-gradient(transparent 50%, #eeff00 0%);
  padding: 0 2px 2px 5px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .p-deduction__text-banner__marker,
  .dph-wrap.-hotel .p-deduction__text-banner__marker {
    line-height: 1.5;
  }
}

.dph-wrap.-dp .p-deduction__text-banner__title {
  font-size: 20px;
}

.dph-wrap.-dp .p-deduction__text-banner__text {
  line-height: 1.5;
}

.dph-wrap.-hotel .dph-precaution::after {
  background-image: url("/cms/feature/producer/2022/08/assets/images/new/bk-howto-02.png");
}

.dph-wrap.-dp .dph-ranking,
.dph-wrap.-hotel .dph-ranking {
  background: #f4f4e8;
  padding: 80px 0 200px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking,
  .dph-wrap.-hotel .dph-ranking {
    padding: 40px 0 55px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--goods,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--goods {
  border-radius: 5px;
  padding: 20px 20px 10px;
  flex-shrink: 0 !important;
  width: 268px;
  max-width: 268px;
  flex: auto;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--goods,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--goods {
    width: calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos-name,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos-name {
  justify-content: center;
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos {
  margin-bottom: 20px;
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--goods-image figure,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--goods-image figure {
  height: 180px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--goods-image figure,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--goods-image figure {
    height: auto;
  }
}

.dph-wrap.-dp .dph-ranking--inner,
.dph-wrap.-hotel .dph-ranking--inner {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.dph-wrap.-dp .swiper-buttons,
.dph-wrap.-hotel .swiper-buttons {
  max-width: 1360px;
}

.dph-wrap.-dp .dph-ranking .dph-heading--main,
.dph-wrap.-hotel .dph-ranking .dph-heading--main {
  letter-spacing: 0.2em;
  position: relative;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .dph-heading--main,
  .dph-wrap.-hotel .dph-ranking .dph-heading--main {
    font-size: 20px;
    padding-inline: 20px;
    background: #f4f4e8;
    margin-top: 10px;
  }

  .dph-wrap.-dp .dph-ranking .dph-heading--main::before,
  .dph-wrap.-hotel .dph-ranking .dph-heading--main::before {
    width: calc(100vw - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .dph-wrap.-dp .dph-ranking .dph-heading--main::after,
  .dph-wrap.-hotel .dph-ranking .dph-heading--main::after {
    display: none;
  }
}

.dph-wrap.-dp .dph-ranking--badge,
.dph-wrap.-hotel .dph-ranking--badge {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background: #2b2b33;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 17px;
  padding: 11px 30px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking--badge,
  .dph-wrap.-hotel .dph-ranking--badge {
    font-size: 12px;
    padding: 8px 18px;
  }
}

.dph-wrap.-dp .dph-ranking--contents,
.dph-wrap.-hotel .dph-ranking--contents {
  min-height: 490px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking--contents,
  .dph-wrap.-hotel .dph-ranking--contents {
    min-height: 380px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r,
.dph-wrap.-hotel .dph-ranking .block-ranking-r {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--items,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--items {
  padding-top: 70px;
  margin-top: 30px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--items,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--items {
    padding-top: 50px;
    padding-inline: 20px;
    margin-top: 20px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--items .block-ranking-r--goods,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--items .block-ranking-r--goods {
  border-radius: 6px;
  padding: 14px;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--items .block-ranking-r--goods,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--items .block-ranking-r--goods {
    flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    padding: 10px 10px 15px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--goods .block-ranking-r--category-infos,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--goods .block-ranking-r--category-infos {
  height: 60px !important;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--goods .block-ranking-r--category-infos,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--goods .block-ranking-r--category-infos {
    height: 45px !important;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos>a,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos>a {
  display: flex;
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos>a .block-ranking-r--category-infos-img,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos>a .block-ranking-r--category-infos-img {
  max-width: 90px;
  flex: 0 0 90px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos>a .block-ranking-r--category-infos-img,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos>a .block-ranking-r--category-infos-img {
    max-width: 67.5px;
    flex: 0 0 67.5px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos-img img,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos-img img {
  width: 90px;
  height: 60px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos-img img,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos-img img {
    width: 67.5px;
    height: 45px;
    object-fit: cover;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos-name,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos-name {
  justify-content: center;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--category-infos-name,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--category-infos-name {
    width: 100%;
    background: #f7f6f0;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank {
  top: -65px;
  width: 40px;
  height: 40px;
  font-size: 24px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank {
    top: -50px;
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before {
  width: 20px;
  height: 14px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--items .block-ranking-r--goods .block-ranking-r--rank::before {
    top: -16px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--goods .block-ranking-r--goods-image figure,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--goods .block-ranking-r--goods-image figure {
  background: transparent;
  margin-top: 10px;
  height: 159px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--goods .block-ranking-r--goods-image figure,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--goods .block-ranking-r--goods-image figure {
    margin-top: 6px;
    height: 120px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--goods .block-ranking-r--goods-description,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--goods .block-ranking-r--goods-description {
  padding: 12px 0 0;
  text-align: left;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--goods .block-ranking-r--goods-description,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--goods .block-ranking-r--goods-description {
    padding: 6px 0 0;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .block-ranking-r--goods-name a,
  .dph-wrap.-hotel .dph-ranking .block-ranking-r--goods-name a {
    font-size: 14px;
  }
}

.dph-wrap.-dp .dph-ranking .block-ranking-r--goods .block-ranking-r--price-infos,
.dph-wrap.-hotel .dph-ranking .block-ranking-r--goods .block-ranking-r--price-infos {
  margin-bottom: 0;
}

.dph-wrap.-dp .dph-ranking .swiper-button-prev,
.dph-wrap.-dp .dph-ranking .swiper-button-next,
.dph-wrap.-hotel .dph-ranking .swiper-button-prev,
.dph-wrap.-hotel .dph-ranking .swiper-button-next {
  width: 40px;
  height: 40px;
  border: 1px solid #081570;
  border-radius: 50%;
  background: #fff;
}

.dph-wrap.-dp .dph-ranking .swiper-button-prev::after,
.dph-wrap.-dp .dph-ranking .swiper-button-next::after,
.dph-wrap.-hotel .dph-ranking .swiper-button-prev::after,
.dph-wrap.-hotel .dph-ranking .swiper-button-next::after {
  border-top: 3px solid #081570;
  border-right: 3px solid #081570;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .swiper-button-prev::after,
  .dph-wrap.-dp .dph-ranking .swiper-button-next::after,
  .dph-wrap.-hotel .dph-ranking .swiper-button-prev::after,
  .dph-wrap.-hotel .dph-ranking .swiper-button-next::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #081570;
    border-right: 2px solid #081570;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking .swiper-button-prev,
  .dph-wrap.-dp .dph-ranking .swiper-button-next,
  .dph-wrap.-hotel .dph-ranking .swiper-button-prev,
  .dph-wrap.-hotel .dph-ranking .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}

.dph-wrap.-dp .dph-ranking--showBtn,
.dph-wrap.-hotel .dph-ranking--showBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 780px;
  max-width: 90%;
  min-height: 110px;
  margin: 60px auto 0;
  background: linear-gradient(90deg, #1d6fd0 0%, #081da0 100%);
  border-radius: 55px;
  color: #fff;
  font-family: Meiryo, sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.dph-wrap.-dp .dph-ranking--showBtn:hover,
.dph-wrap.-hotel .dph-ranking--showBtn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking--showBtn,
  .dph-wrap.-hotel .dph-ranking--showBtn {
    min-height: 72px;
    font-size: 18px;
    margin-top: 30px;
  }
}

.dph-wrap.-dp .dph-ranking--moreBtn,
.dph-wrap.-hotel .dph-ranking--moreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 310px;
  height: 56px;
  margin: 75px auto 0;
  background: #fff;
  border: 1px solid #081570;
  color: #081570;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.dph-wrap.-dp .dph-ranking--moreBtn::after,
.dph-wrap.-hotel .dph-ranking--moreBtn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #081570;
  border-top: 2px solid #081570;
  transform: translateY(-50%) rotate(45deg);
}

.dph-wrap.-dp .dph-ranking--moreBtn:hover,
.dph-wrap.-hotel .dph-ranking--moreBtn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-ranking--moreBtn,
  .dph-wrap.-hotel .dph-ranking--moreBtn {
    width: 240px;
    height: 48px;
    font-size: 14px;
    margin-top: 36px;
  }
}

.dph-wrap.-dp .dph-visit,
.dph-wrap.-hotel .dph-visit {
  position: relative;
  background: #fff;
  padding: 80px 0 100px;
}

.dph-wrap.-dp .dph-visit::before,
.dph-wrap.-dp .dph-visit::after,
.dph-wrap.-hotel .dph-visit::before,
.dph-wrap.-hotel .dph-visit::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
}

.dph-wrap.-dp .dph-visit::before,
.dph-wrap.-hotel .dph-visit::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/cms/introduction/hotel/images/2026/bg_select01-02.png");
  background-size: max(1920px, 100%) auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-visit::before,
  .dph-wrap.-hotel .dph-visit::before {
    background-image: url("/cms/introduction/hotel/images/2026/bg_select01-02_sp.png");
    display: none;
  }
}

.dph-wrap.-dp .dph-visit::after,
.dph-wrap.-hotel .dph-visit::after {
  top: 192px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/cms/introduction/hotel/images/2026/bg_select01.png");
  background-size: max(1924px, 100%) auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-visit::after,
  .dph-wrap.-hotel .dph-visit::after {
    background-image: url("/cms/introduction/hotel/images/2026/bg_select01_sp.png");
    width: 100%;
    height: calc(473 * 100vw / var(--base-width-sp));
    background-size: contain;
    background-position: top center;
    top: 0;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-visit,
  .dph-wrap.-hotel .dph-visit {
    padding: 52px 0 50px;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-visit .dph-heading--main,
  .dph-wrap.-hotel .dph-visit .dph-heading--main {
    font-size: 24px;
    padding-inline: 20px;
    background: #fff;
  }

  .dph-wrap.-dp .dph-visit .dph-heading--main>small,
  .dph-wrap.-hotel .dph-visit .dph-heading--main>small {
    font-size: 24px;
  }

  .dph-wrap.-dp .dph-visit .dph-heading--main::before,
  .dph-wrap.-hotel .dph-visit .dph-heading--main::before {
    width: calc(100vw - 20px);
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .dph-wrap.-dp .dph-visit .dph-heading--main::after,
  .dph-wrap.-hotel .dph-visit .dph-heading--main::after {
    display: none;
  }
}

.dph-wrap.-dp .dph-visit>*,
.dph-wrap.-hotel .dph-visit>* {
  position: relative;
  z-index: 3;
}

.dph-wrap.-dp .dph-visit--head,
.dph-wrap.-hotel .dph-visit--head {
  text-align: center;
}

.dph-wrap.-dp .dph-visit--map,
.dph-wrap.-hotel .dph-visit--map {
  display: block;
  width: 238px;
  height: auto;
  margin: 0 auto;
  position: relative;
  left: -7px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-visit--map,
  .dph-wrap.-hotel .dph-visit--map {
    width: 100%;
    max-width: 236px;
  }
}

.dph-wrap.-dp .dph-visit--head .dph-heading,
.dph-wrap.-hotel .dph-visit--head .dph-heading {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-visit--head .dph-heading,
  .dph-wrap.-hotel .dph-visit--head .dph-heading {
    margin-top: 18px;
  }
}

.dph-wrap.-dp .p-deduction-visit,
.dph-wrap.-hotel .p-deduction-visit {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.dph-wrap.-dp .p-deduction__inner,
.dph-wrap.-hotel .p-deduction__inner {
  margin-inline: auto;
}

.dph-wrap.-dp .p-deduction-destination,
.dph-wrap.-hotel .p-deduction-destination {
  margin-top: 0;
  padding-top: 0;
  background: #fff;
}

.dph-wrap.-dp .p-deduction-destination .p-deduction__inner,
.dph-wrap.-hotel .p-deduction-destination .p-deduction__inner {
  max-width: 1200px;
}

.dph-wrap.-dp .p-deduction-destination__anchorLink,
.dph-wrap.-hotel .p-deduction-destination__anchorLink {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .p-deduction-destination__anchorLink,
  .dph-wrap.-hotel .p-deduction-destination__anchorLink {
    padding-inline: 10px;
    margin-top: 30px;
    margin-inline: 0 !important;
    padding-bottom: 20px;
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-list,
.dph-wrap.-hotel .p-deduction-destination__anchorLink-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {

  .dph-wrap.-dp .p-deduction-destination__anchorLink-list,
  .dph-wrap.-hotel .p-deduction-destination__anchorLink-list {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .p-deduction-destination__anchorLink-list,
  .dph-wrap.-hotel .p-deduction-destination__anchorLink-list {
    gap: 24px 10px;
  }
}

.dph-wrap.-dp .p-deduction-destination__notice,
.dph-wrap.-hotel .p-deduction-destination__notice {
  display: none;
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name,
.dph-wrap.-hotel .p-deduction-destination__anchorLink-name {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .p-deduction-destination__anchorLink-name,
  .dph-wrap.-hotel .p-deduction-destination__anchorLink-name {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}

.dph-wrap.-dp .p-deduction-destination__anchorLink-name::before,
.dph-wrap.-dp .p-deduction-destination__anchorLink-name::after,
.dph-wrap.-hotel .p-deduction-destination__anchorLink-name::before,
.dph-wrap.-hotel .p-deduction-destination__anchorLink-name::after {
  content: none;
}

.dph-wrap.-dp a.p-deduction-destination__anchorLink-name--btn,
.dph-wrap.-hotel a.p-deduction-destination__anchorLink-name--btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 48px;
  border: 1px solid #081570;
  border-radius: 24px;
  background: #fff;
  color: #0163bf !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.dph-wrap.-dp a.p-deduction-destination__anchorLink-name--btn::before,
.dph-wrap.-hotel a.p-deduction-destination__anchorLink-name--btn::before {
  content: none;
}

.dph-wrap.-dp a.p-deduction-destination__anchorLink-name--btn::after,
.dph-wrap.-hotel a.p-deduction-destination__anchorLink-name--btn::after {
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  bottom: -13px;
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #0166c1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7' viewBox='0 0 7 7'%3E%3Cpath d='M0.5 0.5 L3.5 3.5 L6.5 0.5' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") no-repeat center 9px;
}

.dph-wrap.-dp a.p-deduction-destination__anchorLink-name--btn:hover,
.dph-wrap.-hotel a.p-deduction-destination__anchorLink-name--btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp a.p-deduction-destination__anchorLink-name--btn,
  .dph-wrap.-hotel a.p-deduction-destination__anchorLink-name--btn {
    width: 100%;
    height: 50px;
    font-size: min(20 * 100vw / var(--base-width-sp), 20px);
  }
}

.dph-wrap.-dp .p-deduction-destination__heading,
.dph-wrap.-hotel .p-deduction-destination__heading {
  display: none;
}

.dph-wrap.-dp .p-deduction-destination::before,
.dph-wrap.-dp .p-deduction-destination::after,
.dph-wrap.-hotel .p-deduction-destination::before,
.dph-wrap.-hotel .p-deduction-destination::after {
  display: none;
}

.dph-wrap.-dp .p-deduction-travel::before,
.dph-wrap.-hotel .p-deduction-travel::before {
  position: absolute;
  height: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-only-pc,
  .dph-wrap.-hotel .dph-only-pc {
    display: none;
  }
}

.dph-wrap.-dp .dph-only-sp,
.dph-wrap.-hotel .dph-only-sp {
  display: none;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp .dph-only-sp,
  .dph-wrap.-hotel .dph-only-sp {
    display: block;
  }
}

#footer_pagetop {
  display: none !important;
}

:root {
  --base-width-sp: 430;
  --base-width-pc: 1920;
}

.dph-wrap.-dp,
.dph-wrap.-hotel {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {

  .dph-wrap.-dp,
  .dph-wrap.-hotel {
    width: 100vw;
    overflow-x: hidden;
  }
}

/*# sourceMappingURL=dp_hotel.css.map */
