@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    line-height: 1
}

main {
    display: block
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

code,
kbd,
samp {
    font-size: 1em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0
}

button {
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit
}

button:disabled {
    cursor: default
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    min-height: 2em;
    overflow: auto
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 5px
}

select::-ms-expand {
    display: none
}

body {
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size: 16px;
    border: 8px solid #e94638;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1000
}

@media screen and (max-width:599px) {
    body {
        border: 4px solid #e94638
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectWrap {
    position: relative;
    display: inline-block
}

.selectWrap select {
    height: 27px;
    background: 0 0;
    position: relative;
    z-index: 1;
    padding-right: 15px
}

.selectWrap::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    width: 30px
}

.selectWrap::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000 transparent transparent transparent
}

html {
    font-size: 62.5%;
    font-weight: 400
}

body {
    font-size: 1.6em;
    line-height: 1.9em
}

@media screen and (max-width:959px) {
    body {
        font-size: 1.6em
    }
}

p {
    text-align: left;
    font-size: 1.5rem
}

@media screen and (max-width:599px) {
    p {
        line-height: 2
    }
}

a {
    text-decoration: none;
    color: #000
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    a {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    a:hover {
        opacity: .8
    }
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:600px) and (max-width:959px) {
    .sp_only {
        display: block
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    .sp_only {
        display: none
    }
}

@media screen and (max-width:599px) {
    .sp_only {
        display: block
    }
}

@media only screen and (min-width:600px) and (max-width:959px) {
    .pc_only {
        display: none
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    .pc_only {
        display: block
    }
}

@media screen and (max-width:599px) {
    .pc_only {
        display: none
    }
}

.attachment-objectfit,
.objectfit {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center center;'
}

#header {
    position: relative;
    background-color: #e94638
}

.wpml-ls-legacy-list-vertical a {
    padding: 10px 0!important
}

.header-gnav_btn {
    position: fixed;
    right: 50px;
    top: 30px;
    z-index: 150;
    width: 40px;
    height: 45px;
    display: block
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    .header-gnav_btn {
        cursor: pointer
    }
}

@media screen and (max-width:959px) {
    .header-gnav_btn {
        right: 20px;
        top: 20px
    }
}

@media screen and (max-width:599px) {
    .header-gnav_btn {
        right: 10px;
        top: 5px
    }
}

.header-gnav_btn p {
    font-size: 1.3rem;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    letter-spacing: .13em;
    color: #e94638;
    -webkit-transition: all .4s;
    transition: all .4s
}

.header-gnav_btn .menu-trigger,
.header-gnav_btn .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header-gnav_btn .menu-trigger {
    position: relative;
    width: 40px;
    height: 28px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (max-width:599px) {
    .header-gnav_btn .menu-trigger {
        width: 30px;
        height: 23px
    }
}

.header-gnav_btn .back-white {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 16px;
    bottom: 0;
    right: -160px;
    margin: auto;
    margin-right: -14px;
    z-index: -1
}

@media screen and (max-width:599px) {
    .header-gnav_btn .back-white {
        width: 50px;
        height: 50px;
        top: 20px;
        margin-right: 1px
    }
}

.header-gnav_btn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e94638;
    border-radius: 10px
}

.header-gnav_btn .menu-trigger span:nth-of-type(1) {
    top: 0
}

.header-gnav_btn .menu-trigger span:nth-of-type(2) {
    top: 12px
}

@media screen and (max-width:599px) {
    .header-gnav_btn .menu-trigger span:nth-of-type(2) {
        top: 10px
    }
}

.header-gnav_btn .menu-trigger span:nth-of-type(3) {
    bottom: 0
}

.header-gnav_btn.active p {
    -webkit-transform: translateY(15px) translateX(-50px);
    transform: translateY(15px) translateX(-50px)
}

.header-gnav_btn.active .menu-trigger {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.header-gnav_btn.active .menu-trigger span {
    background: #fff
}

.header-gnav_btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-315deg);
    transform: translateY(15px) rotate(-315deg)
}

@media screen and (max-width:599px) {
    .header-gnav_btn.active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg)
    }
}

.header-gnav_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0
}

.header-gnav_btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg)
}

.header-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
    opacity: 0
}

.header-gnav a {
    color: #fff
}

.header-gnav p {
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em
}

@media screen and (max-width:599px) {
    .header-gnav p {
        font-size: 3rem
    }
}

.header-gnav .content-flex_center {
    width: 90%;
    max-width: 1000px
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.header-gnav .content-flex_center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul {
        padding: 0 30px;
        display: block;
        margin: 0
    }
}

@media screen and (max-width:320px) {
    .header-gnav .content-flex_center ul {
        padding: 0 10px
    }
}

.header-gnav .content-flex_center ul li {
    opacity: 0;
    position: relative;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    margin-top: 20px;
    font-size: 3rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: .1em;
    font-weight: 600;
    position: relative;
    padding: 0 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul li {
        font-size: 1.8rem;
        padding-left: 15px;
        margin: 15px auto;
        padding-bottom: 5px
    }
}

@media screen and (max-width:320px) {
    .header-gnav .content-flex_center ul li {
        padding-left: 10px;
        margin: 10px auto
    }
}

.header-gnav .content-flex_center ul li span {
    display: block;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 10px auto;
    line-height: 1.5
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul li span {
        font-size: .9rem;
        margin: 0 auto 10px;
        display: inline-block;
        padding-left: 10px
    }
}

.header-gnav .content-flex_center ul li::before {
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-weight: 700;
    color: #e94638;
    display: block;
    position: absolute;
    left: 0;
    top: 15px
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul li::before {
        top: 10px
    }
}

.header-gnav .content-flex_center ul li.gnav-li {
    color: #fff
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul li.gnav-li {
        text-align: left;
        border-bottom: 1px solid #fff
    }
}

@media screen and (max-width:320px) {
    .header-gnav .content-flex_center ul li.gnav-li .long-text {
        letter-spacing: 0
    }
}

.header-gnav .content-flex_center ul li.gnav-li_01::before {
    content: '1'
}

.header-gnav .content-flex_center ul li.gnav-li_02::before {
    content: '2'
}

.header-gnav .content-flex_center ul li.gnav-li_03::before {
    content: '3'
}

.header-gnav .content-flex_center ul li.gnav-li_04::before {
    content: '4'
}

.header-gnav .content-flex_center ul li.gnav-li_05::before {
    content: '5'
}

.header-gnav .content-flex_center ul li.gnav-li_06::before {
    content: '6'
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header-gnav .content-flex_center ul ol li {
    font-size: 1.8rem;
    margin-top: 10px;
    padding: 0
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul ol li {
        font-size: 1.3rem;
        margin: 0;
        padding: 0 10px
    }
}

.header-gnav .content-flex_center ul ol li a {
    position: relative
}

.header-gnav .content-flex_center ul ol li a:before {
    content: "-";
    display: inline-block;
    color: #fff;
    position: absolute;
    left: -20px
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul ol li a:before {
        left: -10px
    }
}

.header-gnav.active {
    -webkit-animation-name: anime4;
    animation-name: anime4;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100;
    position: relative
}

.header-gnav.active .content-flex_center ul li {
    -webkit-animation-name: anime1;
    animation-name: anime1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header-gnav.active .content-flex_center ul li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.header-gnav.active .content-flex_center ul li:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.header-gnav.active .content-flex_center ul li:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.header-gnav.active .content-flex_center ul li span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width:599px) {
    .header-gnav.active .content-flex_center ul li span {
        display: inline-block;
        padding-left: 10px;
        margin: 0
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    .header-gnav.active .content-flex_center ul li:hover span {
        color: #ccc
    }
}

.header-gnav.close {
    -webkit-animation-name: anime3;
    animation-name: anime3;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header-gnav.close .content-flex_center ul li {
    -webkit-animation-name: anime2;
    animation-name: anime2;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header-gnav.close .content-flex_center ul li:nth-child(1) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.header-gnav.close .content-flex_center ul li:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.header-gnav.close .content-flex_center ul li:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes anime1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: -30px
    }
    100% {
        opacity: 1;
        display: -webkit-box;
        display: flex;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0
    }
}

@keyframes anime1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: -30px
    }
    100% {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0
    }
}

@-webkit-keyframes anime2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0
    }
    100% {
        opacity: 0;
        display: -webkit-box;
        display: flex;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: -30px
    }
}

@keyframes anime2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0
    }
    100% {
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: -30px
    }
}

@-webkit-keyframes anime3 {
    0% {
        opacity: 1;
        z-index: 100;
        background-color: #e94638
    }
    100% {
        opacity: 0;
        z-index: -100;
        background-color: rgba(233, 70, 56, 0)
    }
}

@keyframes anime3 {
    0% {
        opacity: 1;
        z-index: 100;
        background-color: #e94638
    }
    100% {
        opacity: 0;
        z-index: -100;
        background-color: rgba(233, 70, 56, 0)
    }
}

@-webkit-keyframes anime4 {
    0% {
        opacity: 0;
        z-index: -100;
        background-color: rgba(233, 70, 56, 0)
    }
    100% {
        opacity: 1;
        z-index: 100;
        background-color: #e94638
    }
}

@keyframes anime4 {
    0% {
        opacity: 0;
        z-index: -100;
        background-color: rgba(233, 70, 56, 0)
    }
    100% {
        opacity: 1;
        z-index: 100;
        background-color: #e94638
    }
}

#footer {
    background: #e94638;
    padding: 80px 0 30px;
    text-align: center;
    color: #fff
}

@media screen and (max-width:599px) {
    #footer {
        padding: 60px 0 20px
    }
}

@media screen and (max-width:959px) {
    #footer .button-wrap {
        display: block
    }
}

#footer .footer-button {
    max-width: 445px;
    padding: 25px;
    font-size: 2.2rem;
    font-weight: 600;
    border-radius: 20px
}

@media screen and (max-width:959px) {
    #footer .footer-button {
        font-size: 2rem;
        padding: 20px 0
    }
}

@media screen and (max-width:599px) {
    #footer .footer-button {
        font-size: 1.8rem;
        padding: 15px;
        border-radius: 10px;
        letter-spacing: .1em
    }
}

#footer .footer-tel {
    position: relative;
    padding-left: 40px;
    -webkit-transition: .4s;
    transition: .4s
}

#footer .footer-tel:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/common/icon-tel.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 90px;
    -webkit-transition: .4s;
    transition: .4s
}

@media screen and (max-width:599px) {
    #footer .footer-tel:before {
        left: 60px
    }
}

@media screen and (max-width:320px) {
    #footer .footer-tel:before {
        left: 40px
    }
}

#footer .footer-tel:hover {
    -webkit-transition: .4s;
    transition: .4s
}

#footer .footer-tel:hover:before {
    background: url(../img/common/icon-tel-white.svg) no-repeat;
    background-size: contain
}

#footer .footer-form {
    position: relative;
    padding-left: 60px;
    -webkit-transition: .4s;
    transition: .4s
}

#footer .footer-form::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/common/icon-mail.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 80px;
    -webkit-transition: .4s;
    transition: .4s
}

@media screen and (max-width:599px) {
    #footer .footer-form::before {
        left: 55px
    }
}

@media screen and (max-width:320px) {
    #footer .footer-form::before {
        left: 35px
    }
}

#footer .footer-form:hover {
    -webkit-transition: .4s;
    transition: .4s
}

#footer .footer-form:hover:before {
    background: url(../img/common/icon-mail-white.svg) no-repeat;
    background-size: contain
}

#footer .text-wrap {
    letter-spacing: .2em
}

#footer .text-wrap .company-name {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px
}

#footer .text-wrap .address {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 40px
}

@media screen and (max-width:599px) {
    #footer .text-wrap .address {
        margin-bottom: 20px;
        font-size: 1.3rem;
        letter-spacing: .05em
    }
}

#footer .text-wrap ul.sns {
    margin-bottom: 100px
}

@media screen and (max-width:599px) {
    #footer .text-wrap ul.sns {
        margin-bottom: 100px
    }
}

#footer .text-wrap ul.sns li {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0 7px;
    -webkit-transition: .4s;
    transition: .4s
}

#footer .text-wrap ul.sns li a {
    width: 100%
}

#footer .text-wrap ul.sns li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#footer .copyright {
    font-size: 1rem
}

.u-mt0 {
    margin-top: 0!important
}

.u-mt5 {
    margin-top: 5px!important
}

.u-mt10 {
    margin-top: 10px!important
}

.u-mt15 {
    margin-top: 15px!important
}

.u-mt20 {
    margin-top: 20px!important
}

.u-mt50 {
    margin-top: 50px!important
}

.l-w25 {
    width: 25%
}

.l-w50 {
    width: 50%
}

.l-w100p {
    width: 100%
}

.l-h100p {
    height: 100%
}

.l-justify-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.l-justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-justify-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.l-direction-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.parallax-window {
    min-height: 800px;
    background: 0 0
}

.parallax-slider {
    top: 0;
    left: 0
}

section#wrapper {
    position: relative;
    overflow: hidden
}

.section-title {
    color: #e94638;
    font-size: 3rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom: 40px
}

@media screen and (max-width:599px) {
    .section-title {
        font-size: 2.2rem;
        margin-bottom: 15px
    }
}

.section-title span {
    display: block;
    color: #0b0b0b;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size: 1.8rem;
    padding-top: 5px
}

@media screen and (max-width:599px) {
    .section-title span {
        font-size: 1.4rem;
        letter-spacing: .1em
    }
}

.section-title-white {
    color: #fff
}

.section-title-white span {
    color: #fff
}

.section-text {
    width: 90%;
    max-width: 700px;
    margin: 0 auto
}

@media screen and (max-width:599px) {
    .section-text {
        text-align: left
    }
}

.section-text-center {
    text-align: center
}

@media screen and (max-width:599px) {
    .section-text-center {
        text-align: left
    }
}

.section-text-white {
    color: #fff
}

.button {
    display: block;
    background: #e94638;
    width: 90%;
    max-width: 300px;
    color: #fff;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 100;
    letter-spacing: .2em;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    margin: 20px auto;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #e94638
}

@media screen and (max-width:599px) {
    .button {
        font-size: 1.5rem;
        max-width: none;
        padding: 10px
    }
}

.button:hover {
    color: #e94638;
    background: #fff
}

.button-white {
    background: #fff;
    color: #e94638
}

.button-white:hover {
    color: #fff;
    background: #e94638;
    border: 1px solid #fff
}

.button-clear {
    background: #fff;
    padding: 10px;
    border: 1px solid #e94638;
    color: #e94638;
    max-width: 180px;
    position: relative
}

@media screen and (max-width:599px) {
    .button-clear {
        width: 90%;
        max-width: none
    }
}

.button-clear::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(../img/common/button-arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.button-clear:hover {
    color: #fff;
    background: #e94638
}

.button-wrap {
    margin: 50px auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px
}

@media screen and (max-width:599px) {
    .button-wrap {
        display: block;
        margin: 30px auto 50px
    }
}

nav.pager {
    margin: 100px auto 0;
    width: 100%
}

@media screen and (max-width:599px) {
    nav.pager {
        margin: 50px auto 0
    }
}

nav.pager ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    letter-spacing: .1em
}

nav.pager ul li {
    width: 43px;
    height: 43px;
    font-size: 2rem;
    background-color: #fff;
    margin: 0 15px;
    border-radius: 20px;
    position: relative
}

@media screen and (max-width:599px) {
    nav.pager ul li {
        width: 30px;
        height: 30px;
        margin: 0 3px;
        font-size: 1.6rem
    }
}

nav.pager ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px;
    color: #e94638;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #e94638;
    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: .4s;
    transition: .4s
}

nav.pager ul li span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    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
}

nav.pager ul li a:hover {
    background: #e94638;
    color: #fff;
    border-radius: 20px;
    opacity: 1
}

nav.pager ul li.active {
    background: #e94638;
    color: #fff;
    border-radius: 20px;
    font-weight: 600
}

nav.pager ul li.prev {
    border-radius: 20px
}

nav.pager ul li.prev a {
    color: #e94638;
    font-size: 1.2rem
}

nav.pager ul li.prev a:hover {
    color: #ffff
}

nav.pager ul li.next a {
    color: #e94638;
    font-size: 1.2rem
}

nav.pager ul li.next a:hover {
    color: #ffff
}

.pagenation {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif
}

.flex-center {
    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
}

.anchor {
    padding-top: 70px;
    margin-top: -70px
}

.elem {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.isAnimate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.swiper-slide {
    text-align: center
}

@media only screen and (min-width:600px) and (max-width:959px) {
    .swiper-slide {
        width: 400px
    }
}

.swiper-slide-active {
    width: 380px
}

.swiper-pagination-bullet {
    background: #e5e5e5;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #5f5f5f
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    bottom: -70px
}

@media screen and (max-width:599px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        bottom: -10px
    }
}

.swiper-parent {
    position: relative
}

.swiper-container {
    padding-bottom: 200px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media screen and (max-width:599px) {
    .swiper-container {
        padding-bottom: 70px
    }
}

.swiper-button-next,
.swiper-button-prev {
    top: calc((100% - 70px) * .5);
    margin-top: -22px
}

.postodd_post {
    margin-top: 60px
}

#page404 {
    margin: 200px auto 100px
}

@media screen and (max-width:599px) {
    #page404 {
        margin: 150px auto 100px
    }
}

#page404 .section-title span {
    letter-spacing: .1em;
    color: #e94638
}

@media screen and (max-width:320px) {
    #page404 .section-title span {
        letter-spacing: 0
    }
}

#page404 p.text {
    width: 90%;
    max-width: 600px;
    margin: 50px auto;
    color: #000;
    text-align: center
}

@media screen and (max-width:599px) {
    #page404 p.text {
        text-align: left;
        width: 85%;
        margin: 30px auto
    }
}

.swiper-wrapper.disabled {
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important
}

.swiper-pagination.disabled {
    display: none
}

#top {
    position: relative
}

#top .top-img_wrap {
    position: relative;
    height: 500px
}

@media screen and (max-width:599px) {
    #top .top-img_wrap {
        height: 280px
    }
}

#top .top-img_wrap:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: 1
}

#top .top-img_wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom
}

#top .section-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 180px auto 0;
    z-index: 10;
    font-size: 4rem
}

@media only screen and (min-width:1920px) {
    #top .section-title {
        margin: 310px auto 0
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    #top .section-title {
        margin: 200px auto 0
    }
}

@media screen and (max-width:599px) {
    #top .section-title {
        margin: 100px auto 0;
        font-size: 3rem
    }
}

#top .section-title-center {
    margin: auto;
    height: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

#top .under-title {
    width: 0;
    height: 300px;
    position: absolute;
    left: -40px;
    bottom: -150px;
    right: 0;
    margin: auto;
    color: #fff;
    z-index: 10;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-weight: 400;
    font-size: 8rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .3em
}

@media only screen and (min-width:1920px) {
    #top .under-title {
        bottom: -100px
    }
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #top .under-title {
        bottom: -100px
    }
}

@media screen and (max-width:599px) {
    #top .under-title {
        font-size: 3.5rem;
        left: 0;
        bottom: -230px
    }
}

#top .under-title::before {
    content: "";
    display: inline-block;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 2rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: absolute;
    top: 80px;
    left: 45px;
    letter-spacing: .1em
}

@media screen and (max-width:599px) {
    #top .under-title::before {
        font-size: 1rem;
        top: 20px;
        left: 10px
    }
}

#top .under-title::after {
    content: "";
    display: inline-block;
    background: rgba(233, 70, 56, .5);
    width: 300px;
    height: 300px;
    border-radius: 150px;
    position: absolute;
    left: -120px;
    top: -60px;
    z-index: -1
}

@media screen and (max-width:599px) {
    #top .under-title::after {
        width: 150px;
        height: 150px;
        left: 0;
        right: 0;
        margin: auto;
        top: -40px
    }
}

.small-title {
    font-size: 2.5rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: .2em
}

.small-title-white {
    color: #fff
}

@media screen and (max-width:599px) {
    .small-title {
        font-size: 2rem
    }
}

#reservation-content {
    margin: 0 auto;
    -webkit-transform: translateY(-130px);
    transform: translateY(-130px);
    z-index: 2;
    position: relative
}

@media screen and (max-width:599px) {
    #reservation-content {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}

.hb-search-fields.hb-clearfix {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    background: rgba(233, 70, 56, .6);
    padding: 20px 15px;
    border-radius: 6px
}

.hb-title {
    display: none
}

p.hb-check-dates-wrapper,
p.hb-search-button-wrapper {
    width: 100%
}

p.hb-people-wrapper {
    width: 48%
}

label {
    font-size: 1.2rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #fff
}

input,
select {
    background: #fff;
    border: none;
    font-size: 1.8rem;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px
}

input[type=submit] {
    background: #e94638;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .2em;
    padding: 16px 0;
    width: 100%
}

.hb-select-accom input[type=submit],
.hb-view-accom input[type=submit] {
    width: 300px
}

.hb-people-wrapper {
    position: relative
}

.hb-people-wrapper::before {
    content: "";
    display: inline-block;
    background: url(../img/common/select-arrow.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 30px;
    right: 10px
}

.hb-searched-summary.hb-clearfix {
    background: #fff;
    width: 90%;
    max-width: 500px;
    padding: 30px 50px;
    margin: 0 auto;
    border-radius: 6px
}

@media screen and (max-width:599px) {
    .hb-searched-summary.hb-clearfix {
        border: 1px solid #e94638;
        padding: 30px
    }
}

.hb-searched-summary.hb-clearfix p.hb-people-wrapper {
    width: 20%
}

.hb-searched-summary.hb-clearfix p.hb-people-wrapper::before {
    display: none
}

.hb-searched-summary.hb-clearfix p.hb-check-dates-wrapper,
.hb-searched-summary.hb-clearfix p.hb-people-wrapper,
.hb-searched-summary.hb-clearfix p.hb-search-button-wrapper {
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    margin-bottom: 7px
}

.hb-searched-summary.hb-clearfix p.hb-check-dates-wrapper span,
.hb-searched-summary.hb-clearfix p.hb-people-wrapper span,
.hb-searched-summary.hb-clearfix p.hb-search-button-wrapper span {
    font-weight: 600
}

.hb-searched-summary.hb-clearfix p.hb-check-dates-wrapper input,
.hb-searched-summary.hb-clearfix p.hb-people-wrapper input,
.hb-searched-summary.hb-clearfix p.hb-search-button-wrapper input {
    margin-top: 30px;
    font-size: 1.5rem
}

@media screen and (max-width:599px) {
    .hb-searched-summary.hb-clearfix p.hb-check-dates-wrapper input,
    .hb-searched-summary.hb-clearfix p.hb-people-wrapper input,
    .hb-searched-summary.hb-clearfix p.hb-search-button-wrapper input {
        margin-top: 10px
    }
}

@media screen and (max-width:599px) {
    .hb-searched-summary.hb-clearfix p.hb-search-button-wrapper {
        height: 50px
    }
}

.hb-accom {
    padding: 40px 40px 20px 40px!important
}

@media screen and (max-width:599px) {
    .hb-accom {
        width: 95%;
        margin: 0 auto;
        padding: 30px 30px 20px 30px!important
    }
}

.hb-accom-title {
    font-size: 3rem;
    margin-bottom: 15px;
    line-height: 1.5
}

@media screen and (max-width:599px) {
    .hb-accom-title {
        font-size: 2rem
    }
}

.hb-accom-img {
    width: 300px;
    height: auto
}

.hb-accom-price-total {
    margin: 15px auto
}

.hb-select-accom,
.hb-view-accom {
    width: 90%;
    max-width: 300px!important
}

@media screen and (max-width:599px) {
    .hb-select-accom,
    .hb-view-accom {
        margin-right: 0;
        width: 100%
    }
}

.hb-select-accom input[type=submit],
.hb-view-accom input[type=submit] {
    width: 100%;
    font-size: 1.5rem
}

.hb-view-price-breakdown span {
    color: #e94638
}

.hb-search-result-title-section {
    margin: 20px 0
}

@media screen and (max-width:599px) {
    .hb-search-result-title-section {
        margin: 40px auto 20px;
        width: 95%
    }
}

@media screen and (max-width:599px) {
    .hb-search-result-title-section p {
        text-align: center
    }
}

@media screen and (max-width:599px) {
    .hb-booking-details-form {
        width: 90%;
        margin: 0 auto
    }
}

.hb-booking-details-form h3.hb-title {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    margin: 50px 0 20px
}

.hb-booking-details-form label {
    color: #000
}

.hb-booking-details-form input[type=text] {
    background: #f5f5f5
}

.hb-booking-details-form .hb-detail-field {
    display: inline-block
}

.hb-booking-details-form .hb-details-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.hb-booking-details-form .hb-details-fields p {
    width: 100%;
    margin-right: 20px
}

@media screen and (max-width:599px) {
    .hb-booking-details-form .hb-details-fields p {
        margin-right: 0
    }
}

.hb-booking-details-form .hb-details-fields p #hb-form-1-first_name,
.hb-booking-details-form .hb-details-fields p #hb-form-1-last_name {
    width: 47%
}

@media screen and (max-width:599px) {
    .hb-booking-details-form .hb-details-fields p #hb-form-1-first_name,
    .hb-booking-details-form .hb-details-fields p #hb-form-1-last_name {
        width: 100%
    }
}

.hb-booking-details-form .hb-details-fields p #hb-form-1-email {
    width: 47%
}

@media screen and (max-width:599px) {
    .hb-booking-details-form .hb-details-fields p #hb-form-1-email {
        width: 100%
    }
}

.hb-booking-details-form .hb-details-fields p #hb-form-1-phone {
    width: 47%
}

@media screen and (max-width:599px) {
    .hb-booking-details-form .hb-details-fields p #hb-form-1-phone {
        width: 100%
    }
}

.hb-booking-details-form .hb-details-fields p #hb-form-1-zip_code {
    width: 20%
}

@media screen and (max-width:599px) {
    .hb-booking-details-form .hb-details-fields p #hb-form-1-zip_code {
        width: 100%
    }
}

.hb-booking-details-form .hb-details-fields p #hb-form-1-address_1 {
    width: 100%
}

.hb-booking-details-form input[type=submit] {
    margin: 50px auto
}

.hb-booking-details-form small img {
    width: auto!important
}

.hb-booking-details-form .hb-payment-gateway-label-paypal img,
.hb-booking-details-form .hb-payment-gateway-label-stripe img {
    width: auto!important
}

.hb-booking-details-form .hb-payment-type-multiple-choice {
    border-bottom: 1px solid #c5c5c5
}

.hb-booking-details-form .hb-payment-type-explanation {
    font-size: 1.8rem;
    margin: 15px auto
}

@media screen and (max-width:599px) {
    .hb-booking-details-form .hb-payment-type-explanation {
        font-size: 1.5rem
    }
}

.hb-booking-details-form .hb-payment-type-explanation span {
    color: #e94638
}

.hb-options-form {
    margin-top: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 30px 30px 0 30px
}

@media screen and (max-width:599px) {
    .hb-options-form {
        width: 90%
    }
}

.hb-options-form .hb-title {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    margin: 0 0 20px
}

.hb-options-form label {
    color: #000
}

.hb-options-form input[type=number] {
    background: #f5f5f5
}

.b-resa-done-msg {
    color: #fff
}

#booking-single .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:959px) {
    #booking-single .inner {
        display: block
    }
}

#booking-single .main-content {
    width: 70%;
    margin-top: 50px
}

@media screen and (max-width:959px) {
    #booking-single .main-content {
        width: 100%;
        margin-top: 0
    }
}

#booking-single .main-content p {
    margin: 10px 0
}

@media screen and (max-width:599px) {
    #booking-single .main-content p {
        margin: 20px
    }
}

#booking-single .booking-form {
    width: 30%;
    margin-top: 100px;
    margin-right: 20px
}

@media screen and (max-width:959px) {
    #booking-single .booking-form {
        width: 100%;
        margin: 30px auto 100px
    }
}

#booking-single .booking-form h3 {
    text-align: center;
    width: 70%;
    margin: 0 20px
}

#booking-single .booking-form .hb-search-fields {
    margin: 10px 0
}

@media screen and (max-width:959px) {
    #booking-single .booking-form .hb-search-fields {
        margin: 0 auto
    }
}

#booking-single .booking-form #hb-form-2-hb-search-form-submit {
    width: 100%
}

#booking-single .hb-title {
    display: block
}

#booking-single .hb-accom-list-column {
    min-width: 90%!important;
    width: 100%
}

@media screen and (max-width:599px) {
    #booking-single .hb-accom-list-column {
        min-width: 100%!important;
        padding: 0;
        margin-bottom: 10px
    }
}

#booking-single a.hb-thumbnail-link {
    height: 400px
}

@media screen and (max-width:599px) {
    #booking-single a.hb-thumbnail-link {
        height: 250px
    }
}

#booking-single a.hb-thumbnail-link img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;'
}

#booking-single .hb-accom-list-item h2 {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 50px 0 20px
}

@media screen and (max-width:599px) {
    #booking-single .hb-accom-list-item h2 {
        font-size: 2.2rem;
        margin: 30px 20px 20px
    }
}

#booking-single .hb-availability-calendar-centered {
    margin: 0 auto 70px
}

#booking-single .hb-rates-table {
    margin: 0 auto 100px;
    letter-spacing: .1em
}

#booking-single .hb-rates-table tbody {
    border-top: 1px solid #e94638;
    border-bottom: 1px solid #e94638
}

#booking-single .hb-rates-table th {
    padding: 0 40px;
    color: #e94638;
    font-size: 1.4rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif
}

@media screen and (max-width:599px) {
    #booking-single .hb-rates-table th {
        padding: 0;
        font-size: 1.2rem;
        text-align: center
    }
}

#booking-single .hb-rates-table td {
    padding: 20px
}

@media screen and (max-width:599px) {
    #booking-single .hb-rates-table td {
        padding: 10px;
        font-size: 1.2rem;
        letter-spacing: 0
    }
}

#booking-single .hb-accom-list,
#booking-single .hb-booking-details-form,
#booking-single .hb-booking-search-form {
    position: -webkit-sticky;
    position: sticky
}

#booking-single .hb-accom-list-view-accom {
    display: none
}

#booking-single .hb-accom-list-item .hb-availability-calendar-wrapper {
    display: none
}

.hb-booking-details-form,
.hb-bottom-area,
.hb-bottom-area-content,
.hb-confirm-error,
.hb-policies-error,
.hb-resa-done-msg,
.hb-resa-payment-msg,
.hb-saving-resa {
    background: #fff;
    border-radius: 10px
}

p.hb-resa-done-msg {
    padding: 15px
}

.hb-resa-summary-external-payment {
    width: 90%;
    max-width: 800px;
    margin: 200px auto 0
}