@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&family=Noto+Serif+JP:wght@200..900&display=swap");
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
    background-color: #F4EDEA;
}
.hdft {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #F4EDEA;
    color: #000000;
    font-size: 18px;
    line-height: 1;
}
@media screen and (max-width: 1300px) {
    .hdft {
        font-size: 1.3846153846vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft {
        font-size: 4.2666648vw;
    }
}
.hdft.scrollnone {
    overflow: hidden;
}
.hdft {
    /* basic layout */
    /* 全体の設定
  ---------------------------------------------------------------------------*/
    /* chromeで表示される謎の青枠を消す */
    /* 電話番号のリンク */
    /*リンク（全般）設定
  ---------------------------------------------------------------------------*/
    /* 共通設定
  ---------------------------------------------------------------------------*/
    /* iOSでのデフォルトスタイルをリセット
  ---------------------------------------------------------------------------*/
    /* レスポンシブ */
    /* 画像 */
    /* head
  ---------------------------------------------------------------------------*/
    /* mainmn
  ---------------------------------------------------------------------------*/
    /* footer
  ---------------------------------------------------------------------------*/
    /* sb
  ---------------------------------------------------------------------------*/
    /* brbox
  ---------------------------------------------------------------------------*/
    /* btn
  ---------------------------------------------------------------------------*/
}
.hdft *,
.hdft *::before,
.hdft *::after {
    box-sizing: border-box;
}
@-ms-viewport {
    .hdft {
        width: device-width;
    }
}
.hdft article, .hdft aside, .hdft figcaption, .hdft figure, .hdft footer, .hdft header, .hdft hgroup, .hdft main, .hdft nav, .hdft section {
    display: block;
}
.hdft body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .16rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
.hdft [tabindex="-1"]:focus {
    outline: 0 !important;
}
.hdft hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.hdft h1, .hdft h2, .hdft h3, .hdft h4, .hdft h5, .hdft h6, .hdft em {
    margin: 0;
    font-weight: normal;
    font-style: inherit;
}
.hdft p {
    margin: 0;
    padding: 0;
}
.hdft abbr[title],
.hdft abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
.hdft address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.hdft ol,
.hdft ul,
.hdft dl {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.hdft ol ol,
.hdft ul ul,
.hdft ol ul,
.hdft ul ol {
    margin-bottom: 0;
    padding: 0;
}
.hdft dt {
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.hdft dd {
    margin: 0;
    padding: 0;
}
.hdft blockquote {
    margin: 0 0 1rem;
}
.hdft b,
.hdft strong {
    font-weight: bolder;
}
.hdft small {
    font-size: 80%;
}
.hdft sub,
.hdft sup {
    position: relative;
    font-size: 65%;
    line-height: 0;
    vertical-align: baseline;
}
.hdft sub {
    bottom: -.25em;
}
.hdft sup {
    top: -.5em;
}
.hdft a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.hdft a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.hdft a:not([href]):not([tabindex]):hover, .hdft a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
.hdft a:not([href]):not([tabindex]):focus {
    outline: 0;
}
.hdft pre,
.hdft code,
.hdft kbd,
.hdft samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
.hdft pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
.hdft figure {
    margin: 0 0 1rem;
}
.hdft img {
    vertical-align: middle;
    border-style: none;
}
.hdft svg {
    overflow: hidden;
    vertical-align: middle;
}
.hdft table {
    border-collapse: collapse;
}
.hdft caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
.hdft th {
    text-align: inherit;
}
.hdft label {
    display: inline-block;
}
.hdft button {
    border-radius: 0;
}
.hdft button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
.hdft input,
.hdft button,
.hdft select,
.hdft optgroup,
.hdft textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.hdft button,
.hdft input {
    overflow: visible;
}
.hdft button,
.hdft select {
    text-transform: none;
}
.hdft button,
.hdft [type="button"],
.hdft [type="reset"],
.hdft [type="submit"] {
    -webkit-appearance: button;
}
.hdft button::-moz-focus-inner,
.hdft [type="button"]::-moz-focus-inner,
.hdft [type="reset"]::-moz-focus-inner,
.hdft [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
.hdft input[type="radio"],
.hdft input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.hdft input[type="date"],
.hdft input[type="time"],
.hdft input[type="datetime-local"],
.hdft input[type="month"] {
    -webkit-appearance: listbox;
}
.hdft textarea {
    overflow: auto;
    resize: vertical;
}
.hdft fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.hdft legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.hdft progress {
    vertical-align: baseline;
}
.hdft [type="number"]::-webkit-inner-spin-button,
.hdft [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.hdft [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
.hdft [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.hdft ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.hdft output {
    display: inline-block;
}
.hdft summary {
    display: list-item;
    cursor: pointer;
}
.hdft template {
    display: none;
}
.hdft [hidden] {
    display: none !important;
}
.hdft *:focus {
    outline: none;
}
@media (min-width: 769px) {
    .hdft a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
.hdft a.notel {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.hdft #wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .hdft #wrap {
        margin-top: 0;
    }
}
.hdft input[type="submit"],
.hdft input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
}
.hdft input[type="submit"]::-webkit-search-decoration,
.hdft input[type="button"]::-webkit-search-decoration {
    display: none;
}
.hdft input[type="submit"]::focus,
.hdft input[type="button"]::focus {
    outline-offset: -2px;
}
.hdft button, .hdft textarea, .hdft select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (max-width: 480px) {
    .hdft .view-pc {
        display: none;
    }
}
.hdft .view-tab {
    display: none;
}
@media screen and (max-width: 768px) {
    .hdft .view-tab {
        display: block;
    }
}
@media screen and (max-width: 480px) {
    .hdft .view-tab {
        display: none;
    }
}
.hdft .view-sp {
    display: none;
}
@media screen and (max-width: 480px) {
    .hdft .view-sp {
        display: block;
    }
}
.hdft img {
    max-width: 100%;
    height: auto;
}
.hdft img {
    display: block;
    width: auto;
    height: auto;
}
.hdft a {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    color: inherit;
}
@media (hover: hover) {
    .hdft a:hover {
        opacity: .6;
        color: inherit;
        text-decoration: none;
    }
}
.hdft a.notel {
    pointer-events: none;
}
.hdft .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 14px 26px;
    z-index: 20;
}
@media screen and (max-width: 1300px) {
    .hdft .head {
        padding: 1.0769230769vw 2vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head {
        padding: 1.8666666667vw 4.2666666667vw;
    }
}
.hdft .head-logo {
    width: 244px;
}
@media screen and (max-width: 1300px) {
    .hdft .head-logo {
        width: 18.7692307692vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-logo {
        width: 55.7333333333vw;
    }
}
.hdft .head-nav {
    position: relative;
}
@media screen and (max-width: 480px) {
    .hdft .head-nav {
        height: 5.6vw;
    }
}
.hdft .head-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    gap: 44px;
    color: #7A4A3F;
    padding-right: 100px;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-link {
        font-size: 1.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-link {
        font-size: 3.7925909333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-link {
        gap: 3.3846153846vw;
        padding-right: 7.6923076923vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-link {
        display: none;
    }
}
.hdft .head-nav-link>li {
    padding-top: 10px;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-link>li {
        padding-top: 0.7692307692vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-link>li {
        padding-top: 0;
    }
}
.hdft .head-nav-link>li>a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    z-index: 10;
    letter-spacing: .14em;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-link>li>a {
        padding-bottom: 0.7692307692vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-link>li>a {
        padding-bottom: 0;
    }
}
.hdft .head-nav-link>li>a::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 60px;
    left: 50%;
    top: 36%;
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/cmn/glnv-hover.png);
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    z-index: -1;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-link>li>a::before {
        width: 5.3846153846vw;
        height: 4.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-link>li>a::before {
        display: none;
    }
}
@media (hover: hover) {
    .hdft .head-nav-link>li>a:hover {
        opacity: 1;
    }
    .hdft .head-nav-link>li>a:hover::before {
        opacity: 1;
    }
}
.hdft .head-nav-sub {
    position: absolute;
    width: 448px;
    right: 0;
    top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub {
        width: 34.4615384615vw;
        top: 3.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-sub {
        display: none;
    }
}
.hdft .head-nav-sub-bestrate {
    width: 220px;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-bestrate {
        width: 16.9230769231vw;
    }
}
.hdft .head-nav-sub-plan {
    width: 215px;
    color: #ffffff;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan {
        width: 16.5384615385vw;
    }
}
.hdft .head-nav-sub-plan a {
    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;
    border-radius: 16px;
    background-color: #CFA524;
    width: 100%;
    height: 88px;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan a {
        border-radius: 1.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-sub-plan a {
        border-radius: 4.2666666667vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan a {
        height: 6.7692307692vw;
    }
}
.hdft .head-nav-sub-plan a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hdft .head-nav-sub-plan a i {
    position: relative;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .1em;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    padding-left: 30px;
    margin-bottom: 8px;
    color: #E7D291;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan a i {
        font-size: 1.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-sub-plan a i {
        font-size: 3.7925909333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan a i {
        margin-bottom: 0.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-sub-plan a i {
        margin-bottom: 1.4933333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan a i {
        padding-left: 2.3076923077vw;
    }
}
.hdft .head-nav-sub-plan a i::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(../img/cmn/head-plan-icon.png);
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan a i::before {
        width: 1.3846153846vw;
        height: 1.3846153846vw;
    }
}
.hdft .head-nav-sub-plan a strong {
    font-weight: 500;
    letter-spacing: .14em;
    font-size: 17px;
    line-height: 1.294;
    text-align: center;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan a strong {
        font-size: 1.3076923077vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-sub-plan a strong {
        font-size: 4.0296278667vw;
    }
}
@media (hover: hover) {
    .hdft .head-nav-sub-plan a:hover {
        opacity: 1;
        background-color: #F1E4BD;
        color: #CFA524;
    }
}
.hdft .head-nav-sub-plan a.plan-pet {
    background-color: #7A4A3F;
}
.hdft .head-nav-sub-plan a.plan-pet i {
    color: #BCA49F;
}
.hdft .head-nav-sub-plan a.plan-pet i::before {
    background-image: url(../img/cmn/head-plan-pet.png);
}
@media (hover: hover) {
    .hdft .head-nav-sub-plan a.plan-pet:hover {
        background-color: #BCA49F;
        color: #7A4A3F;
    }
    .hdft .head-nav-sub-plan a.plan-pet:hover i {
        color: #7A4A3F;
    }
}
.hdft .head-nav-sub-plan a+a {
    margin-top: 8px;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-sub-plan a+a {
        margin-top: 0.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-sub-plan a+a {
        margin-top: 1.4933333333vw;
    }
}
.hdft .head-nav-menu {
    position: absolute;
    width: 34px;
    height: 23px;
    top: 6px;
    right: 0;
    z-index: 9000;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-menu {
        width: 2.8461538462vw;
        height: 1.7692307692vw;
        top: 0.4615384615vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-menu {
        width: 8.6666666667vw;
        height: 5.6vw;
        top: 4vw;
    }
}
.hdft .head-nav-menu .menuopen {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-image: url(../img/cmn/head-menu.png);
}
.hdft .head-nav-menu[open] .menuopen {
    background-image: url(../img/cmn/mainmn-close.png);
}
.hdft .head-nav-lang {
    position: absolute;
    right: 0;
    top: 250px;
    border-radius: 16px;
    background-color: #F4EDEA;
    padding: 6px 10px;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-lang {
        border-radius: 1.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-lang {
        border-radius: 4.2666666667vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-lang {
        top: 19.2307692308vw;
        padding: 0.4615384615vw 0.7692307692vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-lang {
        display: none;
    }
}
.hdft .head-nav-lang summary {
    font-size: 14px;
    letter-spacing: .15em;
    padding-left: 22px;
    position: relative;
    border-bottom: 1px solid #BCA49F;
    padding-bottom: 8px;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-lang summary {
        font-size: 1.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-lang summary {
        font-size: 3.3185170667vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-lang summary {
        padding-bottom: 0.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-lang summary {
        padding-bottom: 1.4933333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-lang summary {
        padding-left: 1.6923076923vw;
    }
}
.hdft .head-nav-lang summary::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/cmn/lang-icon.png);
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-lang summary::before {
        width: 1.0769230769vw;
        height: 1.0769230769vw;
    }
}
.hdft .head-nav-lang ul li {
    font-size: 14px;
    letter-spacing: .15em;
    padding: .5em 0;
    text-align: center;
}
@media screen and (max-width: 1300px) {
    .hdft .head-nav-lang ul li {
        font-size: 1.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .head-nav-lang ul li {
        font-size: 3.3185170667vw;
    }
}
.hdft .mainmn {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    /* XPや古いブラウザ向け */
    height: 100svh;
    overflow: auto;
    zoom: 1;
    /* IEのレイアウトバグ対策 */
    background-color: #F4EDEA;
    z-index: -1;
    padding: 100px 0;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn {
        padding: 7.6923076923vw 0;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn {
        padding: 24vw 0 26.6666666667vw;
    }
}
.hdft .mainmn-close {
    position: absolute;
    top: 24px;
    right: 26px;
    width: 29px;
    height: 25px;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-close {
        top: 1.8461538462vw;
        right: 2vw;
        width: 2.2307692308vw;
        height: 2vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-close {
        top: 5.8666666667vw;
        right: 7.4666666667vw;
        width: 7.0666666667vw;
        height: 6vw;
    }
}
.hdft .mainmn-wrap {
    /* 1280 */
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-wrap {
        width: 98.4615384615vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-wrap {
        width: 89.3333333333vw;
    }
}
.hdft .mainmn-img {
    width: 50%;
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-img {
        display: none;
    }
}
.hdft .mainmn-img img {
    width: 532px;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-img img {
        width: 40.9230769231vw;
    }
}
.hdft .mainmn-nav {
    width: 50%;
    padding-right: 100px;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-nav {
        padding-right: 7.6923076923vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav {
        width: 100%;
        padding-right: 0;
    }
}
.hdft .mainmn-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-nav-link {
        margin-bottom: 3.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-link {
        margin-bottom: 7.4666666667vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-link ul {
        width: 100%;
    }
    .hdft .mainmn-nav-link ul:nth-of-type(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #BCA49F;
        margin-bottom: 5.3333333333vw;
    }
    .hdft .mainmn-nav-link ul:nth-of-type(1) li {
        width: 33.0666666667vw;
    }
}
.hdft .mainmn-nav-link li {
    letter-spacing: .14rem;
    margin-bottom: 28px;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-nav-link li {
        margin-bottom: 2.1538461538vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-link li {
        margin-bottom: 5.2266666667vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-link li {
        margin-bottom: 5.3333333333vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-lang {
        margin-bottom: 5.3333333333vw;
    }
}
.hdft .mainmn-nav-lang dt {
    font-size: 16px;
    letter-spacing: .15em;
    padding-left: 22px;
    position: relative;
    border-bottom: 1px solid #BCA49F;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-nav-lang dt {
        font-size: 1.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-lang dt {
        font-size: 3.7925909333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-nav-lang dt {
        padding-bottom: 0.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-lang dt {
        padding-bottom: 1.4933333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-nav-lang dt {
        margin-bottom: 1.5384615385vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-lang dt {
        margin-bottom: 3.7333333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-nav-lang dt {
        padding-left: 1.6923076923vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-lang dt {
        padding-left: 6.6666666667vw;
    }
}
.hdft .mainmn-nav-lang dt::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/cmn/lang-icon.png);
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn-nav-lang dt::before {
        width: 1.0769230769vw;
        height: 1.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-lang dt::before {
        width: 3.7333333333vw;
        height: 3.7333333333vw;
    }
}
.hdft .mainmn-nav-lang dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-lang dd ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.hdft .mainmn-nav-lang dd li {
    letter-spacing: .14em;
}
@media screen and (max-width: 480px) {
    .hdft .mainmn-nav-lang dd li {
        width: calc(100% / 3);
        margin-bottom: 3.4666666667vw;
    }
    .hdft .mainmn-nav-lang dd li:nth-of-type(2) {
        width: calc((100% / 3) * 2);
    }
}
.hdft .mainmn .brbox {
    margin-top: 64px;
}
@media screen and (max-width: 1300px) {
    .hdft .mainmn .brbox {
        margin-top: 4.9230769231vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn .brbox {
        margin-top: 11.9466666667vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .mainmn .brbox {
        margin-top: 0;
    }
}
.hdft .footer {
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
    padding-bottom: 110px;
}
@media screen and (max-width: 1300px) {
    .hdft .footer {
        width: 83.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer {
        width: 89.3333333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .footer {
        padding-top: 6.1538461538vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer {
        padding-top: 14.9333333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .footer {
        padding-bottom: 8.4615384615vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer {
        padding-bottom: 20.5333333333vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer {
        padding-bottom: 32vw;
    }
}
.hdft .footer-left {
    width: 50%;
}
@media screen and (max-width: 480px) {
    .hdft .footer-left {
        width: 100%;
    }
}
.hdft .footer-right {
    width: 50%;
}
@media screen and (max-width: 480px) {
    .hdft .footer-right {
        display: none;
    }
}
.hdft .footer-bottom {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1300px) {
    .hdft .footer-bottom {
        margin-top: 4.3076923077vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-bottom {
        margin-top: 10.4533333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .footer-bottom {
        margin-bottom: 3.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-bottom {
        margin-bottom: 7.4666666667vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-bottom {
        margin-top: 8.5333333333vw;
        margin-bottom: 8.5333333333vw;
    }
}
.hdft .footer-copy {
    width: 100%;
    font-size: 18px;
    letter-spacing: .14em;
    text-align: center;
}
@media screen and (max-width: 1300px) {
    .hdft .footer-copy {
        font-size: 1.3846153846vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-copy {
        font-size: 4.2666648vw;
    }
}
.hdft .footer-logo {
    position: relative;
    width: 250px;
    margin-bottom: 56px;
}
@media screen and (max-width: 1300px) {
    .hdft .footer-logo {
        margin-bottom: 4.3076923077vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-logo {
        margin-bottom: 10.4533333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .footer-logo {
        width: 19.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-logo {
        width: 59.2vw;
    }
}
.hdft .footer-logo::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 94px;
    height: 156px;
    top: -27px;
    left: 322px;
    background-image: url(../img/cmn/footer-deco.png);
}
@media screen and (max-width: 1300px) {
    .hdft .footer-logo::after {
        width: 7.2307692308vw;
        height: 12vw;
        top: -2.0769230769vw;
        left: 24.7692307692vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-logo::after {
        width: 22.4vw;
        height: 37.3333333333vw;
        left: auto;
        right: -27.2vw;
        top: -4.2666666667vw;
    }
}
.hdft .footer-addr {
    letter-spacing: .14em;
    line-height: 2.11;
}
.hdft .footer-insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 480px) {
    .hdft .footer-insta {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.hdft .footer-insta-link {
    padding-top: 80px;
}
@media screen and (max-width: 1300px) {
    .hdft .footer-insta-link {
        padding-top: 6.1538461538vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-insta-link {
        padding-top: 14.9333333333vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-insta-link {
        padding-top: 8.5333333333vw;
    }
}
.hdft .footer-insta-link a {
    display: block;
    position: relative;
    padding-left: 38px;
    letter-spacing: .14em;
}
@media screen and (max-width: 1300px) {
    .hdft .footer-insta-link a {
        padding-left: 2.9230769231vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-insta-link a {
        padding-left: 8.6666666667vw;
    }
}
.hdft .footer-insta-link a::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/cmn/footer-insta-icon.png);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
}
@media screen and (max-width: 1300px) {
    .hdft .footer-insta-link a::before {
        width: 1.6153846154vw;
        height: 1.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-insta-link a::before {
        width: 5.0666666667vw;
        height: 5.0666666667vw;
    }
}
.hdft .footer-insta-img {
    width: 216px;
    margin-left: 80px;
}
@media screen and (max-width: 1300px) {
    .hdft .footer-insta-img {
        width: 16.6153846154vw;
        margin-left: 6.1538461538vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .footer-insta-img {
        width: 44.8vw;
        margin-left: 0;
    }
}
.hdft .sb {
    width: 100%;
    max-width: 1448px;
    padding: 80px 20px 0 20px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1300px) {
    .hdft .sb {
        max-width: 111.3846153846vw;
        padding: 6.1538461538vw 1.5384615385vw 0 1.5384615385vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb {
        max-width: 89.3333333333vw;
        padding: 18.6666666667vw 0 10.6666666667vw;
    }
}
.hdft .sb-img img {
    width: 100%;
    height: 496px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;";
    border-radius: 80px;
}
@media screen and (max-width: 1300px) {
    .hdft .sb-img img {
        border-radius: 6.1538461538vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-img img {
        border-radius: 21.3333333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .sb-img img {
        height: 38.1538461538vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-img img {
        height: 53.3333333333vw;
        border-radius: 10.6666666667vw;
    }
}
.hdft .sb-tx {
    position: relative;
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    padding-top: 35px;
    margin-bottom: 60px;
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx {
        width: 83.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx {
        width: 89.3333333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx {
        padding-top: 2.6923076923vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx {
        padding-top: 6.5333333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx {
        margin-bottom: 4.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx {
        margin-bottom: 11.2vw;
    }
}
.hdft .sb-tx::before, .hdft .sb-tx::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}
.hdft .sb-tx::before {
    width: 360px;
    height: 310px;
    background-image: url(../img/cmn/sb-bg01.png);
    top: -65px;
    left: -80px;
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx::before {
        width: 27.6923076923vw;
        height: 23.8461538462vw;
        top: -5vw;
        left: -6.1538461538vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx::before {
        width: 62.8vw;
        height: 42.6666666667vw;
        left: -16.5333333333vw;
        top: -5.6vw;
    }
}
.hdft .sb-tx::after {
    width: 94px;
    height: 155px;
    background-image: url(../img/cmn/sb-bg02.png);
    top: -42px;
    left: 352px;
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx::after {
        width: 7.2307692308vw;
        height: 11.9230769231vw;
        top: -3.2307692308vw;
        left: 27.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx::after {
        width: 22.4vw;
        height: 37.3333333333vw;
        left: auto;
        right: 4.2666666667vw;
        top: 3.6vw;
    }
}
.hdft .sb-tx-en {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .1em;
    margin-bottom: 34px;
    color: #CAB7B2;
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx-en {
        font-size: 1.8461538462vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx-en {
        font-size: 5.6888864vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx-en {
        margin-bottom: 2.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx-en {
        margin-bottom: 6.3466666667vw;
    }
}
.hdft .sb-tx-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px;
    color: #7A4A3F;
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx-ttl {
        margin-bottom: 3.6923076923vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx-ttl {
        margin-bottom: 8.96vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx-ttl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.hdft .sb-tx-ttl-ja {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .14em;
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx-ttl-ja {
        font-size: 2.4615384615vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx-ttl-ja {
        font-size: 7.5851818667vw;
    }
}
.hdft .sb-tx-ttl-ja::after {
    content: "｜";
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx-ttl-ja {
        margin-bottom: 5.3333333333vw;
    }
}
.hdft .sb-tx-ttl-hdl {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .14em;
}
@media screen and (max-width: 1300px) {
    .hdft .sb-tx-ttl-hdl {
        font-size: 2vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx-ttl-hdl {
        font-size: 6.1629602667vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .sb-tx-ttl-hdl {
        line-height: 1.6;
    }
}
.hdft .sb-tx-desc {
    letter-spacing: .14em;
    line-height: 2.444;
}
.hdft summary {
    list-style: none;
    /* Firefox用 */
}
.hdft summary::-webkit-details-marker {
    display: none;
    /* Chrome / Safari用 */
}
.hdft .brbox {
    /* 1080 */
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 24px;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox {
        width: 83.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox {
        width: 89.3333333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .brbox {
        border-radius: 2.4615384615vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox {
        border-radius: 8.5333333333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .brbox {
        padding: 2vw 1.8461538462vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6.1333333333vw 8.5333333333vw;
    }
}
.hdft .brbox-bestrate {
    width: 290px;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox-bestrate {
        width: 22.3076923077vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox-bestrate {
        width: 69.7333333333vw;
    }
}
.hdft .brbox .btn.btn-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 524px;
    padding: 0;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox .btn.btn-plan {
        width: 40.3076923077vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox .btn.btn-plan {
        display: block;
        width: 72.4vw;
        margin-top: 5.0666666667vw;
        margin-bottom: 5.0666666667vw;
    }
}
.hdft .brbox .btn.btn-plan a {
    width: 256px;
    height: 108px;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox .btn.btn-plan a {
        width: 19.6923076923vw;
        height: 8.3076923077vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox .btn.btn-plan a {
        width: 100%;
        height: 26vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox .btn.btn-plan a+a {
        margin-top: 1.6vw;
    }
}
.hdft .brbox .btn.btn-plan a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hdft .brbox .btn.btn-plan a span strong {
    text-align: center;
    line-height: 1.55;
    margin-bottom: 10px;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox .btn.btn-plan a span strong {
        margin-bottom: 0.7692307692vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox .btn.btn-plan a span strong {
        margin-bottom: 1.8666666667vw;
    }
}
.hdft .brbox .btn.btn-plan a span i {
    padding-right: 40px;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox .btn.btn-plan a span i {
        padding-right: 3.0769230769vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox .btn.btn-plan a span i {
        padding-right: 10vw;
    }
}
.hdft .brbox .btn.btn-plan a span i::after {
    width: 21px;
    height: 21px;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox .btn.btn-plan a span i::after {
        width: 1.6153846154vw;
        height: 1.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox .btn.btn-plan a span i::after {
        width: 5vw;
        height: 5vw;
    }
}
.hdft .brbox-link li {
    color: #7A4A3F;
}
.hdft .brbox-link li a {
    position: relative;
    padding-left: 32px;
    letter-spacing: .14em;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox-link li a {
        padding-left: 2.4615384615vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox-link li a {
        padding-left: 8vw;
    }
}
.hdft .brbox-link li a::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
    .hdft .brbox-link li a::before {
        width: 1.3846153846vw;
        height: 1.3846153846vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox-link li a::before {
        width: 4.2666666667vw;
        height: 4.2666666667vw;
    }
}
.hdft .brbox-link li:nth-of-type(1) {
    margin-bottom: 24px;
}
@media screen and (max-width: 1300px) {
    .hdft .brbox-link li:nth-of-type(1) {
        margin-bottom: 1.8461538462vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .brbox-link li:nth-of-type(1) {
        margin-bottom: 4.48vw;
    }
}
.hdft .brbox-link li:nth-of-type(1) a::before {
    background-image: url(../img/cmn/brbox-icon-room.png);
}
.hdft .brbox-link li:nth-of-type(2) a::before {
    background-image: url(../img/cmn/brbox-icon-cal.png);
}
.hdft .btn {
    width: 360px;
    color: #ffffff;
}
@media screen and (max-width: 1300px) {
    .hdft .btn {
        width: 27.6923076923vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .btn {
        width: 100%;
    }
}
.hdft .btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-radius: 16px;
    padding: 0 20px;
}
@media screen and (max-width: 1300px) {
    .hdft .btn a {
        border-radius: 1.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .btn a {
        border-radius: 4.2666666667vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .btn a {
        height: 6.1538461538vw;
        padding: 0 1.5384615385vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .btn a {
        height: 19.2vw;
        padding: 0 4.2666666667vw;
    }
}
.hdft .btn a span {
    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;
    width: 100%;
}
.hdft .btn a span strong {
    letter-spacing: .14em;
    font-weight: 500;
    font-size: 18px;
}
@media screen and (max-width: 1300px) {
    .hdft .btn a span strong {
        font-size: 1.3846153846vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .btn a span strong {
        font-size: 4.2666648vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .btn a span strong {
        line-height: 1.4;
    }
}
.hdft .btn a span i {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .1em;
    padding-right: 60px;
}
@media screen and (max-width: 1300px) {
    .hdft .btn a span i {
        font-size: 1.2307692308vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .btn a span i {
        font-size: 3.7925909333vw;
    }
}
@media screen and (max-width: 1300px) {
    .hdft .btn a span i {
        padding-right: 4.6153846154vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .btn a span i {
        padding-right: 9.6vw;
    }
}
.hdft .btn a span i::after {
    position: absolute;
    content: "";
    width: 33px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media screen and (max-width: 1300px) {
    .hdft .btn a span i::after {
        width: 2.5384615385vw;
        height: 2.4615384615vw;
    }
}
@media screen and (max-width: 480px) {
    .hdft .btn a span i::after {
        width: 7.4666666667vw;
        height: 7.4666666667vw;
    }
}
.hdft .btn.btn-plan a {
    background-color: #CFA524;
}
.hdft .btn.btn-plan a span i {
    color: #E7D291;
}
.hdft .btn.btn-plan a span i::after {
    background-image: url(../img/cmn/head-plan-icon.png);
}
@media (hover: hover) {
    .hdft .btn.btn-plan a:hover {
        opacity: 1;
        background-color: #F1E4BD;
        color: #CFA524;
    }
}
.hdft .btn.btn-plan a.plan-pet {
    background-color: #7A4A3F;
}
.hdft .btn.btn-plan a.plan-pet span i {
    color: #BCA49F;
}
.hdft .btn.btn-plan a.plan-pet span i::after {
    background-image: url(../img/cmn/head-plan-pet);
}
@media (hover: hover) {
    .hdft .btn.btn-plan a.plan-pet:hover {
        opacity: 1;
        background-color: #BCA49F;
        color: #7A4A3F;
    }
    .hdft .btn.btn-plan a.plan-pet:hover i {
        color: #7A4A3F;
    }
}
.hdft .btn.btn-def a {
    background-color: #4D7A84;
}
.hdft .btn.btn-def a span i {
    color: #B8CACE;
}
.hdft .btn.btn-def a span i::after {
    background-image: url(../img/cmn/btn-icon-celestegreen.png);
}
@media (hover: hover) {
    .hdft .btn.btn-def a:hover {
        opacity: 1;
        background-color: #B4C7CB;
        color: #4D7A84;
    }
    .hdft .btn.btn-def a:hover i {
        color: #4D7A84;
        opacity: 0.5;
    }
}