@-webkit-keyframes hoverAction {
    0% {
        opacity: 1
    }

    2% {
        opacity: 1
    }

    16% {
        opacity: 0.86
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes hoverAction {
    0% {
        opacity: 1
    }

    2% {
        opacity: 1
    }

    16% {
        opacity: 0.86
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.05) rotate(0.0001deg);
        transform: scale(1.05) rotate(0.0001deg)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomIn {
    0% {
        -webkit-transform: scale(1.05) rotate(0.0001deg);
        transform: scale(1.05) rotate(0.0001deg)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zoomInFade {
    0% {
        -webkit-transform: scale(1.04) rotate(0.0001deg);
        transform: scale(1.04) rotate(0.0001deg);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoomInFade {
    0% {
        -webkit-transform: scale(1.04) rotate(0.0001deg);
        transform: scale(1.04) rotate(0.0001deg);
        opacity: 0
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes translateY-down--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-down--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateY-down--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-down--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateY-down--3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-down--3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateY-up--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-up--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateY-up--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-up--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateY-up--3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes translateY-up--3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes translateX-next--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes translateX-next--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes translateX-next--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes translateX-next--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes translateX-next--3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes translateX-next--3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-12px);
        transform: translateX(-12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes translateX-prev--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes translateX-prev--1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes translateX-prev--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes translateX-prev--2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes translateX-prev--3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(12px);
        transform: translateX(12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes translateX-prev--3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(12px);
        transform: translateX(12px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes mouseOverImg {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.74
    }

    100% {
        opacity: 1
    }
}

@keyframes mouseOverImg {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0.74
    }

    100% {
        opacity: 1
    }
}

*,*::before,*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family:"-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â£ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª", Meiryo, sans-serif"
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul,dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ul ul,ol ul,ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #4d4d4d;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

pre,code,kbd,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,button,select,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

    input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  vertical-align: -5px;
  margin-left: 10px;
}

input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

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
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,.h1 {
    font-size: 3.75rem
}

h2,.h2 {
    font-size: 3rem
}

h3,.h3 {
    font-size: 2.625rem
}

h4,.h4 {
    font-size: 2.25rem
}

h5,.h5 {
    font-size: 1.875rem
}

h6,.h6 {
    font-size: 1.5rem
}

.lead {
    font-size: 1.875rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1)
}

small,.small {
    font-size: 85%;
    font-weight: 400
}

mark,.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.875rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 769px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 1025px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1240px) {
    .container {
        max-width:1140px
    }
}

.container-fluid,.container-sm,.container-md,.container-lg,.container-xl {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 769px) {
    .container,.container-sm,.container-md {
        max-width:720px
    }
}

@media (min-width: 1025px) {
    .container,.container-sm,.container-md,.container-lg {
        max-width:960px
    }
}

@media (min-width: 1240px) {
    .container,.container-sm,.container-md,.container-lg,.container-xl {
        max-width:1140px
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 769px) {
    .col-md {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1025px) {
    .col-lg {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1240px) {
    .col-xl {
        -webkit-flex-basis:0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #333
}

.table th,.table td {
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm th,.table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th,.table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th,.table-borderless td,.table-borderless thead th,.table-borderless tbody+tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.05)
}

.table-hover tbody tr:hover {
    color: #333;
    background-color: rgba(0,0,0,0.075)
}

.table-primary,.table-primary>th,.table-primary>td {
    background-color: #bababa
}

.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody {
    border-color: #7f7f7f
}

.table-hover .table-primary:hover {
    background-color: #adadad
}

.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #adadad
}

.table-secondary,.table-secondary>th,.table-secondary>td {
    background-color: #f2e0db
}

.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody {
    border-color: #e8c6bd
}

.table-hover .table-secondary:hover {
    background-color: #ebd0c8
}

.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #ebd0c8
}

.table-success,.table-success>th,.table-success>td {
    background-color: #bababa
}

.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody {
    border-color: #7f7f7f
}

.table-hover .table-success:hover {
    background-color: #adadad
}

.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #adadad
}

.table-info,.table-info>th,.table-info>td {
    background-color: #bababa
}

.table-info th,.table-info td,.table-info thead th,.table-info tbody+tbody {
    border-color: #7f7f7f
}

.table-hover .table-info:hover {
    background-color: #adadad
}

.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #adadad
}

.table-warning,.table-warning>th,.table-warning>td {
    background-color: #c3c4cb
}

.table-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody {
    border-color: #8f919f
}

.table-hover .table-warning:hover {
    background-color: #b5b7bf
}

.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #b5b7bf
}

.table-danger,.table-danger>th,.table-danger>td {
    background-color: #f2d3d3
}

.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody {
    border-color: #e7adad
}

.table-hover .table-danger:hover {
    background-color: #ecbfbf
}

.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #ecbfbf
}

.table-light,.table-light>th,.table-light>td {
    background-color: #fbfbfb
}

.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody {
    border-color: #f8f8f8
}

.table-hover .table-light:hover {
    background-color: #eee
}

.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #eee
}

.table-dark,.table-dark>th,.table-dark>td {
    background-color: #d6d6d6
}

.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
    border-color: #b4b4b4
}

.table-hover .table-dark:hover {
    background-color: #c9c9c9
}

.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #c9c9c9
}

.table-active,.table-active>th,.table-active>td {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,0.075)
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(0,0,0,0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th,.table-dark td,.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 768.98px) {
    .table-responsive-md {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 1024.98px) {
    .table-responsive-lg {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1239.98px) {
    .table-responsive-xl {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.close {
    float: right;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 1.5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 3rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 3rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid none;
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5040;
    width: 100vw;
    height: 100vh;
    background-color: #fff
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.2rem
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .95rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 1025px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1240px) {
    .modal-xl {
        max-width:1140px
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #090909 !important
}

a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
    background-color: #000 !important
}

.bg-secondary {
    background-color: #D29180 !important
}

a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
    background-color: #c5705a !important
}

.bg-success {
    background-color: #090909 !important
}

a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
    background-color: #000 !important
}

.bg-info {
    background-color: #090909 !important
}

a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
    background-color: #000 !important
}

.bg-warning {
    background-color: #272B47 !important
}

a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
    background-color: #151726 !important
}

.bg-danger {
    background-color: #D16161 !important
}

a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
    background-color: #c63a3a !important
}

.bg-light {
    background-color: #F2F2F2 !important
}

a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
    background-color: #d9d9d9 !important
}

.bg-dark {
    background-color: #6E6E6E !important
}

a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
    background-color: #555 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #090909 !important
}

.border-secondary {
    border-color: #D29180 !important
}

.border-success {
    border-color: #090909 !important
}

.border-info {
    border-color: #090909 !important
}

.border-warning {
    border-color: #272B47 !important
}

.border-danger {
    border-color: #D16161 !important
}

.border-light {
    border-color: #F2F2F2 !important
}

.border-dark {
    border-color: #6E6E6E !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .5rem !important
}

.rounded-top {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
}

.rounded-right {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
}

.rounded-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 3360px) {
    .d-md-none {
        display:none !important
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1025px) {
    .d-lg-none {
        display:none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1240px) {
    .d-xl-none {
        display:none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 769px) {
    .flex-md-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1025px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1240px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 769px) {
    .float-md-left {
        float:left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1025px) {
    .float-lg-left {
        float:left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1240px) {
    .float-xl-left {
        float:left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 500px;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0)
}

@media (max-width: 786.98px) {
    .stretched-link::after {
        left: 0;
    }
}


.p-0 {
    padding: 0 !important
}

.pt-0,.py-0 {
    padding-top: 0 !important
}

.pr-0,.px-0 {
    padding-right: 0 !important
}

.pb-0,.py-0 {
    padding-bottom: 0 !important
}

.pl-0,.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .75rem !important
}

.pt-1,.py-1 {
    padding-top: .75rem !important
}

.pr-1,.px-1 {
    padding-right: .75rem !important
}

.pb-1,.py-1 {
    padding-bottom: .75rem !important
}

.pl-1,.px-1 {
    padding-left: .75rem !important
}

.p-2 {
    padding: 1.5rem !important
}

.pt-2,.py-2 {
    padding-top: 1.5rem !important
}

.pr-2,.px-2 {
    padding-right: 1.5rem !important
}

.pb-2,.py-2 {
    padding-bottom: 1.5rem !important
}

.pl-2,.px-2 {
    padding-left: 1.5rem !important
}

.p-3 {
    padding: 2.25rem !important
}

.pt-3,.py-3 {
    padding-top: 2.25rem !important
}

.pr-3,.px-3 {
    padding-right: 2.25rem !important
}

.pb-3,.py-3 {
    /* padding-bottom: 2.25rem !important; */
}

.pl-3,.px-3 {
    padding-left: 2.25rem !important
}

.p-4 {
    padding: 3rem !important
}

.pt-4,.py-4 {
    padding-top: 3rem !important
}

.pr-4,.px-4 {
    padding-right: 3rem !important
}

.pb-4,.py-4 {
    padding-bottom: 3rem !important
}

.pl-4,.px-4 {
    padding-left: 3rem !important
}

.p-5 {
    padding: 4.5rem !important
}

.pt-5,.py-5 {
    padding-top: 4.5rem !important
}

.pr-5,.px-5 {
    padding-right: 4.5rem !important
}

.pb-5,.py-5 {
    padding-bottom: 4.5rem !important
}

.pl-5,.px-5 {
    padding-left: 4.5rem !important
}

.p-6 {
    padding: 6rem !important
}

.pt-6,.py-6 {
    padding-top: 6rem !important
}

.pr-6,.px-6 {
    padding-right: 6rem !important
}

.pb-6,.py-6 {
    padding-bottom: 6rem !important
}

.pl-6,.px-6 {
    padding-left: 6rem !important
}

.p-7 {
    padding: 7.5rem !important
}

.pt-7,.py-7 {
    padding-top: 7.5rem !important
}

.pr-7,.px-7 {
    padding-right: 7.5rem !important
}

.pb-7,.py-7 {
    padding-bottom: 7.5rem !important
}

.pl-7,.px-7 {
    padding-left: 7.5rem !important
}

.p-8 {
    padding: 9rem !important
}

.pt-8,.py-8 {
    padding-top: 9rem !important
}

.pr-8,.px-8 {
    padding-right: 9rem !important
}

.pb-8,.py-8 {
    padding-bottom: 9rem !important
}

.pl-8,.px-8 {
    padding-left: 9rem !important
}

.m-n1 {
    margin: -.75rem !important
}

.mt-n1,.my-n1 {
    margin-top: -.75rem !important
}

.mr-n1,.mx-n1 {
    margin-right: -.75rem !important
}

.mb-n1,.my-n1 {
    margin-bottom: -.75rem !important
}

.ml-n1,.mx-n1 {
    margin-left: -.75rem !important
}

.m-n2 {
    margin: -1.5rem !important
}

.mt-n2,.my-n2 {
    margin-top: -1.5rem !important
}

.mr-n2,.mx-n2 {
    margin-right: -1.5rem !important
}

.mb-n2,.my-n2 {
    margin-bottom: -1.5rem !important
}

.ml-n2,.mx-n2 {
    margin-left: -1.5rem !important
}

.m-n3 {
    margin: -2.25rem !important
}

.mt-n3,.my-n3 {
    margin-top: -2.25rem !important
}

.mr-n3,.mx-n3 {
    margin-right: -2.25rem !important
}

.mb-n3,.my-n3 {
    margin-bottom: -2.25rem !important
}

.ml-n3,.mx-n3 {
    margin-left: -2.25rem !important
}

.m-n4 {
    margin: -3rem !important
}

.mt-n4,.my-n4 {
    margin-top: -3rem !important
}

.mr-n4,.mx-n4 {
    margin-right: -3rem !important
}

.mb-n4,.my-n4 {
    margin-bottom: -3rem !important
}

.ml-n4,.mx-n4 {
    margin-left: -3rem !important
}

.m-n5 {
    margin: -4.5rem !important
}

.mt-n5,.my-n5 {
    margin-top: -4.5rem !important
}

.mr-n5,.mx-n5 {
    margin-right: -4.5rem !important
}

.mb-n5,.my-n5 {
    margin-bottom: -4.5rem !important
}

.ml-n5,.mx-n5 {
    margin-left: -4.5rem !important
}

.m-n6 {
    margin: -6rem !important
}

.mt-n6,.my-n6 {
    margin-top: -6rem !important
}

.mr-n6,.mx-n6 {
    margin-right: -6rem !important
}

.mb-n6,.my-n6 {
    margin-bottom: -6rem !important
}

.ml-n6,.mx-n6 {
    margin-left: -6rem !important
}

.m-n7 {
    margin: -7.5rem !important
}

.mt-n7,.my-n7 {
    margin-top: -7.5rem !important
}

.mr-n7,.mx-n7 {
    margin-right: -7.5rem !important
}

.mb-n7,.my-n7 {
    margin-bottom: -7.5rem !important
}

.ml-n7,.mx-n7 {
    margin-left: -7.5rem !important
}

.m-n8 {
    margin: -9rem !important
}

.mt-n8,.my-n8 {
    margin-top: -9rem !important
}

.mr-n8,.mx-n8 {
    margin-right: -9rem !important
}

.mb-n8,.my-n8 {
    margin-bottom: -9rem !important
}

.ml-n8,.mx-n8 {
    margin-left: -9rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,.my-auto {
    margin-top: auto !important
}

.mr-auto,.mx-auto {
    margin-right: auto !important
}

.mb-auto,.my-auto {
    margin-bottom: auto !important
}

.ml-auto,.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0 !important
    }

    .mt-sm-0,.my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,.mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,.my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .75rem !important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .75rem !important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .75rem !important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .75rem !important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .75rem !important
    }

    .m-sm-2 {
        margin: 1.5rem !important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: 1.5rem !important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: 1.5rem !important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: 1.5rem !important
    }

    .m-sm-3 {
        margin: 2.25rem !important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 2.25rem !important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 2.25rem !important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 2.25rem !important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 2.25rem !important
    }

    .m-sm-4 {
        margin: 3rem !important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 3rem !important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 3rem !important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 3rem !important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 3rem !important
    }

    .m-sm-5 {
        margin: 4.5rem !important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 4.5rem !important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 4.5rem !important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 4.5rem !important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 4.5rem !important
    }

    .m-sm-6 {
        margin: 6rem !important
    }

    .mt-sm-6,.my-sm-6 {
        margin-top: 6rem !important
    }

    .mr-sm-6,.mx-sm-6 {
        margin-right: 6rem !important
    }

    .mb-sm-6,.my-sm-6 {
        margin-bottom: 6rem !important
    }

    .ml-sm-6,.mx-sm-6 {
        margin-left: 6rem !important
    }

    .m-sm-7 {
        margin: 7.5rem !important
    }

    .mt-sm-7,.my-sm-7 {
        margin-top: 7.5rem !important
    }

    .mr-sm-7,.mx-sm-7 {
        margin-right: 7.5rem !important
    }

    .mb-sm-7,.my-sm-7 {
        margin-bottom: 7.5rem !important
    }

    .ml-sm-7,.mx-sm-7 {
        margin-left: 7.5rem !important
    }

    .m-sm-8 {
        margin: 9rem !important
    }

    .mt-sm-8,.my-sm-8 {
        margin-top: 9rem !important
    }

    .mr-sm-8,.mx-sm-8 {
        margin-right: 9rem !important
    }

    .mb-sm-8,.my-sm-8 {
        margin-bottom: 9rem !important
    }

    .ml-sm-8,.mx-sm-8 {
        margin-left: 9rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,.py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,.px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,.py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .75rem !important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .75rem !important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .75rem !important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .75rem !important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .75rem !important
    }

    .p-sm-2 {
        padding: 1.5rem !important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: 1.5rem !important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: 1.5rem !important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: 1.5rem !important
    }

    .p-sm-3 {
        padding: 2.25rem !important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 2.25rem !important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 2.25rem !important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 2.25rem !important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 2.25rem !important
    }

    .p-sm-4 {
        padding: 3rem !important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 3rem !important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 3rem !important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 3rem !important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 3rem !important
    }

    .p-sm-5 {
        padding: 4.5rem !important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 4.5rem !important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 4.5rem !important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 4.5rem !important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 4.5rem !important
    }

    .p-sm-6 {
        padding: 6rem !important
    }

    .pt-sm-6,.py-sm-6 {
        padding-top: 6rem !important
    }

    .pr-sm-6,.px-sm-6 {
        padding-right: 6rem !important
    }

    .pb-sm-6,.py-sm-6 {
        padding-bottom: 6rem !important
    }

    .pl-sm-6,.px-sm-6 {
        padding-left: 6rem !important
    }

    .p-sm-7 {
        padding: 7.5rem !important
    }

    .pt-sm-7,.py-sm-7 {
        padding-top: 7.5rem !important
    }

    .pr-sm-7,.px-sm-7 {
        padding-right: 7.5rem !important
    }

    .pb-sm-7,.py-sm-7 {
        padding-bottom: 7.5rem !important
    }

    .pl-sm-7,.px-sm-7 {
        padding-left: 7.5rem !important
    }

    .p-sm-8 {
        padding: 9rem !important
    }

    .pt-sm-8,.py-sm-8 {
        padding-top: 9rem !important
    }

    .pr-sm-8,.px-sm-8 {
        padding-right: 9rem !important
    }

    .pb-sm-8,.py-sm-8 {
        padding-bottom: 9rem !important
    }

    .pl-sm-8,.px-sm-8 {
        padding-left: 9rem !important
    }

    .m-sm-n1 {
        margin: -.75rem !important
    }

    .mt-sm-n1,.my-sm-n1 {
        margin-top: -.75rem !important
    }

    .mr-sm-n1,.mx-sm-n1 {
        margin-right: -.75rem !important
    }

    .mb-sm-n1,.my-sm-n1 {
        margin-bottom: -.75rem !important
    }

    .ml-sm-n1,.mx-sm-n1 {
        margin-left: -.75rem !important
    }

    .m-sm-n2 {
        margin: -1.5rem !important
    }

    .mt-sm-n2,.my-sm-n2 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n2,.mx-sm-n2 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n2,.my-sm-n2 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n2,.mx-sm-n2 {
        margin-left: -1.5rem !important
    }

    .m-sm-n3 {
        margin: -2.25rem !important
    }

    .mt-sm-n3,.my-sm-n3 {
        margin-top: -2.25rem !important
    }

    .mr-sm-n3,.mx-sm-n3 {
        margin-right: -2.25rem !important
    }

    .mb-sm-n3,.my-sm-n3 {
        margin-bottom: -2.25rem !important
    }

    .ml-sm-n3,.mx-sm-n3 {
        margin-left: -2.25rem !important
    }

    .m-sm-n4 {
        margin: -3rem !important
    }

    .mt-sm-n4,.my-sm-n4 {
        margin-top: -3rem !important
    }

    .mr-sm-n4,.mx-sm-n4 {
        margin-right: -3rem !important
    }

    .mb-sm-n4,.my-sm-n4 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n4,.mx-sm-n4 {
        margin-left: -3rem !important
    }

    .m-sm-n5 {
        margin: -4.5rem !important
    }

    .mt-sm-n5,.my-sm-n5 {
        margin-top: -4.5rem !important
    }

    .mr-sm-n5,.mx-sm-n5 {
        margin-right: -4.5rem !important
    }

    .mb-sm-n5,.my-sm-n5 {
        margin-bottom: -4.5rem !important
    }

    .ml-sm-n5,.mx-sm-n5 {
        margin-left: -4.5rem !important
    }

    .m-sm-n6 {
        margin: -6rem !important
    }

    .mt-sm-n6,.my-sm-n6 {
        margin-top: -6rem !important
    }

    .mr-sm-n6,.mx-sm-n6 {
        margin-right: -6rem !important
    }

    .mb-sm-n6,.my-sm-n6 {
        margin-bottom: -6rem !important
    }

    .ml-sm-n6,.mx-sm-n6 {
        margin-left: -6rem !important
    }

    .m-sm-n7 {
        margin: -7.5rem !important
    }

    .mt-sm-n7,.my-sm-n7 {
        margin-top: -7.5rem !important
    }

    .mr-sm-n7,.mx-sm-n7 {
        margin-right: -7.5rem !important
    }

    .mb-sm-n7,.my-sm-n7 {
        margin-bottom: -7.5rem !important
    }

    .ml-sm-n7,.mx-sm-n7 {
        margin-left: -7.5rem !important
    }

    .m-sm-n8 {
        margin: -9rem !important
    }

    .mt-sm-n8,.my-sm-n8 {
        margin-top: -9rem !important
    }

    .mr-sm-n8,.mx-sm-n8 {
        margin-right: -9rem !important
    }

    .mb-sm-n8,.my-sm-n8 {
        margin-bottom: -9rem !important
    }

    .ml-sm-n8,.mx-sm-n8 {
        margin-left: -9rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,.my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,.mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,.my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 769px) {
    .m-md-0 {
        margin:0 !important
    }

    .mt-md-0,.my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,.mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,.my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .75rem !important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .75rem !important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .75rem !important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .75rem !important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .75rem !important
    }

    .m-md-2 {
        margin: 1.5rem !important
    }

    .mt-md-2,.my-md-2 {
        margin-top: 1.5rem !important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: 1.5rem !important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: 1.5rem !important
    }

    .m-md-3 {
        margin: 2.25rem !important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 3rem !important;
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 2.25rem !important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 2.25rem !important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 2.25rem !important
    }

    .m-md-4 {
        margin: 3rem !important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 3rem !important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 3rem !important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 3rem !important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 3rem !important
    }

    .m-md-5 {
        margin: 4.5rem !important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 4.5rem !important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 4.5rem !important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 4.5rem !important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 4.5rem !important
    }

    .m-md-6 {
        margin: 6rem !important
    }

    .mt-md-6,.my-md-6 {
        margin-top: 6rem !important
    }

    .mr-md-6,.mx-md-6 {
        margin-right: 6rem !important
    }

    .mb-md-6,.my-md-6 {
        margin-bottom: 6rem !important
    }

    .ml-md-6,.mx-md-6 {
        margin-left: 6rem !important
    }

    .m-md-7 {
        margin: 7.5rem !important
    }

    .mt-md-7,.my-md-7 {
        margin-top: 7.5rem !important
    }

    .mr-md-7,.mx-md-7 {
        margin-right: 7.5rem !important
    }

    .mb-md-7,.my-md-7 {
        margin-bottom: 7.5rem !important
    }

    .ml-md-7,.mx-md-7 {
        margin-left: 7.5rem !important
    }

    .m-md-8 {
        margin: 9rem !important
    }

    .mt-md-8,.my-md-8 {
        margin-top: 9rem !important
    }

    .mr-md-8,.mx-md-8 {
        margin-right: 9rem !important
    }

    .mb-md-8,.my-md-8 {
        /* margin-bottom: 9rem !important; */
    }

    .ml-md-8,.mx-md-8 {
        margin-left: 9rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,.py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,.px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,.py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .75rem !important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .75rem !important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .75rem !important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .75rem !important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .75rem !important
    }

    .p-md-2 {
        padding: 1.5rem !important
    }

    .pt-md-2,.py-md-2 {
        padding-top: 1.5rem !important
    }

    .pr-md-2,.px-md-2 {
        padding-right: 1.5rem !important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-2,.px-md-2 {
        padding-left: 1.5rem !important
    }

    .p-md-3 {
        padding: 2.25rem !important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 2.25rem !important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 2.25rem !important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 2.25rem !important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 2.25rem !important
    }

    .p-md-4 {
        padding: 3rem !important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 3rem !important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 3rem !important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 3rem !important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 3rem !important
    }

    .p-md-5 {
        padding: 4.5rem !important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 4.5rem !important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 4.5rem !important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 4.5rem !important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 4.5rem !important
    }

    .p-md-6 {
        padding: 6rem !important
    }

    .pt-md-6,.py-md-6 {
        padding-top: 6rem !important
    }

    .pr-md-6,.px-md-6 {
        padding-right: 6rem !important
    }

    .pb-md-6,.py-md-6 {
        padding-bottom: 6rem !important
    }

    .pl-md-6,.px-md-6 {
        padding-left: 6rem !important
    }

    .p-md-7 {
        padding: 7.5rem !important
    }

    .pt-md-7,.py-md-7 {
        padding-top: 7.5rem !important
    }

    .pr-md-7,.px-md-7 {
        padding-right: 7.5rem !important
    }

    .pb-md-7,.py-md-7 {
        padding-bottom: 7.5rem !important
    }

    .pl-md-7,.px-md-7 {
        padding-left: 7.5rem !important
    }

    .p-md-8 {
        padding: 9rem !important
    }

    .pt-md-8,.py-md-8 {
        padding-top: 9rem !important
    }

    .pr-md-8,.px-md-8 {
        padding-right: 9rem !important
    }

    .pb-md-8,.py-md-8 {
        padding-bottom: 9rem !important
    }

    .pl-md-8,.px-md-8 {
        padding-left: 9rem !important
    }

    .m-md-n1 {
        margin: -.75rem !important
    }

    .mt-md-n1,.my-md-n1 {
        margin-top: -.75rem !important
    }

    .mr-md-n1,.mx-md-n1 {
        margin-right: -.75rem !important
    }

    .mb-md-n1,.my-md-n1 {
        margin-bottom: -.75rem !important
    }

    .ml-md-n1,.mx-md-n1 {
        margin-left: -.75rem !important
    }

    .m-md-n2 {
        margin: -1.5rem !important
    }

    .mt-md-n2,.my-md-n2 {
        margin-top: -1.5rem !important
    }

    .mr-md-n2,.mx-md-n2 {
        margin-right: -1.5rem !important
    }

    .mb-md-n2,.my-md-n2 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n2,.mx-md-n2 {
        margin-left: -1.5rem !important
    }

    .m-md-n3 {
        margin: -2.25rem !important
    }

    .mt-md-n3,.my-md-n3 {
        margin-top: -2.25rem !important
    }

    .mr-md-n3,.mx-md-n3 {
        margin-right: -2.25rem !important
    }

    .mb-md-n3,.my-md-n3 {
        margin-bottom: -2.25rem !important
    }

    .ml-md-n3,.mx-md-n3 {
        margin-left: -2.25rem !important
    }

    .m-md-n4 {
        margin: -3rem !important
    }

    .mt-md-n4,.my-md-n4 {
        margin-top: -3rem !important
    }

    .mr-md-n4,.mx-md-n4 {
        margin-right: -3rem !important
    }

    .mb-md-n4,.my-md-n4 {
        margin-bottom: -3rem !important
    }

    .ml-md-n4,.mx-md-n4 {
        margin-left: -3rem !important
    }

    .m-md-n5 {
        margin: -4.5rem !important
    }

    .mt-md-n5,.my-md-n5 {
        margin-top: -4.5rem !important
    }

    .mr-md-n5,.mx-md-n5 {
        margin-right: -4.5rem !important
    }

    .mb-md-n5,.my-md-n5 {
        margin-bottom: -4.5rem !important
    }

    .ml-md-n5,.mx-md-n5 {
        margin-left: -4.5rem !important
    }

    .m-md-n6 {
        margin: -6rem !important
    }

    .mt-md-n6,.my-md-n6 {
        margin-top: -6rem !important
    }

    .mr-md-n6,.mx-md-n6 {
        margin-right: -6rem !important
    }

    .mb-md-n6,.my-md-n6 {
        margin-bottom: -6rem !important
    }

    .ml-md-n6,.mx-md-n6 {
        margin-left: -6rem !important
    }

    .m-md-n7 {
        margin: -7.5rem !important
    }

    .mt-md-n7,.my-md-n7 {
        margin-top: -7.5rem !important
    }

    .mr-md-n7,.mx-md-n7 {
        margin-right: -7.5rem !important
    }

    .mb-md-n7,.my-md-n7 {
        margin-bottom: -7.5rem !important
    }

    .ml-md-n7,.mx-md-n7 {
        margin-left: -7.5rem !important
    }

    .m-md-n8 {
        margin: -9rem !important
    }

    .mt-md-n8,.my-md-n8 {
        margin-top: -9rem !important
    }

    .mr-md-n8,.mx-md-n8 {
        margin-right: -9rem !important
    }

    .mb-md-n8,.my-md-n8 {
        margin-bottom: -9rem !important
    }

    .ml-md-n8,.mx-md-n8 {
        margin-left: -9rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,.my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,.mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,.my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1025px) {
    .m-lg-0 {
        margin:0 !important
    }

    .mt-lg-0,.my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,.mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,.my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .75rem !important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .75rem !important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .75rem !important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .75rem !important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .75rem !important
    }

    .m-lg-2 {
        margin: 1.5rem !important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: 1.5rem !important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: 1.5rem !important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: 1.5rem !important
    }

    .m-lg-3 {
        margin: 2.25rem !important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 2.25rem !important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 2.25rem !important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 2.25rem !important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 2.25rem !important
    }

    .m-lg-4 {
        margin: 3rem !important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 3rem !important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 3rem !important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 3rem !important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 3rem !important
    }

    .m-lg-5 {
        margin: 4.5rem !important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 4.5rem !important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 4.5rem !important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 4.5rem !important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 4.5rem !important
    }

    .m-lg-6 {
        margin: 6rem !important
    }

    .mt-lg-6,.my-lg-6 {
        margin-top: 6rem !important
    }

    .mr-lg-6,.mx-lg-6 {
        margin-right: 6rem !important
    }

    .mb-lg-6,.my-lg-6 {
        margin-bottom: 6rem !important
    }

    .ml-lg-6,.mx-lg-6 {
        margin-left: 6rem !important
    }

    .m-lg-7 {
        margin: 7.5rem !important
    }

    .mt-lg-7,.my-lg-7 {
        margin-top: 7.5rem !important
    }

    .mr-lg-7,.mx-lg-7 {
        margin-right: 7.5rem !important
    }

    .mb-lg-7,.my-lg-7 {
        margin-bottom: 7.5rem !important
    }

    .ml-lg-7,.mx-lg-7 {
        margin-left: 7.5rem !important
    }

    .m-lg-8 {
        margin: 9rem !important
    }

    .mt-lg-8,.my-lg-8 {
        margin-top: 9rem !important
    }

    .mr-lg-8,.mx-lg-8 {
        margin-right: 9rem !important
    }

    .mb-lg-8,.my-lg-8 {
        margin-bottom: 9rem !important
    }

    .ml-lg-8,.mx-lg-8 {
        margin-left: 9rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,.py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,.px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,.py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .75rem !important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .75rem !important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .75rem !important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .75rem !important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .75rem !important
    }

    .p-lg-2 {
        padding: 1.5rem !important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: 1.5rem !important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: 1.5rem !important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: 1.5rem !important
    }

    .p-lg-3 {
        padding: 2.25rem !important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 2.25rem !important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 2.25rem !important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 2.25rem !important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 2.25rem !important
    }

    .p-lg-4 {
        padding: 3rem !important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 3rem !important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 3rem !important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 3rem !important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 3rem !important
    }

    .p-lg-5 {
        padding: 4.5rem !important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 4.5rem !important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 4.5rem !important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 4.5rem !important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 4.5rem !important
    }

    .p-lg-6 {
        padding: 6rem !important
    }

    .pt-lg-6,.py-lg-6 {
        padding-top: 6rem !important
    }

    .pr-lg-6,.px-lg-6 {
        padding-right: 6rem !important
    }

    .pb-lg-6,.py-lg-6 {
        padding-bottom: 6rem !important
    }

    .pl-lg-6,.px-lg-6 {
        padding-left: 6rem !important
    }

    .p-lg-7 {
        padding: 7.5rem !important
    }

    .pt-lg-7,.py-lg-7 {
        padding-top: 7.5rem !important
    }

    .pr-lg-7,.px-lg-7 {
        padding-right: 7.5rem !important
    }

    .pb-lg-7,.py-lg-7 {
        padding-bottom: 7.5rem !important
    }

    .pl-lg-7,.px-lg-7 {
        padding-left: 7.5rem !important
    }

    .p-lg-8 {
        padding: 9rem !important
    }

    .pt-lg-8,.py-lg-8 {
        padding-top: 9rem !important
    }

    .pr-lg-8,.px-lg-8 {
        padding-right: 9rem !important
    }

    .pb-lg-8,.py-lg-8 {
        padding-bottom: 9rem !important
    }

    .pl-lg-8,.px-lg-8 {
        padding-left: 9rem !important
    }

    .m-lg-n1 {
        margin: -.75rem !important
    }

    .mt-lg-n1,.my-lg-n1 {
        margin-top: -.75rem !important
    }

    .mr-lg-n1,.mx-lg-n1 {
        margin-right: -.75rem !important
    }

    .mb-lg-n1,.my-lg-n1 {
        margin-bottom: -.75rem !important
    }

    .ml-lg-n1,.mx-lg-n1 {
        margin-left: -.75rem !important
    }

    .m-lg-n2 {
        margin: -1.5rem !important
    }

    .mt-lg-n2,.my-lg-n2 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n2,.mx-lg-n2 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n2,.my-lg-n2 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n2,.mx-lg-n2 {
        margin-left: -1.5rem !important
    }

    .m-lg-n3 {
        margin: -2.25rem !important
    }

    .mt-lg-n3,.my-lg-n3 {
        margin-top: -2.25rem !important
    }

    .mr-lg-n3,.mx-lg-n3 {
        margin-right: -2.25rem !important
    }

    .mb-lg-n3,.my-lg-n3 {
        margin-bottom: -2.25rem !important
    }

    .ml-lg-n3,.mx-lg-n3 {
        margin-left: -2.25rem !important
    }

    .m-lg-n4 {
        margin: -3rem !important
    }

    .mt-lg-n4,.my-lg-n4 {
        margin-top: -3rem !important
    }

    .mr-lg-n4,.mx-lg-n4 {
        margin-right: -3rem !important
    }

    .mb-lg-n4,.my-lg-n4 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n4,.mx-lg-n4 {
        margin-left: -3rem !important
    }

    .m-lg-n5 {
        margin: -4.5rem !important
    }

    .mt-lg-n5,.my-lg-n5 {
        margin-top: -4.5rem !important
    }

    .mr-lg-n5,.mx-lg-n5 {
        margin-right: -4.5rem !important
    }

    .mb-lg-n5,.my-lg-n5 {
        margin-bottom: -4.5rem !important
    }

    .ml-lg-n5,.mx-lg-n5 {
        margin-left: -4.5rem !important
    }

    .m-lg-n6 {
        margin: -6rem !important
    }

    .mt-lg-n6,.my-lg-n6 {
        margin-top: -6rem !important
    }

    .mr-lg-n6,.mx-lg-n6 {
        margin-right: -6rem !important
    }

    .mb-lg-n6,.my-lg-n6 {
        margin-bottom: -6rem !important
    }

    .ml-lg-n6,.mx-lg-n6 {
        margin-left: -6rem !important
    }

    .m-lg-n7 {
        margin: -7.5rem !important
    }

    .mt-lg-n7,.my-lg-n7 {
        margin-top: -7.5rem !important
    }

    .mr-lg-n7,.mx-lg-n7 {
        margin-right: -7.5rem !important
    }

    .mb-lg-n7,.my-lg-n7 {
        margin-bottom: -7.5rem !important
    }

    .ml-lg-n7,.mx-lg-n7 {
        margin-left: -7.5rem !important
    }

    .m-lg-n8 {
        margin: -9rem !important
    }

    .mt-lg-n8,.my-lg-n8 {
        margin-top: -9rem !important
    }

    .mr-lg-n8,.mx-lg-n8 {
        margin-right: -9rem !important
    }

    .mb-lg-n8,.my-lg-n8 {
        margin-bottom: -9rem !important
    }

    .ml-lg-n8,.mx-lg-n8 {
        margin-left: -9rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,.my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,.mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,.my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1240px) {
    .m-xl-0 {
        margin:0 !important
    }

    .mt-xl-0,.my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,.mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,.my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .75rem !important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .75rem !important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .75rem !important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .75rem !important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .75rem !important
    }

    .m-xl-2 {
        margin: 1.5rem !important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: 1.5rem !important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: 1.5rem !important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: 1.5rem !important
    }

    .m-xl-3 {
        margin: 2.25rem !important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 2.25rem !important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 2.25rem !important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 2.25rem !important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 2.25rem !important
    }

    .m-xl-4 {
        margin: 3rem !important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 3rem !important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 3rem !important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 3rem !important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 3rem !important
    }

    .m-xl-5 {
        margin: 4.5rem !important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 4.5rem !important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 4.5rem !important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 4.5rem !important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 4.5rem !important
    }

    .m-xl-6 {
        margin: 6rem !important
    }

    .mt-xl-6,.my-xl-6 {
        margin-top: 6rem !important
    }

    .mr-xl-6,.mx-xl-6 {
        margin-right: 6rem !important
    }

    .mb-xl-6,.my-xl-6 {
        margin-bottom: 6rem !important
    }

    .ml-xl-6,.mx-xl-6 {
        margin-left: 6rem !important
    }

    .m-xl-7 {
        margin: 7.5rem !important
    }

    .mt-xl-7,.my-xl-7 {
        margin-top: 7.5rem !important
    }

    .mr-xl-7,.mx-xl-7 {
        margin-right: 7.5rem !important
    }

    .mb-xl-7,.my-xl-7 {
        margin-bottom: 7.5rem !important
    }

    .ml-xl-7,.mx-xl-7 {
        margin-left: 7.5rem !important
    }

    .m-xl-8 {
        margin: 9rem !important
    }

    .mt-xl-8,.my-xl-8 {
        margin-top: 9rem !important
    }

    .mr-xl-8,.mx-xl-8 {
        margin-right: 9rem !important
    }

    .mb-xl-8,.my-xl-8 {
        margin-bottom: 9rem !important
    }

    .ml-xl-8,.mx-xl-8 {
        margin-left: 9rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,.py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,.px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,.py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .75rem !important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .75rem !important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .75rem !important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .75rem !important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .75rem !important
    }

    .p-xl-2 {
        padding: 1.5rem !important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: 1.5rem !important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: 1.5rem !important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: 1.5rem !important
    }

    .p-xl-3 {
        padding: 2.25rem !important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 2.25rem !important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 2.25rem !important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 2.25rem !important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 2.25rem !important
    }

    .p-xl-4 {
        padding: 3rem !important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 3rem !important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 3rem !important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 3rem !important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 3rem !important
    }

    .p-xl-5 {
        padding: 4.5rem !important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 4.5rem !important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 4.5rem !important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 4.5rem !important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 4.5rem !important
    }

    .p-xl-6 {
        padding: 6rem !important
    }

    .pt-xl-6,.py-xl-6 {
        padding-top: 6rem !important
    }

    .pr-xl-6,.px-xl-6 {
        padding-right: 6rem !important
    }

    .pb-xl-6,.py-xl-6 {
        padding-bottom: 6rem !important
    }

    .pl-xl-6,.px-xl-6 {
        padding-left: 6rem !important
    }

    .p-xl-7 {
        padding: 7.5rem !important
    }

    .pt-xl-7,.py-xl-7 {
        padding-top: 7.5rem !important
    }

    .pr-xl-7,.px-xl-7 {
        padding-right: 7.5rem !important
    }

    .pb-xl-7,.py-xl-7 {
        padding-bottom: 7.5rem !important
    }

    .pl-xl-7,.px-xl-7 {
        padding-left: 7.5rem !important
    }

    .p-xl-8 {
        padding: 9rem !important
    }

    .pt-xl-8,.py-xl-8 {
        padding-top: 9rem !important
    }

    .pr-xl-8,.px-xl-8 {
        padding-right: 9rem !important
    }

    .pb-xl-8,.py-xl-8 {
        padding-bottom: 9rem !important
    }

    .pl-xl-8,.px-xl-8 {
        padding-left: 9rem !important
    }

    .m-xl-n1 {
        margin: -.75rem !important
    }

    .mt-xl-n1,.my-xl-n1 {
        margin-top: -.75rem !important
    }

    .mr-xl-n1,.mx-xl-n1 {
        margin-right: -.75rem !important
    }

    .mb-xl-n1,.my-xl-n1 {
        margin-bottom: -.75rem !important
    }

    .ml-xl-n1,.mx-xl-n1 {
        margin-left: -.75rem !important
    }

    .m-xl-n2 {
        margin: -1.5rem !important
    }

    .mt-xl-n2,.my-xl-n2 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n2,.mx-xl-n2 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n2,.my-xl-n2 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n2,.mx-xl-n2 {
        margin-left: -1.5rem !important
    }

    .m-xl-n3 {
        margin: -2.25rem !important
    }

    .mt-xl-n3,.my-xl-n3 {
        margin-top: -2.25rem !important
    }

    .mr-xl-n3,.mx-xl-n3 {
        margin-right: -2.25rem !important
    }

    .mb-xl-n3,.my-xl-n3 {
        margin-bottom: -2.25rem !important
    }

    .ml-xl-n3,.mx-xl-n3 {
        margin-left: -2.25rem !important
    }

    .m-xl-n4 {
        margin: -3rem !important
    }

    .mt-xl-n4,.my-xl-n4 {
        margin-top: -3rem !important
    }

    .mr-xl-n4,.mx-xl-n4 {
        margin-right: -3rem !important
    }

    .mb-xl-n4,.my-xl-n4 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n4,.mx-xl-n4 {
        margin-left: -3rem !important
    }

    .m-xl-n5 {
        margin: -4.5rem !important
    }

    .mt-xl-n5,.my-xl-n5 {
        margin-top: -4.5rem !important
    }

    .mr-xl-n5,.mx-xl-n5 {
        margin-right: -4.5rem !important
    }

    .mb-xl-n5,.my-xl-n5 {
        margin-bottom: -4.5rem !important
    }

    .ml-xl-n5,.mx-xl-n5 {
        margin-left: -4.5rem !important
    }

    .m-xl-n6 {
        margin: -6rem !important
    }

    .mt-xl-n6,.my-xl-n6 {
        margin-top: -6rem !important
    }

    .mr-xl-n6,.mx-xl-n6 {
        margin-right: -6rem !important
    }

    .mb-xl-n6,.my-xl-n6 {
        margin-bottom: -6rem !important
    }

    .ml-xl-n6,.mx-xl-n6 {
        margin-left: -6rem !important
    }

    .m-xl-n7 {
        margin: -7.5rem !important
    }

    .mt-xl-n7,.my-xl-n7 {
        margin-top: -7.5rem !important
    }

    .mr-xl-n7,.mx-xl-n7 {
        margin-right: -7.5rem !important
    }

    .mb-xl-n7,.my-xl-n7 {
        margin-bottom: -7.5rem !important
    }

    .ml-xl-n7,.mx-xl-n7 {
        margin-left: -7.5rem !important
    }

    .m-xl-n8 {
        margin: -9rem !important
    }

    .mt-xl-n8,.my-xl-n8 {
        margin-top: -9rem !important
    }

    .mr-xl-n8,.mx-xl-n8 {
        margin-right: -9rem !important
    }

    .mb-xl-n8,.my-xl-n8 {
        margin-bottom: -9rem !important
    }

    .ml-xl-n8,.mx-xl-n8 {
        margin-left: -9rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,.my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,.mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,.my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    /* text-align: right !important; */
    font-size: 1.1rem;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 769px) {
    .text-md-left {
        text-align:left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1025px) {
    .text-lg-left {
        text-align:left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1240px) {
    .text-xl-left {
        text-align:left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #090909 !important
}

a.text-primary:hover,a.text-primary:focus {
    color: #000 !important
}

.text-secondary {
    color: #D29180 !important
}

a.text-secondary:hover,a.text-secondary:focus {
    color: #be6048 !important
}

.text-success {
    color: #090909 !important
}

a.text-success:hover,a.text-success:focus {
    color: #000 !important
}

.text-info {
    color: #090909 !important
}

a.text-info:hover,a.text-info:focus {
    color: #000 !important
}

.text-warning {
    color: #272B47 !important
}

a.text-warning:hover,a.text-warning:focus {
    color: #0c0d16 !important
}

.text-danger {
    /* color: #f4a46f !important; */
}

a.text-danger:hover,a.text-danger:focus {
    color: #b23434 !important
}

.text-light {
    color: #F2F2F2 !important
}

a.text-light:hover,a.text-light:focus {
    color: #ccc !important
}

.text-dark {
    color: #6E6E6E !important
}

a.text-dark:hover,a.text-dark:focus {
    color: #484848 !important
}

.text-body {
    color: #333 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,0.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media screen and (max-width: 768px) {
    .container {
        padding-left:15px;
        padding-right: 15px
    }

    .container-fluid,.container-sm,.container-md,.container-lg,.container-xl {
        padding-left: 15px;
        padding-right: 15px
    }

    .row {
        margin-left: -0.6rem;
        margin-right: -0.6rem
    }

    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
        padding-right: 0.6rem;
        padding-left: 0.6rem
    }
}

html {
    font-size: 62.5%
}

h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dt,dd,form,header,footer,section,article {
    font-size: 1.3rem;
    padding: 0;
    line-height: 2.2;
    display: block;
    margin: 0px
}

@media (max-width: 768.98px) {
    h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dt,dd,form,header,footer,section,article {
        font-size: 1.4rem;
        line-height: 2;
    }
}

em {
    font-style: normal
}

b {
    font-weight: normal
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal
}

table {
    line-height: 1.6;
    font-size: 1.5rem;
    margin: 0
}

@media (max-width: 768.98px) {
    table {
        font-size:1.3rem
    }
}

img {
    border: none;
    vertical-align: bottom
}

ul,ol {
    display: block;
    font-size: 1.5rem;
    line-height: 2.2;
    margin: 0px;
    /* padding-left: 1.5em; */
}

@media (max-width: 768.98px) {
    ul,ol {
        font-size:1.3rem
    }
}

body {
    color: #333;
    /* background: url(../img/common/bg01.png); */
}

@media (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events:none
    }
}

p {
    line-height: 2.2;
    letter-spacing: 0.1em
}

@media (max-width: 768.98px) {
    p {
        line-height:2.2
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 54px 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .slick-dots {
        padding:0 11px 12px 0
    }
}

.slick-dots>li {
    display: inline-block;
    margin: 0 6px;
    padding: 0
}

.slick-dots>li>button {
    border: none;
    background: none;
    display: block;
    width: 9px;
    height: 9px;
    background: #F2F2F2;
    border-radius: 20px;
    border: 6px solid tranceparent;
    font-size: 10px;
    text-indent: -9999px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0;
    padding: 0;
    cursor: pointer
}

@media (max-width: 768.98px) {
    .slick-dots>li>button {
        width:8px;
        height: 8px
    }
}

.slick-dots>li>button:focus {
    outline: none
}

.slick-active>button {
    background: #333 !important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    /* height: 44px; */
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    /* background-size: 27px 44px; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background: transparent;
    left: 10px;
    right: auto;
    border: none;
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background: transparent;
    right: 10px;
    left: auto;
    border: none;
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #777;
    opacity: 1
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #D7B756
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -webkit-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -webkit-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -webkit-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #D7B756;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #777
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #777
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #777;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.l-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    width: 96px;
    height: 100vh;
    background: #fff url(../img/common/bg01.png) left top repeat;
    -webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 6px rgba(0,0,0,0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 3360.98px) {
    .l-header {
        position:fixed;
        background: rgba(255,255,255,0.84);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        width: 100%;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,.l-header {
        position: fixed
    }
}

.l-header-menu {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    padding: 20px 0 0 0;
    text-align: center
}

@media (max-width: 3360.98px) {
    .l-header-menu {
        -webkit-box-ordinal-group:2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 58px;
        height: 50px;
        border-right: 1px solid rgba(110,110,110,0.05);
        padding: 0
    }
}

.l-header-menu__icon {
    display: block;
    position: relative;
    width: 36px;
    height: 28px;
    margin: 0
}

@media (max-width: 3360.98px) {
    .l-header-menu__icon {
        width:28px;
        height: 15px
    }
}

.l-header-menu__icon:hover .is-top {
    -webkit-animation: headerMenuAnim 1.2s ease 0s 1 backwards;
    animation: headerMenuAnim 1.2s ease 0s 1 backwards
}

.l-header-menu__icon:hover .is-middle {
    -webkit-animation: headerMenuAnim 1.2s ease 0.2s 1 backwards;
    animation: headerMenuAnim 1.2s ease 0.2s 1 backwards
}

.l-header-menu__icon:hover .is-bottom {
    -webkit-animation: headerMenuAnim2 0.8s ease 0.5s 1 backwards;
    animation: headerMenuAnim2 0.8s ease 0.5s 1 backwards
}

@-webkit-keyframes headerMenuAnim {
    0% {
        width: 36px
    }

    50% {
        width: 2px
    }

    100% {
        width: 36px
    }
}

@keyframes headerMenuAnim {
    0% {
        width: 36px
    }

    50% {
        width: 2px
    }

    100% {
        width: 36px
    }
}

@-webkit-keyframes headerMenuAnim2 {
    0% {
        width: 20px
    }

    50% {
        width: 2px
    }

    100% {
        width: 20px
    }
}

@keyframes headerMenuAnim2 {
    0% {
        width: 20px
    }

    50% {
        width: 2px
    }

    100% {
        width: 20px
    }
}

.l-header-menu__icon span {
    width: 36px;
    height: 1px;
    display: block;
    background: #333;
    position: relative
}

@media (max-width: 3360.98px) {
    .l-header-menu__icon span {
        width:28px;
        background: #333
    }
}

.l-header-menu__icon span.is-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.l-header-menu__icon span.is-middle {
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

@media (max-width: 768.98px) {
    .l-header-menu__icon span.is-middle {
        -webkit-transform:translateY(6px);
        transform: translateY(6px)
    }
}

.l-header-menu__icon span.is-bottom {
    /* width: 20px; */
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

@media (max-width: 768.98px) {
    .l-header-menu__icon span.is-bottom {
        /* width:17px; */ -webkit-transform: translateY(12px);
        transform: translateY(12px)
    }
}

.l-header-menu__icon.is-open .is-top {
    -webkit-animation: gpNav-top-close 0.7s ease-in-out 0s 1 forwards;
    animation: gpNav-top-close 0.7s ease-in-out 0s 1 forwards;
    background: #333
}

.l-header-menu__icon.is-open .is-middle {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0
}

.l-header-menu__icon.is-open .is-bottom {
    -webkit-animation: gpNav-bottom-close 0.7s ease-in-out 0s 1 forwards;
    animation: gpNav-bottom-close 0.7s ease-in-out 0s 1 forwards;
    background: #333
}

@media (max-width: 768.98px) {
    .l-header-menu__icon.is-open .is-bottom {
        -webkit-animation:gpNav-bottom-close02 0.7s ease-in-out 0s 1 forwards;
        animation: gpNav-bottom-close02 0.7s ease-in-out 0s 1 forwards;
        width: 28px
    }
}

@-webkit-keyframes gpNav-top-close {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg)
    }
}

@keyframes gpNav-top-close {
    0% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg)
    }
}

@-webkit-keyframes gpNav-bottom-close {
    0% {
        width: 20px;
        -webkit-transform: translateY(12px) rotate(0deg);
        transform: translateY(12px) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg)
    }

    100% {
        width: 36px;
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg)
    }
}

@keyframes gpNav-bottom-close {
    0% {
        width: 20px;
        -webkit-transform: translateY(12px) rotate(0deg);
        transform: translateY(12px) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg)
    }

    100% {
        width: 36px;
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg)
    }
}

@-webkit-keyframes gpNav-bottom-close02 {
    0% {
        width: 17px;
        -webkit-transform: translateY(12px) rotate(0deg);
        transform: translateY(12px) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg)
    }

    100% {
        width: 28px;
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg)
    }
}

@keyframes gpNav-bottom-close02 {
    0% {
        width: 17px;
        -webkit-transform: translateY(12px) rotate(0deg);
        transform: translateY(12px) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
        transform: translateY(6px) rotate(0deg)
    }

    100% {
        width: 28px;
        -webkit-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg)
    }
}

.l-header-menu__text {
    font-size: 1.2rem;
    color: #333
}

@media (max-width: 3360.98px) {
    .l-header-menu__text {
        display:none
    }
}

.l-header-logo {
    height: calc(100vh - 280px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 50px
}

.l-header-logo img {
    width: 31px;
    height: auto
}

@media (max-width: 3360.98px) {
    .l-header-logo {
        -webkit-box-ordinal-group:4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: calc(100% - 210px);
        height: auto;
        padding-bottom: 0;
        text-align: center
    }

    .l-header-logo img {
        width: 80px;
        height: auto
    }
}

.l-header-btn {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    color: #333;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    cursor: pointer
}

@media (max-width: 3360.98px) {
    .l-header-btn {
        position:relative;
        width: 46px;
        height: 50px;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        line-height: 1em
    }

    .l-header-btn.is-search {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .l-header-btn.is-tel {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
}

.l-header-btn img {
    width: 20px;
    height: auto;
    margin-bottom: 6px
}

@media (max-width: 768.98px) {
    .l-header-btn img {
        width:15px;
        margin-bottom: 5px
    }
}

.l-header-contactBtn {
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    background: #333;
    color: white;
    font-size: 1.4rem;
    letter-spacing: 0.04em
}

.l-header-contactBtn:hover {
    color: white
}

@media (max-width: 3360.98px) {
    .l-header-contactBtn {
        -webkit-box-ordinal-group:6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        width: 56px;
        height: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        line-height: 1em
    }
}

.l-header-contactBtn img {
    width: 15px;
    height: auto;
    margin-bottom: 5px
}

.l-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 1024px;
}

@media (max-width: 768.98px) {
    .l-wrap {
        min-width:0
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,.l-wrap {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.l-main {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 768.98px) {
    .l-main {
        width:100%
    }
}

.l-gnav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 89;
    width: 100%;
    height: 100vh;
    padding-left: 96px;
    background: #fff;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .l-gnav {
        padding-left:0
    }
}

.l-gnav.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: gMenufadeIn 0.3s linear 0.1s 1 backwards;
    animation: gMenufadeIn 0.3s linear 0.1s 1 backwards
}

@media (max-width: 768.98px) {
    .l-gnav.is-open {
        padding-top:50px;
        display: block;
        min-height: 100vh;
        height: 100%;
        overflow: auto
    }
}

.l-gnav.is-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: gMenufadeOut 0.3s linear 0.1s 1 forwards;
    animation: gMenufadeOut 0.3s linear 0.1s 1 forwards
}

@-webkit-keyframes gMenufadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes gMenufadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes gMenufadeOut {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 0;
        display: none;
        visibility: hidden
    }
}

@keyframes gMenufadeOut {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 0;
        display: none;
        visibility: hidden
    }
}

.l-gnav-main {
    width: 768px
}

.is-open .l-gnav-main {
    -webkit-animation: translateY-up--2 2s ease 0.4s 1 backwards;
    animation: translateY-up--2 2s ease 0.4s 1 backwards
}

@media (max-width: 768.98px) {
    .l-gnav-main {
        width:calc(100% - 40px);
        margin: auto;
        padding: 40px 0
    }
}

.l-gnav-logo {
    text-align: center;
    padding-bottom: 50px
}

@media (max-width: 768.98px) {
    .l-gnav-logo {
        display:none
    }
}

.l-gnav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    text-align: right;
}

.l-gnav-list__item {
    position: relative;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    margin: 0 24px 10px 24px;
}

@media (max-width: 768.98px) {
    .l-gnav-list__item {
        margin: 0 10px 10px 10px;
        text-align: center;
    }
}

.l-gnav-list__item:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.l-gnav-list__caption {
    display: block;
    font-size: 1.8rem;
    color: #809ed2;
    line-height: 1em;
    margin-left: 2px;
    font-family: "Italianno", cursive;
}

@media (max-width: 768.98px) {
    .l-gnav-list__caption {
        font-size: 1.8rem;
    }
}

.l-gnav-list__link {
    line-height: 1em;
    color: #090909;
    font-size: 1.5rem;
    letter-spacing: 0.25em
}

.l-gnav-list__link:hover {
    text-decoration: none
}

@media (max-width: 768.98px) {
    .l-gnav-list__link {
        font-size:1.5rem
    }
}

.l-gnav-aside {
    margin-top: 30px;
    display: block;
    text-align: center
}

@media (max-width: 468.98px) {
    .l-gnav-aside {
        display:none
    }
}

.l-gnav-aside__text {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    margin-bottom: 4px
}

.l-gnav__sns {
    list-style: none;
    margin-top: 20px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px
}

@media (max-width: 768.98px) {
    .l-gnav__sns {
        margin-top:10px;
        /* margin-bottom: 40px; */
    }
}

.l-gnav__sns li img {
    opacity: 0.8
}

.l-container {
    width: 100%;
    min-width: 900px;
    margin: 0 auto;
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .l-container {
        padding:0 40px
    }
}

@media (max-width: 768.98px) {
    .l-container {
        width:100%;
        min-width: 0;
        padding: 0 15px
    }
}

.l-container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px 50px;
    max-width: 900px;
}

.l-container-fluid h2 {
    text-align: left;
    font-size: 2.2rem;
    font-weight: 600;
    padding-top: 20px;
    border-bottom: 1px solid;
}

.l-container-fluid h3 {
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    padding-top: 20px;
}

.l-container-fluid h4 {
    font-size: 1.8rem;
}

.l-container-fluid span {
    font-size: 1.3rem;
}

.l-container-fluid ul {
    font-size: 1.3rem;
}

@media (max-width: 1024.98px) {
    .l-container-fluid {
        padding: 0 40px 50px;
    }
}

@media (max-width: 768.98px) {
    .l-container-fluid {
        width:100%;
        min-width: 0;
        padding: 0 20px 50px;
    }
}

.l-container-small {
    width: 100%;
    max-width: 1180px;
    min-width: 900px;
    margin: 0 auto;
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .l-container-small {
        padding:0 40px
    }
}

@media (max-width: 768.98px) {
    .l-container-small {
        width:100%;
        max-width: none;
        min-width: 0;
        padding: 0 15px
    }
}

.l-page {
    position: relative
}

@media (max-width: 768.98px) {
    .l-page {
        /* padding-top:50px; */
    }
}

.l-page:before {
    content: "";
    display: block;
    width: 760px;
    height: 367px;
    background: url(../img/top/under_01.png) right top no-repeat;
    background-size: 760px 367px;
    position: absolute;
    z-index: -1;
    right: calc(50% - 80px);
    top: -120px;
    -webkit-animation: pageHeadAnimation01 2s ease 0.2s 1 backwards;
    animation: pageHeadAnimation01 2s ease 0.2s 1 backwards
}

@media (max-width: 768.98px) {
    .l-page:before {
        display:none
    }
}

.l-page:after {
    content: "";
    display: block;
    width: 900px;
    height: 494px;
    background: url(../img/top/under_03.png) left top no-repeat;
    background-size: 900px 494px;
    position: absolute;
    z-index: -1;
    left: -140px;
    top: 74vh;
    -webkit-animation: pageHeadAnimation02 3.2s ease 1.8s 1 backwards;
    animation: pageHeadAnimation02 3.2s ease 1.8s 1 backwards
}

@media (max-width: 768.98px) {
    .l-page:after {
        display:none
    }
}

@-webkit-keyframes pageHeadAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 760px;
        opacity: 1
    }
}

@keyframes pageHeadAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 760px;
        opacity: 1
    }
}

@-webkit-keyframes pageHeadAnimation02 {
    0% {
        width: 0;
        opacity: 0.1
    }

    100% {
        width: 900px;
        opacity: 1
    }
}

@keyframes pageHeadAnimation02 {
    0% {
        width: 0;
        opacity: 0.1
    }

    100% {
        width: 900px;
        opacity: 1
    }
}

.l-page-split {
    overflow: visible
}

@media (max-width: 768.98px) {
    .l-page-split {
        padding-top:50px;
        overflow: hidden
    }
}

.l-page-split__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-page-split__wrap:before {
    content: "";
    display: block;
    width: 978px;
    height: 472px;
    background: url(../img/top/under_02.png) left top no-repeat;
    background-size: 978px 472px;
    position: absolute;
    z-index: -1;
    left: -50px;
    top: -140px;
    -webkit-animation: pageHeadAnimation01 2s ease 0.2s 1 backwards;
    animation: pageHeadAnimation01 2s ease 0.2s 1 backwards
}

@media (max-width: 768.98px) {
    .l-page-split__wrap:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        left: -60px;
        top: -40px
    }
}

.l-page-split__main {
    width: calc(50% + 150px)
}

@media (max-width: 1024.98px) {
    .l-page-split__main {
        width:100%
    }
}

.l-page-split__title {
    padding: 160px 60px 60px 60px
}

@media (max-width: 1024.98px) {
    .l-page-split__title {
        padding-left:40px;
        padding-right: 40px
    }
}

@media (max-width: 768.98px) {
    .l-page-split__title {
        padding:30px 15px 20px 15px
    }
}

.l-page-split__title__caption {
    display: block;
    font-family: "Italianno", cursive;
    margin-top: 15px;
    font-size: 3.0rem;
    color: #b3b3b3;
    line-height: 1em;
}

.l-page-split__title__h {
    font-size: 4.8rem;
    letter-spacing: 0.2em;
    color: #090909;
    line-height: 1.2em;
    margin-top: 2px;
    margin-bottom: 18px
}

@media (max-width: 768.98px) {
    .l-page-split__title__h {
        font-size:3rem;
        margin-top: 2px;
        margin-bottom: 8px
    }
}

.l-page-split__title__text {
    letter-spacing: 0.3em;
    color: #090909;
    margin-bottom: 20px
}

@media (max-width: 768.98px) {
    .l-page-split__title__text {
        margin-bottom:0px
    }
}

.l-page-split__img {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    right: 0;
    z-index: 1;
    width: calc(50% - 150px);
    height: 100vh;
    overflow: hidden;
    -webkit-animation: fadeIn 1.8s ease-in 0s 1 backwards;
    animation: fadeIn 1.8s ease-in 0s 1 backwards
}

@media (max-width: 1024.98px) {
    .l-page-split__img {
        display:none
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,.l-page-split__img {
        position: fixed;
        width: calc(50% - 196px)
    }
}

.l-page-split__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .l-page-split__img img *::-ms-backdrop,.l-page-split__img img {
        visibility: hidden
    }
}

.l-page--roomDetail {
    position: relative
}

@media (max-width: 768.98px) {
    .l-page--roomDetail {
        padding-top:50px
    }
}

.l-page--third {
    position: relative;
    padding-top: 100px
}

@media (max-width: 768.98px) {
    .l-page--third {
        padding-top:80px
    }
}

.l-page--third:before {
    content: "";
    display: block;
    width: 1560px;
    height: 753px;
    background: url(../img/top/under_01.png) right top no-repeat;
    background-size: 1560px 753px;
    position: absolute;
    z-index: -1;
    right: calc(50% - 900px);
    top: -220px;
    -webkit-animation: pageHead03Animation01 2s ease 0.2s 1 backwards;
    animation: pageHead03Animation01 2s ease 0.2s 1 backwards
}

@media (max-width: 768.98px) {
    .l-page--third:before {
        background-size:780px 376px;
        right: calc(50% - 360px);
        top: -40px;
        -webkit-animation: pageHead03Animation01 4s ease 0.2s 1 backwards;
        animation: pageHead03Animation01 4s ease 0.2s 1 backwards
    }
}

@-webkit-keyframes pageHead03Animation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1560px;
        opacity: 1
    }
}

@keyframes pageHead03Animation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1560px;
        opacity: 1
    }
}

.l-page-title--third {
    text-align: center
}

.l-page-title__text--third {
    font-size: 6.4rem;
    color: #090909;
    line-height: 1.4em;
    letter-spacing: 0.16em
}

@media (max-width: 1024.98px) {
    .l-page-title__text--third {
        font-size:4.8rem
    }
}

@media (max-width: 768.98px) {
    .l-page-title__text--third {
        font-size:2.4rem
    }
}

.l-page-title__caption--third {
    display: block;
    font-family: "Cardo",serif;
    margin-top: 15px;
    font-size: 1.4rem;
    color: #090909;
    line-height: 1em;
    letter-spacing: 0.1em
}

.l-page-title__caption--third:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
    margin-right: 16px
}

.l-page-title__caption--third:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 12px
}

.l-page-mainVisual {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: calc(100vh - 30px);
    min-height: 600px;
    margin-bottom: 80px
}

@media (max-width: 768.98px) {
    .l-page-mainVisual {
        position:relative;
        height: calc(100vh - 100px);
        min-height: 520px;
        margin-bottom: 36px
    }
}

.l-page-mainVisual__img {
    width: 70%;
    -webkit-animation: pageHeadAnimationImg 4s ease 0.4s 1 backwards;
    animation: pageHeadAnimationImg 4s ease 0.4s 1 backwards
}

@media (max-width: 768.98px) {
    .l-page-mainVisual__img {
        position:absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }
}

@-webkit-keyframes pageHeadAnimationImg {
    0% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        opacity: 0
    }

    backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px)
    }
}

@keyframes pageHeadAnimationImg {
    0% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        opacity: 0
    }

    backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px)
    }
}

.l-page-mainVisual__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .l-page-mainVisual__img img *::-ms-backdrop,.l-page-mainVisual__img img {
        visibility: hidden
    }
}

.l-page-mainVisual__main {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .l-page-mainVisual__main {
        position:relative;
        z-index: 3;
        width: 100%;
        height: 100%
    }
}

.l-page-mainVisual__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.l-page-mainVisual__index {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: -20px;
    -webkit-animation: translateY-down--2 1.4s ease-out 1.8s 1 backwards;
    animation: translateY-down--2 1.4s ease-out 1.8s 1 backwards
}

@media (max-width: 768.98px) {
    .l-page-mainVisual__index {
        /* background:rgba(255,255,255,0.76); */ padding: 16px 2px
    }
}

.l-page-mainVisual__index span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.4em;
    font-size: 1.6rem;
    white-space: nowrap
}

@media (max-width: 768.98px) {
    .l-page-mainVisual__index span {
        font-size:1.4rem
    }
}

.l-page-mainVisual__index span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #333;
    margin: 6px auto 10px auto
}

@media (max-width: 768.98px) {
    .l-page-mainVisual__index span:after {
        background:#ccc
    }
}

.l-page-mainVisual__index em {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    letter-spacing: 0.2em;
    opacity: 0.6
}

.l-page-mainVisual__h {
    margin: 20px 16px 0 16px;
    -webkit-animation: fadeIn 1.8s ease-in 1s 1 backwards;
    animation: fadeIn 1.8s ease-in 1s 1 backwards;
    writing-mode: vertical-rl;
    letter-spacing: 0.4em;
    font-size: 2.3em;
    /* color: #f4a46f; */
    font-weight: 500;
}

.l-page-mainVisual__h span {
    font-weight: 600;
}

@media (max-width: 768.98px) {
    .l-page-mainVisual__h {
        color: #fff;
        padding: 16px 2px;
        text-shadow: 1px 1px 7px #333;
    }
}

.l-page-mainVisual__h img {
    width: 38px;
    height: auto
}

@media (max-width: 768.98px) {
    .l-page-mainVisual__h img {
        width:28px
    }
}

.l-page-mainVisual__text {
    color: #090909;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.4em;
    margin-top: 40px;
    font-size: 1.6rem;
    white-space: nowrap;
    -webkit-animation: translateY-up--2 1.4s ease-out 1.8s 1 backwards;
    animation: translateY-up--2 1.4s ease-out 1.8s 1 backwards
}

@media (max-width: 768.98px) {
    .l-page-mainVisual__text {
        letter-spacing:0.25em;
        font-size: 1.4rem;
        color: #fff;
        padding: 16px 2px
    }
}

.l-search {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 89;
    width: 100%;
    height: 100vh;
    padding-left: 96px;
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: auto;
    overflow-x: hidden
}

.l-search.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: gMenufadeIn 0.3s linear 0.1s 1 backwards;
    animation: gMenufadeIn 0.3s linear 0.1s 1 backwards
}

.l-search.is-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: gMenufadeOut 0.3s linear 0.1s 1 forwards;
    animation: gMenufadeOut 0.3s linear 0.1s 1 forwards
}

@media (max-width: 768.98px) {
    .l-search {
        padding-left:0;
        xheight: auto;
        xalign-items: flex-start
    }
}

.l-search-container {
    width: 100%;
    max-width: 1180px;
    min-width: 900px;
    margin: 0 auto;
    padding: 0 60px
}

@media (max-width: 768.98px) {
    .l-search-container {
        width:100%;
        height: 100%;
        min-width: 0;
        padding: 70px 15px
    }
}

.l-search__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 32px
}

@media (max-width: 768.98px) {
    .l-search__wrap {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 16px
    }
}

@media (max-width: 1239.98px) {
    .l-search-nav img {
        width:120px !important;
        height: auto
    }
}

@media (max-width: 768.98px) {
    .l-search-nav img {
        width:75px !important;
        height: auto
    }
}

.l-search-block {
    margin: 0 20px
}

@media (max-width: 768.98px) {
    .l-search-block {
        margin:0 10px 16px 10px
    }
}

.l-search-block.is-date {
    width: 260px
}

@media (max-width: 768.98px) {
    .l-search-block.is-date {
        width:280px
    }
}

.l-search-block.is-stay {
    width: 100px
}

@media (max-width: 768.98px) {
    .l-search-block.is-stay {
        width:130px
    }
}

.l-search-block.is-person {
    width: 100px
}

@media (max-width: 768.98px) {
    .l-search-block.is-person {
        width:130px
    }
}

.l-search-block.is-price {
    width: 280px
}

@media (max-width: 768.98px) {
    .l-search-block.is-price {
        width:280px
    }
}

.l-search-block__h {
    margin-bottom: 8px;
    color: #090909 !important;
    font-size: 1.5rem !important
}

@media (max-width: 768.98px) {
    .l-search-block__h {
        font-size:1.3rem !important
    }
}

.l-search-block__item input,.l-search-block__item select {
    border: none;
    height: 46px;
    border-radius: 2px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #090909;
    font-size: 1.6rem;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.1)
}

.l-search-block__item .s_yyyy {
    width: 120px
}

@media (max-width: 768.98px) {
    .l-search-block__item .s_yyyy {
        width:80px
    }
}

.l-search-block__item .s_mm {
    width: 54px
}

.l-search-block__item .s_dd {
    width: 54px
}

.l-search-submit {
    text-align: center;
    margin-bottom: 12px
}

@media (max-width: 768.98px) {
    .l-search-submit__btn {
        width:80%
    }
}

.l-search-aside {
    text-align: center;
    padding-bottom: 20px
}

@media (max-width: 768.98px) {
    .l-search-aside {
        padding-bottom:30px
    }
}

.l-footer {
    background: url(../img/common/footer.jpg) bottom;
    padding: 60px 60px 50px 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 3px double #F2F2F2;
    min-width: 900px;
    background-size: cover;
}

.l-footer a,.l-footer h4 {
    color: #fff !important;
    text-decoration: none;
}

.meta-area .l-footer a,.l-footer h4 {
    color: #333 !important;
}

.l-footer__main h4.l-footer__language__h {
    color: #fff !important;
}

.meta-area .l-footer__language__list a {
    background-color: #a0a0a0; {
        
    }
}

.l-footer a:hover {
    color: #ffdbac;
}

@media (max-width: 1024.98px) {
    .l-footer {
        padding-left:40px;
        padding-right: 40px
    }
}

@media (max-width: 768.98px) {
    .l-footer {
        min-width:0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-size: 200px 200px;
        padding: 34px 15px 34px 15px;
        background-size: cover;
    }
}

.l-footer__main {
    width: 50%
}

@media (max-width: 768.98px) {
    .l-footer__main {
        width:100%;
        text-align: center;
        margin-bottom: 80px;
    }
}

.l-footer__logo {
    margin-bottom: 20px
}

.l-footer__logo img {
    width: 146px;
    height: auto
}

@media (max-width: 768.98px) {
    .l-footer__logo img {
        width:124px
    }
}

.l-footer__address {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 20px
}

@media (max-width: 768.98px) {
    .l-footer__address {
        line-height:2em;
        letter-spacing: 0.14em;
        margin-bottom: 10px
    }

    .l-footer__address .number {
        font-family: "Playfair Display", serif;
        font-size: 30px;
        font-weight: 400;
    }
}

.l-footer__aside {
    font-size: 1.3rem;
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768.98px) {
    .l-footer__aside {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 2em
    }
}

.l-footer__aside li {
    margin-right: 18px
}

@media (max-width: 768.98px) {
    .l-footer__aside li {
        margin:0 10px
    }
}

.l-footer__sns {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 12px
}

@media (max-width: 768.98px) {
    .l-footer__sns {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.l-footer__sns li img {
    opacity: 0.8
}

.l-footer__language__h {
    font-size: 1.3rem;
    color: #090909;
    letter-spacing: 0.1em;
    margin-bottom: 6px
}

@media (max-width: 768.98px) {
    .l-footer__language__h {
        pmargin-bottom:8px
    }
}

.l-footer__language__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

@media (max-width: 768.98px) {
    .l-footer__language__list {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.l-footer__language__list li {
    margin-left: 3px;
    font-size: 1.3rem
}

.l-footer__language__list a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 26px;
    height: 26px;
    background: transparent;
    border-radius: 20px;
    color: #6E6E6E;
    line-height: 1
}

.l-footer__language__list a.is-active {
    background: #090909;
    color: #fff
}

.l-footer__sub {
    width: 50%
}

@media (max-width: 768.98px) {
    .l-footer__sub {
        width:100%
    }
}

.l-footer-service {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .l-footer-service {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 16px
    }
}

.l-footer-service li {
    padding: 0 24px;
    line-height: 1.1;
    text-align: center;
    border-right: 1px solid #F2F2F2
}

@media (max-width: 768.98px) {
    .l-footer-service li {
        padding:0 15px
    }
}

.l-footer-service li .is-members {
    width: 82px;
    height: auto
}

@media (max-width: 768.98px) {
    .l-footer-service li .is-members {
        width:62px
    }
}

.l-footer-service li .is-bridal {
    width: 100px;
    height: auto
}

@media (max-width: 768.98px) {
    .l-footer-service li .is-bridal {
        width:80px
    }
}

.l-footer-service li .is-store {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    color: #333
}

@media (max-width: 768.98px) {
    .l-footer-service li .is-store {
        font-size:1rem;
        letter-spacing: 0
    }
}

.l-footer-service li:last-child {
    padding-right: 0;
    border-right: none
}

.l-footer-group {
    margin-top: 40px;
    margin-bottom: 40px
}

@media (max-width: 768.98px) {
    .l-footer-group {
        margin-top:22px;
        margin-bottom: 20px;
        border-top: 1px solid #F2F2F2;
        padding-top: 16px
    }
}

.l-footer-group {
    text-align: right
}

@media (max-width: 768.98px) {
    .l-footer-group {
        text-align:center
    }
}

.l-footer-group__h {
    font-size: 1.3rem;
    color: #090909;
    letter-spacing: 0.1em;
    margin-bottom: 10px
}

@media (max-width: 768.98px) {
    .l-footer-group__h {
        pmargin-bottom:12px
    }
}

.l-footer-group__list {
    list-style-type: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .l-footer-group__list {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.l-footer-group li {
    padding-left: 22px
}

@media (max-width: 768.98px) {
    .l-footer-group li {
        padding:0 12px
    }
}

.l-footer-group li .is-senkei {
    width: 104px;
    height: auto
}

@media (max-width: 768.98px) {
    .l-footer-group li .is-senkei {
        width:89px
    }
}

.l-footer-group li .is-kahou {
    width: 107px;
    height: auto
}

@media (max-width: 768.98px) {
    .l-footer-group li .is-kahou {
        width:92px
    }
}

.l-footer-group li .is-koshinosato {
    width: 89px;
    height: auto
}

@media (max-width: 768.98px) {
    .l-footer-group li .is-koshinosato {
        width:74px
    }
}

.l-footer__copyright {
    text-align: right;
    line-height: 1;
    color: #6E6E6E;
}

.l-footer__copyright.sp {
    display: none;
}

.l-footer__copyright.pc {
    display: block;
}

@media (max-width: 768.98px) {
    .l-footer__copyright {
        text-align:center
    }

    .l-footer__copyright.sp {
        display: block;
    }

    .l-footer__copyright.pc {
        display: none;
    }

    .l-footer__copyright small {
        font-size: 1.2rem;
        color: #fff;
    }
}

.c-background-1 {
    /* background-image: url(../img/common/bg01.png); */
    background-position: center top;
    background-repeat: repeat
}

.c-border-box {
    border: 6px solid #F2F2F2;
    background: white;
    border-radius: 8px;
    padding: 40px
}

@media (max-width: 768.98px) {
    .c-border-box {
        padding:20px
    }
}

.c-btn-1 {
    position: relative;
    display: inline-block;
    color: #090909;
    letter-spacing: 0.14em;
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 0
}

.c-btn-1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
    width: 0;
    height: 1px;
    background: #090909
}

.c-btn-1:hover {
    color: #090909
}

.c-btn-1:hover:before {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

.c-btn-1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.c-btn-2,.c-btn-2--white {
    position: relative;
    display: inline-block;
    border: none;
    padding: 8px 32px;
    text-align: center;
    color: white;
    background: #333;
    line-height: 1.4;
    border-radius: 50px;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    text-align: center;
    letter-spacing: 0.1em
}

@media (max-width: 768.98px) {
    .c-btn-2,.c-btn-2--white {
        padding:10px 20px
    }
}

.c-btn-2:before,.c-btn-2--white:before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: white;
    position: absolute;
    left: -6px;
    top: 50%;
    z-index: 1
}

.c-btn-2.is-blank:after,.is-blank.c-btn-2--white:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 10px;
    background-image: url(../img/common/svg-icon/target-blank.svg);
    background-size: 14px 10px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 4px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-2:hover,.c-btn-2--white:hover {
    color: white;
    text-decoration: none;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-2:hover:before,.c-btn-2--white:hover:before {
    -webkit-animation: btn02Anim 1.6s ease 0.1s 1 forwards;
    animation: btn02Anim 1.6s ease 0.1s 1 forwards
}

@-webkit-keyframes btn02Anim {
    0% {
        width: 24px;
        opacity: 1
    }

    15% {
        width: 24px;
        opacity: 0
    }

    20% {
        width: 0px;
        opacity: 0
    }

    100% {
        width: 24px;
        opacity: 1
    }
}

@keyframes btn02Anim {
    0% {
        width: 24px;
        opacity: 1
    }

    15% {
        width: 24px;
        opacity: 0
    }

    20% {
        width: 0px;
        opacity: 0
    }

    100% {
        width: 24px;
        opacity: 1
    }
}

.c-btn-2--white {
    background: white;
    color: #333
}

.c-btn-2--white:hover {
    color: #333
}

.c-btn-2--white:before {
    background: #333
}

.c-btn-3 {
    display: inline-block;
    color: #333;
    border: 2px solid #090909;
    border-radius: 8px;
    text-align: center;
    min-width: 220px;
    padding: 12px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px 0px #000;
    box-shadow: 0px 2px 0px 0px #000
}

.c-btn-3:hover {
    color: #333;
    text-decoration: none;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-4,.c-btn-4--light,.c-btn-4--white {
    position: relative;
    display: inline-block;
    border: none;
    padding: 16px 32px;
    text-align: center;
    color: white;
    background: #404040;
    line-height: 1.4;
    border-radius: 50px;
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 0 3px 6px rgba(9,9,9,0.1);
    box-shadow: 0 3px 6px rgba(9,9,9,0.1)
}

.c-btn-4:hover,.c-btn-4--light:hover,.c-btn-4--white:hover {
    color: white;
    text-decoration: none;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-4.is-arrow:before,.is-arrow.c-btn-4--light:before,.is-arrow.c-btn-4--white:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-4.is-next-arrow:after,.is-next-arrow.c-btn-4--light:after,.is-next-arrow.c-btn-4--white:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-4.is-back-arrow:before,.is-back-arrow.c-btn-4--light:before,.is-back-arrow.c-btn-4--white:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    -webkit-transform: rotate(180deg) translateY(1px);
    transform: rotate(180deg) translateY(1px)
}

@media (max-width: 768.98px) {
    .c-btn-4,.c-btn-4--light,.c-btn-4--white {
        padding:10px 20px
    }
}

.c-btn-4--light {
    background: #F2F2F2;
    color: #333
}

.c-btn-4--light:hover {
    color: #333;
    -webkit-filter: brightness(102%);
    filter: brightness(102%)
}

.c-btn-4--light.is-arrow:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E")
}

.c-btn-4--light.is-next-arrow:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E")
}

.c-btn-4--light.is-back-arrow:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E")
}

.c-btn-4--white {
    background: #fff;
    color: #333;
    border: 1px solid #090909
}

.c-btn-4--white:hover {
    color: #333
}

.c-btn-4--white.is-arrow:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E")
}

.c-btn-4--white.is-next-arrow:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E")
}

.c-btn-4--white.is-back-arrow:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E")
}

.c-btn-6 {
    position: relative;
    display: inline-block;
    border: none;
    padding: 8px 32px;
    text-align: center;
    background: white;
    color: #333;
    line-height: 1.4;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    text-align: center;
    letter-spacing: 0.1em
}

.c-btn-6:hover {
    color: #333;
    text-decoration: none;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

@media (max-width: 768.98px) {
    .c-btn-6 {
        padding:10px 20px
    }
}

.c-btn-6:before {
    content: "";
    display: block;
    width: 24px;
    height: 1px;
    background: #D29180;
    position: absolute;
    left: -6px;
    top: 50%;
    z-index: 1
}

.c-btn-6:hover {
    color: #333;
    text-decoration: none;
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.c-btn-6:hover:before {
    -webkit-animation: btn02Anim 1.6s ease 0.1s 1 forwards;
    animation: btn02Anim 1.6s ease 0.1s 1 forwards
}

.c-link-1:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-link-1--back:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    -webkit-transform: rotate(-180deg) translateY(1px);
    transform: rotate(-180deg) translateY(1px)
}

.c-link-2:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 6px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.c-link-2--down:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 6px;
    -webkit-transform: rotate(90deg) translateX(-1px);
    transform: rotate(90deg) translateX(-1px)
}

.c-list-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

@media (max-width: 768.98px) {
    .c-list-1 {
        -webkit-box-pack:start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 5px;
        padding: 6px 30px
    }

    .c-list-1.is-sp-half {
        padding: 6px 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-list-1__item {
    border-left: 1px solid #6f6f6f
}

@media (max-width: 768.98px) {
    .c-list-1__item {
        width:100%;
        border-left: none;
        border-bottom: 1px solid #6f6f6f
    }

    .c-list-1__item:last-child {
        border: none
    }

    .is-sp-half .c-list-1__item {
        width: calc(50% - 4px)
    }

    .is-sp-half .c-list-1__item:last-child {
        border-bottom: 1px solid #6f6f6f
    }
}

.c-list-1__item:first-child {
    border-left: none
}

.c-list-1__link {
    display: block;
    min-width: 100px;
    text-align: center;
    letter-spacing: 0.12em;
    padding: 4px 60px
}

@media (max-width: 768.98px) {
    .c-list-1__link {
        padding:9px 10px
    }

    .is-sp-half .c-list-1__link {
        padding: 12px 10px 6px 10px
    }
}

.c-list-2 {
    list-style-type: circle;
    padding: 0;
    padding-left: 24px
}

.c-list-2 li {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 4px
}

.c-article p {
    /* letter-spacing: 0.3em; */
    line-height: 2.6em;
    text-align: center
}

@media (max-width: 768.98px) {
    .c-article p {
        /* letter-spacing:0.2em; */
        line-height: 2.2em
    }
}

@media (max-width: 768.98px) {
    .c-tel-number {
        width:190px;
        height: auto
    }
}

.c-plan-group {
    overflow: clip !important;
    /* padding-left: 60px; */
    padding-right: 60px;
    padding-top: 4px;
    padding-bottom: 10px
}

@media (max-width: 768.98px) {
    .c-plan-group {
        /* padding-left:15px; */
        /* padding-right: 15px; */
    }
}

.c-plan-heading {
    padding-top: 42px;
    /* background: url(../img/common/plan_bg.png) center top no-repeat; */
    background-size: 172px 80px
}

.c-plan-item {
    position: relative;
    width: 300px;
    height: auto;
    /* background: #fff; */
    /* border-radius: 4px; */
    overflow: hidden;
    padding-bottom: 64px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /* -webkit-box-shadow: 8px 8px 0 rgba(204,204,204,0.2); */
    /* box-shadow: 8px 8px 0 rgba(204,204,204,0.2); */
    /* border: 1px solid #ddd; */
}

.c-plan-item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(108%);
    filter: brightness(108%)
}

@media (max-width: 768.98px) {
    .c-plan-item {
        width:80vw;
        /* padding-bottom: 52px; */
    }
}

.c-plan-item__catch {
    position: relative;
    z-index: 3;
    margin-top: -14px;
    margin-left: 12px
}

.c-plan-item__catch em {
    display: inline-block;
    padding: 2px 16px;
    background: #ca7d69;
    border-radius: 30px;
    line-height: 1.5em;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    color: #fff
}

@media (max-width: 768.98px) {
    .c-plan-item__catch {
        font-size:1.5rem
    }
}

.c-plan-item__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 14vw;
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    /* padding: 15px; */
}

@media all and (-ms-high-contrast: none) {
    .c-plan-item__img *::-ms-backdrop,.c-plan-item__img {
        visibility: hidden
    }
}

@media (max-width: 1650px) {
    .c-plan-item__img {
        height: 18vw;
        /* padding: 15px; */
    }
}

@media (max-width: 768.98px) {
    .c-plan-item__img {
        height:54vw;
        min-height: 0
    }
}

.c-plan-item  .text-area{
    margin-bottom: 10px;
    padding: 10px 12px 0 12px;
    font-size: 1.4rem;
}
.c-plan-item  .text-area h4{
    color: #ec732e;
    font-size: 1.4rem;
}
.c-plan-item  .text-area h3{
    font-size: 1.8rem;
    line-height:1.8;
    margin: 0.5rem 0;
    font-weight:600;
}
.c-plan-item  .text-area p{
    font-size: 1.4rem;
    margin: 0.5rem 0;
    color: #828282;
}

.c-plan-item a:hover{
    opacity:.8;
    text-decoration: none;
}

.c-plan-item__aside {
    color: #333;
    padding: 0 12px 0 12px;
    line-height: 1rem;
    letter-spacing: normal;
}
.c-plan-item__aside span.plice {
    color: #b90000;
    font-size: 1.8rem;
    font-weight:600;
}
.c-plan-item__link {
    position: absolute;
    width: 100%;
    /* left: 0; */
    bottom: 0;
    /* padding: 11px 12px; */
    /* border-top: 1px solid rgba(9,9,9,0.3); */
}
.c-plan-item .stretched-link{
    /* margin: 1rem; */
    border-top: 1px solid #ddd;
    width: 90%;
    margin: 2rem auto 1rem;
    display: block;
    /* padding: 0.2rem; */
    text-align: center;
    padding-top: 1rem;
    font-size: 1.4rem;
}
.c-plan-item .stretched-link .c-link-2{
    margin-top: 1rem;
}

@media (max-width: 768.98px) {
    .c-plan-item__link {
        /* padding:7px 12px; */
    }
}

.c-information {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.6);
    border-radius: 30px;
    overflow: hidden;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 20;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-box-shadow: 0 0 10px 6px rgba(0,0,0,0.05);
    box-shadow: 0 0 10px 6px rgba(0,0,0,0.05);
    -webkit-animation: translateY-up--3 1.6s ease-in 2.6s 1 backwards;
    animation: translateY-up--3 1.6s ease-in 2.6s 1 backwards
}

@media (max-width: 768.98px) {
    .c-information {
        width:48px;
        height: 48px;
        left: 15px;
        bottom: 20px
    }
}

.c-information:hover,.c-information.is-active {
    padding: 0 20px;
    width: 40vw
}

@media (max-width: 768.98px) {
    .c-information:hover,.c-information.is-active {
        width:calc(100% - 30px)
    }
}

/*
.c-information.is-spring::before,.c-information.is-summer::before,.c-information.is-autumn::before,.c-information.is-winter::before {
content: "";
margin-right: 16px;
display: block;
min-width: 0;
min-height: 40px;
background: url(../img/top/information_icon_spring.png) no-repeat center center;
background-size: 40px 40px;
-webkit-transition: 1s;
transition: 1s
}

@media (max-width: 768.98px) {
.c-information.is-spring::before,.c-information.is-summer::before,.c-information.is-autumn::before,.c-information.is-winter::before {
margin-right:10px;
min-height: 32px;
background-size: 32px 32px
}
}

.c-information.is-spring::before {
background-image: url(../img/top/information_icon_spring.png)
}

.c-information.is-summer::before {
background-image: url(../img/top/information_icon_summer.png)
}

.c-information.is-autumn::before {
background-image: url(../img/top/information_icon_autumn.png)
}

.c-information.is-winter::before {
background-image: url(../img/top/information_icon_winter.png)
} */

.c-information:hover.is-spring::before,.c-information:hover.is-summer::before,.c-information:hover.is-autumn::before,.c-information:hover.is-winter::before,.c-information.is-active.is-spring::before,.c-information.is-active.is-summer::before,.c-information.is-active.is-autumn::before,.c-information.is-active.is-winter::before {
    min-width: 40px
}

@media (max-width: 768.98px) {
    .c-information:hover.is-spring::before,.c-information:hover.is-summer::before,.c-information:hover.is-autumn::before,.c-information:hover.is-winter::before,.c-information.is-active.is-spring::before,.c-information.is-active.is-summer::before,.c-information.is-active.is-autumn::before,.c-information.is-active.is-winter::before {
        min-width:32px
    }
}

.c-information a {
    display: block;
    width: 0%;
    font-size: 1.5rem;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: .09em;
    -webkit-transition: 1s;
    transition: 1s
}

@media (max-width: 768.98px) {
    .c-information a {
        font-size:1.2rem
    }
}

.c-information a:hover {
    text-decoration: none
}

.c-information:hover a,.c-information.is-active a {
    width: 100%
}

.c-information::after {
    content: "";
    margin: 0 6px;
    display: block;
    min-width: 11px;
    min-height: 11px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.c-information:hover::after {
    margin-right: 0
}

.c-information01 {
    width: calc(100% - 96px);
    background: rgba(22,22,22,0.96);
    border-left: none;
    border-right: none;
    border-bottom: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-animation: fadeIn 1.6s ease-in 2.6s 1 backwards;
    animation: fadeIn 1.6s ease-in 2.6s 1 backwards
}

@media (max-width: 768.98px) {
    .c-information01 {
        width:100%
    }
}

.c-information01__close {
    position: absolute;
    right: 60px;
    top: -26px;
    width: 26px;
    height: 26px;
    display: block;
    background: rgba(22,22,22,0.96) !important;
    color: white;
    opacity: 1 !important
}

@media (max-width: 768.98px) {
    .c-information01__close {
        right:0
    }
}

.c-information01__close:hover {
    color: white
}

.c-information01__banner {
    padding: 5px 0
}

@media (max-width: 768.98px) {
    .c-information01__banner {
        padding:4px 0
    }
}

.c-information02 {
    width: calc(100% - 96px);
    background: rgba(242,242,242,0.6);
    border-left: none;
    border-right: none;
    border-bottom: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-animation: fadeIn 1.6s ease-in 2.6s 1 backwards;
    animation: fadeIn 1.6s ease-in 2.6s 1 backwards
}

@media (max-width: 768.98px) {
    .c-information02 {
        width:100%
    }
}

.c-information02__close {
    position: absolute;
    right: 20px;
    top: 0;
    width: 26px;
    height: 26px;
    display: block;
    background: rgba(217,217,217,0.9) !important;
    color: #333;
    opacity: 1 !important
}

@media (max-width: 768.98px) {
    .c-information02__close {
        right:0;
        top: -26px
    }
}

.c-information02__close:hover {
    color: #333
}

.c-information02__banner {
    padding: 5px 0
}

@media (max-width: 768.98px) {
    .c-information02__banner {
        padding:4px 0
    }
}

.c-tokuten {
    position: relative;
    background: url(../img/plan/tokuten_bg.png) left center no-repeat;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    padding-left: 260px
}

@media (max-width: 768.98px) {
    .c-tokuten {
        height:52px;
        background: url(../img/plan/tokuten_bg_sp.png) left center no-repeat;
        background-size: 209px 52px;
        padding-left: 40px
    }
}

.c-tokuten__main {
    width: 724px
}

@media (max-width: 768.98px) {
    .c-tokuten__main {
        width:100%
    }
}

.c-tokuten__catch {
    display: block;
    color: #090909;
    letter-spacing: 0.08em;
    line-height: 1em;
    color: #fff;
    margin-bottom: 8px
}

@media (max-width: 768.98px) {
    .c-tokuten__catch {
        display:block;
        font-size: 1.1rem;
        line-height: 1.4em;
        margin-bottom: 5px
    }
}

.c-tokuten__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-tokuten__h01 {
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1em
}

@media (max-width: 768.98px) {
    .c-tokuten__h01 {
        font-size:1.7rem
    }
}

.c-tokuten__h01 a {
    color: #fff
}

.c-tokuten__h01 a:hover {
    text-decoration: none;
    color: #fff
}

.c-tokuten__sub {
    width: 220px;
    padding-bottom: 6px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: right
}

@media (max-width: 1024.98px) {
    .c-tokuten__sub {
        width:214px
    }
}

@media (max-width: 768.98px) {
    .c-tokuten__sub {
        width:120px
    }
}

.c-more-contents {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .c-more-contents {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px
    }
}

.c-more-contents__item {
    position: relative;
    padding-top: 84px;
    width: calc(50% - 35px)
}

.c-more-contents__item:nth-child(even) {
    margin-top: 8vw
}

@media (max-width: 768.98px) {
    .c-more-contents__item:nth-child(even) {
        margin-top:42px
    }
}

@media (max-width: 1024.98px) {
    .c-more-contents__item {
        width:calc(50% - 25px)
    }
}

@media (max-width: 768.98px) {
    .c-more-contents__item {
        width:100%;
        padding-top: 0
    }
}

.c-more-contents__title {
    position: absolute;
    left: 60px;
    top: 0px;
    z-index: 5;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

@media (max-width: 768.98px) {
    .c-more-contents__title {
        left:0;
        top: calc(43vw + 24px)
    }
}

.c-more-contents__title__caption {
    color: #090909;
    letter-spacing: 0.06em
}

.c-more-contents__title__text {
    font-size: 3.2rem;
    letter-spacing: 0.4em;
    color: #090909;
    line-height: 1em;
    margin-right: 6px
}

.c-more-contents__title__text em {
    color: white;
    text-shadow: 0 0 4px rgba(0,0,0,0.5)
}

@media (max-width: 768.98px) {
    .c-more-contents__title__text em {
        color:#090909;
        text-shadow: none
    }
}

.c-more-contents__title__text em.is-sp-white {
    color: #090909;
    text-shadow: none
}

@media (max-width: 768.98px) {
    .c-more-contents__title__text {
        font-size:2rem;
        letter-spacing: 0.5em;
        margin-right: 3px
    }
}

.c-more-contents__img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    box-shadow: 0 3px 30px rgba(0,0,0,0.1)
}

@media (max-width: 768.98px) {
    .c-more-contents__img {
        height:43vw;
        margin-bottom: 14px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-more-contents__main {
    padding-left: 60px
}

.c-more-contents__item:nth-child(even) .c-more-contents__main {
    padding-left: 0;
    padding-right: 60px
}

@media (max-width: 768.98px) {
    .c-more-contents__main {
        position:relative;
        padding-left: 72px !important;
        padding-right: 0 !important
    }

    .c-more-contents__main:before {
        content: "";
        position: absolute;
        left: 56px;
        top: 0;
        z-index: 1;
        width: 1px;
        height: 100%;
        display: block;
        background: rgba(0,0,0,0.1)
    }
}

.c-voice__wrap {
    position: relative
}

.c-voice__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
}

@media (max-width: 768.98px) {
    .c-voice__list {
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-left: 15px
    }
}

.c-voice__block {
    width: calc(33.33% - 16px);
    padding-bottom: 10px;
    background: #fff
}

@media (max-width: 768.98px) {
    .c-voice__block {
        width:290px;
        min-height: 0
    }
}

.c-gallery-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768.98px) {
    .c-gallery-block {
        -webkit-box-pack:justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-gallery-block__link {
    width: calc(33.33% - 5.334px);
    margin-right: 8px;
    margin-bottom: 8px
}

.c-gallery-block__link:nth-child(3n) {
    margin-right: 0
}

.c-gallery-block__link img {
    width: 100%;
    height: auto
}

@media (max-width: 768.98px) {
    .c-gallery-block__link {
        width:calc(50% - 2px);
        margin-right: 0;
        margin-bottom: 4px
    }
}

.c-table-1 {
    width: 100%;
    border-collapse: separate;
    /* font-family: "Noto Sans JP",sans-serif; */
    margin-bottom: 30px;
}

.c-table-1__heading {
    background: #f2f2f2;
    font-weight: normal;
    text-align: center;
    padding: 9px 12px
}

.c-table-1__description {
    background: #fafafa;
    border-top: 1px solid #f5f5f5;
    padding: 9px 12px
}

.c-heading-1 {
    text-align: center
}

.c-heading-1__text {
    font-size: 2.8rem;
    color: #424242;
    line-height: 1.4em;
    letter-spacing: 0.16em;
    font-weight: 500;
}

@media (max-width: 768.98px) {
    .c-heading-1__text {
        font-size:1.8rem
    }
}

.c-heading-1__caption {
    display: block;
    font-family: "Gilda Display", serif;
    margin-top: 3rem;
    font-size: 1.2rem;
    color: #b3b3b3;
    line-height: 1em;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
}

.c-heading-1__caption:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
    margin-right: 16px
}

.c-heading-1__caption:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 12px
}

.c-heading-2 {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    color: #090909
}

@media (max-width: 1024.98px) {
    .c-heading-2 {
        font-size:2rem
    }
}

@media (max-width: 768.98px) {
    .c-heading-2 {
        font-size:1.8rem
    }
}

.c-heading-3 {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px double #898989
}

@media (max-width: 768.98px) {
    .c-heading-3 {
        padding-bottom:18px
    }
}

.c-heading-3:after {
    position: absolute;
    left: 0;
    bottom: 2px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #898989
}

.c-heading-3__caption {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.12em;
    margin-bottom: 9px
}

@media (max-width: 768.98px) {
    .c-heading-3__caption {
        font-size:1.5rem;
        margin-bottom: 4px
    }
}

.c-heading-3__caption--en {
    display: block;
    color: #D29180;
    font-size: 1.4rem;
    font-family: "Cardo",serif;
    letter-spacing: 0.1em;
    margin-bottom: 9px
}

.c-heading-3__text {
    font-size: 4rem;
    letter-spacing: 0.2em;
    line-height: 1.5em
}

@media (max-width: 1024.98px) {
    .c-heading-3__text {
        font-size:3.2rem
    }
}

@media (max-width: 768.98px) {
    .c-heading-3__text {
        font-size:2.4rem
    }
}

.c-heading-3__sub {
    letter-spacing: 0.1em;
    font-size: 2rem;
    margin-top: 4px
}

.c-heading-4 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    color: #090909;
    border-left: 2px solid #333;
    line-height: 1.4em;
    padding: 0 0 0 6px
}

.c-heading-5 {
    position: relative;
    font-size: 1.8rem;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 1.5rem 12px 1.5rem;
    line-height: 1.5em
}

@media (max-width: 768.98px) {
    .c-heading-5 {
        font-size:1.5rem
    }
}

.c-heading-5:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #bcbcbc;
    position: absolute;
    left: 0;
    bottom: 1px
}

.c-heading-6 {
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.14em;
    color: #090909;
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
    line-height: 1.6em
}

@media (max-width: 768.98px) {
    .c-heading-6 {
        font-size:2rem;
        padding-top: 14px
    }
}

.c-heading-6:before {
    display: block;
    content: "";
    width: 42px;
    height: 3px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    left: 0;
    top: -2px;
    background: #333
}

.c-heading-7 {
    font-size: 1.8rem;
    letter-spacing: 0.14em;
    color: #090909
}

@media (max-width: 768.98px) {
    .c-heading-7 {
        font-size:1.5rem;
        text-align: center
    }
}

.c-heading-7:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #090909;
    margin: 10px auto 0 auto
}

@media (max-width: 768.98px) {
    .c-heading-7:after {
        width:40px
    }
}

.c-heading-8 {
    position: relative;
    letter-spacing: 0.12em;
    color: #090909;
    font-size: 2rem;
    padding-bottom: 6px;
    border-bottom: 1px solid #F2F2F2;
    /* line-height: 1.5em; */
}

.c-heading-8:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 24px;
    height: 1px;
    background: #333
}

@media (max-width: 768.98px) {
    .c-heading-8 {
        /* font-size:1.8rem; */
    }
}

.c-slide01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .c-slide01 {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.c-slide01-image {
    width: calc(50% + 226px);
    overflow: hidden
}

@media (max-width: 768.98px) {
    .c-slide01-image {
        width:100%
    }
}

.c-slide01-item {
    width: 100%
}

.c-slide01-item img {
    width: 100%;
    height: 76vh;
    min-height: 680px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.2);
    box-shadow: 0 3px 20px rgba(0,0,0,0.2)
}

@media all and (-ms-high-contrast: none) {
    .c-slide01-item img *::-ms-backdrop,.c-slide01-item img {
        visibility: hidden
    }
}

@media (max-width: 1024.98px) {
    .c-slide01-item img {
        height:70vh;
        min-height: 540px
    }
}

@media (max-width: 768.98px) {
    .c-slide01-item img {
        height:70vw;
        min-height: 0
    }
}

.c-slide01-main {
    width: calc(50% - 226px);
    min-width: 536px;
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .c-slide01-main {
        min-width:470px;
        padding: 0 40px
    }
}

@media (max-width: 768.98px) {
    .c-slide01-main {
        width:100%;
        min-width: 0;
        padding: 20px 15px 0
    }
}

.c-slide01-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-slide01-nav .slick-track {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important
}

.c-slide01-nav__thumb {
    width: 63px !important;
    margin-right: 4px !important;
    margin-bottom: 4px !important;
    cursor: pointer;
    padding: 1px;
    border-radius: 3px;
    border: 1px solid transparent
}

@media (max-width: 1024.98px) {
    .c-slide01-nav__thumb {
        width:50px !important;
        margin-right: 4px !important;
        margin-bottom: 5px !important
    }
}

.c-slide01-nav__thumb.slick-current {
    border: 1px solid #090909
}

.c-slide01-nav__thumb:focus {
    outline: none
}

.c-slide01-nav__thumb img {
    width: 59px;
    height: 59px;
    border-radius: 2px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .c-slide01-nav__thumb img *::-ms-backdrop,.c-slide01-nav__thumb img {
        visibility: hidden
    }
}

@media (max-width: 1024.98px) {
    .c-slide01-nav__thumb img {
        width:46px;
        height: 46px
    }
}

.c-slide02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.c-slide02.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width: 768.98px) {
    .c-slide02 {
        -webkit-box-orient:vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

.c-slide02-area {
    width: calc(50% + 304px);
    overflow: hidden
}

@media (max-width: 768.98px) {
    .c-slide02-area {
        width:100%
    }
}

@media (max-width: 768.98px) {
    .c-slide02-item {
        height:70vw
    }
}

.c-slide02-item img {
    width: 100%;
    height: auto
}

@media (max-width: 1024.98px) {
    .c-slide02-item img {
        height:72vh;
        min-height: 400px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 768.98px) {
    .c-slide02-item img {
        height:100%;
        min-height: 0;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-slide02-main {
    width: calc(50% - 304px);
    min-width: 500px;
    padding: 0 60px
}

.phone_area {
    text-align: center;
}

.c-slide02-main a,.p-facilities-other-box__main a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 10px;
    border: solid 1px #ddd;
    text-decoration: none;
}

.c-slide02-main span {
    /* font-size: 2rem; */
    /* color: #333; */
}

@media (max-width: 1024.98px) {
    .c-slide02-main {
        min-width:460px;
        padding: 0 40px
    }
}

@media (max-width: 768.98px) {
    .c-slide02-main {
        width:100%;
        min-width: 0;
        padding: 15px 15px 0
    }
}

.c-slide02-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.c-slide02-nav .slick-track {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important
}

.c-slide02-nav__thumb {
    width: 80px !important;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
    cursor: pointer;
    padding: 1px;
    border-radius: 3px;
    border: 1px solid transparent
}

@media (max-width: 768.98px) {
    .c-slide02-nav__thumb {
        width:50px !important;
        margin-right: 4px !important;
        margin-bottom: 5px !important
    }
}

.c-slide02-nav__thumb.slick-current {
    border: 1px solid #090909
}

.c-slide02-nav__thumb:focus {
    outline: none
}

.c-slide02-nav__thumb img {
    width: 76px;
    height: 76px;
    border-radius: 2px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .c-slide02-nav__thumb img *::-ms-backdrop,.c-slide02-nav__thumb img {
        visibility: hidden
    }
}

@media (max-width: 768.98px) {
    .c-slide02-nav__thumb img {
        width:46px;
        height: 46px
    }
}

@media (max-width: 768.98px) {
    .c-slide03-item {
        height:70vw
    }
}

.c-slide03-item img {
    width: 100%;
    height: auto
}

@media (max-width: 768.98px) {
    .c-slide03-item img {
        height:100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.c-slide03-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 12px
}

.c-slide03-nav .slick-track {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important
}

.c-slide03-nav__thumb {
    width: 70px !important;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
    cursor: pointer;
    padding: 1px;
    border-radius: 3px;
    border: 1px solid transparent
}

@media (max-width: 768.98px) {
    .c-slide03-nav__thumb {
        width:50px !important;
        margin-right: 4px !important;
        margin-bottom: 5px !important
    }
}

.c-slide03-nav__thumb.slick-current {
    border: 1px solid #090909
}

.c-slide03-nav__thumb:focus {
    outline: none
}

.c-slide03-nav__thumb img {
    width: 66px;
    height: 66px;
    border-radius: 2px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .c-slide03-nav__thumb img *::-ms-backdrop,.c-slide03-nav__thumb img {
        visibility: hidden
    }
}

@media (max-width: 768.98px) {
    .c-slide03-nav__thumb img {
        width:46px;
        height: 46px
    }
}

.c-modal.show {
    -webkit-animation: translateY-up--1 0.3s ease-in 0.1s 1 backwards;
    animation: translateY-up--1 0.3s ease-in 0.1s 1 backwards
}

.c-modal__content {
    position: relative;
    padding: 30px
}

@media (max-width: 768.98px) {
    .c-modal__content {
        padding:30px 15px
    }
}

.c-modal__body {
    padding: 0
}

.c-modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1
}

@media (max-width: 768.98px) {
    .c-modal__close {
        right:10px;
        top: 10px
    }
}

.p-top-sp-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 91;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width: 3360px) {
    .p-top-sp-header {
        display:none
    }
}

.p-top-sp-header-menu {
    width: 58px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center
}

.p-top-sp-header-menu__icon {
    display: block;
    position: relative;
    width: 28px;
    height: 15px;
    margin: 0
}

.p-top-sp-header-menu__icon span {
    width: 28px;
    height: 1px;
    display: block;
    background: #fff;
    position: relative
}

.p-top-sp-header-menu__icon span.is-top {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.p-top-sp-header-menu__icon span.is-middle {
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

.p-top-sp-header-menu__icon span.is-bottom {
    /* width: 17px; */
    -webkit-transform: translateY(12px);
    transform: translateY(12px)
}

.p-top-sp-header-menu__icon.is-open .is-top {
    -webkit-animation: gpNav-top-close 0.7s ease-in-out 0s 1 forwards;
    animation: gpNav-top-close 0.7s ease-in-out 0s 1 forwards;
    background: #D29180
}

.p-top-sp-header-menu__icon.is-open .is-middle {
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    opacity: 0
}

.p-top-sp-header-menu__icon.is-open .is-bottom {
    -webkit-animation: gpNav-bottom-close02 0.7s ease-in-out 0s 1 forwards;
    animation: gpNav-bottom-close02 0.7s ease-in-out 0s 1 forwards;
    width: 28px;
    background: #D29180
}

.p-top-sp-header-logo {
    width: 100%;
    text-align: left;
}

.p-top-sp-header-logo img {
    width: 115px;
    height: auto;
    padding: 0 10px;
}

.p-top-header {
    display: none
}

.p-top-header.is-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    top: 0px;
    -webkit-animation: fixedNavStaticAction 0.4s ease 0s 1 forwards;
    animation: fixedNavStaticAction 0.4s ease 0s 1 forwards;
    flex-direction: row-reverse;
}

.p-top-header.is-hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    top: -80px;
    -webkit-animation: fixedNavHiddenAction 0.4s ease 0s 1 backwards;
    animation: fixedNavHiddenAction 0.4s ease 0s 1 backwards
}

@media (min-width: 3360px) {
    .p-top-header {
        display:-webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@-webkit-keyframes fixedNavStaticAction {
    0% {
        opacity: 0;
        top: -5px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fixedNavStaticAction {
    0% {
        opacity: 0;
        top: -5px
    }

    100% {
        opacity: 1;
        top: 0
    }
}

@-webkit-keyframes fixedNavHiddenAction {
    0% {
        opacity: 1;
        top: 0
    }

    100% {
        opacity: 0;
        top: -3px
    }
}

@keyframes fixedNavHiddenAction {
    0% {
        opacity: 1;
        top: 0
    }

    100% {
        opacity: 0;
        top: -3px
    }
}

.p-top-mainVisual {
    width: 100%;
    position: relative;
    z-index: 3;
    min-width: 900px;
    height: 100vh;
    min-height: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-top-mainVisual__h img {
    opacity: 0;
    animation: fadeIn 2s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.p-top-mainVisual__h img:nth-child(1) {
    animation-delay: 3.0s;
}

.p-top-mainVisual__h img:nth-child(2) {
    animation-delay: 3.4s;
}

.p-top-mainVisual__h img:nth-child(3) {
    animation-delay: 3.8s;
}

.p-top-mainVisual__h img:nth-child(4) {
    animation-delay: 4.2s;
}

.p-top-mainVisual__h img:nth-child(5) {
    animation-delay: 4.6s;
}

.p-top-mainVisual__h img:nth-child(6) {
    animation-delay: 5.0s;
}

@media (max-width: 768.98px) {
    .p-top-mainVisual {
        min-width:0;
        max-width: auto;
        height: 77vh;
        min-height: 480px
    }
}

.p-top-mainVisual__slide {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    min-width: 900px;
    height: 100vh;
    min-height: 600px;
    -webkit-animation: fadeIn 2s ease-in 0s 1 backwards;
    animation: fadeIn 2s ease-in 0s 1 backwards;
    overflow: hidden
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__slide {
        min-width:0;
        height: 77vh;
        min-height: 480px
    }
}

.p-top-mainVisual__slide__item {
    width: 100%;
    min-width: 900px;
    height: 100vh;
    min-height: 600px
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__slide__item {
        min-width:0;
        height: 77vh;
        min-height: 480px
    }
}

.p-top-mainVisual__slide__item.slick-active img.is-first {
    -webkit-animation: zoomIn 5.6s ease-out 0s 1 forwards;
    animation: zoomIn 5.6s ease-out 0s 1 forwards
}

.p-top-mainVisual__slide__item.slick-active img.is-second {
    -webkit-animation: zoomIn 7s ease-out 0s 1 forwards;
    animation: zoomIn 7s ease-out 0s 1 forwards
}

.p-top-mainVisual__slide__item.slick-active img.is-third {
    -webkit-animation: zoomIn 7s ease-out 0s 1 forwards;
    animation: zoomIn 7s ease-out 0s 1 forwards
}

.p-top-mainVisual__slide__item.slick-active img.is-fourth {
    -webkit-animation: zoomIn 7s ease-out 0s 1 forwards;
    animation: zoomIn 7s ease-out 0s 1 forwards
}

.p-top-mainVisual__slide__item.slick-active img.is-fifth {
    -webkit-animation: zoomIn 7s ease-out 0s 1 forwards;
    animation: zoomIn 7s ease-out 0s 1 forwards
}

.p-top-mainVisual__slide__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .p-top-mainVisual__slide__item img *::-ms-backdrop,.p-top-mainVisual__slide__item img {
        visibility: hidden
    }
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__slide__item img.is-first {
        -o-object-position:50% center;
        object-position: 50% center
    }
}

.p-top-mainVisual__wrap {
    position: relative;
    z-index: 7;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
}

.p-top-mainVisual__h {
    /* background:rgba(255,255,255,0.76); */
    /* width: 42px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* padding: 30px 0; */
    -webkit-animation: translateY-up--1 2s ease 1.8s 1 backwards;
    animation: translateY-up--1 2s ease 1.8s 1 backwards;
    display: block;
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__h {
        /* width: 50px; */
        padding: 24px 0px;
        display: block;
    }
}

.p-top-mainVisual__h img {
    width: 65px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__h img {
        width: 50px;
    }
}

.p-top-mainVisual__wrap p {
    -ms-writing-mode: tb-rl;
    /* -webkit-writing-mode: vertical-rl; */
    -o-writing-mode: vertical-rl;
    /* writing-mode: vertical-rl; */
    /* padding-top: 60px; */
    /* padding-right: 4px; */
    /* text-align: left; */
    -webkit-animation: translateY-up--1 1s ease 1.6s 1 backwards;
    animation: translateY-up--1 2s ease 2.6s 1 backwards;
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__wrap p {
        padding: 4px;
        margin: 0 auto;
    }
}

.p-top-mainVisual__wrap em {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* background: rgba(255,255,255,0.76); */
    padding: 20px 4px;
    font-size: 1.6rem;
    margin: 0 20px;
    letter-spacing: 0.35em;
    color: #fff;
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__wrap em {
        padding:15px 2px;
        font-size: 1.3rem;
        margin: 0 16px;
    }
}

.p-top-mainVisual__banner {
    position: absolute;
    left: 40px;
    bottom: 30px;
    z-index: 5;
    -webkit-animation: translateY-up--1 1s ease 3.2s 1 backwards;
    animation: translateY-up--1 1s ease 3.2s 1 backwards
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__banner {
        left:auto;
        right: 15px;
        bottom: 15px
    }
}

.p-top-mainVisual__banner img {
    border: 4px solid #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    box-shadow: 0 1px 2px rgba(0,0,0,0.08)
}

@media (max-width: 768.98px) {
    .p-top-mainVisual__banner img {
        border:3px solid #fff;
        width: 94px;
        height: auto
    }
}

.p-top-plan-btn {
    width: 100%;
    height: 46px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #333;
    color: white;
    font-size: 1.4rem
}

.p-top-plan-btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.p-top-contents {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 240px;
    width: 100%;
}

@media (max-width: 768.98px) {
    .p-top-contents {
        margin-top:50px;
        padding-top: 64px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: colulmn !important;
        -ms-flex-direction: colulmn !important;
        flex-direction: colulmn !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 0;
        margin-bottom: 70px
    }
}

.p-top-contents:before {
    content: "";
    display: block;
    width: 1560px;
    height: 753px;
    background: url(../img/top/under_01.png) left top no-repeat;
    position: absolute;
    z-index: -1;
    left: calc(50% - 780px);
    top: 0;
    visibility: hidden;
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px);
}

.p-top-contents.bottom:before {
    background: url(../img/top/bottom.png) left top no-repeat;
}

@media (max-width: 768.98px) {
    .p-top-contents:before {
        background:url(../img/top/under_02.png) left top no-repeat;
        width: 780px;
        height: 376px;
        left: -200px;
        right: auto;
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px);
        background-size: 780px 376px
    }
}

.p-top-contents.is-animation:before {
    visibility: visible;
    -webkit-animation: fadeAnimation01 3s ease 0s 1 backwards;
    animation: fadeAnimation01 3s ease 0s 1 backwards;
}

@media (max-width: 768.98px) {
    .p-top-contents.is-animation:before {
        -webkit-animation:fadeAnimation01 6s ease 0s 1 backwards;
        animation: fadeAnimation01 6s ease 0s 1 backwards
    }
}

.p-top-contents.is-direction-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.p-top-contents.bottom {
    margin-top: 0 !important;
    padding-top: 0;
}

.p-top-contents.top {
    margin: 0;
    padding: 0;
    /* padding-bottom: 100px; */
}

.p-top-contents.is-direction-reverse:before {
    background: url(../img/top/under_02.png) left top no-repeat;
    right: auto;
    left: -60px
}

.p-top-contents.is-direction-reverse.bottom:before {
    background: url(../img/top/bottom.png) right bottom no-repeat;
    right: auto;
    left: -60px
}

.p-top-contents.is-direction-reverse.top:before {
    background: url(../img/top/top.png)left top no-repeat;
    background-size: 81%;
}

@media (max-width: 768.98px) {
    .p-top-contents.is-direction-reverse:before {
        background:url(../img/top/under_01.png) left top no-repeat;
        width: 780px;
        height: 376px;
        left: calc(50% - 390px);
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px);
        background-size: 780px 376px
    }
}

@-webkit-keyframes fadeAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1560px;
        opacity: 1
    }
}

@keyframes fadeAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1560px;
        opacity: 1
    }
}

.p-top-contents__title {
    position: absolute;
    right: 60px;
    top: 0px;
    z-index: 5;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    visibility: hidden
}

.is-animation .p-top-contents__title {
    visibility: visible;
    -webkit-animation: translateY-up--1 2s ease 1.3s 1 backwards;
    animation: translateY-up--1 2s ease 1.3s 1 backwards
}

.is-animation .clm_3:nth-child(1) {
    -webkit-animation: translateY-up--1 2.5s ease 1.8s 1 backwards;
    animation: translateY-up--1 2.5s ease 1.8s 1 backwards
}

.is-animation .clm_3:nth-child(2) {
    -webkit-animation: translateY-up--1 3s ease 2.3s 1 backwards;
    animation: translateY-up--1 3s ease 2.3s 1 backwards;
}

.is-animation .clm_3:nth-child(3) {
    -webkit-animation: translateY-up--1 3.5s ease 2.8s 1 backwards;
    animation: translateY-up--1 3.5s ease 2.8s 1 backwards
}

.is-direction-reverse .p-top-contents__title {
    right: auto;
    left: 60px
}

@media (max-width: 1024.98px) {
    .is-direction-reverse .p-top-contents__title {
        left:40px
    }
}

@media (max-width: 1024.98px) {
    .p-top-contents__title {
        right:40px
    }
}

@media (max-width: 768.98px) {
    .p-top-contents__title {
        right:calc(50% - 43px) !important;
        left: auto !important
    }
}

.p-top-contents__title__caption {
    letter-spacing: normal;
    text-align: center;
    font-family: "Gilda Display", serif;
    font-size: 1.2rem;
    color: #b3b3b3;
    line-height: 1em;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    margin: 30px auto 20px;
}

.p-top-contents__title__text {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    color: #4f4f4f;
    line-height: 1em;
    /* margin-right: 12px; */
    margin-bottom: 20px;
    font-weight: 600;
    /* font-size: 4.8rem; */
}

.p-top-contents__title__text em {
    color: white;
    text-shadow: 0 0 4px rgba(0,0,0,0.5)
}

.p-top-contents__title__text em.is-sp-white {
    color: #090909;
    text-shadow: none
}

@media (max-width: 768.98px) {
    .p-top-contents__title__text {
        font-size: 2.2rem;
        letter-spacing: 0.2em;
        margin-right: 10px;
        text-align: center;
    }

    .p-top-contents__title__text em.is-sp-white {
        color: white;
        text-shadow: 0 0 4px rgba(0,0,0,0.5)
    }

    .p-top-contents__title__caption {
        text-align: center;
    }
}

.p-top-contents__img {
    width: 60%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    visibility: hidden
}

@media all and (-ms-high-contrast: none) {
    .p-top-contents__img *::-ms-backdrop,.p-top-contents__img {
        visibility: hidden
    }
}

.is-animation .p-top-contents__img {
    visibility: visible;
    -webkit-animation: translateY-up--1 2s ease 1s 1 backwards;
    animation: translateY-up--1 2s ease 1s 1 backwards;
    max-width: 1000px;
}

@media (max-width: 1024.98px) {
    .p-top-contents__img {
        width: 60%;
        height: auto;
    }
}

@media (max-width: 768.98px) {
    .p-top-contents__img {
        width:100% !important;
        height: 100vw;
        margin-bottom: 30px;
    }
}

.p-top-contents__main {
    width: 50%;
    padding: 0 60px;
    visibility: hidden
}
.p-top-contents__main.home-statement__content{
    width: calc(100% - 60px);
}
.is-animation .p-top-contents__main {
    visibility: visible;
    -webkit-animation: translateY-up--1 1.8s ease 1.9s 1 backwards;
    animation: translateY-up--1 1.8s ease 1.9s 1 backwards;
}

.p-top-contents__main:hover .p-top-contents__link>*:before {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

@media (max-width: 1024.98px) {
    .p-top-contents__main {
        padding:0 40px
    }
}

@media (max-width: 1024.98px) {
    .p-top-contents__main {
        width: 40%;
    }
}

@media (max-width: 768.98px) {
    .p-top-contents__main {
        width:100%;
        padding: 0 15px;
        margin-top: -30px;
        text-align: center;
    }
}

.p-top-contents__h {
    font-size: 1.8rem;
    letter-spacing: 0.28em;
    margin-bottom: 12px;
    /* color: #f4a46f; */
    text-align: center;
}

@media (max-width: 1024.98px) {
    .p-top-contents__h {
        font-size:2rem
    }
}

@media (max-width: 768.98px) {
    .p-top-contents__h {
        font-size:1.8rem;
        letter-spacing: 0.25em;
        /* background: #fff; */
        padding: 20px 15px 0 15px
    }
}

.p-top-contents__text {
    letter-spacing: 0.12em;
    line-height: 2.14em;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 1024.98px) {
    .p-top-contents__text {
        letter-spacing: 0.2em;
    }
}

@media (max-width: 768.98px) {
    .p-top-contents__text {
        padding:0 15px;
        letter-spacing: 0.2em;
        margin-bottom: 2px
    }
}

/* .p-top-contents__text:after {
content: "";
display: block;
width: 50px;
height: 1px;
background: #F2F2F2;
margin-top: 24px
} */
@media (max-width: 768.98px) {
    .p-top-contents__text:after {
        margin-top:10px
    }
}

@media (max-width: 768.98px) {
    .p-top-contents__link {
        margin-left:15px
    }
}

.p-top-information {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* padding-top: 90px; */
    /* margin-bottom: 120px; */
    /* min-width: 900px; */
}

@media (max-width: 768.98px) {
    .p-top-information {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 0;
        padding-top: 0;
        margin-bottom: 10px;
    }
}



@media (max-width: 768.98px) {
    .p-top-information:before {
        background:url(../img/top/under_02.png) left top no-repeat;
        width: 780px;
        height: 376px;
        left: -200px;
        right: auto;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        background-size: 780px 376px
    }
}

.p-top-information.is-animation:before {
    visibility: visible;
    -webkit-animation: fadeAnimation01 3s ease 0s 1 backwards;
    animation: fadeAnimation01 3s ease 0s 1 backwards;
}

.p-top-information__title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding-top: 50px;
    padding-left: 60px
}

@media (max-width: 1024.98px) {
    .p-top-information__title {
        padding-left:40px
    }
}

@media (max-width: 768.98px) {
    .p-top-information__title {
        padding-top:0;
        margin-bottom: 24px;
        padding-left: 25px
    }
}

.p-top-information__title__caption {
    color: #D29180
}

.p-top-information__title__text {
    margin-right: 6px
}

@media (max-width: 768.98px) {
    .p-top-information__title__text {
        margin-right:4px
    }
}

.p-top-information__title__text img {
    width: 36px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-top-information__title__text img {
        width:29px
    }
}

.p-top-information__main {
    width: 100%;
    /* border-left: 1px solid #F2F2F2; */
    /* padding-top: 50px; */
    /* padding-left: 56px; */
    /* padding-bottom: 24px; */
    overflow: hidden;
    margin: 0 auto;
}

@media (max-width: 1024.98px) {
    .p-top-information__main {
        /* width:calc(100% - 148px); */
    }
}

@media (max-width: 768.98px) {
    .p-top-information__main {
        width:100%;
        border-left: none;
        padding-top: 0;
        padding-left: 15px;
        padding-bottom: 12px
    }
}

.p-top-information__wrap {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 24px
}

@media (max-width: 768.98px) {
    .p-top-information__wrap {
        margin-bottom:12px
    }
}

.p-top-information__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
    padding: 0
}

.p-top-information__item {
    width: 300px;
    margin-right: 32px !important;
    position: relative
}

@media (max-width: 768.98px) {
    .p-top-information__item {
        width:250px;
        margin-right: 12px !important
    }
}

.p-top-information__thumb {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .p-top-information__thumb *::-ms-backdrop,.p-top-information__thumb {
        visibility: hidden
    }
}

.p-top-information__item time {
    display: block;
    color: #D29180;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
    line-height: 1.4em
}

.p-top-information__item a {
    line-height: 1.4em
}

.p-top-information__more {
    width: calc(100% - 60px);
    border-top: 1px solid #F2F2F2;
    padding-top: 12px
}

@media (max-width: 768.98px) {
    .p-top-information__more {
        width:calc(100% - 15px)
    }
}

.p-top-members {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 140px;
    margin-bottom: 140px;
    min-width: 900px
}

@media (max-width: 768.98px) {
    .p-top-members {
        margin-top:20px;
        margin-bottom: 40px;
        min-width: 0
    }
}

.p-top-members:before {
    content: "";
    display: block;
    width: 1560px;
    height: 753px;
    background: url(../img/top/under_02.png) left top no-repeat;
    position: absolute;
    z-index: -1;
    right: auto;
    left: -60px;
    top: 0;
    -webkit-transform: translateY(-340px);
    transform: translateY(-340px)
}

@media (max-width: 768.98px) {
    .p-top-members:before {
        display:none
    }
}

.p-top-members__img {
    width: calc(100% - 622px);
    height: 64vh;
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .p-top-members__img *::-ms-backdrop,.p-top-members__img {
        visibility: hidden
    }
}

@media (max-width: 1024.98px) {
    .p-top-members__img {
        width:calc(100% - 580px)
    }
}

@media (max-width: 768.98px) {
    .p-top-members__img {
        display:none
    }
}

.p-top-members__main {
    width: 622px;
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .p-top-members__main {
        width:580px;
        padding: 0 40px
    }
}

@media (max-width: 768.98px) {
    .p-top-members__main {
        width:100%;
        padding: 28px 15px;
        background: url(../img/common/bg02.png) left top repeat;
        background-size: 200px 200px;
        text-align: center
    }
}

.p-top-members__caption {
    color: #090909;
    letter-spacing: 0.2em
}

.p-top-members__h {
    margin-top: 6px;
    margin-bottom: 24px
}

@media (max-width: 768.98px) {
    .p-top-members__h {
        margin-bottom:18px
    }
}

.p-top-members__h img {
    width: 234px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-top-members__h img {
        width:170px
    }
}

.p-top-members__main>p {
    letter-spacing: 0.12em;
    line-height: 2.2em;
    margin-bottom: 24px
}

@media (max-width: 768.98px) {
    .p-top-members__main>p {
        letter-spacing:0.05em;
        margin-bottom: 10px
    }
}

.p-top-members__point {
    border-top: 1px solid rgba(210,145,128,0.2);
    list-style-type: none;
    margin-bottom: 8px;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768.98px) {
    .p-top-members__point {
        width:100%;
        margin: 0 auto;
        padding: 10px 4px;
        border-top: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.p-top-members__point li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 10px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 12px
}

.p-top-members__point li:last-child {
    margin-right: 0
}

@media (max-width: 768.98px) {
    .p-top-members__point li {
        width:100%;
        margin-right: 0 !important;
        margin-bottom: 5px
    }
}

.p-top-members__point li em {
    font-size: 2.4rem;
    color: #D29180;
    border: 1px solid #F2F2F2;
    padding: 6px 2px;
    border-radius: 4px
}

@media (max-width: 768.98px) {
    .p-top-members__point li em {
        font-size:1.8rem;
        background: #fff;
        padding: 0px 1px
    }
}

.p-top-members__point li p {
    font-size: 1.3rem;
    line-height: 1.6em;
    padding-left: 10px;
    color: #6E6E6E
}

.p-top-members__btngroup {
    padding: 0
}

.p-top-ec-banner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 3px double #e7c5bc;
    background: white;
    -webkit-box-shadow: 5px 5px 0 rgba(210,145,128,0.1);
    box-shadow: 5px 5px 0 rgba(210,145,128,0.1);
    padding: 2px;
    border-radius: 3px;
    overflow: hidden
}

.p-top-ec-banner:hover {
    -webkit-filter: brightness(103%);
    filter: brightness(103%);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.p-top-ec-banner img {
    width: 110px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 768.98px) {
    .p-top-ec-banner img {
        width:100px;
        height: 72px
    }
}

.p-top-ec-banner a {
    display: block;
    width: 100%;
    color: #cb816d;
    font-size: 2rem;
    line-height: 1.4;
    border-bottom: 1px solid rgba(210,145,128,0.2);
    padding-bottom: 5px;
    margin-bottom: 11px
}

.p-top-ec-banner a:hover {
    text-decoration: none
}

@media (max-width: 768.98px) {
    .p-top-ec-banner a {
        font-size:1.7rem;
        line-height: 1.2;
        margin-bottom: 6px
    }
}

.p-top-ec-banner p {
    font-size: 1.3rem;
    line-height: 1.4
}

@media (max-width: 768.98px) {
    .p-top-ec-banner p {
        font-size:1.2rem;
        line-height: 1.3
    }
}

.p-top-ec-banner>div {
    text-align: left;
    width: calc(100% - 110px);
    padding: 6px 12px
}

@media (max-width: 768.98px) {
    .p-top-ec-banner>div {
        width:calc(100% - 100px);
        padding: 4px 10px
    }
}

.p-top-bridal {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 900px
}

@media (max-width: 768.98px) {
    .p-top-bridal {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 36px;
        min-width: 0;
        padding: 0 15px
    }
}

.p-top-bridal:before {
    content: "";
    display: block;
    width: 1560px;
    height: 753px;
    background: url(../img/top/under_01.png) left top no-repeat;
    position: absolute;
    z-index: -1;
    right: -120px;
    top: 0;
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px)
}

@media (max-width: 768.98px) {
    .p-top-bridal:before {
        display:none
    }
}

.p-top-bridal__img {
    width: calc(100% - 622px);
    height: 64vh;
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .p-top-bridal__img *::-ms-backdrop,.p-top-bridal__img {
        visibility: hidden
    }
}

@media (max-width: 1024.98px) {
    .p-top-bridal__img {
        width:calc(100% - 580px)
    }
}

@media (max-width: 768.98px) {
    .p-top-bridal__img {
        width:100%;
        height: 56vw;
        -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.2);
        box-shadow: 0 3px 30px rgba(0,0,0,0.2)
    }
}

.p-top-bridal__main {
    width: 622px;
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .p-top-bridal__main {
        width:580px;
        padding: 0 40px
    }
}

@media (max-width: 768.98px) {
    .p-top-bridal__main {
        width:100%;
        padding: 0 15px
    }
}

.p-top-bridal__main>p {
    letter-spacing: 0.12em;
    line-height: 2.2em;
    margin-bottom: 26px
}

@media (max-width: 768.98px) {
    .p-top-bridal__main>p {
        margin-top:16px;
        text-align: center;
        margin-bottom: 0
    }
}

.p-top-bridal__h {
    margin-bottom: 30px
}

@media (max-width: 768.98px) {
    .p-top-bridal__h {
        margin-bottom:20px
    }
}

.p-top-bridal__h img {
    width: 210px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-top-bridal__h img {
        width:140px
    }
}

.p-top-bridal__btngroup {
    padding-top: 24px;
    border-top: 1px solid rgba(210,145,128,0.2)
}

@media (max-width: 768.98px) {
    .p-top-bridal__btngroup {
        padding-top:0;
        border-top: none;
        text-align: center
    }
}

@media (max-width: 768.98px) {
    .p-top-bridal__link {
        color:#090909;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .p-top-bridal__link:before {
        display: none
    }

    .p-top-bridal__link:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 10px;
        background-image: url(../img/common/svg-icon/target-blank.svg);
        background-size: 14px 10px;
        background-repeat: no-repeat;
        background-position: center center;
        margin-left: 6px;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

.p-top-banner2010 {
    position: relative;
    width: 860px;
    margin: 0 auto;
    z-index: 3;
    padding: 20px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768.98px) {
    .p-top-banner2010 {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

.p-top-banner2010 a {
    width: 400px;
    display: block;
    margin: 0 5px;
    padding: 4px;
    text-align: center;
    border-radius: 60px;
    border: 1px solid #333;
    position: relative;
    text-align: center;
    background: #fff;
    letter-spacing: 0.1em
}

.p-top-banner2010 a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

@media (max-width: 768.98px) {
    .p-top-banner2010 a {
        width:100%;
        font-size: 1.4rem;
        line-height: 1.4em;
        padding: 6px
    }

    .p-top-banner2010 a+a {
        margin-top: 8px
    }
}

.p-plan-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-plan-list-item {
    position: relative;
    width: calc(50% - 6px);
    margin-bottom: 2.8vw;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

@media (max-width: 768.98px) {
    .p-plan-list-item {
        width:100%;
        margin-bottom: 20px
    }
}

.p-plan-list-item.is-animation {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 0.4s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.4s 1 backwards
}

.p-plan-list-item:hover {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    -webkit-filter: brightness(106%);
    filter: brightness(106%);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.p-plan-list-item:hover .p-plan-list-item__link:before {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

.p-plan-list-item img {
    width: 100%;
    height: auto
}

.p-plan-list-item__main {
    position: relative;
    text-align: center;
    margin-top: -72px;
    padding: 26px;
    background: rgba(255,255,255,0.84);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px)
}

@media (max-width: 768.98px) {
    .p-plan-list-item__main {
        background:rgba(255,255,255,0.8);
        width: calc(100% - 15px * 2);
        margin: -24px auto 0 auto;
        padding: 20px
    }
}

.p-plan-list-item__h {
    font-size: 2.8rem;
    color: #090909;
    line-height: 1.4em;
    letter-spacing: 0.16em
}

@media (max-width: 768.98px) {
    .p-plan-list-item__h {
        font-size:1.8rem
    }
}

.p-plan-list-item__h a {
    color: #090909
}

.p-plan-list-item__h a:hover {
    color: #090909;
    text-decoration: none
}

.p-plan-list-item__caption {
    font-size: 1.4rem;
    font-family: "Cardo",serif;
    margin-top: 15px;
    margin-bottom: 12px;
    color: #090909;
    line-height: 1em
}

@media (max-width: 768.98px) {
    .p-plan-list-item__caption {
        margin-top:11px;
        margin-bottom: 4px
    }
}

.p-plan-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style-type: none;
    padding: 0
}

@media (max-width: 768.98px) {
    .p-plan-nav {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.p-plan-nav__item {
    border-left: 1px solid #6f6f6f
}

@media (max-width: 768.98px) {
    .p-plan-nav__item {
        width:calc(50% - 10px);
        margin-bottom: 16px;
        border-left: none
    }

    .p-plan-nav__item:nth-child(even) {
        border-left: 1px solid #6f6f6f
    }
}

.p-plan-nav__item:first-child {
    border-left: none
}

.p-plan-nav__link {
    position: relative;
    color: #333;
    width: 250px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1239.98px) {
    .p-plan-nav__link {
        width:210px
    }
}

@media (max-width: 768.98px) {
    .p-plan-nav__link {
        width:100%;
        height: 60px
    }
}

.p-plan-nav__link:hover {
    color: #595959;
    text-decoration: none
}

.p-plan-nav__link:not(.is-active):hover {
    -webkit-filter: brightness(112%);
    filter: brightness(112%);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.p-plan-nav__link:before {
    position: absolute;
    content: "";
    left: 25px;
    top: 0;
    width: calc(100% - 50px);
    height: 3px;
    display: block;
    margin: 0 auto;
    background: transparent
}

.p-plan-nav__link:after {
    content: "";
    display: block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 3px auto 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.p-plan-nav__link.is-active:before {
    background: #D29180
}

.p-plan-nav__link.is-active:after {
    content: "";
    display: block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23D29180' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.5,12.5,0,0,0,12.5,0ZM10,18V7l7,5.5Z'/%3E%3C/svg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 4px auto 0 auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.p-plan-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-animation: translateY-up--2 1.6s ease 0.4s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.4s 1 backwards
}

.p-plan-item {
    width: calc(25% - 18px);
    margin-left: 24px;
    margin-bottom: 32px
}

.p-plan-item:nth-child(4n+1) {
    margin-left: 0
}

@media (max-width: 1650px) {
    .p-plan-item {
        width:calc(33.33% - 16px)
    }

    .p-plan-item:nth-child(4n+1) {
        margin-left: 24px
    }

    .p-plan-item:nth-child(3n+1) {
        margin-left: 0
    }
}

@media (max-width: 1024.98px) {
    .p-plan-item {
        width:calc(50% - 12px);
        margin-left: 24px
    }

    .p-plan-item:nth-child(4n+1) {
        margin-left: 24px
    }

    .p-plan-item:nth-child(3n+1) {
        margin-left: 24px
    }

    .p-plan-item:nth-child(2n+1) {
        margin-left: 0px
    }
}

@media (max-width: 768.98px) {
    .p-plan-item {
        width:100%;
        margin-left: 0 !important;
        margin-bottom: 32px
    }

    .p-plan-item:last-child {
        margin-bottom: 8px !important
    }
}

.p-daytrip-plan {
    position: relative
}

.p-daytrip-plan.xxis-animation {
    visibility: visible;
    -webkit-animation: translateY-up--1 1.6s ease 0.4s 1 backwards;
    animation: translateY-up--1 1.6s ease 0.4s 1 backwards
}

.p-daytrip-plan:before {
    content: "";
    display: block;
    width: 900px;
    height: 434px;
    background: url(../img/top/under_02.png) left top no-repeat;
    background-size: 900px 434px;
    position: absolute;
    z-index: -1;
    left: -60px;
    top: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

@media (max-width: 768.98px) {
    .p-daytrip-plan:before {
        width:700px;
        height: 338px;
        background-size: 700px 338px;
        left: -150px;
        right: auto;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px)
    }
}

.p-daytrip-concept {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .p-daytrip-concept {
        padding:0 40px
    }
}

@media (max-width: 768.98px) {
    .p-daytrip-concept {
        -webkit-box-orient:vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding: 0 15px
    }
}

.p-daytrip-concept:before {
    content: "";
    display: block;
    width: 870px;
    height: 420px;
    background: url(../img/daytrip/line-b3.png) left top no-repeat;
    background-size: 870px 420px;
    position: absolute;
    z-index: 1;
    left: calc(50% + 80px);
    top: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
}

@media (max-width: 768.98px) {
    .p-daytrip-concept:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        right: -20px;
        left: auto;
        -webkit-transform: translateY(-130px);
        transform: translateY(-130px)
    }
}

.p-daytrip-concept.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-daytrip-concept.is-reverse:before {
    content: "";
    display: block;
    background: url(../img/daytrip/line-b3-reverse.png) left top no-repeat;
    left: -70px;
    top: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media (max-width: 768.98px) {
    .p-daytrip-concept.is-reverse:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        left: -60px;
        right: auto;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }
}

.p-daytrip-concept__img {
    position: relative;
    z-index: 2;
    width: calc(50% - 16px)
}

@media (max-width: 768.98px) {
    .p-daytrip-concept__img {
        width:100%;
        margin-bottom: 14px
    }
}

.p-daytrip-concept__img img {
    width: 100%;
    height: auto
}

@media (max-width: 768.98px) {
    .p-daytrip-concept__img img {
        width:100%;
        height: 48vw;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'
    }
}

@media all and (max-width: 768.98px) and (-ms-high-contrast: none) {
    .p-daytrip-concept__img img *::-ms-backdrop,.p-daytrip-concept__img img {
        visibility:hidden
    }
}

.p-daytrip-concept__main {
    position: relative;
    z-index: 3;
    width: calc(50% + 16px);
    padding-left: 60px
}

@media (max-width: 768.98px) {
    .p-daytrip-concept__main {
        width:100%;
        padding: 0 !important
    }
}

.is-reverse .p-daytrip-concept__main {
    padding-left: 0;
    padding-right: 60px
}

.p-cuisine-introduction {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction {
        width:100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.p-cuisine-introduction:before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: 0;
    display: block;
    width: 798px;
    height: 438px;
    z-index: -1;
    background: url(../img/top/under_04.png) right top no-repeat;
    background-size: 798px 438px;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    visibility: hidden
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction:before {
        right:-30px;
        width: 300px;
        height: 165px;
        background-size: 300px 165px;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }
}

.p-cuisine-introduction.is-animation:before {
    visibility: visible;
    -webkit-animation: cuisineAnimation01 2s ease 2s 1 backwards;
    animation: cuisineAnimation01 2s ease 2s 1 backwards
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction.is-animation:before {
        -webkit-animation:cuisineAnimation01Sp 2s ease 2s 1 backwards;
        animation: cuisineAnimation01Sp 2s ease 2s 1 backwards
    }
}

@-webkit-keyframes cuisineAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 798px;
        opacity: 1
    }
}

@keyframes cuisineAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 798px;
        opacity: 1
    }
}

@-webkit-keyframes cuisineAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 300px;
        opacity: 1
    }
}

@keyframes cuisineAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 300px;
        opacity: 1
    }
}

.p-cuisine-introduction__main {
    position: relative;
    z-index: 3;
    width: 220px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-left: -120px
}

@media (max-width: 1024.98px) {
    .p-cuisine-introduction__main {
        margin-left:-70px
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction__main {
        width:calc(20% + 80px);
        margin-left: -90px;
        margin-top: 30px
    }
}

.p-cuisine-introduction__en {
    display: block;
    /* font-family: "Cardo",serif; */
    visibility: hidden;
    letter-spacing: normal;
    font-family: "Gilda Display", serif;
    font-size: 1.2rem;
    color: #b3b3b3;
    line-height: 1em;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    margin: 30px auto 20px;
    /* text-align: center; */
}

.is-animation .p-cuisine-introduction__en {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 0.6s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.6s 1 backwards
}

.p-cuisine-introduction__h {
    margin-right: 6px;
    margin-left: 10px;
    visibility: hidden
}

.is-animation .p-cuisine-introduction__h {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 0.6s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.6s 1 backwards
}

.p-cuisine-introduction__h img {
    width: 42px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction__h img {
        width:28px
    }
}

.p-cuisine-introduction__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    letter-spacing: 0.24em;
    margin-top: 30px;
    margin-right: 16px;
    visibility: hidden
}

.is-animation .p-cuisine-introduction__text {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.4s ease 1.4s 1 backwards;
    animation: translateY-up--2 1.4s ease 1.4s 1 backwards
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction__text {
        margin-top:22px;
        margin-right: 12px
    }
}

.p-cuisine-introduction__text em {
    background: #fff;
    margin-left: 20px;
    padding: 12px 0
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction__text em {
        margin-left:8px
    }
}

.p-cuisine-introduction__image {
    position: relative;
    z-index: 2;
    width: calc(100% - 220px);
    padding-top: 50px
}

@media (max-width: 1024.98px) {
    .p-cuisine-introduction__image {
        width:calc(100% - 200px)
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction__image {
        width:80%;
        padding-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.p-cuisine-introduction__caption {
    color: #D16161;
    font-size: 1.3rem;
    padding-left: 60px;
    margin-bottom: 6px
}

@media (max-width: 1024.98px) {
    .p-cuisine-introduction__caption {
        padding-left:40px
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-introduction__caption {
        padding-left:15px;
        font-size: 1.2rem;
        line-height: 1.5em;
        margin-top: 3px
    }
}

.p-cuisine-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: 0.6s all;
    transition: 0.6s all
}

.p-cuisine-gallery:hover a {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
    opacity: 0.7
}

@media (max-width: 768.98px) {
    .p-cuisine-gallery:hover a {
        -webkit-filter:grayscale(0%);
        filter: grayscale(0%);
        opacity: 1
    }
}

@-webkit-keyframes animationFloat1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFloat1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-animation .p-cuisine-gallery__item:nth-child(1) {
    visibility: visible;
    -webkit-animation: animationFloat1 1.2s ease .2s 1 backwards;
    animation: animationFloat1 1.2s ease .2s 1 backwards
}

@-webkit-keyframes animationFloat2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFloat2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-animation .p-cuisine-gallery__item:nth-child(2) {
    visibility: visible;
    -webkit-animation: animationFloat2 1.2s ease .4s 1 backwards;
    animation: animationFloat2 1.2s ease .4s 1 backwards
}

@-webkit-keyframes animationFloat3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFloat3 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-animation .p-cuisine-gallery__item:nth-child(3) {
    visibility: visible;
    -webkit-animation: animationFloat3 1.2s ease .6s 1 backwards;
    animation: animationFloat3 1.2s ease .6s 1 backwards
}

@-webkit-keyframes animationFloat4 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFloat4 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-animation .p-cuisine-gallery__item:nth-child(4) {
    visibility: visible;
    -webkit-animation: animationFloat4 1.2s ease .8s 1 backwards;
    animation: animationFloat4 1.2s ease .8s 1 backwards
}

@-webkit-keyframes animationFloat5 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFloat5 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-animation .p-cuisine-gallery__item:nth-child(5) {
    visibility: visible;
    -webkit-animation: animationFloat5 1.2s ease 1s 1 backwards;
    animation: animationFloat5 1.2s ease 1s 1 backwards
}

@-webkit-keyframes animationFloat6 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFloat6 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-animation .p-cuisine-gallery__item:nth-child(6) {
    visibility: visible;
    -webkit-animation: animationFloat6 1.2s ease 1.2s 1 backwards;
    animation: animationFloat6 1.2s ease 1.2s 1 backwards
}

@-webkit-keyframes animationFloat7 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFloat7 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-animation .p-cuisine-gallery__item:nth-child(7) {
    visibility: visible;
    -webkit-animation: animationFloat7 1.2s ease 1.4s 1 backwards;
    animation: animationFloat7 1.2s ease 1.4s 1 backwards
}

@-webkit-keyframes animationFloat8 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animationFloat8 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.is-animation .p-cuisine-gallery__item:nth-child(8) {
    visibility: visible;
    -webkit-animation: animationFloat8 1.2s ease 1.6s 1 backwards;
    animation: animationFloat8 1.2s ease 1.6s 1 backwards
}

.p-cuisine-gallery__item {
    width: calc(25% - 8px);
    margin: 0 8px 8px 0;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    visibility: hidden
}

.p-cuisine-gallery__item :hover {
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

.p-cuisine-gallery__item:hover img {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

@media (max-width: 768.98px) {
    .p-cuisine-gallery__item {
        width:calc(45% - 3px);
        margin: 0 3px 3px 0
    }
}

.p-cuisine-gallery__item img {
    width: 100%;
    height: auto
}

@media (max-width: 768.98px) {
    .p-cuisine-gallery__item img {
        height:26vw;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.p-cuisine-article {
    position: relative;
    z-index: 6
}

.p-cuisine-space {
    position: relative;
    z-index: 5;
    visibility: hidden
}

.p-cuisine-space.is-animation {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 0.4s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.4s 1 backwards
}

.p-cuisine-space.is-shunkiraku:before {
    content: "";
    position: absolute;
    right: calc(50% - 100px);
    top: 0;
    z-index: -1;
    display: block;
    width: 1054px;
    height: 446px;
    background: url(../img/top/under_04.png) right top no-repeat;
    background-size: 1054px 446px;
    opacity: 0.8;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

@media (max-width: 768.98px) {
    .p-cuisine-space.is-shunkiraku:before {
        width:420px;
        height: 178px;
        background-size: 420px 178px;
        right: -68px;
        left: auto;
        -webkit-transform: translateY(62vw);
        transform: translateY(62vw)
    }
}

.p-cuisine-space.is-minori:before {
    content: "";
    position: absolute;
    left: calc(50% - 100px);
    top: 0;
    z-index: -1;
    display: block;
    width: 1054px;
    height: 446px;
    background: url(../img/top/under_03.png) left top no-repeat;
    background-size: 1054px 446px;
    opacity: 0.8;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

@media (max-width: 768.98px) {
    .p-cuisine-space.is-minori:before {
        width:420px;
        height: 178px;
        background-size: 420px 178px;
        left: -68px;
        auto: auto;
        -webkit-transform: translateY(62vw);
        transform: translateY(62vw)
    }
}

.p-cuisine-space.is-animation:before {
    visibility: visible;
    -webkit-animation: cuisineAnimation02 2s ease 0.8s 1 backwards;
    animation: cuisineAnimation02 2s ease 0.8s 1 backwards
}

@media (max-width: 768.98px) {
    .p-cuisine-space.is-animation:before {
        -webkit-animation:cuisineAnimation02Sp 2s ease 0.8s 1 backwards;
        animation: cuisineAnimation02Sp 2s ease 0.8s 1 backwards
    }
}

@-webkit-keyframes cuisineAnimation02 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1054px;
        opacity: 0.8
    }
}

@keyframes cuisineAnimation02 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1054px;
        opacity: 0.8
    }
}

@-webkit-keyframes cuisineAnimation02Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 420px;
        opacity: 0.8
    }
}

@keyframes cuisineAnimation02Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 420px;
        opacity: 0.8
    }
}

.p-cuisine-space__title {
    text-align: center;
    /* margin-bottom: 36px; */
}

@media (max-width: 768.98px) {
    .p-cuisine-space__title {
        margin-bottom:20px
    }
}

.p-cuisine-space__title em {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em
}

@media (max-width: 768.98px) {
    .p-cuisine-space__title em {
        -ms-writing-mode:lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        letter-spacing: 0.2em
    }
}

.p-cuisine-space__h {
    margin-top: 6px
}

@media (max-width: 768.98px) {
    .p-cuisine-space__h.is-syunkiraku {
        margin-top:2px
    }

    .p-cuisine-space__h.is-syunkiraku img {
        width: 80px;
        height: auto
    }
}

.p-cuisine-space__h.is-minori {
    font-size: 6.4rem;
    color: #D29180;
    line-height: 1em;
    margin-bottom: 4px
}

@media (max-width: 768.98px) {
    .p-cuisine-space__h.is-minori {
        margin-top:2px;
        margin-bottom: 0px;
        font-size: 4.8rem
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-space p {
        text-align:center
    }
}

.p-cuisine-space__caption {
    /* font-family: "Cardo",serif; */
    /* color: #D29180; */
    /* line-height: 1em; */
    /* letter-spacing: normal; */
    /* text-align: center; */
    font-family: "Gilda Display", serif;
    font-size: 1.2rem;
    color: #b3b3b3;
    line-height: 1em;
    letter-spacing: 0.5rem;
    text-transform: uppercase;
    margin: 30px auto 20px;
    text-align: center;
}

.p-cuisine-chef {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 3;
    visibility: hidden
}

.p-cuisine-chef.is-animation {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 0.4s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.4s 1 backwards
}

@media (max-width: 768.98px) {
    .p-cuisine-chef {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-cuisine-chef:before {
    content: "";
    position: absolute;
    right: calc(50% - 460px);
    top: 0;
    z-index: -1;
    display: block;
    width: 1054px;
    height: 446px;
    background: url(../img/top/under_01.png) right top no-repeat;
    background-size: 1054px 446px;
    opacity: 0.8;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px)
}

@media (max-width: 1239.98px) {
    .p-cuisine-chef:before {
        -webkit-transform:translateY(-100px);
        transform: translateY(-100px)
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-chef:before {
        width:420px;
        height: 178px;
        background-size: 420px 178px;
        right: -68px;
        left: auto;
        -webkit-transform: translateY(52vw);
        transform: translateY(52vw)
    }
}

.p-cuisine-chef.is-animation:before {
    visibility: visible;
    -webkit-animation: cuisineAnimation02 2s ease 0.8s 1 backwards;
    animation: cuisineAnimation02 2s ease 0.8s 1 backwards;
}

@media (max-width: 768.98px) {
    .p-cuisine-chef.is-animation:before {
        -webkit-animation:cuisineAnimation02Sp 2s ease 0.8s 1 backwards;
        animation: cuisineAnimation02Sp 2s ease 0.8s 1 backwards
    }
}

.p-cuisine-chef__image {
    width: calc(50% + 130px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1024.98px) {
    .p-cuisine-chef__image {
        width:50%
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-chef__image {
        width:100%;
        margin-bottom: 20px;
        padding: 0 15px
    }
}

.p-cuisine-chef__image>img {
    width: 30%;
    height: 24vw;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .p-cuisine-chef__image>img *::-ms-backdrop,.p-cuisine-chef__image>img {
        visibility: hidden
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-chef__image>img {
        width:35%;
        height: 45vw
    }
}

.p-cuisine-chef__movie {
    position: relative;
    width: calc(70% - 8px);
    height: 24vw;
    overflow: hidden
}

@media (max-width: 768.98px) {
    .p-cuisine-chef__movie {
        width:calc(65% - 4px);
        height: 45vw
    }
}

.p-cuisine-chef__movie video {
    width: 115%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1024.98px) {
    .p-cuisine-chef__movie video {
        width:150%
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-chef__movie video {
        width:138%
    }
}

.p-cuisine-chef__main {
    width: calc(50% - 130px);
    padding: 0 60px
}

@media (max-width: 1239.98px) {
    .p-cuisine-chef__main {
        padding-right:24px
    }
}

@media (max-width: 1024.98px) {
    .p-cuisine-chef__main {
        width:50%
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-chef__main {
        width:100%;
        padding: 0 15px
    }
}

.p-cuisine-more {
    position: relative
}

.p-cuisine-more:before {
    content: "";
    display: block;
    width: 1480px;
    height: 714px;
    background: url(../img/daytrip/line-b3-reverse.png) left top no-repeat;
    background-size: 1480px 714px;
    position: absolute;
    z-index: -1;
    left: calc(50% - 720px);
    top: 0;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px)
}

@media (max-width: 768.98px) {
    .p-cuisine-more:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        right: -20px;
        left: auto;
        -webkit-transform: translateY(46vw);
        transform: translateY(46vw)
    }
}

.p-cuisine-allergy__h {
    width: 420px;
    font-size: 1.8rem;
    text-align: center;
    margin: 0 auto;
    color: #090909;
    padding-bottom: 4px;
    border-bottom: 1px solid #d9d9d9
}

@media (max-width: 768.98px) {
    .p-cuisine-allergy__h {
        width:100%
    }
}

@media (max-width: 768.98px) {
    .p-cuisine-asagohan-series__logo {
        width:150px;
        height: auto
    }
}

.p-cuisine-asagohan-series__img {
    width: 120px;
    height: auto;
    margin-bottom: 8px
}

@media (max-width: 768.98px) {
    .p-cuisine-asagohan-series__img {
        width:110px
    }
}

.p-room-type {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 80px
}

.p-room-type:hover .p-room-type__image img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: 3s;
    transition: 3s
}

@media (max-width: 1024.98px) {
    .p-room-type {
        margin-bottom:50px
    }
}

.p-room-type:before {
    content: "";
    position: absolute;
    right: calc(50% - 360px);
    top: 0;
    display: block;
    width: 874px;
    height: 480px;
    z-index: -1;
    background: url(../img/common/handwriting/line-b1.png) right top no-repeat;
    background-size: 874px 480px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0.7;
    visibility: hidden
}

@media (max-width: 768.98px) {
    .p-room-type:before {
        right:-60px;
        top: 75vw;
        width: 437px;
        height: 240px;
        background-size: 437px 240px;
        opacity: 0.5;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.p-room-type.is-animation:before {
    visibility: visible;
    -webkit-animation: roomAnimation01 2s ease 0s 1 backwards;
    animation: roomAnimation01 2s ease 0s 1 backwards
}

@media (max-width: 768.98px) {
    .p-room-type.is-animation:before {
        -webkit-animation:roomAnimation01Sp 2s ease 1.2s 1 backwards;
        animation: roomAnimation01Sp 2s ease 1.2s 1 backwards
    }
}

@-webkit-keyframes roomAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 874px;
        opacity: 0.7
    }
}

@keyframes roomAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 874px;
        opacity: 0.7
    }
}

@-webkit-keyframes roomAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 437px;
        opacity: 0.7
    }
}

@keyframes roomAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 437px;
        opacity: 0.7
    }
}

.p-room-type__image {
    width: calc(50% - 200px);
    height: 86vh;
    min-height: 680px;
    overflow: hidden
}

@media (max-width: 1024.98px) {
    .p-room-type__image {
        width:calc(50% - 180px);
        height: 50vh;
        min-height: 400px
    }
}

@media (max-width: 768.98px) {
    .p-room-type__image {
        width:calc(50% - 1px);
        height: 62vw;
        min-height: 220px
    }
}

.p-room-type__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    visibility: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

@media all and (-ms-high-contrast: none) {
    .p-room-type__image img *::-ms-backdrop,.p-room-type__image img {
        visibility: hidden
    }
}

.is-animation .p-room-type__image img {
    visibility: visible;
    -webkit-animation: roomAnimationImg 1.4s ease 0.8s 1 backwards;
    animation: roomAnimationImg 1.4s ease 0.8s 1 backwards
}

@media (max-width: 768.98px) {
    .is-animation .p-room-type__image img {
        nimation:roomAnimationImg 1.4s ease 0s 1 backwards
    }
}

.p-room-type__image.is-left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width: 768.98px) {
    .p-room-type__image.is-left {
        margin-right:1px
    }
}

.p-room-type__image.is-right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width: 768.98px) {
    .p-room-type__image.is-right {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 1px
    }
}

@-webkit-keyframes roomAnimationImg {
    0% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        opacity: 0
    }

    backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px)
    }
}

@keyframes roomAnimationImg {
    0% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        opacity: 0
    }

    backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px)
    }
}

.p-room-type__main {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 400px;
    padding: 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    visibility: hidden
}

.is-animation .p-room-type__main {
    visibility: visible;
    -webkit-animation: translateY-up--1 1.6s ease 1.4s 1 backwards;
    animation: translateY-up--1 1.6s ease 1.4s 1 backwards
}

.p-room-type__main:hover .p-room-type__link>*:before {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

@media (max-width: 1024.98px) {
    .p-room-type__main {
        width:360px;
        padding: 10px 20px
    }
}

@media (max-width: 768.98px) {
    .p-room-type__main {
        -webkit-box-ordinal-group:4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: calc(100% - 15px * 2);
        margin: -24px auto 0 auto;
        padding: 0
    }
}

.p-room-type__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -20px;
    margin-bottom: 40px
}

@media (max-width: 1024.98px) {
    .p-room-type__title {
        margin-bottom:24px
    }
}

@media (max-width: 768.98px) {
    .p-room-type__title {
        width:100%;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        background: rgba(255,255,255,0.8);
        padding: 28px 20px 0 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.p-room-type__caption {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "Cardo",serif;
    color: #090909;
    margin-left: 4px
}

@media (max-width: 1024.98px) {
    .p-room-type__caption {
        font-size:1.3rem
    }
}

@media (max-width: 768.98px) {
    .p-room-type__caption {
        -ms-writing-mode:lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        font-size: 1.2rem;
        margin-left: 0;
        color: #6E6E6E;
        margin-bottom: 5px
    }
}

.p-room-type__name {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    color: #090909;
    letter-spacing: 0.25em;
    font-size: 4rem;
    line-height: 1.2em
}

@media (max-width: 1024.98px) {
    .p-room-type__name {
        font-size:2.2rem;
        letter-spacing: 0.2em
    }

    .p-room-type__name.is-j-twin {
        letter-spacing: 0.05em
    }
}

@media (max-width: 768.98px) {
    .p-room-type__name {
        -ms-writing-mode:lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        font-size: 2.4rem;
        letter-spacing: 0.2em !important
    }
}

.p-room-type__text {
    text-align: center;
    margin-bottom: 36px
}

@media (max-width: 1024.98px) {
    .p-room-type__text {
        margin-bottom:4px
    }
}

@media (max-width: 768.98px) {
    .p-room-type__text {
        margin-bottom:4px
    }
}

.p-room-type__link {
    display: inline-block;
    color: #ae553e
}

.p-room-type__link:hover {
    color: #ae553e
}

.p-room-type__link span {
    position: relative;
    display: inline-block;
    padding: 12px 40px;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #F2F2F2
}

.p-room-type__link span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 2;
    width: 0;
    height: 1px;
    background: #090909
}

@media (max-width: 768.98px) {
    .p-room-type__link span {
        padding:10px 36px
    }
}

.p-roomDtl-mainVisual {
    position: relative;
    margin-bottom: 60px
}

@media (max-width: 1024.98px) {
    .p-roomDtl-mainVisual {
        margin-bottom:20px
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-mainVisual {
        margin-bottom:20px
    }
}

.p-roomDtl-mainVisual:before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: 0;
    display: block;
    width: 874px;
    height: 480px;
    z-index: -1;
    background: url(../img/common/handwriting/line-b1.png) right top no-repeat;
    background-size: 874px 480px;
    opacity: 0.8;
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
}

@media (max-width: 768.98px) {
    .p-roomDtl-mainVisual:before {
        right:-60px;
        top: 75vw;
        width: 437px;
        height: 240px;
        background-size: 437px 240px;
        opacity: 0.5;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.p-roomDtl-mainVisual__img {
    width: 100%;
    height: calc(100vh - 280px);
    min-height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.16);
    box-shadow: 0 3px 15px rgba(0,0,0,0.16)
}

@media all and (-ms-high-contrast: none) {
    .p-roomDtl-mainVisual__img *::-ms-backdrop,.p-roomDtl-mainVisual__img {
        visibility: hidden
    }
}

@media (max-width: 1024.98px) {
    .p-roomDtl-mainVisual__img {
        min-height:300px;
        height: 40vh
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-mainVisual__img {
        height:40vw;
        min-height: 0
    }
}

.p-roomDtl-title {
    padding: 38px 60px
}

@media (max-width: 1024.98px) {
    .p-roomDtl-title {
        padding-left:40px;
        padding-right: 40px
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-title {
        padding:20px 15px
    }
}

.p-roomDtl-title__caption {
    font-family: "Cardo",serif
}

.p-roomDtl-title__h {
    font-size: 6.4rem;
    letter-spacing: 0.2em;
    color: #090909;
    line-height: 1.2em;
    margin-bottom: 18px
}

@media (max-width: 1024.98px) {
    .p-roomDtl-title__h {
        font-size:4.8rem
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-title__h {
        font-size:3.2rem;
        margin-top: 2px;
        margin-bottom: 14px
    }
}

.p-roomDtl-title__text {
    color: #090909;
    margin-bottom: 20px
}

@media (max-width: 768.98px) {
    .p-roomDtl-title__text {
        margin-bottom:14px
    }
}

.p-roomDtl-wrap__title {
    padding: 0 60px;
    background: url(../img/room/type_bg.png) -50px 20px no-repeat
}

@media (max-width: 1024.98px) {
    .p-roomDtl-wrap__title {
        padding:0 40px
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-wrap__title {
        padding:0 15px;
        background: none
    }
}

.p-roomDtl-gallery {
    position: relative
}

.p-roomDtl-gallery:before {
    content: "";
    position: absolute;
    left: -240px;
    top: 40px;
    display: block;
    width: 874px;
    height: 480px;
    z-index: -1;
    background: url(../img/common/handwriting/line-b1-reverse.png) right top no-repeat;
    background-size: 874px 480px;
    opacity: 0.8
}

@media (max-width: 768.98px) {
    .p-roomDtl-gallery:before {
        left:-60px;
        top: 90vw;
        width: 437px;
        height: 240px;
        background-size: 437px 240px;
        opacity: 0.5;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.p-roomDtl-gallery__roomCode {
    padding-top: 8px;
    text-align: right;
    padding-right: 60px;
    color: #090909
}

@media (max-width: 1024.98px) {
    .p-roomDtl-gallery__roomCode {
        padding-right:40px
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-gallery__roomCode {
        padding-top:2px;
        padding-right: 15px
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-gallery__main {
        padding-top:5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-gallery__wrap {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.p-roomDtl-gallery__h {
    margin-bottom: 30px
}

@media (max-width: 768.98px) {
    .p-roomDtl-gallery__h {
        margin-bottom:18px
    }
}

.p-roomDtl-gallery__caption {
    position: relative;
    margin-bottom: 8px;
    color: #090909
}

.p-roomDtl-gallery__caption em {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255,255,255,0)), color-stop(51%, #fff));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 50%, #fff 51%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 50%, #fff 51%);
    letter-spacing: 0.2em;
    padding-right: 10px;
    line-height: 1em
}

.p-roomDtl-gallery__caption:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(162,162,162,0)), color-stop(41%, #a2a2a2));
    background: -webkit-linear-gradient(left, rgba(162,162,162,0) 40%, #a2a2a2 41%);
    background: linear-gradient(90deg, rgba(162,162,162,0) 40%, #a2a2a2 41%)
}

.p-roomDtl-gallery__name.is-type-a {
    line-height: 1.6em;
    font-size: 2.9rem;
    letter-spacing: 0.02em
}

@media (max-width: 1024.98px) {
    .p-roomDtl-gallery__name.is-type-a {
        font-size:2.8rem;
        letter-spacing: 0
    }
}

.p-roomDtl-gallery__name.is-twin {
    line-height: 1.6em;
    font-size: 3.4rem;
    letter-spacing: 0.1em
}

@media (max-width: 1024.98px) {
    .p-roomDtl-gallery__name.is-twin {
        font-size:2.9rem
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-gallery__name {
        font-size:2.4rem !important;
        letter-spacing: 0.1em !important
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-gallery__sub {
        margin-top:0
    }
}

.p-roomDtl-gallery__text {
    margin-bottom: 18px;
    letter-spacing: 0.14em
}

.p-roomDtl-gallery__btnGroup {
    margin-bottom: 32px
}

@media (max-width: 768.98px) {
    .p-roomDtl-gallery__main__thumb {
        -webkit-box-ordinal-group:2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px
    }
}

.p-roomDtl-hospitality__wrap {
    padding-top: 50px;
    padding-bottom: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768.98px) {
    .p-roomDtl-hospitality__wrap {
        padding-top:30px;
        padding-bottom: 10px
    }
}

.p-roomDtl-hospitality__item {
    width: calc(33.33% - 30px);
    margin-bottom: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1024.98px) {
    .p-roomDtl-hospitality__item {
        -webkit-box-align:start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: calc(33.33% - 20px)
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-hospitality__item {
        width:calc(50% - 5px);
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-roomDtl-hospitality__item img {
    width: 120px;
    height: 120px
}

@media (max-width: 768.98px) {
    .p-roomDtl-hospitality__item img {
        width:100%;
        height: 32vw;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 5px
    }
}

.p-roomDtl-hospitality__main {
    width: calc(100% - 140px)
}

@media (max-width: 768.98px) {
    .p-roomDtl-hospitality__main {
        width:100%
    }
}

.p-roomDtl-hospitality__h {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 3px
}

@media (max-width: 1024.98px) {
    .p-roomDtl-hospitality__h {
        font-size:1.5rem
    }
}

@media (max-width: 768.98px) {
    .p-roomDtl-hospitality__h {
        font-size:1.5rem;
        margin-bottom: 0px;
        font-weight: bold
    }
}

.p-roomDtl-hospitality__main p {
    font-size: 1.3rem
}

@media (max-width: 768.98px) {
    .p-roomDtl-hospitality__main p {
        font-size:1.3rem;
        line-height: 1.8em
    }
}

.p-roomDtl__bottom {
    position: relative;
    padding-top: 70px
}

@media (max-width: 768.98px) {
    .p-roomDtl__bottom {
        padding-top:40px
    }
}

.p-roomDtl__bottom:before {
    content: "";
    position: absolute;
    right: calc(50% - 1000px);
    top: 0;
    z-index: -1;
    display: block;
    width: 960px;
    height: 406px;
    background: url(../img/common/handwriting/mt-a1.png) left top no-repeat;
    background-size: 960px 406px;
    opacity: 0.6;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
}

@media (max-width: 768.98px) {
    .p-roomDtl__bottom:before {
        width:420px;
        height: 178px;
        background-size: 420px 178px;
        right: -68px;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.p-onsen-introduction {
    position: relative;
    width: 100%;
    height: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1024.98px) {
    .p-onsen-introduction {
        height:530px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-introduction {
        height:420px
    }
}

.p-onsen-introduction__main {
    position: relative;
    z-index: 3;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

.p-onsen-introduction__h img {
    width: 30px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-onsen-introduction__h img {
        width:26px
    }
}

.p-onsen-introduction__h em {
    background: rgba(255,255,255,0.76);
    padding: 20px 10px
}

@media (max-width: 768.98px) {
    .p-onsen-introduction__h em {
        padding:16px 8px
    }
}

.p-onsen-introduction__text {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    letter-spacing: 0.24em;
    margin-top: 56px;
    margin-right: 28px
}

@media (max-width: 768.98px) {
    .p-onsen-introduction__text {
        margin-top:40px;
        margin-right: 20px
    }
}

.p-onsen-introduction__text em {
    background: rgba(255,255,255,0.76);
    margin-left: 20px;
    padding: 12px 0
}

@media (max-width: 768.98px) {
    .p-onsen-introduction__text em {
        margin-left:10px
    }
}

.p-onsen-introduction__bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 560px;
    overflow: hidden
}

@media (max-width: 1024.98px) {
    .p-onsen-introduction__bg {
        height:530px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-introduction__bg {
        height:420px
    }
}

.p-onsen-introduction__bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='2' viewBox='0 0 2 2' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23333' fill-opacity='1' width='evenodd'%3E%3Crect width='1' height='1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat
}

.p-onsen-introduction__bg video {
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1024.98px) {
    .p-onsen-introduction__bg video {
        height:530px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-introduction__bg video {
        height:420px;
        -o-object-position: 80% center;
        object-position: 80% center
    }
}

@supports (-ms-ime-align: auto) {
    .p-onsen-introduction__bg video {
        height: auto;
        min-height: 0
    }
}

@media all and (-ms-high-contrast: none) {
    .p-onsen-introduction__bg video *::-ms-backdrop,.p-onsen-introduction__bg video {
        height: auto;
        min-height: 0
    }
}

.p-onsen-service {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .p-onsen-service {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-onsen-service:before {
    content: "";
    display: block;
    width: 900px;
    height: 494px;
    background: url(../img/top/under_03.png) left top no-repeat;
    background-size: 900px 494px;
    position: absolute;
    z-index: -1;
    left: -140px;
    top: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    visibility: hidden
}

@media (max-width: 768.98px) {
    .p-onsen-service:before {
        width:450px;
        height: 247px;
        background-size: 450px 247px;
        left: -100px;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

.p-onsen-service.is-animation:before {
    visibility: visible;
    -webkit-animation: onsenAnimation01 2s ease 0s 1 backwards;
    animation: onsenAnimation01 2s ease 0s 1 backwards
}

@media (max-width: 768.98px) {
    .p-onsen-service.is-animation:before {
        -webkit-animation:onsenAnimation01Sp 2s ease 0s 1 backwards;
        animation: onsenAnimation01Sp 2s ease 0s 1 backwards
    }
}

@-webkit-keyframes onsenAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 900px;
        opacity: 0.8
    }
}

@keyframes onsenAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 900px;
        opacity: 0.8
    }
}

@-webkit-keyframes onsenAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 494px;
        opacity: 0.8
    }
}

@keyframes onsenAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 494px;
        opacity: 0.8
    }
}

.p-onsen-service__main {
    width: 28%;
    min-width: 270px;
    padding: 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden
}

.is-animation .p-onsen-service__main {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 1s 1 backwards;
    animation: translateY-up--2 1.6s ease 1s 1 backwards
}

@media (max-width: 1024.98px) {
    .p-onsen-service__main {
        min-width:230px;
        padding: 0 40px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-service__main {
        width:100%;
        min-width: 0;
        margin-bottom: 20px;
        position: relative;
        z-index: 3
    }
}

.p-onsen-service__h {
    margin-left: 20px
}

@media (max-width: 768.98px) {
    .p-onsen-service__h {
        margin-left:14px
    }
}

.p-onsen-service__h img {
    width: 36px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-onsen-service__h img {
        width:30px
    }
}

.p-onsen-service__main p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.28em;
    line-height: 3em;
    color: #090909
}

@media (max-width: 768.98px) {
    .p-onsen-service__main p {
        line-height:2.4em;
        letter-spacing: 0.18em
    }
}

.p-onsen-service__image {
    width: 72%;
    visibility: hidden
}

.is-animation .p-onsen-service__image {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 1s 1 backwards;
    animation: translateY-up--2 1.6s ease 1s 1 backwards
}

@media (max-width: 768.98px) {
    .p-onsen-service__image {
        width:100%;
        position: relative;
        z-index: 1;
        margin-top: -40px;
        padding: 0 15px
    }
}

.p-onsen-service__image__block {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px
}

@media (max-width: 768.98px) {
    .p-onsen-service__image__block {
        margin-bottom:16px
    }
}

.p-onsen-service__image__block img {
    width: calc(33.33% - 12px);
    height: auto;
    min-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .p-onsen-service__image__block img *::-ms-backdrop,.p-onsen-service__image__block img {
        visibility: hidden
    }
}

@media (max-width: 1024.98px) {
    .p-onsen-service__image__block img {
        min-height:340px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-service__image__block img {
        width:calc(33.33% - 3px);
        min-height: 0
    }
}

.p-onsen-concept {
    height: 50vh;
    min-height: 540px;
    background: url(../img/onsen/introduction_img.jpg) center center no-repeat;
    background-size: cover;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    visibility: hidden
}

.p-onsen-concept.is-animation {
    visibility: visible;
    -webkit-animation: fadeIn 1.6s ease 0s 1 backwards;
    animation: fadeIn 1.6s ease 0s 1 backwards
}

@media (max-width: 1024.98px) {
    .p-onsen-concept {
        height:70vh
    }
}

@media (max-width: 768.98px) {
    .p-onsen-concept {
        height:460px;
        min-height: 0
    }
}

.p-onsen-concept__main {
    text-align: center;
    visibility: hidden
}

.is-animation .p-onsen-concept__main {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 1s 1 backwards;
    animation: translateY-up--2 1.6s ease 1s 1 backwards
}

.p-onsen-concept__title {
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.6em
}

@media (max-width: 768.98px) {
    .p-onsen-concept__title {
        font-size:1.8rem
    }
}

.p-onsen-concept__name {
    letter-spacing: 0.2em;
    margin-bottom: 24px
}

@media (max-width: 768.98px) {
    .p-onsen-concept__name {
        margin-bottom:18px
    }
}

.p-onsen-concept__h {
    margin-bottom: 24px
}

@media (max-width: 768.98px) {
    .p-onsen-concept__h {
        margin-bottom:18px
    }
}

.p-onsen-concept__h img {
    width: 40px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-onsen-concept__h img {
        width:32px
    }
}

.p-onsen-space {
    visibility: hidden
}

.p-onsen-space.is-animation {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 0.4s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.4s 1 backwards
}

.p-onsen-space__main {
    padding-top: 110px
}

@media (max-width: 768.98px) {
    .p-onsen-space__main {
        padding-top:12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.p-onsen-space__main.is-tsukikagami {
    background: url(../img/onsen/tsukikagami_bg.jpg) center top no-repeat;
    background-size: 432px 272px
}

@media (max-width: 768.98px) {
    .p-onsen-space__main.is-tsukikagami {
        background-size:244px 148px;
        background-position: center 70px
    }
}

.p-onsen-space__main.is-hanakagami {
    background: url(../img/onsen/hanakagami_bg.jpg) center top no-repeat;
    background-size: 368px 192px
}

@media (max-width: 768.98px) {
    .p-onsen-space__main.is-hanakagami {
        background-size:246px 128px;
        background-position: center 70px
    }
}

.p-onsen-space__main__wrap {
    margin-bottom: 32px;
    text-align: center
}

@media (max-width: 768.98px) {
    .p-onsen-space__main__wrap {
        padding-top:22px;
        margin-bottom: 0
    }
}

.p-onsen-space__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: -30px;
    margin-bottom: 32px
}

@media (max-width: 768.98px) {
    .p-onsen-space__title {
        margin-bottom:12px;
        margin-right: -10px
    }
}

.p-onsen-space__title__caption {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "Cardo",serif;
    color: #090909;
    margin-left: 4px
}

@media (max-width: 768.98px) {
    .p-onsen-space__title__caption {
        font-size:1.2rem;
        margin-left: -12px;
        color: #6E6E6E
    }
}

.p-onsen-space__h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.p-onsen-space__h img {
    width: 48px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-onsen-space__h img {
        width:40px
    }
}

.p-onsen-space__h em {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.5em;
    font-size: 1.3rem;
    margin-top: 16px;
    color: #090909
}

@media (max-width: 768.98px) {
    .p-onsen-space__h em {
        -ms-writing-mode:lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        margin-top: 6px;
        letter-spacing: 0.2em;
        font-size: 1.2rem;
        color: #6E6E6E;
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }
}

.p-onsen-more {
    position: relative
}

.p-onsen-more:before {
    content: "";
    display: block;
    width: 1480px;
    height: 714px;
    background: url(../img/daytrip/line-b3-reverse.png) left top no-repeat;
    background-size: 1480px 714px;
    position: absolute;
    z-index: -1;
    left: calc(50% - 720px);
    top: 0;
    -webkit-transform: translateY(-160px);
    transform: translateY(-160px)
}

@media (max-width: 768.98px) {
    .p-onsen-more:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        right: -20px;
        left: auto;
        -webkit-transform: translateY(46vw);
        transform: translateY(46vw)
    }
}

.p-onsen-contents-sub {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .p-onsen-contents-sub {
        padding:0 40px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-contents-sub {
        -webkit-box-orient:vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding: 0 15px
    }
}

.p-onsen-contents-sub:before {
    content: "";
    display: block;
    width: 870px;
    height: 420px;
    background: url(../img/daytrip/line-b3.png) left top no-repeat;
    background-size: 870px 420px;
    position: absolute;
    z-index: 1;
    left: calc(50% + 80px);
    top: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
}

@media (max-width: 768.98px) {
    .p-onsen-contents-sub:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        right: -20px;
        left: auto;
        -webkit-transform: translateY(-130px);
        transform: translateY(-130px)
    }
}

.p-onsen-contents-sub.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-onsen-contents-sub.is-reverse:before {
    content: "";
    display: block;
    background: url(../img/daytrip/line-b3-reverse.png) left top no-repeat;
    left: -70px;
    top: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media (max-width: 768.98px) {
    .p-onsen-contents-sub.is-reverse:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        left: -60px;
        right: auto;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }
}

.p-onsen-contents-sub__img {
    position: relative;
    z-index: 2;
    width: calc(60% - 16px)
}

@media (max-width: 768.98px) {
    .p-onsen-contents-sub__img {
        width:100%;
        margin-bottom: 14px
    }
}

.p-onsen-contents-sub__img img {
    width: 100%;
    height: auto
}

@media (max-width: 768.98px) {
    .p-onsen-contents-sub__img img {
        width:100%;
        height: 48vw;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'
    }
}

@media all and (max-width: 768.98px) and (-ms-high-contrast: none) {
    .p-onsen-contents-sub__img img *::-ms-backdrop,.p-onsen-contents-sub__img img {
        visibility:hidden
    }
}

.p-onsen-contents-sub__main {
    position: relative;
    z-index: 3;
    width: calc(50% + 16px);
    padding-left: 60px
}

@media (max-width: 1024.98px) {
    .p-onsen-contents-sub__main {
        padding-left:40px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-contents-sub__main {
        width:100%;
        padding: 0 !important
    }
}

.is-reverse .p-onsen-contents-sub__main {
    padding-left: 0;
    padding-right: 60px
}

@media (max-width: 1024.98px) {
    .is-reverse .p-onsen-contents-sub__main {
        padding-right:40px
    }
}

.p-onsen-contents-other {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 140px;
    min-width: 900px
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other {
        margin-top:50px;
        padding-top: 64px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: colulmn !important;
        -ms-flex-direction: colulmn !important;
        flex-direction: colulmn !important;
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 0;
        margin-bottom: 70px
    }
}

.p-onsen-contents-other:before {
    content: "";
    display: block;
    width: 1560px;
    height: 753px;
    background: url(../img/top/under_01.png) left top no-repeat;
    position: absolute;
    z-index: -1;
    left: calc(50% - 780px);
    top: 0;
    visibility: hidden;
    -webkit-transform: translateY(-240px);
    transform: translateY(-240px)
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other:before {
        background:url(../img/top/under_02.png) left top no-repeat;
        width: 780px;
        height: 376px;
        left: -200px;
        right: auto;
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px);
        background-size: 780px 376px
    }
}

.p-onsen-contents-other.is-animation:before {
    visibility: visible;
    -webkit-animation: fadeAnimation01 2s ease 0s 1 backwards;
    animation: fadeAnimation01 2s ease 0s 1 backwards
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other.is-animation:before {
        -webkit-animation:fadeAnimation01 4s ease 0s 1 backwards;
        animation: fadeAnimation01 4s ease 0s 1 backwards
    }
}

.p-onsen-contents-other.is-direction-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.p-onsen-contents-other.is-direction-reverse:before {
    background: url(../img/top/under_02.png) left top no-repeat;
    right: auto;
    left: -60px
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other.is-direction-reverse:before {
        background:url(../img/top/under_01.png) left top no-repeat;
        width: 780px;
        height: 376px;
        left: calc(50% - 390px);
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px);
        background-size: 780px 376px
    }
}

@-webkit-keyframes fadeAnimation01 {
    0% {
        height: 0;
        opacity: 0.5
    }

    100% {
        height: 856px;
        opacity: 1
    }
}

@keyframes fadeAnimation01 {
    0% {
        height: 0;
        opacity: 0.5
    }

    100% {
        height: 856px;
        opacity: 1
    }
}

@-webkit-keyframes fadeAnimation02 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1560px;
        opacity: 1
    }
}

@keyframes fadeAnimation02 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1560px;
        opacity: 1
    }
}

.p-onsen-contents-other__title {
    position: absolute;
    right: 60px;
    top: 0px;
    z-index: 5;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    visibility: hidden
}

.is-animation .p-onsen-contents-other__title {
    visibility: visible;
    -webkit-animation: translateY-up--1 2s ease 1.3s 1 backwards;
    animation: translateY-up--1 2s ease 1.3s 1 backwards
}

.is-direction-reverse .p-onsen-contents-other__title {
    right: auto;
    left: 60px
}

@media (max-width: 1024.98px) {
    .is-direction-reverse .p-onsen-contents-other__title {
        left:40px
    }
}

@media (max-width: 1024.98px) {
    .p-onsen-contents-other__title {
        right:40px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__title {
        right:calc(50% - 43px) !important;
        left: auto !important
    }
}

.p-onsen-contents-other__title__caption {
    color: #090909
}

.p-onsen-contents-other__title__text {
    font-size: 4.8rem;
    letter-spacing: 0.64em;
    color: #090909;
    line-height: 1em;
    margin-right: 12px
}

.p-onsen-contents-other__title__text em {
    color: white;
    text-shadow: 0 0 4px rgba(0,0,0,0.5)
}

.p-onsen-contents-other__title__text em.is-sp-white {
    color: #090909;
    text-shadow: none
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__title__text {
        font-size:2.4rem;
        letter-spacing: 0.5em;
        margin-right: 10px
    }

    .p-onsen-contents-other__title__text em.is-sp-white {
        color: white;
        text-shadow: 0 0 4px rgba(0,0,0,0.5)
    }
}

.p-onsen-contents-other__img {
    width: calc(100% - 524px);
    height: 86vh
}

@media (max-width: 1024.98px) {
    .p-onsen-contents-other__img {
        width:calc(100% - 450px);
        height: 80vh
    }
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__img {
        width:100% !important;
        height: 100vw
    }
}

.p-onsen-contents-other__img img {
    width: 100%;
    height: 80vh;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__img img {
        height:100vw
    }
}

.p-onsen-contents-other__main {
    width: 524px;
    padding: 0 60px;
    visibility: hidden
}

.is-animation .p-onsen-contents-other__main {
    visibility: visible;
    -webkit-animation: translateY-up--1 1.8s ease 1.9s 1 backwards;
    animation: translateY-up--1 1.8s ease 1.9s 1 backwards
}

.p-onsen-contents-other__main:hover .p-onsen-contents-other__link>*:before {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

@media (max-width: 1024.98px) {
    .p-onsen-contents-other__main {
        padding:0 40px
    }
}

@media (max-width: 1024.98px) {
    .p-onsen-contents-other__main {
        width:450px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__main {
        width:100%;
        padding: 0 15px;
        margin-top: -30px
    }
}

.p-onsen-contents-other__h {
    font-size: 2.4rem;
    letter-spacing: 0.28em;
    margin-bottom: 12px;
    color: #090909
}

@media (max-width: 1024.98px) {
    .p-onsen-contents-other__h {
        font-size:2rem
    }
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__h {
        font-size:1.8rem;
        letter-spacing: 0.25em;
        background: #fff;
        padding: 20px 15px 0 15px
    }
}

.p-onsen-contents-other__text {
    letter-spacing: 0.3em;
    line-height: 2.6em;
    margin-bottom: 12px
}

@media (max-width: 1024.98px) {
    .p-onsen-contents-other__text {
        letter-spacing:0.2em
    }
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__text {
        padding:0 15px;
        letter-spacing: 0.2em;
        margin-bottom: 2px
    }
}

.p-onsen-contents-other__text:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #F2F2F2;
    margin-top: 24px
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__text:after {
        margin-top:10px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-contents-other__link {
        margin-left:15px
    }
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-table * {
        white-space:nowrap
    }
}

.p-onsen-meets-title {
    text-align: center;
    border-bottom: 6px solid #F2F2F2;
    padding-bottom: 30px;
    margin-bottom: 50px
}

@media (max-width: 768.98px) {
    .p-onsen-meets-title {
        padding-bottom:20px;
        margin-bottom: 32px
    }
}

.p-onsen-meets-title__h {
    font-size: 4.8rem;
    color: #0BAA68;
    letter-spacing: 0.05em;
    line-height: 1.1em;
    margin-top: 3px;
    margin-bottom: 2px
}

@media (max-width: 1239.98px) {
    .p-onsen-meets-title__h {
        font-size:4rem
    }
}

@media (max-width: 768.98px) {
    .p-onsen-meets-title__h {
        font-size:2.4rem;
        letter-spacing: 0.1em
    }
}

.p-onsen-meets-title__caption {
    display: block;
    font-family: "Cardo",serif;
    color: #0BAA68;
    font-size: 1.8rem;
    margin-bottom: 10px
}

@media (max-width: 768.98px) {
    .p-onsen-meets-title__caption {
        font-size:1.5rem;
        margin-bottom: 6px
    }
}

.p-onsen-meets-title__text {
    line-height: 2.4em
}

@media (max-width: 768.98px) {
    .p-onsen-meets-title__text {
        line-height:2em
    }
}

.p-onsen-kounou-talk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-talk {
        -webkit-box-orient:vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
}

.p-onsen-kounou-talk__img {
    width: calc(50% - 100px);
    padding-right: 16px
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-talk__img {
        width:100%;
        margin-bottom: 16px;
        padding: 0 !important
    }
}

.p-onsen-kounou-talk__img img {
    width: 100%;
    height: auto;
    border-radius: 9px;
    border: 5px solid white
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-talk__img img {
        border-radius:8px;
        border: 4px solid white
    }
}

.p-onsen-kounou-talk__img p {
    font-family: "Noto Sans JP",sans-serif;
    color: #F2F2F2;
    margin-top: 2px
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-talk__img p {
        font-size:1.3rem
    }
}

.p-onsen-kounou-talk__main {
    width: 100%
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-talk__main {
        width:100%
    }
}

.p-onsen-kounou-talk__balloon {
    position: relative;
    background: rgba(11,170,104,0.06);
    border-radius: 50px 50px 50px 0;
    padding: 16px 30px 24px 60px;
    margin-bottom: 42px
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-talk__balloon {
        border-radius:30px 30px 30px 0 !important;
        margin-bottom: 24px;
        padding: 14px 18px 18px 18px
    }
}

.p-onsen-kounou-talk__h {
    font-size: 2.4rem;
    color: #0BAA68;
    letter-spacing: 0.1em
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-talk__h {
        font-size:1.5rem;
        letter-spacing: 0.04em;
        text-indent: 1.7em !important;
        line-height: 1.5em;
        margin-bottom: 12px
    }
}

.p-onsen-kounou-talk__balloon p {
    line-height: 1.7em
}

.p-onsen-kounou-talk__balloon img {
    position: absolute;
    left: -40px;
    top: -30px;
    z-index: 3
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-talk__balloon img {
        width:44px;
        height: 48px;
        left: -3px !important;
        top: -10px !important;
        right: auto !important
    }
}

.p-onsen-kounou-monitor {
    background: rgba(11,170,104,0.06);
    color: #0BAA68;
    border-radius: 16px;
    padding: 24px 20px
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-monitor {
        padding:20px 16px
    }
}

.p-onsen-kounou-monitor__title {
    text-align: center;
    border-bottom: 3px solid rgba(11,170,104,0.2);
    margin-bottom: 24px;
    padding-bottom: 8px
}

.p-onsen-kounou-monitor__title__h {
    font-size: 3.2rem;
    line-height: 1.4em;
    letter-spacing: 0.06em
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-monitor__title__h {
        font-size:2rem
    }
}

.p-onsen-kounou-monitor__title em {
    font-size: 1.8rem
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-monitor__title em {
        font-size:1.4rem
    }
}

.p-onsen-kounou-monitor__h {
    border-left: 1px solid #0BAA68;
    margin-bottom: 4px;
    padding-left: 10px
}

.p-onsen-kounou-monitor p {
    font-size: 1.4rem;
    line-height: 1.7em
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-monitor p {
        font-size:1.3rem
    }
}

.p-onsen-kounou-result {
    background: rgba(11,170,104,0.2);
    border-radius: 10px;
    overflow: hidden
}

.p-onsen-kounou-result__wrap {
    padding: 20px
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-result__wrap {
        padding:10px 15px 15px 15px
    }
}

.p-onsen-kounou-result__h {
    font-size: 2rem;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(11,170,104,0.6)
}

@media (max-width: 768.98px) {
    .p-onsen-kounou-result__h {
        font-size:1.8rem
    }
}

.p-onsen-kounou-graph {
    background: rgba(11,170,104,0.5);
    text-align: center;
    padding: 16px 10px
}

.p-top-plan-btn {
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #333;
    color: white;
    font-size: 1.4rem
}

.p-top-plan-btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23FFFFFF' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.p-facilities-space {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    visibility: hidden
}

.p-facilities-space.is-animation {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 0.4s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.4s 1 backwards
}

.p-facilities-space:before {
    content: "";
    display: block;
    width: 1500px;
    height: 724px;
    background: url(../img/top/under_02.png) right top no-repeat;
    background-size: 1500px 724px;
    position: absolute;
    z-index: -1;
    right: -250px;
    top: 0;
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px)
}

@media (max-width: 768.98px) {
    .p-facilities-space:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        right: -30px;
        left: auto;
        -webkit-transform: translateY(56vw);
        transform: translateY(56vw)
    }
}

.p-facilities-space.is-animation:before {
    visibility: visible;
    -webkit-animation: facilitiesAnimation01 3s ease 0.8s 1 backwards;
    animation: facilitiesAnimation01 3s ease 0.8s 1 backwards
}

@media (max-width: 768.98px) {
    .p-facilities-space.is-animation:before {
        -webkit-animation:facilitiesAnimation01Sp 2s ease 0.8s 1 backwards;
        animation: facilitiesAnimation01Sp 2s ease 0.8s 1 backwards
    }
}

@-webkit-keyframes facilitiesAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1500px;
        opacity: 0.8
    }
}

@keyframes facilitiesAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1500px;
        opacity: 0.8
    }
}

@-webkit-keyframes facilitiesAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 435px;
        opacity: 0.8
    }
}

@keyframes facilitiesAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 435px;
        opacity: 0.8
    }
}

.p-facilities-space__area {
    width: calc(50% - 100px);
}

@media (max-width: 768.98px) {
    .p-facilities-space__area {
        width:100%
    }
}

.p-facilities-space__img img {
    height: 68vh;
    min-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .p-facilities-space__img img *::-ms-backdrop,.p-facilities-space__img img {
        visibility: hidden
    }
}

@media (max-width: 1024.98px) {
    .p-facilities-space__img img {
        height:70vh;
        min-height: 560px
    }
}

@media (max-width: 768.98px) {
    .p-facilities-space__img img {
        min-height:0;
        height: 76vw
    }
}

.p-facilities-space__main {
    width: calc(50% + 100px);
    min-width: 566px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

@media (max-width: 1024.98px) {
    .p-facilities-space__main {
        min-width:450px
    }
}

@media (max-width: 768.98px) {
    .p-facilities-space__main {
        width:100%;
        min-width: 0;
        padding-top: 26px
    }
}

.p-facilities-space__caption {
    margin-bottom: 4px
}

@media (max-width: 768.98px) {
    .p-facilities-space__caption {
        margin-bottom:4px;
        line-height: 1em
    }
}

@media (max-width: 1024.98px) {
    .p-facilities-space__title {
        font-size:3rem
    }
}

@media (max-width: 768.98px) {
    .p-facilities-space__title {
        font-size:2.4rem
    }
}

@media (min-width: 1025px) {
    .p-facilities-space__title.is-aloma {
        letter-spacing:0em;
        font-size: 3.9rem
    }
}

.p-facilities-space__time {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 8px
}

@media (max-width: 768.98px) {
    .p-facilities-space__time {
        margin-top:12px
    }
}

.p-facilities-space__time dt {
    font-size: 1.3rem;
    border: 1px solid #090909;
    padding: 3px 4px;
    line-height: 1em;
    border-radius: 4px;
    letter-spacing: 0.1em;
    color: #090909
}

.p-facilities-space__time dd {
    width: calc(100% - 78px);
    line-height: 1.6em;
    font-size: 1.3rem;
    letter-spacing: 0.08em
}

@media (max-width: 768.98px) {
    .p-facilities-space__time dd {
        margin-top:-2px;
        line-height: 1.8em
    }
}

.p-facilities-space__h {
    font-size: 2rem;
    margin-bottom: 10px
}

@media (max-width: 1024.98px) {
    .p-facilities-space__h {
        font-size:1.9rem
    }
}

@media (max-width: 768.98px) {
    .p-facilities-space__h {
        margin-bottom:6px;
        font-size: 1.6rem
    }
}

.p-facilities-space__thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 24px;
    text-align: center;
}

@media (max-width: 768.98px) {
    .p-facilities-space__thumb {
        margin-top:18px;
    }
}

.p-facilities-space__thumb img {
    width: calc(50% - 8px);
    height: auto
}

@media (max-width: 1024.98px) {
    .p-facilities-space__thumb img {
        width:calc(50% - 3px)
    }
}

.p-facilities-omiyage-box {
    position: relative;
    border: 1px solid #F2F2F2;
    background: #fff;
    padding: 15px
}

.p-facilities-omiyage-box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(6px) translateY(6px);
    transform: translateX(6px) translateY(6px);
    background: #fff;
    border: 1px solid #F2F2F2
}

@media (max-width: 768.98px) {
    .p-facilities-omiyage-box::before {
        -webkit-transform:translateX(4px) translateY(4px);
        transform: translateX(4px) translateY(4px)
    }
}

.p-facilities-omiyage-box__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-facilities-omiyage-box__list li {
    width: calc(50% - 4px)
}

@media (max-width: 768.98px) {
    .p-facilities-table * {
        white-space:nowrap
    }
}

@media (max-width: 768.98px) {
    .p-facilities-other-thumb {
        -o-object-fit:cover;
        object-fit: cover;
        height: 52vw
    }
}

.p-facilities-other-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 768.98px) {
    .p-facilities-other-box {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768.98px) {
    .p-facilities-other-box__img {
        width:120px;
        height: auto;
        margin-top: 15px
    }
}

.p-facilities-other-box__main {
    width: calc(100% - 200px)
}

@media (max-width: 768.98px) {
    .p-facilities-other-box__main {
        width:100%
    }
}

.p-facilities-other-box__h {
    border-top: none;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 12px;
    color: #090909
}

.p-information-post {
    margin-bottom: 80px
}

@media (max-width: 768.98px) {
    .p-information-post {
        margin-bottom:60px
    }
}

.p-information-title {
    background: #F2F2F2;
    border-left: 5px solid #333;
    padding: 12px 15px;
    margin-bottom: 20px
}

@media (max-width: 768.98px) {
    .p-information-title {
        border-left:3px solid #333;
        padding: 10px 12px;
        margin-bottom: 18px
    }
}

.p-information-title__time {
    letter-spacing: 0.1em
}

.p-information-title__h {
    font-size: 2.6rem;
    letter-spacing: 0.1em;
    line-height: 1.4em
}

@media (max-width: 768.98px) {
    .p-information-title__h {
        font-size:1.8rem;
        font-weight: bold
    }
}

.p-information-contents {
    padding: 0 20px
}

@media (max-width: 768.98px) {
    .p-information-contents {
        padding:0
    }
}

.p-information-contents img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 8px 0 14px 0
}

@media (max-width: 768.98px) {
    .p-information-contents img {
        margin-bottom:10px
    }
}

.p-information__sns {
    border-top: 1px solid #F2F2F2;
    margin-bottom: 14px;
    padding: 16px 20px 0 20px
}

@media (max-width: 768.98px) {
    .p-information__sns {
        margin-bottom:12px;
        padding-top: 12px;
        padding-left: 0;
        padding-right: 0
    }
}

.p-information__sns>div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    height: 20px;
    line-height: 1
}

.p-information__sns .fb_iframe_widget {
    line-height: 1
}

.p-information__address {
    padding: 0 20px
}

@media (max-width: 768.98px) {
    .p-information__address {
        padding:0
    }
}

.p-information__address p {
    line-height: 1.7em
}

.p-information__address a {
    color: #333
}

.p-information__address a:hover {
    color: #333
}

.p-information-category-btn {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 12px;
    cursor: pointer
}

.p-information-category-btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cpath fill='%23333' d='M9,8V18l7-5Zm1,1.9434L14.28,13,10,16.0566Z'/%3E%3C/svg%3E");
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 8px;
    -webkit-transform: rotate(90deg) translateY(-1px);
    transform: rotate(90deg) translateY(-1px)
}

.p-information-category-btn.collapsed:after {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.p-information-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none
}

.p-information-category.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p-information-category li {
    width: 30%;
    margin-bottom: 10px
}

@media (max-width: 768.98px) {
    .p-information-category li {
        width:50%;
        margin-bottom: 0
    }
}

.p-concept-image {
    width: 100%;
    height: 80vh;
    min-height: 600px;
    max-height: 680px;
    background: url(../img/concept/concept.jpg) center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 70px;
    visibility: hidden
}

.p-concept-image.is-animation {
    visibility: visible;
    -webkit-animation: fadeIn 1.6s ease 0s 1 backwards;
    animation: fadeIn 1.6s ease 0s 1 backwards
}

@media (max-width: 1024.98px) {
    .p-concept-image {
        height:60vh;
        min-height: 500px;
        margin-bottom: 50px
    }
}

@media (max-width: 768.98px) {
    .p-concept-image {
        -webkit-box-pack:center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: url(../img/concept/greeting_bg.jpg) left 70% no-repeat;
        background-size: cover;
        min-height: 380px;
        max-height: 500px;
        margin-bottom: 48px
    }
}

.p-concept-image__main {
    padding-left: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 50px;
    visibility: hidden
}

.is-animation .p-concept-image__main {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 1s 1 backwards;
    animation: translateY-up--2 1.6s ease 1s 1 backwards
}

@media (max-width: 1024.98px) {
    .p-concept-image__main {
        padding-left:40px;
        margin-left: 0
    }
}

@media (max-width: 768.98px) {
    .p-concept-image__main {
        margin-left:0;
        padding-left: 0
    }
}

.p-concept-image__h {
    margin-left: 16px
}

.p-concept-image__h img {
    width: 39px;
    height: auto
}

@media (max-width: 768.98px) {
    .p-concept-image__h img {
        width:28px
    }
}

.p-concept-image__main p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    line-height: 2.6em;
    color: #fff
}

.p-concept-greeting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 110px
}

@media (max-width: 1024.98px) {
    .p-concept-greeting {
        margin-bottom:60px
    }
}

.p-concept-greeting__bg {
    width: 524px;
    background: url(../img/concept/greeting_bg.jpg) 96px top no-repeat;
    background-attachment: fixed;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.16);
    box-shadow: 0 3px 15px rgba(0,0,0,0.16)
}

@media screen and (max-width: 1500px) {
    .p-concept-greeting__bg {
        width:400px
    }
}

@media screen and (max-width: 1340px) {
    .p-concept-greeting__bg {
        width:300px
    }
}

@media screen and (max-width: 1240px) {
    .p-concept-greeting__bg {
        display:none
    }
}

.p-concept-greeting__main {
    position: relative;
    width: calc(100% - 524px);
    padding: 60px 60px 60px 70px
}

@media screen and (max-width: 1500px) {
    .p-concept-greeting__main {
        width:calc(100% - 400px)
    }
}

@media screen and (max-width: 1340px) {
    .p-concept-greeting__main {
        width:calc(100% - 300px)
    }
}

@media screen and (max-width: 1240px) {
    .p-concept-greeting__main {
        width:100%
    }
}

@media (max-width: 1024.98px) {
    .p-concept-greeting__main {
        padding:0 40px
    }
}

@media (max-width: 768.98px) {
    .p-concept-greeting__main {
        padding:0 15px
    }
}

.p-concept-greeting__main:after {
    content: "";
    position: absolute;
    right: -240px;
    top: 27%;
    z-index: -1;
    display: block;
    width: 1052px;
    height: 428px;
    background: url(../img/top/under_03.png) right top no-repeat;
    background-size: 1052px 428px;
    opacity: 0.8;
    visibility: hidden
}

@media (max-width: 768.98px) {
    .p-concept-greeting__main:after {
        width:420px;
        height: 178px;
        background-size: 420px 178px;
        right: -80px;
        top: 35%;
        left: auto
    }
}

.p-concept-greeting__main.is-animation:after {
    visibility: visible;
    -webkit-animation: conceptAnimation01 2.2s ease 0.4s 1 backwards;
    animation: conceptAnimation01 2.2s ease 0.4s 1 backwards
}

@media (max-width: 768.98px) {
    .p-concept-greeting__main.is-animation:after {
        -webkit-animation:conceptAnimation01Sp 2.2s ease 0.4s 1 backwards;
        animation: conceptAnimation01Sp 2.2s ease 0.4s 1 backwards
    }
}

@-webkit-keyframes conceptAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1052px;
        opacity: 0.8
    }
}

@keyframes conceptAnimation01 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 1052px;
        opacity: 0.8
    }
}

@-webkit-keyframes conceptAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 420px;
        opacity: 0.8
    }
}

@keyframes conceptAnimation01Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 420px;
        opacity: 0.8
    }
}

.p-concept-greegint__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    visibility: hidden
}

.p-concept-greegint__item.is-animation {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 0.4s 1 backwards;
    animation: translateY-up--2 1.6s ease 0.4s 1 backwards
}

.p-concept-greegint__item.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-concept-greegint__item img {
    width: 226px;
    height: auto
}

.p-concept-greeting__text {
    width: calc(100% - 226px);
    padding-left: 40px
}

@media (max-width: 768.98px) {
    .p-concept-greeting__text {
        width:100%;
        overflow: hidden;
        padding: 0 !important
    }

    .p-concept-greeting__text img {
        float: left;
        width: 113px;
        height: auto;
        margin: 0 12px 12px 0
    }
}

.is-reverse .p-concept-greeting__text {
    padding-left: 0;
    padding-right: 40px
}

@media (max-width: 768.98px) {
    .is-reverse .p-concept-greeting__text img {
        float:right;
        margin: 0 0 12px 12px
    }
}

@media (max-width: 768.98px) {
    .p-concept-greeting__h {
        font-size:1.5rem;
        letter-spacing: 0.12em;
        font-weight: bold
    }
}

.p-concept-hospitality {
    position: relative
}

.p-concept-hospitality:before {
    content: "";
    display: block;
    width: 878px;
    height: 482px;
    background: url(../img/common/handwriting/line-b1-reverse.png) left top no-repeat;
    background-size: 878px 482px;
    position: absolute;
    z-index: -1;
    left: -140px;
    top: 0;
    opacity: 0.8;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    visibility: hidden
}

@media (max-width: 768.98px) {
    .p-concept-hospitality:before {
        width:439px;
        height: 241px;
        background-size: 439px 241px;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.p-concept-hospitality.is-animation:before {
    visibility: visible;
    -webkit-animation: conceptAnimation02 2.2s ease 0.2s 1 backwards;
    animation: conceptAnimation02 2.2s ease 0.2s 1 backwards
}

@media (max-width: 768.98px) {
    .p-concept-hospitality.is-animation:before {
        -webkit-animation:conceptAnimation02Sp 2.2s ease 0.2s 1 backwards;
        animation: conceptAnimation02Sp 2.2s ease 0.2s 1 backwards
    }
}

@-webkit-keyframes conceptAnimation02 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 878px;
        opacity: 0.8
    }
}

@keyframes conceptAnimation02 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 878px;
        opacity: 0.8
    }
}

@-webkit-keyframes conceptAnimation02Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 439px;
        opacity: 0.8
    }
}

@keyframes conceptAnimation02Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 439px;
        opacity: 0.8
    }
}

.p-concept-hospitality__wrap {
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-concept-hospitality__wrap.is-first:after,.p-concept-hospitality__wrap.is-fourth:after {
    content: "";
    display: block;
    width: 894px;
    height: 432px;
    background: url(../img/daytrip/line-b3.png) right top no-repeat;
    background-size: 894px 432px;
    position: absolute;
    z-index: -1;
    right: -80px;
    top: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden
}

@media (max-width: 768.98px) {
    .p-concept-hospitality__wrap.is-first:after,.p-concept-hospitality__wrap.is-fourth:after {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        right: -30px;
        left: auto;
        -webkit-transform: translateY(40vw);
        transform: translateY(40vw)
    }
}

.p-concept-hospitality__wrap.is-animation.is-first:after,.p-concept-hospitality__wrap.is-animation.is-fourth:after {
    visibility: visible;
    -webkit-animation: conceptAnimation03 2.2s ease 0s 1 backwards;
    animation: conceptAnimation03 2.2s ease 0s 1 backwards
}

@media (max-width: 768.98px) {
    .p-concept-hospitality__wrap.is-animation.is-first:after,.p-concept-hospitality__wrap.is-animation.is-fourth:after {
        -webkit-animation:conceptAnimation03Sp 2.2s ease 0s 1 backwards;
        animation: conceptAnimation03Sp 2.2s ease 0s 1 backwards
    }
}

.p-concept-hospitality__wrap.is-third:before {
    content: "";
    display: block;
    width: 900px;
    height: 494px;
    background: url(../img/common/handwriting/line-b1-reverse.png) left top no-repeat;
    background-size: 900px 494px;
    position: absolute;
    z-index: -1;
    left: -140px;
    opacity: 0.8;
    top: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    visibility: hidden
}

@media (max-width: 768.98px) {
    .p-concept-hospitality__wrap.is-third:before {
        width:450px;
        height: 247px;
        background-size: 450px 247px;
        left: -100px;
        -webkit-transform: translateY(40vw);
        transform: translateY(40vw)
    }
}

.p-concept-hospitality__wrap.is-animation.is-third:before {
    visibility: visible;
    -webkit-animation: conceptAnimation04 2.2s ease 0.6s 1 backwards;
    animation: conceptAnimation04 2.2s ease 0.6s 1 backwards
}

@media (max-width: 768.98px) {
    .p-concept-hospitality__wrap.is-animation.is-third:before {
        -webkit-animation:conceptAnimation04Sp 2.2s ease 0s 1 backwards;
        animation: conceptAnimation04Sp 2.2s ease 0s 1 backwards
    }
}

.p-concept-hospitality__wrap+.p-concept-hospitality__wrap {
    margin-top: -12vw
}

@media (max-width: 768.98px) {
    .p-concept-hospitality__wrap+.p-concept-hospitality__wrap {
        margin-top:30px
    }
}

@-webkit-keyframes conceptAnimation03 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 894px;
        opacity: 0.8
    }
}

@keyframes conceptAnimation03 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 894px;
        opacity: 0.8
    }
}

@-webkit-keyframes conceptAnimation03Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 435px;
        opacity: 0.8
    }
}

@keyframes conceptAnimation03Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 435px;
        opacity: 0.8
    }
}

@-webkit-keyframes conceptAnimation04 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 900px;
        opacity: 0.8
    }
}

@keyframes conceptAnimation04 {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 900px;
        opacity: 0.8
    }
}

@-webkit-keyframes conceptAnimation04Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 450px;
        opacity: 0.8
    }
}

@keyframes conceptAnimation04Sp {
    0% {
        width: 0;
        opacity: 0.5
    }

    100% {
        width: 450px;
        opacity: 0.8
    }
}

.p-concept-hospitality__item {
    padding-top: 124px;
    visibility: hidden
}

.p-concept-hospitality__item.is-animation {
    visibility: visible;
    -webkit-animation: translateY-up--2 1.6s ease 1s 1 backwards;
    animation: translateY-up--2 1.6s ease 1s 1 backwards
}

@media (max-width: 768.98px) {
    .p-concept-hospitality__item {
        padding-top:0
    }
}

.p-concept-hospitality__item:nth-child(even) {
    margin-top: 18vw
}

@media (max-width: 768.98px) {
    .p-concept-hospitality__item:nth-child(even) {
        margin-top:30px
    }
}

.p-concept-hospitality__title h3 {
    font-size: 4.8rem;
    letter-spacing: 0.3em
}

@media (max-width: 768.98px) {
    .p-concept-hospitality__title h3 {
        font-size:2rem;
        letter-spacing: 0.5em
    }

    .p-concept-hospitality__title h3.is-barrier-free {
        letter-spacing: 0.3em
    }
}

.p-concept-mynavi {
    width: 100%;
    max-width: 1222px;
    min-width: 900px;
    margin: 90px auto 100px auto;
    padding: 0 60px;
    text-align: center
}

@media (max-width: 768.98px) {
    .p-concept-mynavi {
        width:100%;
        max-width: none;
        min-width: 0;
        margin-top: 50px;
        margin-bottom: 50px;
        padding: 0 15px
    }
}

.p-concept-mynavi__logo {
    text-align: center
}

@media (max-width: 768.98px) {
    .p-concept-mynavi__logo img {
        width:138px;
        height: 17px
    }
}

.p-concept-mynavi__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 28px
}

@media (max-width: 768.98px) {
    .p-concept-mynavi__img {
        margin-bottom:22px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.p-concept-mynavi__img img {
    width: 182px;
    height: auto
}

@media (max-width: 1024.98px) {
    .p-concept-mynavi__img img {
        width:132px
    }
}

@media (max-width: 768.98px) {
    .p-concept-mynavi__img img {
        width:calc(100% / 6 - 1px);
        height: 40vw;
        -o-object-fit: cover;
        object-fit: cover;
        margin-right: 1px
    }
}

.p-family-bigimage {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .p-family-bigimage *::-ms-backdrop,.p-family-bigimage {
        visibility: hidden
    }
}

@media (max-width: 768.98px) {
    .p-family-bigimage {
        height:42vw
    }
}

.p-family-contents {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .p-family-contents {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px
    }
}

.p-family-contents+.p-family-contents {
    margin-top: 60px
}

@media (max-width: 768.98px) {
    .p-family-contents+.p-family-contents {
        margin-top:42px
    }
}

.p-family-contents__item {
    position: relative;
    width: calc(50% - 35px)
}

.p-family-contents__item:nth-child(even) {
    margin-top: 8vw
}

@media (max-width: 768.98px) {
    .p-family-contents__item:nth-child(even) {
        margin-top:42px
    }
}

@media (max-width: 1024.98px) {
    .p-family-contents__item {
        width:calc(50% - 25px)
    }
}

@media (max-width: 768.98px) {
    .p-family-contents__item {
        width:100%;
        padding-top: 0
    }
}

.p-family-contents__img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.1);
    box-shadow: 0 3px 30px rgba(0,0,0,0.1)
}

@media (max-width: 768.98px) {
    .p-family-contents__img {
        height:40vw;
        margin-bottom: 14px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.p-family-contents__main {
    padding-left: 60px
}

@media (max-width: 1024.98px) {
    .p-family-contents__main {
        padding-left:40px
    }
}

.p-family-contents__item:nth-child(even) .p-family-contents__main {
    padding-left: 0;
    padding-right: 60px
}

@media (max-width: 1024.98px) {
    .p-family-contents__item:nth-child(even) .p-family-contents__main {
        padding-right:40px
    }
}

@media (max-width: 768.98px) {
    .p-family-contents__main {
        padding:0 !important
    }
}

.p-family-contents__title {
    padding-bottom: 12px;
    border-bottom: 1px solid #F2F2F2
}

.p-family-contents__title__caption {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    margin-bottom: 4px
}

@media (max-width: 768.98px) {
    .p-family-contents__title__caption {
        font-size:1.3rem;
        margin-bottom: 4px
    }
}

.p-family-contents__title__text {
    font-size: 3.2rem;
    letter-spacing: 0.2em;
    line-height: 1.3em
}

@media (max-width: 1024.98px) {
    .p-family-contents__title__text {
        font-size:2.4rem
    }
}

@media (max-width: 768.98px) {
    .p-family-contents__title__text {
        font-size:2rem
    }
}

.p-family-amenity-img {
    width: 100%;
    height: auto
}

@media (max-width: 768.98px) {
    .p-family-amenity-img {
        margin-bottom:16px
    }
}

.p-group-concept {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 60px
}

@media (max-width: 1024.98px) {
    .p-group-concept {
        padding:0 40px
    }
}

@media (max-width: 768.98px) {
    .p-group-concept {
        -webkit-box-orient:vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding: 0 15px
    }
}

.p-group-concept:before {
    content: "";
    display: block;
    width: 870px;
    height: 420px;
    background: url(../img/daytrip/line-b3.png) left top no-repeat;
    background-size: 870px 420px;
    position: absolute;
    z-index: 1;
    left: calc(50% + 80px);
    top: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px)
}

@media (max-width: 768.98px) {
    .p-group-concept:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        right: -20px;
        left: auto;
        -webkit-transform: translateY(-130px);
        transform: translateY(-130px)
    }
}

.p-group-concept.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-group-concept.is-reverse:before {
    content: "";
    display: block;
    background: url(../img/daytrip/line-b3-reverse.png) left top no-repeat;
    left: -70px;
    top: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media (max-width: 768.98px) {
    .p-group-concept.is-reverse:before {
        width:435px;
        height: 210px;
        background-size: 435px 210px;
        left: -60px;
        right: auto;
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }
}

.p-group-concept__img {
    position: relative;
    z-index: 2;
    width: calc(50% - 16px)
}

@media (max-width: 768.98px) {
    .p-group-concept__img {
        width:100%;
        margin-bottom: 14px
    }
}

.p-group-concept__img img {
    width: 100%;
    height: auto
}

@media (max-width: 768.98px) {
    .p-group-concept__img img {
        width:100%;
        height: 48vw;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: 'object-fit: cover;'
    }
}

@media all and (max-width: 768.98px) and (-ms-high-contrast: none) {
    .p-group-concept__img img *::-ms-backdrop,.p-group-concept__img img {
        visibility:hidden
    }
}

.p-group-concept__main {
    position: relative;
    z-index: 3;
    width: calc(50% + 16px);
    padding-left: 60px
}

@media (max-width: 1024.98px) {
    .p-group-concept__main {
        padding-left:40px
    }
}

@media (max-width: 768.98px) {
    .p-group-concept__main {
        width:100%;
        padding: 0 !important
    }
}

.is-reverse .p-group-concept__main {
    padding-left: 0;
    padding-right: 60px
}

@media (max-width: 1024.98px) {
    .is-reverse .p-group-concept__main {
        padding-right:40px
    }
}

.p-group-flow-item {
    border: 6px solid #F2F2F2;
    background: white;
    border-radius: 8px;
    padding: 22px 22px 22px 0;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .p-group-flow-item {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px
    }
}

.p-group-flow-item__num {
    width: 110px;
    text-align: center
}

.p-group-flow-item__num em {
    font-size: 5rem;
    font-family: "Cardo",serif;
    line-height: 1em
}

@media (max-width: 768.98px) {
    .p-group-flow-item__num em {
        font-size:4rem
    }
}

.p-group-flow-item__num em:before {
    content: "STEP";
    letter-spacing: 0.1em;
    display: block;
    line-height: 1em;
    font-size: 1.8rem;
    margin-bottom: 2px
}

@media (max-width: 768.98px) {
    .p-group-flow-item__num em:before {
        font-size:1.5rem
    }
}

.p-group-flow-item__main {
    width: calc(100% - 110px);
    border-left: 2px solid #F2F2F2;
    padding-left: 20px;
    padding-bottom: 6px
}

@media (max-width: 768.98px) {
    .p-group-flow-item__main {
        width:100%;
        border-left: 0;
        margin-top: 4px;
        padding-top: 4px;
        border-top: 3px solid #F2F2F2;
        padding-left: 0;
        padding-bottom: 0;
        text-align: center
    }
}

.p-members-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 768.98px) {
    .p-members-login {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-members-login__h {
    font-size: 1.8rem;
    margin-right: 12px
}

@media (max-width: 768.98px) {
    .p-members-login__h {
        width:100%;
        font-size: 1.5rem;
        text-align: left;
        margin-right: 0
    }
}

@media (max-width: 768.98px) {
    .p-members-login__input {
        width:100%;
        margin-bottom: 12px
    }
}

.p-members-login__password {
    width: 160px;
    height: 50px;
    font-size: 1.6rem;
    border: 1px solid #6E6E6E;
    padding: 2px 10px;
    background: white !important;
    border-radius: 3px
}

@media (max-width: 768.98px) {
    .p-members-login__password {
        width:100%;
        height: 46px
    }
}

.p-members-login__btn {
    width: 90px;
    height: 50px;
    margin-left: 16px;
    background: #333;
    color: white;
    font-size: 1.5rem;
    border-radius: 3px;
    border: 0
}

@media (max-width: 768.98px) {
    .p-members-login__btn {
        width:140px;
        height: 46px;
        margin-left: 0
    }
}

.p-members-h {
    text-align: center
}

.p-members-logo {
    text-align: center;
    margin-bottom: 7px
}

@media (max-width: 768.98px) {
    .p-members-logo img {
        width:200px;
        height: auto
    }
}

.p-members-plan-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 12px;
    padding-bottom: 30px
}

.p-members-plan-item {
    width: calc(50% - 18px);
    margin-left: 24px;
    margin-bottom: 32px
}

.p-members-plan-item:nth-child(4n+1) {
    margin-left: 0
}

@media (max-width: 1239.98px) {
    .p-members-plan-item {
        width:100%;
        margin-left: 0 !important;
        margin-bottom: 32px
    }

    .p-members-plan-item:last-child {
        margin-bottom: 8px !important
    }
}

@media (max-width: 768.98px) {
    .p-access-introduction__h {
        letter-spacing:0.1em
    }
}

#p-access-map__canvas {
    width: 100%;
    height: 54vh;
    min-height: 400px
}

@media (max-width: 768.98px) {
    #p-access-map__canvas {
        height:70vh;
        min-height: 300px
    }
}

.p-access-direction__block {
    padding: 40px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-access-direction__block:nth-child(even) {
    background: #f7f7f7
}

@media (max-width: 1024.98px) {
    .p-access-direction__block {
        padding:15px
    }

    .p-access-direction__block:nth-child(even) {
        padding: 30px 15px
    }
}

@media (max-width: 768.98px) {
    .p-access-direction__block {
        width:100%;
        overflow-x: scroll;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.p-access-direction__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1400px
}

.p-access-direction__row+div {
    margin-top: 16px;
    padding-left: 120px
}

@media (max-width: 768.98px) {
    .p-access-direction__row {
        width:auto;
        padding-right: 15px
    }
}

.p-access-direction__label01 {
    display: inline-block;
    font-size: 1.5rem;
    background: #333;
    color: white;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.04em;
    min-width: 88px;
    padding: 6px;
    letter-spacing: 0.04em;
    border-radius: 4px
}

@media (max-width: 1239.98px) {
    .p-access-direction__label01 {
        font-size:1.5rem;
        min-width: 82px
    }
}

@media (max-width: 1024.98px) {
    .p-access-direction__label01 {
        font-size:1.2rem;
        min-width: 60px
    }
}

@media (max-width: 768.98px) {
    .p-access-direction__label01 {
        font-size:1.3rem
    }
}

.p-access-direction__label02 {
    display: inline-block;
    font-size: 1.5rem;
    background: #e8e8e8;
    color: #6E6E6E;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.04em;
    min-width: 88px;
    padding: 6px;
    border-radius: 4px
}

@media (max-width: 1239.98px) {
    .p-access-direction__label02 {
        font-size:1.5rem;
        min-width: 82px
    }
}

@media (max-width: 1024.98px) {
    .p-access-direction__label02 {
        font-size:1.2rem;
        min-width: 60px
    }
}

@media (max-width: 768.98px) {
    .p-access-direction__label02 {
        font-size:1.3rem
    }
}

.p-access-direction__arrow {
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4em;
    margin: 0 10px;
    padding: 0 30px;
    background-image: url(../img/common/svg-icon/arrow-before.svg),url(../img/common/svg-icon/arrow-after.svg);
    background-repeat: no-repeat , no-repeat;
    background-position: left center , right center;
    background-size: 26px 1px ,26px 6px
}

@media (max-width: 1239.98px) {
    .p-access-direction__arrow {
        font-size:1.1rem;
        letter-spacing: 0;
        margin: 0 8px;
        padding: 0 28px
    }
}

@media (max-width: 1024.98px) {
    .p-access-direction__arrow {
        font-size:1rem;
        margin: 0 10px;
        padding: 0 28px
    }
}

@media (max-width: 768.98px) {
    .p-access-direction__arrow {
        white-space:nowrap;
        background-size: 20px 6px , 20px 6px;
        padding: 0 26px
    }
}

.p-access-time {
    margin-top: 4px
}

@media (min-width: 769px) {
    .p-access-time td {
        height:190px
    }
}

.p-access-spot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.p-access-spot-item {
    width: calc(50% - 16px);
    margin-bottom: 40px
}

@media (max-width: 768.98px) {
    .p-access-spot-item {
        width:100%;
        margin-bottom: 24px
    }
}

.p-access-spot-item__h {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 10px
}

@media (max-width: 768.98px) {
    .p-access-spot-item__h {
        font-size:1.8rem
    }
}

.p-access-spot-item__text {
    line-height: 2em;
    margin-bottom: 1px
}

.p-access-spot-item__link {
    font-size: 1.3rem
}

.p-access-spot-item__link+.p-access-spot-item__link {
    margin-left: 12px
}

.p-access-shop {
    text-align: center
}

.p-access-shop__caption {
    text-align: center;
    letter-spacing: 0.1em
}

.p-access-shop__caption:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
    margin-right: 16px
}

.p-access-shop__caption:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 12px
}

.p-access-shop__h {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 15px
}

@media (max-width: 768.98px) {
    .p-access-shop__h {
        font-size:1.8rem;
        line-height: 1.6em;
        margin-top: 5px
    }
}

.p-access-shop__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px
}

.p-access-shop__img img {
    width: calc(33.33% - 2px);
    height: auto;
    margin-bottom: 3px
}

@media (max-width: 768.98px) {
    .p-access-shop__img img {
        width:calc(50% - 1px);
        margin-bottom: 2px
    }
}

.p-faq-block {
    background: #fff;
    margin-bottom: 12px
}

.p-faq-block__h {
    padding: 12px 16px;
    cursor: pointer;
    color: #090909;
    border-radius: 6px;
    -webkit-box-shadow: 1px 2px 8px 0 rgba(9,9,9,0.08);
    box-shadow: 1px 2px 8px 0 rgba(9,9,9,0.08)
}

@media (max-width: 768.98px) {
    .p-faq-block__h {
        padding:11px 12px
    }
}

.p-faq-block__h:before {
    content: "Q.";
    width: 25px;
    display: inline-block;
    color: #333
}

.p-faq-block__answer {
    display: none;
    position: relative;
    margin: 0 0 16px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 42px;
    font-size: 1.3rem;
    border-top: 1px solid rgba(9,9,9,0.1)
}

@media (max-width: 768.98px) {
    .p-faq-block__answer {
        padding-left:38px;
        padding-right: 10px
    }
}

.p-faq-block__answer:before {
    content: "A.";
    width: 25px;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 14px;
    color: #090909
}

@media (max-width: 768.98px) {
    .p-faq-block__answer:before {
        left:12px;
        top: 10px
    }
}

.p-faq-block__answer p+* {
    margin-top: 10px
}

.p-faq-block__answer.is-visible {
    display: block;
    -webkit-animation: fadeIn .4s linear 0s 1 backwards;
    animation: fadeIn .4s linear 0s 1 backwards
}

.p-voice-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1239.98px) {
    .p-voice-wrap {
        -webkit-box-pack:justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 768.98px) {
    .p-voice-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.p-voice-item {
    width: calc(33.33% - 16px);
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 8px 8px 0 rgba(204,204,204,0.2);
    box-shadow: 8px 8px 0 rgba(204,204,204,0.2);
    margin-bottom: 28px;
    padding: 20px 20px;
    margin-left: 24px
}

.p-voice-item:nth-child(3n+1) {
    margin-left: 0
}

@media (max-width: 1239.98px) {
    .p-voice-item {
        width:calc(50% - 12px);
        margin-left: 0
    }
}

@media (max-width: 768.98px) {
    .p-voice-item {
        width:100%;
        margin-bottom: 18px
    }
}

.p-voice-item__h {
    padding-left: 0;
    margin-bottom: 8px
}

.p-voice-more img {
    border: 1px solid #F2F2F2;
    border-radius: 2px
}

@media (max-width: 768.98px) {
    .p-voice-more img {
        width:70px;
        height: auto
    }
}

.p-anniversary-split-slide {
    width: 100%;
    min-width: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.p-anniversary-split-slide.is-direction--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide {
        -webkit-box-orient:vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        min-width: 0;
        height: auto;
        min-height: 0
    }
}

.p-anniversary-split-slide__img {
    width: 50%;
    height: 68vh;
    min-height: 560px
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide__img {
        width:100%;
        padding: 0 !important;
        height: 64vw;
        min-height: 200px
    }
}

.p-anniversary-split-slide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-anniversary-split-slide__main {
    width: calc(50% - ((100% - 1180px)/2));
    padding: 20px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 1239.98px) {
    .p-anniversary-split-slide__main {
        width:50%
    }
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide__main {
        width:100%;
        padding: 16px 15px
    }
}

.p-anniversary-split-slide__wrap {
    width: 100%
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide__wrap {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide__description {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

.p-anniversary-split-slide__text {
    font-family: "Noto Sans JP",sans-serif;
}

.p-anniversary-split-slide__text p {
    font-size: 1.4rem
}

.p-anniversary-split-slide-gallery {
    height: 100%;
    overflow: hidden
}

.p-anniversary-split-slide-gallery__area {
    height: 100%
}

.p-anniversary-split-slide-gallery__area .slick-list,.p-anniversary-split-slide-gallery__area .slick-track {
    height: 100%
}

.p-anniversary-split-slide-gallery__item {
    position: relative;
    width: 100%;
    height: 100%
}

.p-anniversary-split-slide-gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.p-anniversary-split-slide-gallery__item em {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(255,255,255,0.4);
    padding: 6px 12px;
    letter-spacing: 0.08em;
    border-radius: 7px 0 0 0
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide-gallery__item em {
        padding:4px 12px
    }
}

.p-anniversary-split-slide__thumb {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.06)
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide__thumb {
        -webkit-box-ordinal-group:2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        margin-bottom: 12px;
        padding-top: 0;
        border-top: none
    }
}

.p-anniversary-split-slide-gallery-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.p-anniversary-split-slide-gallery-nav .slick-track {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important
}

.p-anniversary-split-slide-gallery-nav__thumb {
    width: 72px !important;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
    cursor: pointer
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide-gallery-nav__thumb {
        width:45px !important;
        margin-right: 4px !important;
        margin-bottom: 5px !important
    }
}

.p-anniversary-split-slide-gallery-nav__thumb.slick-current img {
    border: 1px solid rgba(51,51,51,0.8)
}

.p-anniversary-split-slide-gallery-nav__thumb:focus {
    outline: none
}

.p-anniversary-split-slide-gallery-nav__thumb img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid transparent;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 768.98px) {
    .p-anniversary-split-slide-gallery-nav__thumb img {
        width:43px;
        height: 43px
    }
}

.p-anniversary-items__heading {
    padding-left: 24px;
    display: block;
    font-family: "Cardo",serif;
    margin-top: 10px;
    font-size: 2rem;
    color: #D29180;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: -24px
}

.p-anniversary-items__heading::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 6px;
    border-top: solid 1px #090909;
    border-bottom: solid 1px #090909;
    vertical-align: middle;
    margin: 0 6px 5px 0
}

.p-anniversary-items__price {
    font-size: 1.8rem
}

.p-anniversary-items__remarks {
    font-size: 1.5rem;
    color: rgba(51,51,51,0.6)
}

.u-fz--1 {
    /* font-size: 1.3rem !important; */
}

.u-fz--2 {
    /* font-size: 1.3rem !important; */
}

.u-fz--3 {
    font-size: 1.8rem !important
}

.u-fz--4 {
    font-size: 2rem !important
}

.u-fz--5 {
    font-size: 2.4rem !important
}

.u-fz--6 {
    font-size: 3.2rem !important
}

.u-fz--7 {
    font-size: 4rem !important
}

.u-fz--8 {
    font-size: 4.8rem !important
}

@media (min-width: 576px) {
    .u-fz-sm--1 {
        font-size:1.3rem !important
    }

    .u-fz-sm--2 {
        font-size: 1.5rem !important
    }

    .u-fz-sm--3 {
        font-size: 1.8rem !important
    }

    .u-fz-sm--4 {
        font-size: 2rem !important
    }

    .u-fz-sm--5 {
        font-size: 2.4rem !important
    }

    .u-fz-sm--6 {
        font-size: 3.2rem !important
    }

    .u-fz-sm--7 {
        font-size: 4rem !important
    }

    .u-fz-sm--8 {
        font-size: 4.8rem !important
    }
}

@media (min-width: 769px) {
    .u-fz-md--1 {
        font-size:1.3rem !important
    }

    .u-fz-md--2 {
        font-size: 1.5rem !important
    }

    .u-fz-md--3 {
        font-size: 1.8rem !important
    }

    .u-fz-md--4 {
        /* font-size: 1.5rem !important; */
    }

    .u-fz-md--5 {
        font-size: 2.4rem !important
    }

    .u-fz-md--6 {
        font-size: 3.2rem !important
    }

    .u-fz-md--7 {
        font-size: 4rem !important
    }

    .u-fz-md--8 {
        font-size: 4.8rem !important
    }
}

@media (min-width: 1025px) {
    .u-fz-lg--1 {
        font-size:1.3rem !important
    }

    .u-fz-lg--2 {
        font-size: 1.5rem !important
    }

    .u-fz-lg--3 {
        font-size: 1.8rem !important
    }

    .u-fz-lg--4 {
        font-size: 2rem !important
    }

    .u-fz-lg--5 {
        font-size: 2.4rem !important
    }

    .u-fz-lg--6 {
        font-size: 3.2rem !important
    }

    .u-fz-lg--7 {
        font-size: 4rem !important
    }

    .u-fz-lg--8 {
        font-size: 4.8rem !important
    }
}

@media (min-width: 1240px) {
    .u-fz-xl--1 {
        font-size:1.3rem !important
    }

    .u-fz-xl--2 {
        font-size: 1.5rem !important
    }

    .u-fz-xl--3 {
        font-size: 1.8rem !important
    }

    .u-fz-xl--4 {
        font-size: 2rem !important
    }

    .u-fz-xl--5 {
        font-size: 2.4rem !important
    }

    .u-fz-xl--6 {
        font-size: 3.2rem !important
    }

    .u-fz-xl--7 {
        font-size: 4rem !important
    }

    .u-fz-xl--8 {
        font-size: 4.8rem !important
    }
}

.u-w--auto {
    width: auto
}

.u-w--10 {
    width: 10%
}

.u-w--20 {
    width: 20%
}

.u-w--30 {
    width: 30%
}

.u-w--40 {
    width: 40%
}

.u-w--50 {
    width: 50%
}

.u-w--60 {
    width: 60%
}

.u-w--70 {
    width: 70%
}

.u-w--80 {
    width: 80%
}

.u-w--90 {
    width: 90%
}

.u-w--100 {
    width: 100%
}

@media (min-width: 576px) {
    .u-w-sm--auto {
        width:auto
    }

    .u-w-sm--10 {
        width: 10%
    }

    .u-w-sm--20 {
        width: 20%
    }

    .u-w-sm--30 {
        width: 30%
    }

    .u-w-sm--40 {
        width: 40%
    }

    .u-w-sm--50 {
        width: 50%
    }

    .u-w-sm--60 {
        width: 60%
    }

    .u-w-sm--70 {
        width: 70%
    }

    .u-w-sm--80 {
        width: 80%
    }

    .u-w-sm--90 {
        width: 90%
    }

    .u-w-sm--100 {
        width: 100%
    }
}

@media (min-width: 769px) {
    .u-w-md--auto {
        width:auto
    }

    .u-w-md--10 {
        width: 10%
    }

    .u-w-md--20 {
        width: 20%
    }

    .u-w-md--30 {
        width: 30%
    }

    .u-w-md--40 {
        width: 40%
    }

    .u-w-md--50 {
        width: 50%
    }

    .u-w-md--60 {
        width: 60%
    }

    .u-w-md--70 {
        width: 70%
    }

    .u-w-md--80 {
        width: 80%
    }

    .u-w-md--90 {
        width: 90%
    }

    .u-w-md--100 {
        width: 100%
    }
}

@media (min-width: 1025px) {
    .u-w-lg--auto {
        width:auto
    }

    .u-w-lg--10 {
        width: 10%
    }

    .u-w-lg--20 {
        width: 20%
    }

    .u-w-lg--30 {
        width: 30%
    }

    .u-w-lg--40 {
        width: 40%
    }

    .u-w-lg--50 {
        width: 50%
    }

    .u-w-lg--60 {
        width: 60%
    }

    .u-w-lg--70 {
        width: 70%
    }

    .u-w-lg--80 {
        width: 80%
    }

    .u-w-lg--90 {
        width: 90%
    }

    .u-w-lg--100 {
        width: 100%
    }
}

@media (min-width: 1240px) {
    .u-w-xl--auto {
        width:auto
    }

    .u-w-xl--10 {
        width: 10%
    }

    .u-w-xl--20 {
        width: 20%
    }

    .u-w-xl--30 {
        width: 30%
    }

    .u-w-xl--40 {
        width: 40%
    }

    .u-w-xl--50 {
        width: 50%
    }

    .u-w-xl--60 {
        width: 60%
    }

    .u-w-xl--70 {
        width: 70%
    }

    .u-w-xl--80 {
        width: 80%
    }

    .u-w-xl--90 {
        width: 90%
    }

    .u-w-xl--100 {
        width: 100%
    }
}

.u-ff--jaGochic {
    font-family: "Noto Sans JP",sans-serif;
}

.u-ff--en {
    font-family: "Cardo",serif !important
}

.u-h--auto {
    min-height: 0;
    height: auto
}

.u-h--10 {
    min-height: 60px;
    height: 10vh
}

.u-h--20 {
    min-height: 120px;
    height: 20vh
}

.u-h--30 {
    min-height: 180px;
    height: 30vh
}

.u-h--40 {
    min-height: 240px;
    height: 40vh
}

.u-h--50 {
    min-height: 300px;
    height: 50vh
}

.u-h--60 {
    min-height: 360px;
    height: 60vh
}

.u-h--70 {
    min-height: 420px;
    height: 70vh
}

.u-h--80 {
    min-height: 480px;
    height: 80vh
}

.u-h--90 {
    min-height: 540px;
    height: 90vh
}

.u-h--100 {
    min-height: 600px;
    height: 100vh
}

@media (min-width: 576px) {
    .u-h-sm--auto {
        min-height:0;
        height: auto
    }

    .u-h-sm--10 {
        min-height: 60px;
        height: 10vh
    }

    .u-h-sm--20 {
        min-height: 120px;
        height: 20vh
    }

    .u-h-sm--30 {
        min-height: 180px;
        height: 30vh
    }

    .u-h-sm--40 {
        min-height: 240px;
        height: 40vh
    }

    .u-h-sm--50 {
        min-height: 300px;
        height: 50vh
    }

    .u-h-sm--60 {
        min-height: 360px;
        height: 60vh
    }

    .u-h-sm--70 {
        min-height: 420px;
        height: 70vh
    }

    .u-h-sm--80 {
        min-height: 480px;
        height: 80vh
    }

    .u-h-sm--90 {
        min-height: 540px;
        height: 90vh
    }

    .u-h-sm--100 {
        min-height: 600px;
        height: 100vh
    }
}

@media (min-width: 769px) {
    .u-h-md--auto {
        min-height:0;
        height: auto
    }

    .u-h-md--10 {
        min-height: 60px;
        height: 10vh
    }

    .u-h-md--20 {
        min-height: 120px;
        height: 20vh
    }

    .u-h-md--30 {
        min-height: 180px;
        height: 30vh
    }

    .u-h-md--40 {
        min-height: 240px;
        height: 40vh
    }

    .u-h-md--50 {
        min-height: 300px;
        height: 50vh
    }

    .u-h-md--60 {
        min-height: 360px;
        height: 60vh
    }

    .u-h-md--70 {
        min-height: 420px;
        height: 70vh
    }

    .u-h-md--80 {
        min-height: 480px;
        height: 80vh
    }

    .u-h-md--90 {
        min-height: 540px;
        height: 90vh
    }

    .u-h-md--100 {
        min-height: 600px;
        height: 100vh
    }
}

@media (min-width: 1025px) {
    .u-h-lg--auto {
        min-height:0;
        height: auto
    }

    .u-h-lg--10 {
        min-height: 60px;
        height: 10vh
    }

    .u-h-lg--20 {
        min-height: 120px;
        height: 20vh
    }

    .u-h-lg--30 {
        min-height: 180px;
        height: 30vh
    }

    .u-h-lg--40 {
        min-height: 240px;
        height: 40vh
    }

    .u-h-lg--50 {
        min-height: 300px;
        height: 50vh
    }

    .u-h-lg--60 {
        min-height: 360px;
        height: 60vh
    }

    .u-h-lg--70 {
        min-height: 420px;
        height: 70vh
    }

    .u-h-lg--80 {
        min-height: 480px;
        height: 80vh
    }

    .u-h-lg--90 {
        min-height: 540px;
        height: 90vh
    }

    .u-h-lg--100 {
        min-height: 600px;
        height: 100vh
    }
}

@media (min-width: 1240px) {
    .u-h-xl--auto {
        min-height:0;
        height: auto
    }

    .u-h-xl--10 {
        min-height: 60px;
        height: 10vh
    }

    .u-h-xl--20 {
        min-height: 120px;
        height: 20vh
    }

    .u-h-xl--30 {
        min-height: 180px;
        height: 30vh
    }

    .u-h-xl--40 {
        min-height: 240px;
        height: 40vh
    }

    .u-h-xl--50 {
        min-height: 300px;
        height: 50vh
    }

    .u-h-xl--60 {
        min-height: 360px;
        height: 60vh
    }

    .u-h-xl--70 {
        min-height: 420px;
        height: 70vh
    }

    .u-h-xl--80 {
        min-height: 480px;
        height: 80vh
    }

    .u-h-xl--90 {
        min-height: 540px;
        height: 90vh
    }

    .u-h-xl--100 {
        min-height: 600px;
        height: 100vh
    }
}

.u-td--underline {
    text-decoration: underline
}

.u-td--none {
    text-decoration: none
}

.u-lst--upper-latin {
    list-style-type: upper-latin
}

.u-lh--0 {
    line-height: 1
}

.u-lh--1 {
    line-height: 1.4
}

.u-lh--2 {
    line-height: 1.6
}

.u-lh--3 {
    line-height: 1.8
}

.u-lh--4 {
    line-height: 2.2
}

.u-ls--0 {
    letter-spacing: 0em
}

.u-ls--1 {
    letter-spacing: 0.02em
}

.u-ls--2 {
    letter-spacing: 0.06em
}

.u-ls--3 {
    letter-spacing: 0.1em
}

.u-ls--4 {
    letter-spacing: 0.14em
}

.u-z-index--0 {
    z-index: 0
}

.u-z-index--1 {
    z-index: 1
}

.u-z-index--2 {
    z-index: 2
}

.u-z-index--3 {
    z-index: 3
}

.u-bg--body {
    background-color: #fff
}

.u-bg-no-gutters {
    margin-left: -60px;
    margin-right: -60px
}

@media (max-width: 768.98px) {
    .u-bg-no-gutters {
        margin-left:-15px;
        margin-right: -15px
    }
}

.u-bg-no-gutters>.col,.u-bg-no-gutters>[class*="col-"] {
    padding-right: 60px;
    padding-left: 60px
}

@media (max-width: 768.98px) {
    .u-bg-no-gutters>.col,.u-bg-no-gutters>[class*="col-"] {
        padding-right:15px;
        padding-left: 15px
    }
}

.u-writing--vertical {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl
}

@media (min-width: 576px) {
    .u-writing-sm--vertical {
        -ms-writing-mode:tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}

@media (min-width: 769px) {
    .u-writing-md--vertical {
        -ms-writing-mode:tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}

@media (min-width: 1025px) {
    .u-writing-lg--vertical {
        -ms-writing-mode:tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}

@media (min-width: 1240px) {
    .u-writing-xl--vertical {
        -ms-writing-mode:tb-rl;
        -webkit-writing-mode: vertical-rl;
        -o-writing-mode: vertical-rl;
        writing-mode: vertical-rl
    }
}

.u-writing--horizontal {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb
}

@media (min-width: 576px) {
    .u-writing-sm--horizontal {
        -ms-writing-mode:lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

@media (min-width: 769px) {
    .u-writing-md--horizontal {
        -ms-writing-mode:lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

@media (min-width: 1025px) {
    .u-writing-lg--horizontal {
        -ms-writing-mode:lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

@media (min-width: 1240px) {
    .u-writing-xl--horizontal {
        -ms-writing-mode:lr-tb;
        -webkit-writing-mode: horizontal-tb;
        -o-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb
    }
}

.u-tpl-cover-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media all and (-ms-high-contrast: none) {
    .u-tpl-cover-image *::-ms-backdrop,.u-tpl-cover-image {
        visibility: hidden
    }
}

.home-statement__content {
    margin-bottom: 10px;
    padding: 20px 24px 0 68px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .home-statement__content {
        padding: 20px 10px 0;
        padding: 20px 0 0;
        /* text-align: center; */
    }
    .p-top-contents__main.home-statement__content{
        width: calc(100% - 20px);
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .home-statement__content {
        -ms-writing-mode: tb-rl;
        margin: 20px auto;
        /* height: 230px; */
        padding: 0;
    }
}

@media screen and (min-width: 769px) {
    .home-statement__content:lang(en-US) {
        -webkit-writing-mode:initial;
        writing-mode: initial;
        -ms-writing-mode: lr-tb;
        margin: 0 auto;
        height: auto
    }
}
.home-statement{
    padding:3rem 2rem;
}
.home-statement__primary-text {
    font-size: 1.6rem;
    line-height: 2.14;
    letter-spacing: 0.3em;
    margin: -.42105em 0 1.68421em
}

@media screen and (min-width: 769px) {
    .home-statement__primary-text {
        font-size: 2.4rem;
        line-height: 3;
        margin: 0 1.6em;
    }
}

.home-statement__primary-text:lang(en-US) {
    font-size: 1.3125rem;
    line-height: 1.14286;
    margin: -.1em 0 1.3em
}

@media screen and (min-width: 769px) {
    .home-statement__primary-text:lang(en-US) {
        font-size:1.375rem;
        line-height: 1.18182;
        margin: -.09091em 0 1.27273em
    }
}

.home-statement__secondary-text {
    font-size: 1.4rem;
    line-height: 2.14;
    letter-spacing: .2em;
}

@media screen and (min-width: 769px) {
    .home-statement__secondary-text {
        font-size: 1.5rem;
        line-height: 2.5;
        margin: 20px 0 0 0;
    }
}

.home-statement__secondary-text:lang(en-US) {
    font-size: 1rem;
    line-height: 1.5;
    margin: -.25em 0
}

@media screen and (min-width: 769px) {
    .home-statement__secondary-text:lang(en-US) {
        font-size:1.125rem;
        line-height: 1.44444;
        margin: -.22222em 0
    }
}

.d--none {
    display: none
}

@media screen and (min-width: 769px) {
    .d-md--none {
        display:none
    }
}

@media screen and (max-width: 769px) {
    .d-md--inline {
        display: inline!important;
    }
}

.btn {
    display: inline-block;
    position: relative;
    border: 1px solid #6b6b6b;
    color: #33231a;
    text-align: center;
    padding: 10px 40px;
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    background-color: #e7e7e7;
    font-size: 1.4rem;
}

.c-orenge .btn{
    background-color: #ec732e;
    color: #fff;
    border: 1px solid #fff;
}

.btn::before, .btn::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border: 1px solid transparent;
}

.btn::before {
    top: -1px;
    left: -1px;
}

.btn::after {
    bottom: -1px;
    right: -1px;
}

.btn:hover {
    text-decoration: none;
}

.btn:hover::before, .btn:hover::after {
    width: 100%;
    height: 100%;
    -webkit-transition: height .3s, width .3s .3s;
    -o-transition: height .3s, width .3s .3s;
    transition: height .3s, width .3s .3s;
}

.btn:hover::before {
    border-bottom-color: #33231a;
    border-left-color: #33231a;
}

.btn:hover::after {
    border-top-color: #33231a;
    border-right-color: #33231a;
}

.c-orenge .btn:hover::before {
    border-bottom-color: #fff;
    border-left-color: #fff;
}

.c-orenge .btn:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
}

.p-top-contents__main.flex_3 {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.p-top-contents__main.flex_3 .clm_3 {
    width: 30%;
}

.p-top-contents__main.flex_3 .clm_3 img {
    width: 100%;
}

.clm_3 .p-top-contents__title__text {
    font-size: 2.3rem;
}

@media only screen and (max-width: 769px) {
    .p-top-contents__main.flex_3 {
        display: block;
        padding: 0;
    }

    .p-top-contents__main.flex_3 .clm_3 {
        width: 100%;
        margin-bottom: 70px;
    }

    .clm_3 .p-top-contents__title__text {
        font-size: 2.2rem;
    }
}

@media (max-width: 768.98px) {
    .p-top-contents__main.flex_3 {
        background: url(../img/top/under_01.png);
        background-size: 250%;
    }
}

section:nth-child(2n) {
    background: none !important;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.top-yoyaku{
    position: relative;
    z-index: 999;
    border-bottom: solid 1px #ddd;
    background: #fff;
    padding: 1rem 0;
}
    @media screen and (max-width: 1250px) {

.top-yoyaku .top_searchBox {
        display: flex !important;
    }
    }
.checkin select {
  -moz-appearance: auto;
  -webkit-appearance: auto;
}
.home-statement {
    opacity: 0;
    animation: fadeInDown 2.8s ease-out forwards;
}

.btn_center {
    text-align: center;
}

.c-plan-item.blog {
    padding-bottom: 10px;
    max-width: 250px;
    margin-right: 0 !important;
}

.c-plan-group__wrap.swiper-wrapper.blog img {
    max-width: 400px;
    width: 100%;
    max-height: 145px;
    min-height: 145px;
    object-fit: cover;
}

.c-plan-group__wrap.swiper-wrapper.blog a {
    text-decoration: none;
    padding: 0 15px;
    display: block;
    /* text-align: center; */
    font-weight: 600;
}

.c-plan-group__wrap.swiper-wrapper.blog a time {
    font-size: 1.1rem;
    color: #5b5b5b;
    font-weight: normal;
}

.c-background-1.blog {
    background: none;
}

.wifi_flex {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 10px;
    max-width: 450px;
    margin: auto;
    background: #ffffffa1;
}

.wifi_clm img {
    width: 100%;
    max-width: 100px;
}

.wifi_clm {
    margin: auto;
}

.wifi_clm p {
    font-size: 1.3rem;
    margin: 0 20px 0;
    font-weight: 500;
    text-align: left !important;
}

.wifi_clm p.small {
    font-size: 1.1rem;
    margin-top: 10px;
    font-weight: normal;
}

.l-footer__flex {
    display: flex;
}

@media (max-width: 768.98px) {
    .l-footer__flex {
        display: block;
    }
}

span.b{
    font-weight: 600;
}
span.red{
    color: #d90000;
}
span.blue{
    color: #297fdf;
}
span.sen {
    background: linear-gradient(transparent 40%, #c7f2ff 0%);
    /*     border-bottom: solid 3px #297fdf; */
    text-decoration: none;
    border: none;
}

.box {
    margin: 20px auto;
    border: solid 1px #d90000;
    padding: 10px;
    max-width: 1000px;
}

.box p {
    font-size: 1.1em;
}

.box span.title {
    font-size: 1.4em;
    font-weight: 500;
    color: #d90000;
}

@media screen and (max-width: 600px) {
    .box span.title {
        font-size: 1.2em;
    }
    .box p {
        font-size: 1em;
    }
}

span.big{
    font-size: 1.5rem;
    padding: 0 0.3rem;
}

.sp{
    display: none;
}
@media screen and (max-width: 600px) {
    .sp{
        display: block;
    }
    .pc{
        display: none !important;
    }
}

span.br {
    display: inline-block;
}

@media screen and (max-width: 1000px) {
    span.br {
        display: inline;
    }
}
/*
@media screen and (max-width: 500px) {
    span.br {
        display: inline-block;
    }
}*/

#pageTop:before {
    transform: translate3d(0, 0, 0);
    transition-duration: 0s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#pageTop:after {
    transform: translate3d(0, 100%, 0);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

@media (prefers-color-scheme: light) {
    /*     #pageTop span:before,
    #pageTop span:after {
    background-image: url("../img/pageTop--w.svg");
    font-family: 'themify';
    content: 'â–³';
    color: rgb(255 255 255);
    font-family: 'Font Awesome 6 pro';
    font-size: 15px;
    z-index: 99999;
} */
}

@media (prefers-color-scheme: dark) {
    #pageTop span:before,
    #pageTop span:after {
        background-image: url("../img/pageTop--b.svg");
    }
}

#pageTop:hover span::before,
#pageTop:active span::before {
    transform: translate3d(0, -100%, 0);
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#pageTop:hover span::after,
#pageTop:active span::after {
    /* transform: translate3d(0, 0, 0); */
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

#pageTop.show {
    transform: translate3d(0, 0, 0);
}

#pageTop.active {
    position: absolute;
    transform: translate3d(0, 0, 0);
    top: -90px;
}

#pageTop {
    position: fixed;
    bottom: 10px;
    width: 50px;
    top: 90%;
    height: 50px;
    right: 10px;
    background-color: #fff;
    box-shadow: 2px 3px 7px #00000038;
    border-radius:50%;
    cursor: pointer;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: translate3d(0, 100%, 0);
    z-index: 999;
}

#pageTop:before {
    position: absolute;
    content: "";
    margin: 0 6px;
    display: block;
    min-width: 11px;
    min-height: 11px;
    left: calc(50% - 11px);
    top: calc(50% - 5px);
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
@media only screen and (max-width: 500px) {
    #pageTop {
        /* bottom: 30px; */
        top: 65%;
    }
    #pageTop:before {
        /* left: 30%; */
        /* right: 30%; */
        line-height: 35px;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    /* margin: 0 1%; */
    width: 100%;
    gap: 1rem;
}
/*flexの時左右の順番*/
.flex.x {
    flex-direction: row-reverse;
}
/*flexなし*/
.flex.non {
    display: block;
}
.flex .cnt{
    padding: 1%;
    width: calc(98% / 2);
}
.flex .cnt.left{
    width: 30%;
}
.flex .cnt.right{
    width: 70%;
}
.flex .spflex .cnt{
    width: 100%
}
.cnt img{
    width: 100%;
}
/*3カラム*/
.flex.clm3 .cnt{
    padding: 1%;
    width: calc(100% / 3 - 1rem);
}
/*4カラム*/
.flex.clm4 .cnt{
    /* padding: 1%; */
    width: calc(100% / 4 - 1rem);
}

.flex_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
    margin: 6px 0;
    width: 100%;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .flex .cnt{
        width: 98%;
    }
    .flex.clm3 .cnt{
        width: 98%;
    }
    /* spの場合flex */
    .flex .spflex{
        width: 98%;
    }
    .flex .spflex .cnt{
        width: calc(100% / 2 - 1rem);
    }
    .flex.clm4 .cnt{
    width: calc(100% / 2 - 1rem);
}
}

.catName {
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    font-size: 11px;
    line-height: 100%;
    margin: 0 2px;
    background: #fff;
    font-weight: 600;
}

.catName.new {
	background: #e85f92;
	color: #fff;
	font-size: 1.3rem;
}
.catName.event {
	background: #056ab3;
	color: #fff;
	font-size: 1.3rem;
}
.catName.nearby {
	background: #016c6e;
	color: #fff;
	font-size: 1.3rem;
}


.iframe-container {
    position: relative;
    overflow: hidden;
    flex: 1;
}

#iframeWrapper {
    position: relative;
    white-space: nowrap;
    transition: transform 0.3s ease;
}

/* ==========================================================================

.linkArea

========================================================================== */

.linkArea {text-align: center;padding: 10px 0 30px;}
.linkArea2 {text-align: center;margin-top: 40px;width:100%;max-width: 300px;margin: 30px auto;}
.linkArea3 {text-align: center;padding: 10px;}

/* .btn  */
.btn1 {display: inline-block;width:275px;max-width:100%;padding: 1rem 10px;margin: 20px 0 10px;font-size: 14px;text-decoration: none;text-align:center;font-weight:500;/* line-height: 55px; */letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 1px;background: #031d1e;color: #fff;border: #031d1e 1px solid;}
.btn1:after {font-family: 'FontAwesome';content: "\e649";/* content: "\f16d"; */content: "\f105";font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 50px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
/* .btn:after { font-family: 'FontAwesome'; 
content: "\f16d"; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
position: absolute; top: 0; right: 15px; z-index: 1; 
line-height: 55px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } */

.btn1:hover {color: #031d1e;background: #fff;border: #031d1e 1px solid;text-decoration: none;}
.btn1:hover:after { right: 10px; }



/* .btnBorder */
.btnBorder {color: #fff;background: #111e82;border: #12118b 1px solid;/* padding: 0 10px; */width: 330px;}
.btnBorder:hover {color: #fff;background:none;border: #fff 1px solid;}

/* .btnSmall */
.btnSmall {font-size: 13px;line-height: 30px;width: 170px;max-width: 100%;/* border: #999 2px solid; *//* border-bottom: #016c6e 2px solid; */padding: 0;}
.btnSmall:after {line-height: 30px;}
.btnSmall:hover {
    border: #c54323 1px solid;
    background:linear-gradient(to right,#FFDD68, #EC6D4E, #E861A7);
    color: #fff;
    opacity: .9;
}

/* .btnSmall */
.btnSmall2 {font-size: 13px;line-height: 30px;width: 150px;max-width: 100%;/* border: #999 2px solid; *//* border-bottom: #016c6e 2px solid; */}
.btnSmall2:after {line-height: 30px;}
.btnSmall2:hover { border:#999 0px solid; }




/* .btnSmall */
.btnSmallBorder { font-size: 13px; line-height:40px; width:200px; max-width:100%; color:#111; background:none; border:#111 1px solid; }
.btnSmallBorder:after { line-height:40px; }
.btnSmallBorder:hover { color:#999; background: #f0fafe;background:none; border:#999 1px solid; }

/* .btnBlue */
.btnBlue:hover { color:#fefefe; background:#999; border:#999 1px solid; }
/* .btnBlueBorder */
.btnBlueBorder:hover { color:#999; background:#999;background:none; border:#999 1px solid; }


/* ===css修正-UP前=== *

.btn1 {display: inline-block;width:275px;max-width:100%;padding: 0;margin:0 10px;color: #fff;font-size: 14px;text-decoration: none;text-align:center;font-weight:500;line-height: 55px;letter-spacing: 1px;position: relative;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 1px;background-image: -webkit-gradient(
linear,
left top,
right top,
color-stop(40%, #cd9797),
to(#9f7867)
);
background-image: -webkit-linear-gradient(left, #cd9797 30%, #9f7867 100%);
background-image: linear-gradient(90deg, #cd9797 30%, #9f7867 100%);
border: solid 1px #fff}
.btn1:after {font-family: 'FontAwesome';content: "\f105";font-size: 10px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;right: 15px;z-index: 1;line-height: 55px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}

.btn1:hover {color:#fff;
background-image: -webkit-gradient(
linear,
left top,
right top,
from(#cd9797),
color-stop(#9f7867),
to(#b38072)
);
background-image: -webkit-linear-gradient(left, #cd9797, #9f7867, #b38072);
background-image: linear-gradient(90deg, #c38a8a, #a9665b, #ab7065);}
.btn1:hover:after { right: 10px; }

/* ===ここまで差し替え=== */

@media only screen and (max-width: 800px) {
    .linkArea { margin-top: 30px; }

    /* .btn  */
    .btn {margin: 10px auto;font-size: 13px;line-height: 30px;width:275px;max-width:100%;}
    .btn:after { line-height: 30px; right: 10px;}

    .btn:hover { color:#fefefe; background:#000; border:#000 1px solid; }

    /* .btnBorder */
    .btnBorder:hover {color: #fff;background:none;border: #fff 1px solid;}
    /* .btnSmall */
    .btnSmall { line-height:30px; width:220px; max-width:100%; }
    .btnSmall:after { line-height:30px; }
    .btnSmall:hover { border:#000 1px solid; }
}

@media only screen and (max-width: 738px) {
    .linkArea { margin-top: 25px; }
    /* .btn  */
    .btn1 {/* font-size: 13px; *//* line-height: 30px; *//* width:250px; *//* max-width:100%; *//* line-height: 55px; */}
    .btn1:after {line-height: 50px;}
    .btnSmall { line-height:30px; width:180px; max-width:100%; }
    .btnSmall:after { line-height:30px; }
}

@media only screen and (max-width: 414px) {
    .btn1 {font-size: 12px;margin: 20px 0 10px;}	
}

@media only screen and (max-width: 500px) {
    .btnBorder {
        width: 280px;
    }
}

.newMark{
	display:inline-block;
	font-weight: 600;
	padding: 6px 10px;
	font-size:11px;
	line-height:100%;
	background: #ffc751;
	color: #031d1e;
	box-shadow:1px 1px 1px #999;
	border-radius: 14px;
	font-style:italic;
}