@charset "utf-8";

/* ===========================
# 基本設定
===========================*/

.hongkongdsWrap .mainWrap {
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 13px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
    background: #4d02ab;
}

.hongkongdsWrap .mainWrap__inner {
    /* background: url(/import/tenant_1/www.wbf.co.jp/china/special/i/K3.png); */
    background: url(/import/tenant_1/www.wbf.co.jp/chugoku/special/templespot-style/images/bg.png);
}

@media (max-width: 599px) {
    .hongkongdsWrap .mainWrap {
       /* background: url(/import/tenant_1/www.wbf.co.jp/china/special/i/K3.png); */
    }

    .hongkongdsWrap .mainWrap__inner {
        background: none;
    }
}


/*影のボックス*/
.hongkongdsShadow01 {
    border-bottom: 3px solid #c78a9d;
}

/*.hongkongdsShadow02 {
    border-bottom: 1px solid #484cd0; 
}*/

.hongkongdsShadow03 {
    border-bottom: 3px solid #a07d4e;
}


/* ===========================
# コンポーネント
===========================*/

/* ttl01
=================*/
.ttl01 {
    padding-left: 7px;
    margin-bottom: 10px;
    border-left: 5px solid;
    color: #dc487e;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .ttl01 {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .ttl01 {
        font-size: 16px;
    }
}

/* txt01
=================*/
.txt01 {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* ttl02
=================*/
.ttl02 {
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: #4d02ab;
}

#wof .ttl02 {
    background: #800080;
}

#toy .ttl02 {
    background: #f3a600;
}

#fnt .ttl02 {
    background: #f07995;
}

#mis .ttl02 {
    background: #aa509a;
}

#tom .ttl02 {
    background: #0868bf;
}

#gre .ttl02 {
    background: #6c8a30;
}

#adv .ttl02 {
    background: #07853e;
}

.ttl02.ttl02--sm {
    font-size: 14px;
    line-height: 1.6;
}

.ttl02.ttl02Blue {
    color: #0263ab;
}

.ttl02 .sub {
    font-size: 70%;
    display: block;
}

@media (max-width: 599px) {
    .ttl02 {
        font-size: 18px;
    }
}

/* ttl03
=================*/
.ttl03 {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 599px) {
    .ttl03 {
        font-size: 13px;
    }
}

/* txt02
=================*/
.txt02 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

/* txt03
=================*/
.txt03 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}

/* ttl04
=================*/
.ttl04 {
    padding-left: 10px;
    margin-bottom: 10px;
    border-left: 7px solid;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #75490d;
    font-size: 25px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .ttl04 {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .ttl04 {
        font-size: 20px;
    }
}

/* txt04
=================*/
.txt04 {
    padding-left: 5px;
    margin-bottom: 10px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #986f36;
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .txt04 {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .txt04 {
        font-size: 14px;
    }
}

/* button01
=================*/
.button01 a .part {
    display: inline-block;
    width: 100%;
    padding: 12px 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #da2d41;
    color: #fff;
    font-size: 160%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.button01 a .yen_parent {
    display: block;
    margin-top: 5px;
    color: #da2d41;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1024px) {}

@media (max-width: 599px) {}

/* label
=================*/
.label {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #10A50D;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}

.label.label--red {
    background: #cc3838;
}

.label.label--pink {
    background: #e22c87;
}

.label + .label {
    margin-left: 5px;
}

/* ttl05
=================*/
.ttl05 {
    padding: 5px 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #ffff66));
    background: linear-gradient(transparent 70%, #ffff66 60%);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}

.ttl05.ttl05--sm {
    padding: 0;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 10px;
}

@media (max-width: 1024px) {
    .ttl05 {
        padding: 5px 10px;
    }
}

@media (max-width: 599px) {
    .ttl05 {
        font-size: 16px;
    }
    
    .ttl05.ttl05--sm {
        font-size: 12px;
        margin-top: 15px;
    }
}

/* ttl06
=================*/
.ttl06 {
    padding-top: 10px;
    margin-bottom: 10px;
    color: #4d02ab;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 599px)  {
  .ttl06 {
    font-size: 16px;
  }
}

/* reco
=================*/
.reco {
    line-height: 1.6;
    display: inline;
    background: linear-gradient(transparent 70%, #ffff66 60%);
}

/* list01
=================*/
.list01 {
    padding: 10px 10px 10px 40px;
    margin-bottom: 20px;
    font-size: 16px;
}

@media (max-width: 1024px) {
    .list01 {
        padding-left: 30px;
    }
}

@media (max-width: 599px) {
    .list01 {
        padding-left: 20px;
        font-size: 14px;
    }
}

/* txt05
=================*/
.txt05 {
    padding: 10px;
    line-height: 1.8;
}

/* list-wrap
=================*/
.list-wrap {
    padding: 15px 20px;
    border-top: dotted 2px #75490d;
}

.list-wrap__title .tit {
  text-align: left;
  font-weight: bold;
}

.list-wrap__title .tit_oshi {
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 30px;
  position: relative;
  z-index: 0;
}

.list-wrap__title .tit_oshi:before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(/upload/tenant_1/kaigai_ichioshi_icon.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate( -25deg );
    position: absolute;
    left: -30px;
    top: -10px;
    z-index: 1;
}

.txt04 .detail {
    text-align: right;
    padding: 5px;
    background-color: #e0c7a6;
    border-radius: 5px;
    float: right;
    font-size: .9rem;
}
@media (max-width: 599px) {
.txt04 .detail {
    font-size: .8em;
    text-align: left;
    float: none;
}
}

.list-wrap__title {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.list-wrap__inner {
    padding-right: 40px;
    padding-left: 40px;
}

.list-wrap__title .tit_oshi:before {
    left: -40px;
    top: -30px;
}

@media (max-width: 1024px) {
    .list-wrap__inner {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 599px) {
    .list-wrap__inner {
        padding-right: 0;
        padding-left: 0;
    }
}

/* button02
=================*/
.button02 a {
    display: inline-block;
    width: 100%;
    padding: 8px 24px;
    background: #fd7e3f;
    border-radius: 5px;
    color: #fff;
    line-height: 2;
    text-align: center;
}

.button02.button-c-orange a {
    background: #fd7e3f;
}

@media (max-width: 1024px) {
    .button02 a {
        padding: 8px 12px;
    }
}

@media (max-width: 599px) {}

/* button03
=================*/
.button03 {
    text-align: center;
}

.button03 a {
    display: inline-block;
    width: 100%;
    padding: 10px 70px;
    background: url(/import/tenant_1/www.wbf.co.jp/china/special/i/ico_arw01.png) no-repeat 95% 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
}

.button03 a:hover {
    opacity: 1;
    background: #fff url(/import/tenant_1/www.wbf.co.jp/china/special/i/ico_arw01_h.png) no-repeat 95% 50%;
    color: #e08d85;
}

@media (max-width: 1024px) {
    .button03 a {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .button03 a {
        padding: 10px 45px;
        font-size: 14px;
    }
}


/*button-list01*/
.button-list01 + .button-list01 {
    margin-top: 10px;
}

.button-list01 .tit {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.button-list01 .txt {
    margin-bottom: 5px;
}


/*new*/
.new {
    color: #fff;
    background: red;
    display: inline-block;
    padding: 4px 5px 2px;
    margin-right: 5px;
}


/* ===========================
# 共通ブロック
===========================*/
/* section
=================*/
.section__inner {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.section__content {
    padding: 50px 30px;
}

.section__content02 {
    margin: 20px 0;
}

#a .section__content {
    background: #f3b9b3;
}

#b .section__content,
#d .section__content {
    background: #b8b3fd;
}

#c .section__content {
    background: #e0c7a6;
}

#e .section__content {
    padding-right: 0;
    padding-left: 0;
}

#wrapper .section__content.backBlue {
    background: #b3defd;
}

#wrapper .section__content.backBrown {
    background: #e0c7a6
}

.section__title {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

.section__text {
    width: 95%;
    margin: 20px auto;
    line-height: 1.6;
    text-align: center;
}

.section__text img {
  margin: 10px auto;
    border: 5px solid #fff;
}

.section__text a {
    color: #40779B;
}

.section__benefitText {
  background: #fff;
  padding: 20px;
  margin: 10px auto;
  text-align: center;
}

.section__benefitText span {
  font-weight: bold;
  font-size: 20px;
}

.section__benefitText .benefit {
  text-align: left;
}

.section__benefitText ul li {
  position: relative;
  padding: 0.5em 1em 0.5em 2.3em;
  margin-bottom:5px;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid rgba(224,199,166, 0.5);
}

.section__benefitText ul li:after,
.section__benefitText ul li:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.section__benefitText ul li:before {
  top: 0.7em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border:2px solid rgba(224,199,166,0.5);
}

.section__benefitText ul li:after {
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(224,199,166,0.3);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.section__heading {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

.section__heading .part {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
}

.section__box {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

#c .section__box {
    background: #fff url(/import/tenant_1/www.wbf.co.jp/china/special/i/p_b_ornament_87_0M.png) repeat-x bottom;
}

#wrapper .section__boxDeco {
    background: #fff url(/import/tenant_1/www.wbf.co.jp/china/special/i/p_b_ornament_87_0M.png) repeat-x bottom;
}

.section__box.section__box--2 {
    background: #e08d85;
    margin-bottom: 0;
}

.section__box.section__box--2 + .section__box.section__box--2 {
    margin-top: 20px;
}

.section__button a {
    max-width: 360px;
}

.section__table {
    margin-bottom: 20px;
}

.section__copy {
    line-height: 1.6;
    text-align: center;
}

.section__list {
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .section__text {
        text-align: left;
    }

    .section__table {
        overflow-x: scroll;
    }
}

@media (max-width: 599px) {
    .section__inner {
        padding-right: 0px;
        padding-left: 0px;
    }

    .section__content {
        padding: 20px 10px;
    }

    .section__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .section__text {
        text-align: initial;
    }
}

/* card01
=================*/
.card01__inner {
    padding-right: 20px;
    padding-left: 20px;
    background: #fff;
    border-radius: 5px;
}

.card01__inner.card01__inner--large {
    height: 100%;
    padding: 30px;
    border-bottom: 1px solid #484cd0;
}

.card__img {
    margin-bottom: 10px;
}

.card__title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.card01__text {
    line-height: 1.6;
}

.card02__text {
    width: 95%;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .card01__inner {
        padding-right: initial;
        padding-left: initial;
    }
}

@media (max-width: 599px) {
    .card01__inner.card01__inner--large {
        padding: 20px;
    }
}

/* table
=================*/
.table {
    border-top: 20px;
    border: solid 1px #75490d;
}

.table tr {
    border: solid 1px #75490d;
}


.table th {
    font-weight: bold;
}

.table tr:nth-of-type(1) th {
    width: 10%;
    padding: 10px;
    text-align: center;
}

.table tr:nth-of-type(1) th:nth-of-type(n + 2) {
    width: 28%;
    padding: 10px;
}

.table tr:nth-of-type(n + 2) th {
    padding: 5px 3px 5px 3px;
    -moz-text-align-last: left;
    text-align-last: left;
    vertical-align: top;
}

.table tr:last-of-type td {
    padding: 22px 10px;
}

.table th img {
    display: inline-block;
    margin-bottom: 10px;
}

.table th .part {
    display: block;
}

.table th + th {
    border-left: solid 1px #75490d;
}

.table td {
    padding: 10px;
    border-left: solid 1px #75490d;
    text-align: center;
}

.table td .part {
    color: red;
}

@media (max-width: 1024px) {
    .table {
        width: 800px;
    }
}

@media (max-width: 599px) {
    .table {
        font-size: 12px;
    }
}

/* pic-list
=================*/
.pic-list {
    margin-bottom: 20px;
}

.pic-list__img {
    width: 60%;
}

.pic-list__img2 {
    width: 100%;
}

.pic-list__box {
    width: 40%;
    padding-left: 15px;
}

.pic-list__img li + li {
    padding-left: 5px;
}

.pic-list__img2 li + li {
    padding-left: 5px;
}

.pic-list__text {
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .pic-list__img {
        width: 100%;
    }

    .pic-list__img2 {
        width: 100%;
    }

    .pic-list__box {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .pic-list__box {
        padding-top: 10px;
        padding-left: 0;
    }

    .pic-list__img li + li {
        padding-top: 5px;
        padding-left: 0;
    }
}

/* searchBox
=================*/
.searchBox__section {
  background: #fff;
  padding: 30px;
}

.searchBox {
    margin-bottom: 20px;
}

.searchBox__head {
    padding: 10px 20px;
    background: #e08d85;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
}

.searchBox__head .icon {
    display: inline-block;
    padding-left: 31px;
    background: url(/import/tenant_1/www.wbf.co.jp/include/images/icon_searchbox.png) no-repeat 0 -20px;
}

.searchBox__form {
    /* padding: 20px 50px;
    background: rgba(255, 255, 255, 0.8); */
    padding: 15px 15px 10px;
    border: 3px solid #e08d85;
    font-size: 14px;
    overflow: hidden;
    background: #fff3f2;
}

.searchBox__item {
    font-size: 14px;
}

.searchBox__item dt,
.searchBox__checkbox h3 {
    width: 100%;
    font-weight: 700;
    line-height: 1.2;
}

.searchBox__item dd {
    position: relative;
    width: 100%;
    margin-top: 5px;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
}

.searchBox__item dd::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
}

.searchBox__item .text::after {
    display: none;
}

.searchBox__item dd select,
.searchBox__item dd input[type="text"] {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #d3d3d3;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.searchBox__item .radio {
    padding: 10px 0;
}

.searchBox__item label {
    display: inline-block;
    margin-left: 5px;
}

.searchBox__item .searchBox__icon {
    position: relative;
}

.searchBox__item .searchBox__icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 20px;
    height: 20px;
    /* background: url(/import/tenant_1/www.wbf.co.jp/oka/include/images/icon_calendar.png) no-repeat center right / 20px; */
}

.searchBox__checkbox {
    margin-top: 20px;
}

.searchBox__checkbox div {
    padding: 20px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

.searchBox__checkbox input {
    position: absolute;
    opacity: 0;
}

.searchBox__checkbox input:checked + .searchBox__part::after {
    opacity: 1;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.searchBox__part {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.searchBox__part::before {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    background: #fff;
    border: 1px solid #333;
    border-radius: 0;
}

.searchBox__part::after {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 8px;
    border-right: 2px solid #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
    opacity: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.searchBox__button {
    text-align: center;
}

.search__left {
    width: 48%;
}

.search__right {
    width: 48%;
}

@media (max-width: 1024px) {
    .searchBox__form {
        padding: 20px;
    }
}

@media (max-width: 599px) {
    .searchBox__form {
        padding: 20px 10px;
    }

    .searchBox__item,
    .searchBox__checkbox {
        font-size: 12px;
    }

    .searchBox__checkbox div {
        padding: 8px 5px;
    }

    .searchBox__part {
        padding-right: 10px;
    }

    .searchBox__part::before {
        top: 3px;
    }

    .searchBox__part::after {
        top: 5px;
    }
    
    .search__left {
        width: 100%;
    }
    
    .search__right {
        width: 100%;
    }
}


/* ===========================
# mainWrap
===========================*/

/* hongkongdsImg
=================*/
.hongkongdsImg {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.hongkongdsImg__content {
    padding: 10px;
    background: #4d02ab;
    color: #fff;
}

.hongkongdsImg__pic {
    position: relative;
    width: 100%;
    height: 100%;
}

.hongkongdsImg__box {
    width: 100%;
    padding-top: 10px;
    margin-left: 10px;
}

.hongkongdsImg__pic a {
    position: absolute;
    z-index: 1;
    width: 170px;
    height: 25px;
    border-radius: 10px;
}

.hongkongdsImg__pic .link1 {
    top: 35px;
    left: 270px;
    background: rgba(243, 166, 0, 0.1);
}

.hongkongdsImg__pic .link2 {
    top: 130px;
    left: 30px;
    background: rgba(243, 166, 0, 0.1);
}

.hongkongdsImg__pic .link3 {
    top: 230px;
    left: 120px;
    background: rgba(108, 138, 48, 0.1);
}

.hongkongdsImg__pic .link4 {
    top: 190px;
    left: 225px;
    background: rgba(7, 133, 62, 0.1);
}

.hongkongdsImg__pic .link5 {
    top: 116px;
    right: 130px;
    background: rgba(204, 0, 0, 0.1);
}

.hongkongdsImg__pic .link6 {
    top: 227px;
    right: 110px;
    background: rgba(8, 104, 191, 0.1);
}

.hongkongdsImg__pic .link7 {
    top: 0;
    right: 100px;
    background: rgba(240, 121, 149, 0.1);
}

.hongkongdsImg__nav {
    margin-top: 10px;
}

.hongkongdsImg__item a {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.hongkongdsImg__item:nth-last-of-type(1) a {
    background: #07853e;
}

.hongkongdsImg__item:nth-last-of-type(2) a {
    background: #6c8a30;
}

.hongkongdsImg__item:nth-last-of-type(3) a {
    background: #0868bf;
}

.hongkongdsImg__item:nth-last-of-type(4) a {
    background: #aa509a;
}

.hongkongdsImg__item:nth-last-of-type(5) a {
    background: #f07995;
}

.hongkongdsImg__item:nth-last-of-type(6) a {
    background: #f3a600;
}

.hongkongdsImg__item:nth-last-of-type(7) a {
    background: #800080;
}

.hongkongdsImg__title {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.3;
    text-align: center;
    padding: 20px 20px 0 20px;
    color: #fff;
}

.hongkongdsImg__title .scale {
    display: block;
    padding-bottom: 5px;
    font-size: 30px;
}

.hongkongdsImg__text {
    margin-bottom: 10px;
    line-height: 1.6;
}

.hongkongdsImg__button a {
    display: inline-block;
    padding: 10px;
    background: #4326d8;
    border: 1px solid #fff;
    font-weight: bold;
}


@media (max-width: 1024px) {
    .hongkongdsImg {
        width: 94%;
        max-width: 768px;
    }

    .hongkongdsImg__pic {
        width: 100%;
    }

    .hongkongdsImg__box {
        width: 100%;
        margin-left: initial;
    }

    .hongkongdsImg__title {
        font-size: 20px;
        text-align: center;
    }

    .hongkongdsImg__title .scale {
        display: inline;
        padding-bottom: initial;
        font-size: 20px;
    }

    .hongkongdsImg__button {
        text-align: center;
    }

    .hongkongdsImg__button a {
        text-align: center;
    }
}

@media (max-width: 599px) {
    .hongkongdsImg {
        width: 100%;
    }
}

/* shanghaidsImg
=================*/
.shanghaidsImg__content {
    background: #389bd4;
}

.shanghaidsImg__box {
    padding-top: 50px;
}

.shanghaidsImg__pic {
    border: 5px solid #fff;
}

@media (max-width: 1024px) {
    .shanghaidsImg__box {
        padding-top: 20px;
    }
}


/* hongkongdsNav
=================*/
.hongkongdsNav {
    padding: 10px;
    background: #87ceeb;
}

.hongkongdsNav__item {
    text-align: center;
}

.hongkongdsNav__item + .hongkongdsNav__item {
    border-left: 1px solid #fff;
}

.hongkongdsNav__item a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 30px 0 5px;
   /* border-top: 10px solid #4326d8;
    border-bottom: 5px solid #1f0bc1; */
    color: #fff;
    line-height: 1;
}

.hongkongdsNav__item a:hover {
    background: #fff;
    border-top: 10px solid #fff;
    opacity: 1;
}

.hongkongdsNav__item.navTours a:hover {
    color: #dd4477;
}

.hongkongdsNav__item.navTainment a:hover {
    color: #58b3e9;
}

.hongkongdsNav__item.navHotel a:hover {
    color: #ee9911;
}

.hongkongdsNav__item.navInfo a:hover {
    color: #11aaaa;
}

.hongkongdsNav__item.navSearch a:hover,
.hongkongdsNav__item.navFaq a:hover,
.hongkongdsNav__item.navArticle a:hover{
    color: #c81818;
}

.hongkongdsNav__item.navTours a:hover::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/china/special/i/icon_tour.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navTainment a:hover::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/china/special/i/icon_atraction.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navHotel a:hover::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/china/special/i/icon_hotel.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navInfo a:hover::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/china/special/i/icon_infomation.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navSearch a:hover::after {
    background: transparent url(/upload/tenant_1/search_hover.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navFaq a:hover::after {
    background: transparent url(/upload/tenant_1/icon_faq.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navArticle a:hover::after {
    background: transparent url(/upload/tenant_1/china/special/i/icon_blog.png) no-repeat center top / contain;
}

.hongkongdsNav__item a::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 22px;
    height: 25px;
}

.hongkongdsNav__item.navTours a::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/china/special/i/hover03.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navTainment a::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/china/special/i/hover01.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navHotel a::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/china/special/i/hover02.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navInfo a::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/china/special/i/hover04.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navArticle a::after {
    background: transparent url(/upload/tenant_1/china/special/i/hover05.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navSearch a::after {
    background: transparent url(/upload/tenant_1/search.png) no-repeat center top / contain;
}

.hongkongdsNav__item.navFaq a::after {
    background: transparent url(/import/tenant_1/www.wbf.co.jp/companytrip/location/images/icon_qa.webp) no-repeat center top / contain;
}

@media (max-width: 599px) {
    .hongkongdsNav__item {
        text-align: initial;
    }

    .hongkongdsNav__item + .hongkongdsNav__item {
        border-left: none;
        border-top: 1px solid #fff;
    }

    .hongkongdsNav__item a {
        padding: 20px 10px 20px 40px;
        border-top: none;
        border-bottom: none;
    }

    .hongkongdsNav__item a:hover {
        border-top: none;
    }

    .hongkongdsNav__item a::after {
        top: 50%;
        left: 10px;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 22px;
        height: 25px;
    }
}

/* .shanghaidsNav
=================*/
.shanghaidsNav {
    background: #389bd4;
    border-bottom: 2px solid #72b9e2;
}

.shanghaidsNav__item a {
    border-top: none;
    border-bottom: 4px solid #0b7fc1;
}

.shanghaidsNav__item a:hover {
    border-top: none;
}

@media (max-width: 1024px) {
    .shanghaidsNav__item a {
        height: 65px;
    }
}

@media (max-width: 599px) {
    .shanghaidsNav__item a {
        height: auto;
        border-bottom: none;
    }
}


/* hongkongdsDpack
=================*/
.hongkongdsDpack {
    background: #fffacd;
    padding: 50px 20px 30px;
}

.hongkongdsDpack .ttl {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.hongkongdsDpack .expranation {
    font-size: 13px;
    text-align: center;
}

.hongkongdsDpack .img {
    width: 300px;
    margin: 40px auto; 
}

.hongkongdsDpack .link {
    text-align: center;
}

.hongkongdsDpack .link a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background: #509bd4;
    padding: 10px 60px;
}

.hongkongdsDpack .txt {
    margin-top: 30px;
    text-align: center;
}

.hongkongdsDpack .txt a {
    color: #1D7DBE;
}

@media (max-width: 599px) {
    .hongkongdsDpack {
        padding: 30px 20px 30px;
    }
    
    .hongkongdsDpack .img {
        width: 250px;
    }
}

/*追加ボタン*/
.link01 {
    margin-top: 10px;
}

.link01 a {
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #509bd4;
    display: block;
    padding: 10px;
}

.link01 a:hover {
    color: #509bd4;
    background: #fff;
}

.link02 {
    margin-bottom: 20px;
}

.link02 a {
    width: 80%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #fcad3f;
    border-radius: 3px;
    border-bottom: 1px solid #c5c5c5;
    display: block;
    padding: 8px 5px;
    margin: 0 auto;
}

.link02 a:hover {
    outline: none;
}

.link03 {
    margin-top: 50px;
}

.link03 a {
    font-size: 29px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-shadow: 1px 1px 0 #6d6d6d;
    border-bottom: 2px solid #9b0552;
    border-radius: 5px;
    background: #104000;
    background: -moz-linear-gradient(top, #104000 0%, #ff007f 0%, #fc37b4 100%);
    background: -webkit-linear-gradient(top, #104000 0%,#ff007f 0%,#fc37b4 100%);
    background: linear-gradient(to bottom, #104000 0%,#ff007f 0%,#fc37b4 100%);
    display: block;
    padding: 20px;
}

.link03 a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 7px 0 7px 10px;
    padding-left: 11px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.3em;    
}

.tourLink {
    display: block;
}

.tourLink + .tourLink {
    margin-top: 5px;
}

.tourLink a {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    display: block;
    background: #e08d85;
    position: relative;
    z-index: 0;
    border-bottom: 1px solid #c16259;
    padding: 8px 15px 5px;
    text-align: left;
    border-radius: 3px;
}

.tourLink a:hover {
    text-decoration: underline;
}

.tourLink a:after {
    content: "▼";
    display: inline-block;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 10px;
}

@media (max-width: 1024px) {
    .link03 a {
        font-weight: bold;
    }
    
    .tourLink a {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .link02 a {
        width: 100%;
    }
    
    .link03 a {
        font-size: 18px;
    }
    
    .tourLink a {
        font-size: 14px;
        text-align: center;
    }
    
    .tourLink a:after {
        display: none;
    }
    
    .h1Area {
      background: #4d02ab;
      padding-bottom: 10px;
    }
}
  

/* FAQ */
.faqBlock .item dt{min-height:inherit;}
.faqBlock .at__ttl{margin-bottom: 30px;}
.faqBlock .item dd{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.faqBlock .item dd .txt {padding-top: 0;}

.faqBlock.addBg .item dd {
    background: #fff;
}
.faqBlock{
  padding:40px 0;
}


.faqBlk,
.spotBlk {
  background: #fff;
  padding: 20px;
}




/* Tour */
.tourBlk li {
    background: #fff;
    padding: 10px;
}

.tourBlk .txt-box {
  padding: 10px;
}

.tourBlk .tit {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.tourBlk .yen_parent {
  color: #ed5629;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: right;
    margin: 10px;
}

#d .section__content .seemore {
  width: 50%;
  margin: 20px auto;
  padding: 12px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #ccc;
  background: #da2d41;
  color: #fff;
  font-size: 160%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}


@media (max-width: 599px) {
  #d .section__content .seemore {
    width: 80%;
  }
}


/* Information */

.infoTxt {
  color: #000;
  background: #fff;
  padding: 30px;
  display: flex;
}

.infoTxt .left {
  margin: 0 auto;
}

.infoTxt .right {
  text-align: left;
  margin-left: 20px;
}

@media (max-width: 599px){
  .infoTxt {
    display: block;
  }
  .infoTxt .right {
    margin-top: 20px;
    margin-left: 0;
  }
}



.footFix {
    width: 100%;
    position: fixed;
    z-index: 100;
}

[data-element-id] .footFix.pc {
    position: static;
    opacity: 1;
    transform: none;
}

.footFix.pc {
    width: 180px;
    height: 90px;
    background: #daa520;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    top: 15%;
    right: 10px;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footFix.pc.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.footFix .dli-chevron-down {
  display: block;
  margin: 0 auto;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.footFix.pc .close {
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 20px;
    right: 5px;
    cursor: pointer;
    z-index: 5;
}

[data-element-id] .footFix.sp {
    width: 400px;
    position: static;
}

.footFix.sp {
    left: 0;
    bottom: 0;
}

@media (max-width: 1024px) {
    .footFix.pc {
        width: 200px;
        bottom: 100px;
    }
}

@media (max-width: 599px) {
    .footFix {
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0;
    }
}

