@charset "UTF-8";
.wp-block-freeform.block-library-rich-text__tinymce ol,.wp-block-freeform.block-library-rich-text__tinymce ul,ol,ul {
    padding-left: 20px;
    line-height: 1.8
}

.wp-block-freeform.block-library-rich-text__tinymce ol.natural,.wp-block-freeform.block-library-rich-text__tinymce ol.row,.wp-block-freeform.block-library-rich-text__tinymce ul.natural,.wp-block-freeform.block-library-rich-text__tinymce ul.row,ol.natural,ul.natural {
    padding-left: 0
}

.wp-block-freeform.block-library-rich-text__tinymce ol.natural li,.wp-block-freeform.block-library-rich-text__tinymce ol.row li,.wp-block-freeform.block-library-rich-text__tinymce ul.natural li,.wp-block-freeform.block-library-rich-text__tinymce ul.row li,ol.natural li,ul.natural li {
    list-style: none
}

table:not(.c-table-1) {
    width: 100%;
    margin-bottom: 12px;
    border-top: 1.5px solid #D9D9D9;
    border-left: 1.5px solid #D9D9D9
}

@media (min-width: 768px) {
    table:not(.c-table-1) {
        margin-bottom:15px
    }
}

table:not(.c-table-1) td,table:not(.c-table-1) th {
    padding: 10px 15px;
    border-right: 1.5px solid #D9D9D9;
    border-bottom: 1.5px solid #D9D9D9
}

table:not(.c-table-1) th {
    font-weight: bold
}

.editor-styles-wrapper .wp-block-button__link,.wp-block-button__link {
    padding: 1.25rem 3.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
    border-radius: 60px;
    text-decoration: none;
    background: #FCEE3A;
    color: #2C2C2C;
    font-weight: bold;
    line-height: 1;
    font-size: 24px;
    position: relative;
}

@media (max-width: 767px) {
    .editor-styles-wrapper .wp-block-button__link,.wp-block-button__link {
        font-size: 14px;
        padding: .625rem 1.875rem;
        min-height: 40px;
    }
}

.editor-styles-wrapper .wp-block-button__link svg,.wp-block-button__link svg {
    content: "";
    display: block;
    width: 0.5em;
    height: auto;
    fill: transparent;
    stroke-width: 2px;
    stroke: #2C2C2C;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all ease 0.2s
}
.editor-styles-wrapper .wp-block-button__link:hover svg, .wp-block-button__link:hover svg{
    translate: 5px 0;
}

.c-btn--tab svg {
    content: "";
    display: inline-block;
    width: 1em;
    height: auto;
    margin-left: 0.75rem;
    fill: transparent;
    stroke-width: 2px;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    translate: 0 -20%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.wp-block-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.p-btnWrapper {
    margin-top: 2.5rem;
    text-align: center
}

@media (min-width: 768px) {
    .p-btnWrapper {
        margin-top:3rem
    }
}

.p-btnWrapper--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .p-btnWrapper--2col {
        gap:2.5rem
    }
}

.c-link-arrow {
    padding-right: 0.8em;
    position: relative;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.c-link-arrow:before {
    content: "";
    display: block;
    width: 0.45em;
    height: 0.45em;
    border-top: 2px solid #199BBC;
    border-right: 2px solid #199BBC;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

a.c-link-arrow:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

a.c-link-arrow:hover:before {
    border-color: #3FBBDB
}

@media screen and (min-width: 992px) {
    a.c-link-arrow:hover {
        text-decoration:none
    }

    a.c-link-arrow:hover:before {
        border-color: #3FBBDB
    }
}

.c-link-tab {
    padding-right: 1.5em;
    text-decoration: underline;
    position: relative;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.c-link-tab svg {
    content: "";
    display: block;
    width: 1em;
    height: auto;
    fill: transparent;
    stroke-width: 2px;
    stroke: #199BBC;
    stroke-linecap: round;
    stroke-linejoin: round;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

a.c-link-tab:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

a.c-link-tab:hover svg {
    stroke: #3FBBDB
}

@media screen and (min-width: 992px) {
    a.c-link-tab:hover {
        text-decoration:none
    }

    a.c-link-tab:hover svg {
        stroke: #3FBBDB
    }
}

.c-cat {
    display: inline-block;
    padding: 0.2em 0.625em 0.3em;
    background-color: #199BBC;
    border: 1.5px solid #199BBC;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.c-cat:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .c-cat:hover {
        text-decoration:none
    }
}

.c-cat--kagawa {
    background-color: #6DB286;
    border-color: #6DB286
}

.c-cat--ehime {
    background-color: #FFB18D;
    border-color: #FFB18D
}

.c-cat--tokushima {
    background-color: #94AAD0;
    border-color: #94AAD0
}

.c-cat--kochi {
    background-color: #F2676E;
    border-color: #F2676E
}

a.c-cat:hover {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    color: #199BBC;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    a.c-cat:hover {
        background-color:transparent;
        color: #199BBC;
        text-decoration: none
    }
}

.c-formControl {
    display: block;
    width: 100%;
    height: 2.5em;
    padding: 0.5em 1em;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    color: #151515;
    font-size: 16px;
    line-height: 1.5em;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

@media (min-width: 1200px) {
    .c-formControl {
        font-size:16px
    }
}

.c-formControl::-ms-expand {
    background-color: #D9D9D9;
    border: 0
}

.c-formControl:focus {
    outline: none;
    background-color: white
}

.c-formControl::-webkit-input-placeholder {
    color: #D9D9D9;
    opacity: 1
}

.c-formControl::-moz-placeholder {
    color: #D9D9D9;
    opacity: 1
}

.c-formControl:-ms-input-placeholder {
    color: #D9D9D9;
    opacity: 1
}

.c-formControl::-ms-input-placeholder {
    color: #D9D9D9;
    opacity: 1
}

.c-formControl::placeholder {
    color: #D9D9D9;
    opacity: 1
}

.c-formControl:disabled,.c-formControl[readonly] {
    background-color: #F3F3F3;
    opacity: 1
}

.c-formControl--border {
    border-color: #D9D9D9
}

select.c-formControl:focus::-ms-value {
    color: #151515;
    background-color: white
}

select.c-formControl {
    outline: none
}

select.c-formControl[multiple],select.c-formControl[size] {
    height: auto
}

select.c-formControl--border {
    border-color: #D9D9D9
}

select.c-formControl--border[multiple],select.c-formControl--border[size] {
    height: auto
}

textarea.c-formControl {
    height: auto
}

.c-formRequired {
    display: inline-block;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.3em 0.5em;
    background-color: transparent;
    border: 1.5px solid #199BBC;
    border-radius: 5px;
    color: #199BBC;
    font-size: 80%;
    line-height: 1
}

.c-formSelectWrapper {
    max-width: 140px;
    position: relative
}

.c-formSelectWrapper:before {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: #199BBC;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none
}

.c-formSelectWrapper svg {
    width: 0.7em;
    height: auto;
    fill: transparent;
    stroke-width: 2px;
    stroke: #fff;
    pointer-events: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    top: 50%;
    right: calc(20px - 0.35em);
    z-index: 1;
    translate: 0 -50%;
    rotate: 90deg;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.c-formSelectWrapper select.c-formControl {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: calc(40px + 1em);
    color: #151515;
    font-weight: bold;
    background-color: #fff;
    border-color: transparent
}

.c-formSelectWrapper.is-selectActive svg {
    rotate: -90deg
}

.c-headLead {
    font-size: 16px;
    font-weight: bold
}

@media (min-width: 768px) {
    .c-headLead {
        font-size:18px
    }
}

@media (max-width: 991.98px) {
    .c-headLead--spnobrake br {
        display:none
    }
}

.c-leadBox {
    margin-bottom: 3rem
}

@media (min-width: 768px) {
    .c-leadBox {
        margin-bottom:4rem
    }
}

.c-lead-1 {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5
}

@media (min-width: 768px) {
    .c-lead-1 {
        font-size:32px
    }
}

@media (max-width: 991.98px) {
    .c-lead-1--spnobrake br {
        display:none
    }
}

.wp-block-list.is-style-list-dia,.wp-block-list.is-style-list-disc,.wp-block-list.is-style-list-star {
    padding-left: 0
}

.wp-block-list.is-style-list-dia li,.wp-block-list.is-style-list-disc li,.wp-block-list.is-style-list-star li {
    list-style: none
}

.wp-block-list.is-style-list-dia>li,.wp-block-list.is-style-list-disc>li,.wp-block-list.is-style-list-star>li {
    padding-left: 1.2em;
    position: relative
}

.wp-block-list.is-style-list-dia>li:before,.wp-block-list.is-style-list-disc>li:before,.wp-block-list.is-style-list-star>li:before {
    position: absolute;
    top: 0;
    left: 0
}

.wp-block-list.is-style-list-disc>li:before {
    content: "・"
}

.wp-block-list.is-style-list-dia>li:before {
    content: "◆"
}

.wp-block-list.is-style-list-star>li:before {
    content: "★"
}

.c-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0;
    line-height: 1
}

.c-tag,.c-tags a {
    display: inline-block;
    color: #9B9B9B;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

@media (min-width: 768px) {
    .c-tag,.c-tags a {
        font-size:16px
    }
}

.c-tag:before,.c-tags a:before {
    content: "#";
    display: inline-block;
    margin-right: 0.2em
}

.c-tag:hover,.c-tags a:hover {
    -webkit-tap-highlight-color: transparent;
    color: #199BBC;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .c-tag:hover,.c-tags a:hover {
        color:#199BBC;
        text-decoration: none
    }
}

.c-videoYoutube {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden
}

.c-videoYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.c-videoYoutube--vertical {
    padding-top: 177.7778%;
    border-radius: 1rem
}

.c-searchForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 15px;
    background-color: #fff;
    border: 2px solid #199BBC;
    border-radius: 999px
}

.c-searchForm .c-formControl {
    width: 100%;
    height: 2.3em;
    padding: 0.7em 0;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500
}

.c-searchForm button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 16px;
    margin-left: 10px
}

.c-searchForm button svg {
    height: 16px;
    fill: #199BBC;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.c-searchForm button:hover {
    -webkit-tap-highlight-color: transparent
}

.c-searchForm button:hover svg {
    fill: #3FBBDB
}

@media screen and (min-width: 992px) {
    .c-searchForm button:hover svg {
        fill:#3FBBDB
    }
}

:root {
    --wp--preset--spacing--20: 0.625rem;
    --wp--preset--spacing--30: 1rem;
    --wp--preset--spacing--40: 1.25rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.5rem;
    --wp--preset--spacing--70: 3.5rem;
    --wp--preset--spacing--80: 4rem;
    --wp--preset--font-size--x-small: 10px;
    --wp--preset--font-size--small: 12px;
    --wp--preset--font-size--normal: 14px;
    --wp--preset--font-size--medium: 16px;
    --wp--preset--font-size--large: 20px;
    --wp--preset--font-size--x-large: 24px
}

@media (min-width: 768px) {
    :root {
        --wp--preset--spacing--20:0.625rem;
        --wp--preset--spacing--30: 1rem;
        --wp--preset--spacing--40: 1.5rem;
        --wp--preset--spacing--50: 2rem;
        --wp--preset--spacing--60: 3rem;
        --wp--preset--spacing--70: 4rem;
        --wp--preset--spacing--80: 5rem;
        --wp--preset--font-size--x-small: 12px;
        --wp--preset--font-size--small: 14px;
        --wp--preset--font-size--normal: 16px;
        --wp--preset--font-size--medium: 18px;
        --wp--preset--font-size--large: 24px;
        --wp--preset--font-size--x-large: 32px
    }
}
.wp-block-image img {
    border-radius: 60px;
}
@media (max-width: 767px) {
    .wp-block-image img {
        border-radius: 30px;
    }
}

.wp-block-image :where(figcaption) {
    font-size: 12px
}

@media (min-width: 768px) {
    .wp-block-image :where(figcaption) {
        font-size:14px
    }
}

.has-primary-background-color {
    background-color: #199BBC
}

.has-primary-color {
    color: #199BBC
}

.has-secondary-background-color {
    background-color: #FFF9E6
}

.has-secondary-color {
    color: #FFF9E6
}

.has-success-background-color {
    background-color: #0f0
}

.has-success-color {
    color: #0f0
}

.has-info-background-color {
    background-color: #00f
}

.has-info-color {
    color: #00f
}

.has-warning-background-color {
    background-color: #ff0
}

.has-warning-color {
    color: #ff0
}

.has-danger-background-color {
    background-color: #f00
}

.has-danger-color {
    color: #f00
}

.has-white-background-color {
    background-color: #fff
}

.has-white-color {
    color: #fff
}

.has-black-background-color {
    background-color: #000
}

.has-black-color {
    color: #000
}

.has-light-background-color {
    background-color: #F3F3F3
}

.has-light-color {
    color: #F3F3F3
}

.has-dark-background-color {
    background-color: #666
}

.has-dark-color {
    color: #666
}

.wp-block-columns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .wp-block-columns {
        gap:2.5rem
    }
}

.wp-block-columns+.wp-block-columns {
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (min-width: 768px) {
    .wp-block-columns+.wp-block-columns {
        margin-top:3rem
    }
}

.wp-block-embed iframe {
    width: 640px
}

.wp-block-column>:first-child {
    margin-top: 0
}

.wp-block-column>:last-child {
    margin-bottom: 0
}

.has-small-font-size {
    font-size: 12px
}

@media (min-width: 768px) {
    .has-small-font-size {
        font-size:14px
    }
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    margin: 0!important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0!important;
    padding: 0!important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.splide__arrow {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 1
}

.splide__arrow--prev {
    left: 10px;
    rotate: 180deg
}

.splide__arrow--next {
    right: 10px
}

.splide__pagination {
    gap: 12px;
    padding-left: 0;
    position: absolute;
    left: 50%;
    bottom: 10px;
    translate: -50% 0
}

.splide__pagination__page {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 999px;
    padding: 0;
}

.splide__pagination__page.is-active {
    background-color: #199BBC;
    border-color: #199BBC
}

.splide:not(.is-overflow) .splide__arrow {
    display: none
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes fadeInBlur {
    0% {
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        translate: 0 -50px
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        translate: 0 -50px
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        translate: 0 50px
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        translate: 0 50px
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@-webkit-keyframes fadeInLtR {
    0% {
        opacity: 0;
        translate: -50px 0
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@keyframes fadeInLtR {
    0% {
        opacity: 0;
        translate: -50px 0
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@-webkit-keyframes fadeInRtL {
    0% {
        opacity: 0;
        translate: 50px 0
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@keyframes fadeInRtL {
    0% {
        opacity: 0;
        translate: 50px 0
    }

    to {
        opacity: 1;
        translate: 0 0
    }
}

@-webkit-keyframes videoOpen {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes videoOpen {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes modalOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes modalOpen {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes infinity-scroll-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes infinity-scroll-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.p-section-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    border: 1.5px solid #F3F3F3;
    border-radius: clamp(40px,40px + 0.0883977901 * (100vw - 375px),120px)
}

@media (min-width: 768px) {
    .p-section-1 {
        width:calc(100% - 56px);
        padding-top: 100px;
        padding-bottom: 100px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .p-section-1 {
        width:calc(100% - 80px);
        max-width: 1400px
    }
}

.p-localnavCategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .p-localnavCategory {
        margin-bottom:2.5rem
    }
}

.p-localnavCategoryList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border: 2px solid #199BBC;
    border-radius: 4px;
    font-size: 16px
}

@media (min-width: 768px) {
    .p-localnavCategoryList {
        font-size:18px
    }
}

.p-localnavCategoryList dt {
    padding-left: 20px;
    padding-right: 30px;
    border-right: 1.5px solid #199BBC;
    font-weight: bold
}

.p-localnavCategoryList dd {
    margin-bottom: 0
}

.p-localnavCategoryList dd .c-formControl {
    font-size: 16px
}

@media (min-width: 768px) {
    .p-localnavCategoryList dd .c-formControl {
        font-size:18px
    }
}

.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.5rem;
    text-align: center
}

@media (min-width: 768px) {
    .wp-pagenavi {
        margin-top:3rem
    }
}

.wp-pagenavi a,.wp-pagenavi span {
    display: block;
    vertical-align: baseline;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.wp-pagenavi a.page,.wp-pagenavi span.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 2rem;
    min-height: 2rem;
    background-color: transparent;
    border: 1.5px solid #9B9B9B;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #9B9B9B;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1
}

.wp-pagenavi a.page:hover {
    border-color: #199BBC;
    color: #199BBC;
    text-decoration: none;
    opacity: 1
}

.wp-pagenavi span.current {
    background-color: #199BBC;
    border-color: #199BBC;
    color: #fff
}

.wp-pagenavi span.pages {
    display: none
}

.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink {
    display: inline-block;
    min-width: 2rem;
    min-height: 2rem;
    background-color: transparent;
    border: 1.5px solid transparent;
    color: #151515;
    text-align: center;
    line-height: 1;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.wp-pagenavi a.nextpostslink:before,.wp-pagenavi a.previouspostslink:before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -70% -50%;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.wp-pagenavi a.nextpostslink:hover,.wp-pagenavi a.previouspostslink:hover {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    text-decoration: none
}

.wp-pagenavi a.nextpostslink:hover:before,.wp-pagenavi a.previouspostslink:hover:before {
    border-color: #199BBC
}

@media screen and (min-width: 992px) {
    .wp-pagenavi a.nextpostslink:hover,.wp-pagenavi a.previouspostslink:hover {
        background-color:transparent;
        text-decoration: none
    }

    .wp-pagenavi a.nextpostslink:hover:before,.wp-pagenavi a.previouspostslink:hover:before {
        border-color: #199BBC
    }
}

.wp-pagenavi a.previouspostslink:before {
    border-top: 2px solid #9B9B9B;
    border-left: 2px solid #9B9B9B;
    translate: -30% -50%;
    rotate: -45deg
}

.wp-pagenavi a.nextpostslink:before {
    border-top: 2px solid #9B9B9B;
    border-right: 2px solid #9B9B9B;
    rotate: 45deg
}

.p-socialbookmark {
    margin-top: 3.5rem
}

@media (min-width: 768px) {
    .p-socialbookmark {
        margin-top:4rem
    }
}

.p-socialbookmarkHead {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #151515;
    font-size: 1rem;
    font-weight: bold;
    text-align: center
}

.p-socialbookmarkHead:after,.p-socialbookmarkHead:before {
    display: none
}

.p-socialbookmarkList {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 0
}

.p-socialbookmarkList li {
    list-style: none
}

.p-socialbookmarkItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    line-height: 1;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-socialbookmarkItem--x {
    background-color: #000
}

.p-socialbookmarkItem--x i {
    color: #fff;
    font-size: 33px
}

.p-socialbookmarkItem--facebook i {
    color: #1877f2;
    font-size: 44px
}

.p-socialbookmarkItem--line i {
    color: #00b900;
    font-size: 44px
}

.p-socialbookmarkItem:hover {
    -webkit-tap-highlight-color: transparent;
    opacity: 0.6;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .p-socialbookmarkItem:hover {
        opacity:0.6;
        text-decoration: none
    }
}

.p-archiveTitle {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
    margin-bottom: 3rem;
    color: #151515;
    font-size: 22px;
    font-weight: bold;
    font-family: "Noto Sans JP",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-align: center
}

.p-archiveTitle:after,.p-archiveTitle:before {
    display: none
}

@media (min-width: 768px) {
    .p-archiveTitle {
        margin-bottom:4rem
    }
}

@media (min-width: 768px) {
    .p-archiveTitle {
        font-size:32px
    }
}

.p-archiveTitle svg {
    width: 0.8em;
    height: auto;
    margin-right: 0.5rem
}

.p-archiveDescription {
    margin-top: -15px;
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .p-archiveDescription {
        margin-top:-20px
    }
}

@media (min-width: 768px) {
    .p-archiveDescription {
        margin-bottom:40px
    }
}

.p-archiveSelectContent {
    display: none
}

.p-archiveSelectContent.is-active {
    display: block
}

.p-archiveList {
    padding-left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1,1fr);
    gap: 2rem
}

.p-archiveList li {
    list-style: none
}

@media (min-width: 768px) {
    .p-archiveList {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }
}

.p-archiveList>li {
    display: -ms-grid;
    display: grid
}

@media (min-width: 768px) {
    .p-archiveList--first1col>li:first-child {
        -ms-grid-column:1;
        -ms-grid-column-span: 2;
        grid-column: 1/span 2
    }
}

.p-archiveItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative
}

.p-archiveItem__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding-top: 57%;
    margin-bottom: 0;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    position: relative
}

.p-archiveItem__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-archiveItem__img a:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

.p-archiveItem__img a:hover img {
    opacity: 1;
    scale: 1.1
}

@media screen and (min-width: 992px) {
    .p-archiveItem__img a:hover {
        text-decoration:none
    }

    .p-archiveItem__img a:hover img {
        opacity: 1;
        scale: 1.1
    }
}

.p-archiveItem__img a.is-hover img {
    scale: 1.1
}

.p-archiveItem__textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding: 1rem;
    background-color: #FFF9E6;
    border-radius: 0 0 1rem 1rem
}

.p-archiveItem__textarea>:first-child {
    margin-top: 0
}

.p-archiveItem__textarea>:last-child {
    margin-bottom: 0
}

.p-archiveItem__date {
    display: block;
    color: #199BBC;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Poppins",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1
}

.p-archiveItem__title {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    color: #151515;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5
}

.p-archiveItem__title:after,.p-archiveItem__title:before {
    display: none
}

@media (min-width: 768px) {
    .p-archiveItem__title {
        font-size:18px
    }
}

.p-archiveItem__title a {
    color: #151515;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-archiveItem__title a:hover {
    -webkit-tap-highlight-color: transparent;
    color: #151515;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .p-archiveItem__title a:hover {
        color:#151515;
        text-decoration: none
    }
}

.p-archiveItem__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0;
    position: absolute;
    top: 1rem;
    left: 1rem
}

@media screen and (max-width: 339px) {
    .p-archiveItem__cat {
        gap:0.3rem;
        left: 0.7rem
    }
}

.p-archiveItem__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0;
    line-height: 1
}

@media (min-width: 768px) {
    .p-archiveList--first1col>li:first-child .p-archiveItem {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .p-archiveList--first1col>li:first-child .p-archiveItem__img {
        width: 62%;
        min-height: 310px;
        padding-top: 0;
        border-radius: 1rem 0 0 1rem
    }

    .p-archiveList--first1col>li:first-child .p-archiveItem__textarea {
        padding: 2rem 20px;
        border-radius: 0 1rem 1rem 0;
        gap: 1rem
    }

    .p-archiveList--first1col>li:first-child .p-archiveItem__date {
        font-size: 20px
    }

    .p-archiveList--first1col>li:first-child .p-archiveItem__title {
        font-size: 24px
    }

    .p-archiveList--first1col>li:first-child .p-archiveItem__tags .c-tag {
        font-size: 18px
    }
}

@media (max-width: 991.98px) {
    .p-topicsSplide .p-archiveItem {
        width:100%;
        max-width: 280px
    }
}

.p-topicsSplide .p-archiveItem__img {
    padding-top: 63%
}

.p-archiveSearchList {
    padding-left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1,1fr);
    gap: 2rem
}

.p-archiveSearchList li {
    list-style: none
}

.p-archiveSearchLink {
    color: #151515;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

a.p-archiveSearchLink:hover {
    -webkit-tap-highlight-color: transparent;
    color: #199BBC;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    a.p-archiveSearchLink:hover {
        color:#199BBC;
        text-decoration: none
    }
}

.p-archiveSearchItem__title {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5
}

.p-archiveSearchItem__title:after,.p-archiveSearchItem__title:before {
    display: none
}

.p-archiveSearchItem__excerpt {
    margin-bottom: 0;
    color: #151515;
    line-height: 1.5
}

.p-archiveRelatedList {
    padding-left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem
}

.p-archiveRelatedList li {
    list-style: none
}

@media (min-width: 768px) {
    .p-archiveRelatedList {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }
}

@media (min-width: 992px) {
    .p-archiveRelatedList {
        -ms-grid-columns:(1fr)[5];
        grid-template-columns: repeat(5,1fr)
    }
}

.p-archiveRelatedLink {
    color: #151515;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

a.p-archiveRelatedLink:hover {
    -webkit-tap-highlight-color: transparent;
    color: #3FBBDB;
    text-decoration: none
}

a.p-archiveRelatedLink:hover .p-archiveRelatedItem__img img {
    scale: 1.1
}

@media screen and (min-width: 992px) {
    a.p-archiveRelatedLink:hover {
        color:#3FBBDB;
        text-decoration: none
    }

    a.p-archiveRelatedLink:hover .p-archiveRelatedItem__img img {
        scale: 1.1
    }
}

.p-archiveRelatedItem__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    position: relative
}

.p-archiveRelatedItem__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-archiveRelatedItem__title {
    margin-bottom: 0
}

.p-singleArticleData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 0.5rem
}

@media (min-width: 768px) {
    .p-singleArticleData {
        margin-bottom:1rem
    }
}

.p-singleArticleData time {
    display: block;
    color: #199BBC;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Poppins",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1
}

.p-singleTitle {
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .p-singleTitle {
        margin-bottom:2.5rem
    }
}

.p-singleCountButton {
    display: inline-block;
    padding: 0.5em 1em;
    border: 1.5px solid #D9D9D9;
    border-radius: 999px;
    line-height: 1
}

.p-singleFoot {
    margin-top: 3.5rem
}

@media (min-width: 768px) {
    .p-singleFoot {
        margin-top:4rem
    }
}

.p-singleFoot>:first-child {
    margin-top: 0
}

.p-singleFoot>:last-child {
    margin-bottom: 0
}

.p-singleBack {
    text-align: center
}

.wpulike-heart {
    margin-bottom: 2rem;
    padding-bottom: 0;
    text-align: right
}

@media (min-width: 768px) {
    .wpulike-heart {
        margin-bottom:2.5rem
    }
}

.wpulike-heart .wp_ulike_general_class {
    padding: 0.25em 1em;
    border-color: #D9D9D9;
    border-radius: 999px
}

.wpulike-heart button.wp_ulike_btn.wp_ulike_put_text {
    padding-left: 35px;
    background: url(../img/common/like_btn.svg) no-repeat left center;
    color: #151515;
    font-size: 1rem;
    font-weight: 500
}

.wpulike-heart .count-box {
    color: #151515;
    font-size: 1rem;
    font-weight: 500
}

.wpulike-heart .p-wpulike-note {
    display: block;
    margin-top: 0.5em;
    color: #9B9B9B;
    font-size: 12px
}

.p-homeFirst {
    margin-top: 94px;
    position: relative;
    z-index: 1
}

@media (max-width: 767.98px) {
    .p-homeFirst {
        padding-top:9.6vw;
        background: url(../img/home/first_bg_sp.svg) no-repeat center top/contain
    }
}

@media (min-width: 768px) {
    .p-homeFirst {
        margin-top:130px;
        margin-bottom: -7.8125vw
    }
}

.p-homeFirst__head {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem
}

.p-homeFirst__head:after,.p-homeFirst__head:before {
    display: none
}

@media (max-width: 767.98px) {
    .p-homeFirst__head {
        width:100%;
        margin-bottom: 11.7vw;
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (min-width: 768px) {
    .p-homeFirst__head {
        width:35.5468vw;
        position: absolute;
        top: 4vw;
        left: calc(1.5625vw + 28px)
    }
}

@media (min-width: 1200px) {
    .p-homeFirst__head {
        left:calc(1.5625vw + 40px)
    }
}

.p-homeFirst__head img {
    width: 100%
}

@media (max-width: 767.98px) {
    .p-homeFirst__splide {
        margin-left:28px
    }
}

@media (min-width: 768px) {
    .p-homeFirst__splide {
        width:calc(50vw + 45px);
        position: absolute;
        top: 0;
        right: 0
    }
}

.p-homeFirst__splide .splide__pagination {
    left: auto;
    bottom: auto;
    translate: 0 0
}

@media (max-width: 767.98px) {
    .p-homeFirst__splide .splide__pagination {
        margin-top:1.5rem;
        position: relative
    }
}

@media (min-width: 768px) {
    .p-homeFirst__splide .splide__pagination {
        top:calc(29vw - 1rem);
        right: 1rem
    }
}

@media (min-width: 1200px) {
    .p-homeFirst__splide .splide__pagination {
        top:calc(29vw - 2rem);
        right: 40px
    }
}

.p-homeFirst__img {
    margin-left: 28px;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .p-homeFirst__img {
        margin-top:1.5rem;
        margin-bottom: 1.5rem
    }
}

@media (min-width: 768px) {
    .p-homeFirst__img {
        width:37.5vw;
        padding-top: 4vw
    }
}

@media (min-width: 1200px) {
    .p-homeFirst__img {
        margin-left:40px
    }
}

.p-homeFirst__img img {
    width: 100%
}

.p-homeFirstSlide {
    position: relative
}

.p-homeFirstSlide__img {
    width: 100%;
    padding-top: 56.35%;
    margin-bottom: 0;
    border-radius: 1.5rem 0 0 0;
    overflow: hidden;
    position: relative
}

.p-homeFirstSlide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-homeFirstSlide__img a:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

.p-homeFirstSlide__img a:hover img {
    opacity: 1;
    scale: 1.1
}

@media screen and (min-width: 992px) {
    .p-homeFirstSlide__img a:hover {
        text-decoration:none
    }

    .p-homeFirstSlide__img a:hover img {
        opacity: 1;
        scale: 1.1
    }
}

.p-homeFirstSlide__img a.is-hover img {
    scale: 1.1
}

.p-homeFirstSlide__textarea {
    display: -ms-grid;
    display: grid;
    gap: 12px;
    padding: 1rem 1rem 1.5rem;
    background-color: #fff;
    border-radius: 0 0 0 1.5rem
}

.p-homeFirstSlide__textarea>:first-child {
    margin-top: 0
}

.p-homeFirstSlide__textarea>:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 339px) {
    .p-homeFirstSlide__textarea {
        padding:1rem 0.7rem 1.5rem
    }
}

@media (min-width: 992px) {
    .p-homeFirstSlide__textarea {
        padding:1rem 45px 25px
    }
}

.p-homeFirstSlide__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem 1rem
}

.p-homeFirstSlide__cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0
}

@media screen and (max-width: 339px) {
    .p-homeFirstSlide__cat {
        gap:0.3rem
    }
}

.p-homeFirstSlide__cat .c-cat {
    font-size: 18px
}

.p-homeFirstSlide__date {
    display: block;
    color: #199BBC;
    font-size: 18px;
    font-weight: bold;
    font-family: "Poppins",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1
}

@media (min-width: 768px) {
    .p-homeFirstSlide__date {
        font-size:20px
    }
}

.p-homeFirstSlide__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0;
    line-height: 1
}

.p-homeFirstSlide__tags .c-tag {
    font-size: 16px
}

@media (min-width: 768px) {
    .p-homeFirstSlide__tags .c-tag {
        font-size:18px
    }
}

.p-homeFirstSlide__title {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    color: #151515;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5
}

.p-homeFirstSlide__title:after,.p-homeFirstSlide__title:before {
    display: none
}

@media (min-width: 768px) {
    .p-homeFirstSlide__title {
        font-size:24px
    }
}

.p-homeFirstSlide__title a {
    color: #151515;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-homeFirstSlide__title a:hover {
    -webkit-tap-highlight-color: transparent;
    color: #151515;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .p-homeFirstSlide__title a:hover {
        color:#151515;
        text-decoration: none
    }
}

.p-homeHeadGroup {
    display: -ms-grid;
    display: grid;
    row-gap: 1.5rem;
    margin-bottom: 2.5rem
}

@media (min-width: 992px) {
    .p-homeHeadGroup {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (min-width: 992px) {
    .p-homeHeadGroup__head {
        -ms-flex-negative:0;
        flex-shrink: 0
    }
}

@media (min-width: 992px) {
    .p-homeHeadGroup__lead {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 50%;
        padding-bottom: 0.5rem
    }
}

.p-homeHeadGroup__head>:first-child,.p-homeHeadGroup__lead>:first-child {
    margin-top: 0
}

.p-homeHeadGroup__head>:last-child,.p-homeHeadGroup__lead>:last-child {
    margin-bottom: 0
}

.p-homeHead {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0.1em;
    color: #199BBC;
    font-size: 72px;
    font-family: "Poppins",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    line-height: 1.1
}

.p-homeHead:after,.p-homeHead:before {
    display: none
}

@media (min-width: 768px) {
    .p-homeHead {
        font-size:108px
    }
}

.p-homeHead svg {
    display: block;
    fill: transparent;
    stroke-width: 2px;
    stroke: #199BBC
}

.p-homeHead--about {
    margin-bottom: 1rem;
    color: #fff
}

@media (min-width: 768px) {
    .p-homeHead--about {
        margin-bottom:1.5rem
    }
}

.p-homeHead--about svg {
    width: 254px;
    stroke: #fff
}

@media (min-width: 768px) {
    .p-homeHead--about svg {
        width:308px
    }
}

.p-homeHead--movie svg {
    width: 132px
}

@media (min-width: 768px) {
    .p-homeHead--movie svg {
        width:155px
    }
}

.p-homeHead--story svg {
    width: 132px
}

@media (min-width: 768px) {
    .p-homeHead--story svg {
        width:202px
    }
}

.p-homeHead--map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    color: #fff
}

@media (min-width: 768px) {
    .p-homeHead--map {
        -webkit-column-gap:24px;
        -moz-column-gap: 24px;
        column-gap: 24px
    }
}

.p-homeHead--map svg {
    width: 132px;
    stroke: #fff
}

@media (min-width: 768px) {
    .p-homeHead--map svg {
        width:202px
    }
}

.p-homeHead--topic svg {
    width: 132px
}

@media (min-width: 768px) {
    .p-homeHead--topic svg {
        width:202px
    }
}

.p-homeAbout {
    padding-top: 31vw;
    padding-bottom: 56.3333vw;
    background-color: #199BBC;
    background-image: url(../img/home/about_bg_top.svg),url(../img/home/about_bg_bottom.svg),url(../img/common/bg_border.jpg);
    background-repeat: no-repeat,no-repeat,repeat;
    background-position: center -1px,center bottom -1px,center;
    background-size: 100% auto,100% auto,auto;
    color: #fff;
    position: relative
}

@media (min-width: 768px) {
    .p-homeAbout {
        padding-top:calc(11vw + 140px);
        padding-bottom: calc(11vw + 135px)
    }
}

.p-homeAboutImg {
    width: 100%;
    max-width: 1200px;
    height: calc(100% - 22vw);
    pointer-events: none;
    position: absolute;
    top: 11vw;
    left: 50%;
    translate: -50% 0
}

.p-homeAboutImg__01,.p-homeAboutImg__02,.p-homeAboutImg__03,.p-homeAboutImg__04,.p-homeAboutImg__05 {
    position: absolute
}

@media (max-width: 767.98px) {
    .p-homeAboutImg__01 {
        display:none
    }
}

@media (min-width: 768px) {
    .p-homeAboutImg__01 {
        width:19.5vw;
        top: 246px;
        left: 0
    }
}

@media (min-width: 1200px) {
    .p-homeAboutImg__01 {
        width:234px
    }
}

.p-homeAboutImg__02 {
    width: 23.4666666667vw;
    top: 6.1333333333vw;
    right: 1.6vw
}

@media (min-width: 768px) {
    .p-homeAboutImg__02 {
        width:12.8333333333vw;
        top: 48px;
        right: 100px
    }
}

@media (min-width: 1200px) {
    .p-homeAboutImg__02 {
        width:154px
    }
}

@media (max-width: 767.98px) {
    .p-homeAboutImg__03 {
        display:none
    }
}

@media (min-width: 768px) {
    .p-homeAboutImg__03 {
        width:8.8333333333vw;
        top: 367px;
        right: 0
    }
}

@media (min-width: 1200px) {
    .p-homeAboutImg__03 {
        width:106px
    }
}

.p-homeAboutImg__04 {
    width: 23.4666666667vw;
    left: -2.1333333333vw;
    bottom: 11.2vw
}

@media (min-width: 768px) {
    .p-homeAboutImg__04 {
        width:11.8333333333vw;
        left: -18px;
        bottom: 350px
    }
}

@media (min-width: 1200px) {
    .p-homeAboutImg__04 {
        width:142px
    }
}

.p-homeAboutImg__05 {
    width: 32vw;
    right: 2.6666666667vw;
    bottom: 0
}

@media (min-width: 768px) {
    .p-homeAboutImg__05 {
        width:22.6666666667vw;
        right: 0;
        bottom: 190px
    }
}

@media (min-width: 1200px) {
    .p-homeAboutImg__05 {
        width:272px
    }
}

.p-homeAboutWrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 768px) {
    .p-homeAboutWrapper {
        max-width:480px
    }
}

@media (min-width: 992px) {
    .p-homeAboutWrapper {
        max-width:560px
    }
}

.p-homeAboutWrapper>:first-child {
    margin-top: 0
}

.p-homeAboutWrapper>:last-child {
    margin-bottom: 0
}

.p-homeAboutText {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8
}

@media (min-width: 768px) {
    .p-homeAboutText {
        font-size:18px
    }
}

@media (max-width: 991.98px) {
    .p-homeAboutText br {
        display:none
    }
}

.p-homeAboutMap {
    margin-top: 4rem
}

@media (min-width: 768px) {
    .p-homeAboutMap {
        margin-top:5rem
    }
}

.p-homeAboutButton {
    margin-top: 4rem;
    text-align: center
}

@media (min-width: 768px) {
    .p-homeAboutButton {
        margin-top:5rem
    }
}

.p-homeMovie {
    margin-top: 18px;
    margin-bottom: 64px
}

@media (min-width: 768px) {
    .p-homeMovie {
        margin-top:32px
    }
}

@media (min-width: 768px) {
    .p-homeMovie {
        margin-bottom:100px
    }
}

.p-homeGallery {
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative
}

@media (min-width: 768px) {
    .p-homeGallery {
        margin-top:100px
    }
}

@media (min-width: 768px) {
    .p-homeGallery {
        margin-bottom:100px
    }
}

.p-homeGallery__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.p-homeGallery__list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    will-change: animation;
    -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
    animation: infinity-scroll-left 60s infinite linear 0.5s both
}

.p-homeGallery__img {
    width: calc(50vw - 1rem);
    margin-left: 1rem;
    margin-bottom: 3rem;
    border-radius: 1rem
}

@media (min-width: 768px) {
    .p-homeGallery__img {
        width:calc(33.333vw - 1.5rem);
        margin-left: 1.5rem;
        margin-bottom: 4rem
    }
}

@media (min-width: 992px) {
    .p-homeGallery__img {
        width:calc(25vw - 1.5rem)
    }
}

.p-homeGallery__img:nth-child(3n-2) {
    translate: 0 3rem
}

@media (min-width: 768px) {
    .p-homeGallery__img:nth-child(3n-2) {
        translate:0 4rem
    }
}

.p-homeGallery__img:nth-child(3n-1) {
    translate: 0 1.5rem
}

@media (min-width: 768px) {
    .p-homeGallery__img:nth-child(3n-1) {
        translate:0 2rem
    }
}

.p-homeGallery__img:nth-child(3n) {
    translate: 0 0
}

.p-homeMap {
    padding-top: 28.6719vw;
    padding-bottom: calc(80px + 5.625vw);
    background-color: #199BBC;
    background-image: url(../img/home/map_bg_top.svg),url(../img/common/bg_border.jpg);
    background-repeat: no-repeat,repeat;
    background-position: center -1px,center;
    background-size: 100% auto,auto;
    color: #fff;
    position: relative
}

@media (min-width: 768px) {
    .p-homeMap {
        padding-top:8.6719vw;
        padding-bottom: calc(100px + 5.625vw)
    }
}

.p-homeMapHeadGroup {
    margin-bottom: 2.5rem
}

@media (min-width: 992px) {
    .p-homeMapHeadGroup {
        margin-bottom:3rem
    }
}

.p-homeMapHeadGroup__head {
    margin-bottom: 1.5rem
}

@media (min-width: 992px) {
    .p-homeMapHeadGroup__head {
        margin-bottom:2.5rem
    }
}

.p-homeMapHeadGroup__lead {
    text-align: center
}

.p-aboutHead {
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 0;
    color: #199BBC;
    font-size: 1rem;
    font-weight: bold
}

.p-aboutHead:after,.p-aboutHead:before {
    display: none
}

.p-aboutLead {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5
}

@media (min-width: 768px) {
    .p-aboutLead {
        font-size:24px
    }
}

@media (max-width: 991.98px) {
    .p-aboutLead br {
        display:none
    }
}

.p-aboutImg img {
    border-radius: 1rem
}

.p-aboutButtons {
    margin-top: 2.5rem
}

@media (min-width: 768px) {
    .p-aboutButtons {
        margin-top:5rem
    }
}

.p-aboutButtons+.wp-block-buttons {
    margin-top: -1rem
}

@media (min-width: 768px) {
    .p-aboutButtons+.wp-block-buttons {
        margin-top:4rem
    }
}

.p-movieList {
    padding-left: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1,1fr);
    gap: 64px 1rem
}

.p-movieList li {
    list-style: none
}

@media (min-width: 768px) {
    .p-movieList {
        -ms-grid-columns:1fr 20px 1fr;
        grid-template-columns: repeat(2,1fr);
        gap: 74px 20px
    }
}

@media (min-width: 992px) {
    .p-movieList {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }
}

.p-movieList>li {
    display: -ms-grid;
    display: grid
}

.p-movieSplide {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    visibility: visible
}

@media (min-width: 880px) {
    .p-movieSplide {
        margin-left:auto;
        margin-right: auto
    }
}

.p-movieSplide .splide__pagination {
    margin-top: 1.5rem;
    position: relative;
    left: auto;
    bottom: auto;
    translate: 0 0
}

@media (max-width: 879px) {
    .p-movieSplide .p-movieItem {
        width:280px
    }
}

@media (min-width: 880px) {
    .p-movieSplide .splide__list,.p-movieSplide.splide.is-initialized:not(.is-active) .splide__list {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3,1fr);
        gap: 74px 20px;
        height: auto
    }
}

.p-movieItem {
    display: -ms-grid;
    display: grid;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.p-movieItem__img {
    width: 100%;
    height: 0;
    margin-bottom: 0;
    padding-top: 177.7778%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative
}

.p-movieItem__img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.p-movieItem__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.p-movieItem__img iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%!important;
    height: 100%!important;
    pointer-events: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-movieItem__img a:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

.p-movieItem__img a:hover iframe,.p-movieItem__img a:hover img {
    opacity: 1;
    scale: 1.1
}

@media screen and (min-width: 992px) {
    .p-movieItem__img a:hover {
        text-decoration:none
    }

    .p-movieItem__img a:hover iframe,.p-movieItem__img a:hover img {
        opacity: 1;
        scale: 1.1
    }
}

.p-movieItem__img a.is-hover iframe,.p-movieItem__img a.is-hover img {
    scale: 1.1
}

.p-movieItem__accountLink {
    color: #151515;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-movieItem__accountLink:hover {
    -webkit-tap-highlight-color: transparent;
    color: #199BBC;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .p-movieItem__accountLink:hover {
        color:#199BBC;
        text-decoration: none
    }
}

.p-movieItem__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem
}

.p-movieItem__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0
}

.p-movieItem__icon img {
    width: 40px;
    border-radius: 999px
}

.p-movieItem__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5
}

.p-movieItem__title {
    padding: 0;
    background: none;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
    margin-bottom: 0;
    color: #151515;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5
}

.p-movieItem__title:after,.p-movieItem__title:before {
    display: none
}

.p-movieItem__title a {
    color: #151515
}

.p-movieItem__title a:hover {
    -webkit-tap-highlight-color: transparent;
    color: #151515;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .p-movieItem__title a:hover {
        color:#151515;
        text-decoration: none
    }
}

.p-moviePlayer {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto
}

.p-moviePlayer__video {
    width: 100%;
    padding-top: 177.7778%;
    border-radius: 1rem;
    overflow: hidden;
    position: relative
}

.p-moviePlayer__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.p-moviePlayer__link {
    color: #151515;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-moviePlayer__link:hover {
    -webkit-tap-highlight-color: transparent;
    color: #199BBC;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .p-moviePlayer__link:hover {
        color:#199BBC;
        text-decoration: none
    }
}

.p-moviePlayer__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-moviePlayer__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0
}

.p-moviePlayer__icon img {
    width: 40px;
    border-radius: 999px
}

.p-moviePlayer__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: bold
}

.p-movieContent {
    margin-top: 2.5rem;
    font-size: 16px
}

@media (min-width: 768px) {
    .p-movieContent {
        margin-top:3rem
    }
}

@media (min-width: 768px) {
    .p-movieContent {
        font-size:18px
    }
}

.p-movieContent>:first-child {
    margin-top: 0
}

.p-movieContent>:last-child {
    margin-bottom: 0
}

.p-movieInstagramButton {
    margin-top: 3.5rem;
    font-size: 20px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 768px) {
    .p-movieInstagramButton {
        margin-top:4rem
    }
}

@media (min-width: 768px) {
    .p-movieInstagramButton {
        font-size:24px
    }
}

.p-mapBox {
    padding: 12px;
    background-color: #fff;
    border: 2px solid #F3F3F3;
    border-radius: 1rem;
    color: #151515
}

@media (min-width: 768px) {
    .p-mapBox {
        padding:40px;
        border-radius: 1.5rem
    }
}

.p-mapTab {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: repeat(2,1fr);
    gap: 2px 4px
}

@media (min-width: 768px) {
    .p-mapTab {
        -ms-grid-columns:1fr 8px 1fr 8px 1fr 8px 1fr;
        grid-template-columns: repeat(4,1fr);
        gap: 4px 8px
    }
}

.p-mapTab__button {
    padding: 0.55em;
    background-color: #199BBC;
    border: 1.5px solid #199BBC;
    border-bottom: none;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

@media (min-width: 768px) {
    .p-mapTab__button {
        font-size:24px
    }
}

.p-mapTab__button.is-current {
    background-color: #fff;
    color: #199BBC
}

.p-mapTab__button:hover {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    color: #199BBC
}

@media screen and (min-width: 992px) {
    .p-mapTab__button:hover {
        background-color:#fff;
        color: #199BBC
    }
}

.p-mapTab__button--kagawa {
    background-color: #6DB286;
    border-color: #6DB286
}

.p-mapTab__button--kagawa.is-current {
    color: #6DB286
}

.p-mapTab__button--kagawa:hover {
    -webkit-tap-highlight-color: transparent;
    color: #6DB286
}

@media screen and (min-width: 992px) {
    .p-mapTab__button--kagawa:hover {
        color:#6DB286
    }
}

.p-mapTab__button--ehime {
    background-color: #FFB18D;
    border-color: #FFB18D
}

.p-mapTab__button--ehime.is-current {
    color: #FFB18D
}

.p-mapTab__button--ehime:hover {
    -webkit-tap-highlight-color: transparent;
    color: #FFB18D
}

@media screen and (min-width: 992px) {
    .p-mapTab__button--ehime:hover {
        color:#FFB18D
    }
}

.p-mapTab__button--tokushima {
    background-color: #94AAD0;
    border-color: #94AAD0
}

.p-mapTab__button--tokushima.is-current {
    color: #94AAD0
}

.p-mapTab__button--tokushima:hover {
    -webkit-tap-highlight-color: transparent;
    color: #94AAD0
}

@media screen and (min-width: 992px) {
    .p-mapTab__button--tokushima:hover {
        color:#94AAD0
    }
}

.p-mapTab__button--kochi {
    background-color: #F2676E;
    border-color: #F2676E
}

.p-mapTab__button--kochi.is-current {
    color: #F2676E
}

.p-mapTab__button--kochi:hover {
    -webkit-tap-highlight-color: transparent;
    color: #F2676E
}

@media screen and (min-width: 992px) {
    .p-mapTab__button--kochi:hover {
        color:#F2676E
    }
}

.p-mapTabContent {
    display: none
}

.p-mapTabContent.is-active {
    display: block
}

.p-topicsTopImg {
    margin-top: 80px;
    position: relative
}

@media (min-width: 768px) {
    .p-topicsTopImg {
        margin-top:100px
    }
}

.p-topicsTopImg svg {
    width: 100%;
    height: auto
}

.home .p-topicsTopImg {
    margin-top: -5.625vw
}

.p-topics {
    margin-top: calc(-1 * clamp(40px, 40px + 0.0883977901 * (100vw - 375px), 120px));
    position: relative
}

.p-topicsSplide {
    visibility: visible
}

@media (min-width: 768px) {
    .p-topicsSplide {
        max-width:720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .p-topicsSplide {
        max-width:880px
    }
}

@media (min-width: 992px) {
    .p-topicsSplide .splide__list,.p-topicsSplide.splide.is-initialized:not(.is-active) .splide__list {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
        height: auto
    }
}

.p-landl {
    margin-top: 5rem
}

@media (min-width: 768px) {
    .p-landl {
        margin-top:6.25rem
    }
}

.p-landlCatch {
    text-align: center
}

.p-landlCatch img {
    width: 286px;
    max-width: 100%
}

.p-landlBox {
    width: 100%;
    background-color: #fff
}

@media (min-width: 768px) {
    .p-landlBox {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.p-landlBox__textarea {
    padding: 2rem 2rem 0
}

.p-landlBox__textarea>:first-child {
    margin-top: 0
}

.p-landlBox__textarea>:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .p-landlBox__textarea {
        -webkit-box-flex:1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 2rem
    }
}

.p-landlBox__img {
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .p-landlBox__img {
        width:94%;
        margin-top: 1.5rem;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2rem
    }
}

@media (min-width: 768px) {
    .p-landlBox__img {
        -ms-flex-negative:0;
        flex-shrink: 0;
        width: 45%;
        margin-top: -1.6%;
        margin-right: -6.8%
    }
}

.p-landlHead {
    padding: 0;
    background: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #151515;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5
}

.p-landlHead:after,.p-landlHead:before {
    display: none
}

@media (min-width: 768px) {
    .p-landlHead {
        font-size:24px
    }
}

@media (max-width: 767.98px) {
    .p-landlHead {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-landlHead__logo {
    width: 171px
}

.p-landlText {
    font-size: 1rem;
    font-weight: bold
}

@media (max-width: 991.98px) {
    .p-landlText br {
        display:none
    }
}

.p-landlButton {
    margin-top: 1.5rem
}

@media (max-width: 767.98px) {
    .p-landlButton {
        text-align:center
    }
}

.p-landlButton .c-btn {
    min-width: 224px;
    font-size: 18px
}

.p-blockSplide {
    margin-bottom: 1.5rem
}

.p-blockSplide .splide__track {
    border-radius: 0.5rem;
    overflow: hidden
}

.p-blockSplide .splide__pagination {
    margin-top: 1.5rem;
    position: relative;
    left: auto;
    bottom: auto;
    translate: 0 0
}

.p-blockSplide .splide__arrow {
    height: calc(100% - 2.5rem);
    top: 0;
    translate: none;
    background: none;
    border: none;
    outline: none;
}

.p-blockSplide .splide__arrow svg {
    display: none;
    padding-right: 10px
}

.p-blockSplide .splide__arrow svg:last-child {
    display: block;
    width: calc(1.5rem + 10px);
    height: auto;
    fill: transparent;
    stroke-width: 2px;
    stroke: rgba(255,255,255,0.6);
    stroke-linecap: round;
    stroke-linejoin: round;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-blockSplide .splide__arrow:hover {
    -webkit-tap-highlight-color: transparent
}

.p-blockSplide .splide__arrow:hover svg:last-child {
    stroke: #fff
}

@media screen and (min-width: 992px) {
    .p-blockSplide .splide__arrow:hover svg:last-child {
        stroke:#fff
    }
}

.p-blockSplide .splide__arrow--prev {
    left: 0
}

.p-blockSplide .splide__arrow--next {
    right: 0
}

.acf-block-preview .p-blockSplide {
    visibility: visible
}

.p-blockSplideImg {
    margin-bottom: 0
}

.p-blockSplideImg img {
    width: 100%
}

.p-toc {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
    padding: 2rem 2.5rem;
    font-size: 1rem;
    border: 2px solid #9E948B;
    border-radius: 40px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .p-toc {
        margin-top:2.5rem;
        margin-bottom: 3.25rem;
        padding: 1.5rem;
        border-radius: 30px
    }
}
.p-toc > p{
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    background: #9E948B;
    padding: 0 13px;
    line-height: 1.5;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .p-toc > p{
        font-size: 1rem;
    }
}
.p-toc ol,.p-toc p,.p-toc ul {
    margin-bottom: 0
}
.p-toc > ul{
    list-style: none;
    padding-left: 0;
}
.p-toc > ul > li{
    padding: 1rem 0 1rem 1em;
    border-bottom: 1px dashed #4C4239;
    position: relative;
}
.p-toc > ul > li > ul{
    list-style: none;
    padding-left: 0;
}
.p-toc > ul > li > ul li{
    position: relative;
    padding-left: 1em;
}
.p-toc > ul > li > ul li + li{
    margin-top: 1rem;
}

.p-toc li::before{
    content: "・";
    position: absolute;
    left: 0;
    top: calc(1rem + 1.8em*0.5 - 0.5em);
    line-height: 1;
}
.p-toc > ul > li > ul li::before{
    top: calc(1.8em*0.5 - 0.5em);
}

@media (max-width: 767px) {
    .p-toc > ul > li{
        font-size: .875rem;
        padding: .5rem 0 .5em 1em;
    }
    .p-toc li::before{
        top: calc(0.5rem + 1.8em*0.5 - 0.5em);
    }
}

.p-toc .wp-block-list{
    margin-top: 1rem;
}
@media (max-width: 767px) {
    .p-toc .wp-block-list{
        margin-top: .5rem;
    }
}

.p-toc a {
    color: #4C4239;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    text-decoration: none;
}

.p-toc a:hover {
    -webkit-tap-highlight-color: transparent;
    color: #3F6DA2;
}

.p-single.is-kagawa .p-toc{
    border-color: #99C26E;
}
.p-single.is-kagawa .p-toc > p{
    background-color: #99C26E;
}

.p-single.is-kochi .p-toc{
    border-color: #E5847F;
}
.p-single.is-kochi .p-toc > p{
    background-color: #E5847F;
}

.p-single.is-tokushima .p-toc{
    border-color: #89BBD2;
}
.p-single.is-tokushima .p-toc > p{
    background-color: #89BBD2;
}

.p-single.is-ehime .p-toc{
    border-color: #FAA770;
}
.p-single.is-ehime .p-toc > p{
    background-color: #FAA770;
}

/* 愛でたいポイント */
.p-single_article_medetai {
  width: 100%;
  margin-top: 3rem!important;
  margin-bottom: 3.75rem!important;
}
@media (max-width: 767px) {
   .p-single_article_medetai {
        width: 100%;
        margin-top: 2.5rem!important;
        margin-bottom: 2.5rem!important;
    }
}
.p-single_article_medetai_ttl {
  font-size: 1.25rem;
  display: flex;
  align-items: center!important;
  justify-content: flex-start;
  position: relative;
  margin-left: 1.875rem;
  gap: 0!important;
  z-index: 1;
}
@media (max-width: 767px) {
    .p-single_article_medetai_ttl {
        font-size: 1rem;
        margin-left: .875rem;
    }
}
.p-single_article_medetai_ttl .wp-block-column{
    flex-grow: initial!important;
    flex-basis: initial!important;
}
.p-single_article_medetai_ttl p {
  display: inline-block;
  padding: 0.25rem 1.125rem;
  background: #9A7655;
  color: #fff;
  border-radius: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
    .p-single_article_medetai_ttl p {
        padding: .125rem .875rem;
    }
}
.p-single_article_medetai_ttl::before {
  content: "";
  width: 70px;
  height: 66px;
  background: url(/assets/img/articles/point_mededori.png) no-repeat;
  background-size: contain;
  margin-right: 1.25rem;
}
@media (max-width: 767px) {
   .p-single_article_medetai_ttl::before {
    width: 59px;
    height: 56px;
    margin-right: .5rem;
   } 
}
.p-single_article_medetai_ttl::after {
  content: "";
  width: 44px;
  height: 32px;
  background: url(/assets/img/articles/point_kirakira.png) no-repeat;
  background-size: contain;
  margin-left: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
    .p-single_article_medetai_ttl::after {
        width: 33px;
        height: 24px;
    }
}
.p-single_article_medetai_ttl + .wp-block-columns{
    margin-top: -2.25rem!important;
}
.p-single_article_medetai_body {
  padding: 52px 40px 32px;
  border-radius: 40px;
  border: 4px dashed #DFBD9F;
}
@media (max-width: 767px) {
    .p-single_article_medetai_body {
        padding: 2.5rem 1.5rem 2rem;
    }
}
.p-single_article_medetai_body p {
  color: #91633A;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
    .p-single_article_medetai_body p {
        font-size: .875rem;
    }
}

h2.wp-block-heading{
    color: #4C4239;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin-bottom: 5rem;
    margin-top: 5rem;
}
h2.wp-block-heading::before{
    content: "";
    width: 159px;
    height: 110px;
    background: url("/assets/img/articles/h2_bg.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: -48px;
    top: calc(50% - 55px);
    z-index: -1;
}
h3.wp-block-heading{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;  
}
@media (max-width: 767px) {
    h2.wp-block-heading{
        font-size: 1rem;
        margin-bottom: 2.25rem;
        margin-top: 3.5rem;
    }
    h2.wp-block-heading::before{
        width: 109px;
        height: 75px;
        left: -23px;
        top: calc(50% - 32.5px);
    }
    h3.wp-block-heading{
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
}



.p-single.is-kagawa h2.wp-block-heading::before{
    background: url("/assets/img/articles/h2_bg_kagawa.svg") no-repeat;
    background-size: contain;
}
.p-single.is-kochi h2.wp-block-heading::before{
    background: url("/assets/img/articles/h2_bg_kochi.svg") no-repeat;
    background-size: contain;
}
.p-single.is-tokushima h2.wp-block-heading::before{
    background: url("/assets/img/articles/h2_bg_tokushima.svg") no-repeat;
    background-size: contain;
}
.p-single.is-ehime h2.wp-block-heading::before{
    background: url("/assets/img/articles/h2_bg_ehime.svg") no-repeat;
    background-size: contain;
}


.p-infobox {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    padding: 1.5rem 0;
    border-top: 1.5px solid #151515;
    border-bottom: 1.5px solid #151515;
    font-size: 1rem
}

@media (min-width: 768px) {
    .p-infobox {
        margin-top:4rem
    }
}

@media (min-width: 768px) {
    .p-infobox {
        margin-bottom:2.5rem
    }
}

.p-infobox .wp-block-column>:first-child {
    margin-top: 0
}

.p-infobox .wp-block-column>:last-child {
    margin-bottom: 0
}

.p-infobox h3 {
    margin-bottom: 0.5rem
}

.p-infobox a:not(.wp-block-button__link) {
    color: #151515;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-infobox a:not(.wp-block-button__link):hover {
    -webkit-tap-highlight-color: transparent;
    color: #199BBC;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .p-infobox a:not(.wp-block-button__link):hover {
        color:#199BBC;
        text-decoration: none
    }
}

.p-spotinfo {
    display: block;
    padding: 2.5rem;
    border-radius: 40px;
    background: #FAF7EE;
    color: #FAF7EE;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
    .p-spotinfo {
        padding: 1.5rem;
    }
}

.p-spotinfo__button {
    margin-bottom: 0;
    text-align: center
}

.p-spotinfoHead {
    margin-bottom: 0.5rem;
    color: #4C4239;
    font-size: 1.5rem;
    font-weight: bold;
}
@media (max-width: 767px) {
    .p-spotinfoHead {
        font-size: 1.125rem;
    }
}

.p-spotinfoList {
    padding-left: 0;
    display: -ms-grid;
    display: grid;
    gap: 0.3em;
    margin-bottom: 0;
}

.p-spotinfoList li {
    list-style: none;
    color: #4C4239;
    font-weight: 500;
}

.p-spotinfoList>li {
    padding-left: 2em;
    background-repeat: no-repeat;
    background-position: left 0.35em;
    background-size: 1.5rem auto
}
@media (max-width: 767px) {
    .p-spotinfoList>li {
        font-size: 14px;
        background-size: 1.25rem auto
    }
}

.p-spotinfoList__address {
    background-image: url(/assets/img/articles/ico_pin.svg)
}

.p-spotinfoList__tel {
    background-image: url(/assets/img/articles/ico_tel.svg)
}

.p-spotinfoList__parking {
    background-image: url(/assets/img/articles/ico_parking.svg)
}

.p-spotinfoList__website {
    background-image: url(/assets/img/articles/ico_web.svg)
}

.p-spotinfoList__instagram {
    background-image: url(/assets/img/articles/ico_ig.svg)
}

.p-spotinfoList__x {
    background-image: url(/assets/img/articles/ico_x.svg)
}

.p-spotinfoList__facebook {
    background-image: url(/assets/img/articles/ico_fb.svg)
}

.p-spotinfoList__youtube {
    background-image: url(/assets/img/articles/ico_yt.svg)
}

.p-spotinfoList__line {
    background-image: url(/assets/img/articles/ico_line.svg)
}

.p-spotinfoList a {
    color: #4C4239;
    text-decoration: underline;
    word-break: break-all;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s
}

.p-spotinfoList a:hover {
    -webkit-tap-highlight-color: transparent;
    color: #3F6DA2;
    text-decoration: none
}
.p-spotinfo__button{
    margin-top: 2.5rem;
}
@media (max-width: 767px) {
    .p-spotinfo__button{
        margin-top: 1.5rem;
    }
}
.p-spotinfo .c-btn svg{
    display: none;
}

.p-traveltime {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    padding: 9.5454% 0;
    background-image: url(../img/common/traveltime_bg_top.svg),url(../img/common/traveltime_bg_bottom.svg);
    background-repeat: no-repeat;
    background-position: center top,center bottom;
    background-size: 100% auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center
}

@media (min-width: 768px) {
    .p-traveltime {
        margin-top:4rem
    }
}

@media (min-width: 768px) {
    .p-traveltime {
        margin-bottom:2.5rem
    }
}

@media (min-width: 768px) {
    .p-traveltime {
        font-size:24px
    }
}

.p-youtube {
    margin-bottom: 1rem
}

@media (max-width: 767.98px) {
    .p-youtube__verticalInner {
        width:100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto
    }
}

.p-youtube--vertical {
    display: -ms-grid;
    display: grid;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .p-youtube--vertical {
        -ms-grid-columns:280px 2.5rem 1fr;
        grid-template-columns: 280px 1fr;
        gap: 2.5rem
    }
}

.u-text-primary {
    color: #199BBC
}

.u-text-secondary {
    color: #FFF9E6
}

.u-text-success {
    color: #0f0
}

.u-text-info {
    color: #00f
}

.u-text-warning {
    color: #ff0
}

.u-text-danger {
    color: #f00
}

.u-text-white {
    color: #fff
}

.u-text-black {
    color: #000
}

.u-text-light {
    color: #F3F3F3
}

.u-text-dark {
    color: #666
}

.u-text-light-color {
    color: #9B9B9B
}

.u-text-dark-color {
    color: #666
}

.u-fs-base {
    font-size: 14px
}

@media (min-width: 768px) {
    .u-fs-base {
        font-size:16px
    }
}

.u-fs-sm {
    font-size: 12px
}

@media (min-width: 768px) {
    .u-fs-sm {
        font-size:14px
    }
}

.u-fs-lg {
    font-size: 16px
}

@media (min-width: 768px) {
    .u-fs-lg {
        font-size:18px
    }
}

.u-fs-12 {
    font-size: 12px
}

@media (min-width: 768px) {
    .u-fs-12 {
        font-size:12px
    }
}

.u-fs-13 {
    font-size: 12.5px
}

@media (min-width: 768px) {
    .u-fs-13 {
        font-size:13px
    }
}

.u-fs-14 {
    font-size: 13px
}

@media (min-width: 768px) {
    .u-fs-14 {
        font-size:14px
    }
}

.u-fs-15 {
    font-size: 13.5px
}

@media (min-width: 768px) {
    .u-fs-15 {
        font-size:15px
    }
}

.u-fs-16 {
    font-size: 14px
}

@media (min-width: 768px) {
    .u-fs-16 {
        font-size:16px
    }
}

.u-fs-17 {
    font-size: 14.5px
}

@media (min-width: 768px) {
    .u-fs-17 {
        font-size:17px
    }
}

.u-fs-18 {
    font-size: 15px
}

@media (min-width: 768px) {
    .u-fs-18 {
        font-size:18px
    }
}

.u-fs-19 {
    font-size: 15.5px
}

@media (min-width: 768px) {
    .u-fs-19 {
        font-size:19px
    }
}

.u-fs-20 {
    font-size: 16px
}

@media (min-width: 768px) {
    .u-fs-20 {
        font-size:20px
    }
}

.u-fs-21 {
    font-size: 16.5px
}

@media (min-width: 768px) {
    .u-fs-21 {
        font-size:21px
    }
}

.u-fs-22 {
    font-size: 17px
}

@media (min-width: 768px) {
    .u-fs-22 {
        font-size:22px
    }
}

.u-fs-23 {
    font-size: 17.5px
}

@media (min-width: 768px) {
    .u-fs-23 {
        font-size:23px
    }
}

.u-fs-24 {
    font-size: 18px
}

@media (min-width: 768px) {
    .u-fs-24 {
        font-size:24px
    }
}

.u-fs-25 {
    font-size: 18.5px
}

@media (min-width: 768px) {
    .u-fs-25 {
        font-size:25px
    }
}

.u-fs-26 {
    font-size: 19px
}

@media (min-width: 768px) {
    .u-fs-26 {
        font-size:26px
    }
}

.u-fs-27 {
    font-size: 19.5px
}

@media (min-width: 768px) {
    .u-fs-27 {
        font-size:27px
    }
}

.u-fs-28 {
    font-size: 20px
}

@media (min-width: 768px) {
    .u-fs-28 {
        font-size:28px
    }
}

.u-fs-29 {
    font-size: 20.5px
}

@media (min-width: 768px) {
    .u-fs-29 {
        font-size:29px
    }
}

.u-fs-30 {
    font-size: 21px
}

@media (min-width: 768px) {
    .u-fs-30 {
        font-size:30px
    }
}

.u-fs-31 {
    font-size: 21.5px
}

@media (min-width: 768px) {
    .u-fs-31 {
        font-size:31px
    }
}

.u-fs-32 {
    font-size: 22px
}

@media (min-width: 768px) {
    .u-fs-32 {
        font-size:32px
    }
}

.u-fs-33 {
    font-size: 22.5px
}

@media (min-width: 768px) {
    .u-fs-33 {
        font-size:33px
    }
}

.u-fs-34 {
    font-size: 23px
}

@media (min-width: 768px) {
    .u-fs-34 {
        font-size:34px
    }
}

.u-fs-35 {
    font-size: 23.5px
}

@media (min-width: 768px) {
    .u-fs-35 {
        font-size:35px
    }
}

.u-fs-36 {
    font-size: 24px
}

@media (min-width: 768px) {
    .u-fs-36 {
        font-size:36px
    }
}

.u-fs-37 {
    font-size: 24.5px
}

@media (min-width: 768px) {
    .u-fs-37 {
        font-size:37px
    }
}

.u-fs-38 {
    font-size: 25px
}

@media (min-width: 768px) {
    .u-fs-38 {
        font-size:38px
    }
}

.u-fs-39 {
    font-size: 25.5px
}

@media (min-width: 768px) {
    .u-fs-39 {
        font-size:39px
    }
}

.u-fs-40 {
    font-size: 26px
}

@media (min-width: 768px) {
    .u-fs-40 {
        font-size:40px
    }
}

.u-fs-41 {
    font-size: 26.5px
}

@media (min-width: 768px) {
    .u-fs-41 {
        font-size:41px
    }
}

.u-fs-42 {
    font-size: 27px
}

@media (min-width: 768px) {
    .u-fs-42 {
        font-size:42px
    }
}

.u-fs-43 {
    font-size: 27.5px
}

@media (min-width: 768px) {
    .u-fs-43 {
        font-size:43px
    }
}

.u-fs-44 {
    font-size: 28px
}

@media (min-width: 768px) {
    .u-fs-44 {
        font-size:44px
    }
}

.u-fs-45 {
    font-size: 28.5px
}

@media (min-width: 768px) {
    .u-fs-45 {
        font-size:45px
    }
}

.u-fs-46 {
    font-size: 29px
}

@media (min-width: 768px) {
    .u-fs-46 {
        font-size:46px
    }
}

.u-fs-47 {
    font-size: 29.5px
}

@media (min-width: 768px) {
    .u-fs-47 {
        font-size:47px
    }
}

.u-fs-48 {
    font-size: 30px
}

@media (min-width: 768px) {
    .u-fs-48 {
        font-size:48px
    }
}

.u-fs-49 {
    font-size: 30.5px
}

@media (min-width: 768px) {
    .u-fs-49 {
        font-size:49px
    }
}

.u-fs-50 {
    font-size: 31px
}

@media (min-width: 768px) {
    .u-fs-50 {
        font-size:50px
    }
}

.u-ff-jp {
    font-family: "Noto Sans JP",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

.u-ff-mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif
}

.u-ff-web {
    font-family: "Poppins",游ゴシック体,"Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

.u-lh-xl {
    line-height: 2
}

.u-lh-lg {
    line-height: 1.8
}

.u-lh-md {
    line-height: 1.5
}

.u-lh-sm {
    line-height: 1.3
}

.u-ls-lg {
    letter-spacing: 0.5em
}

.u-ls-md {
    letter-spacing: normal
}

.u-ls-sm {
    letter-spacing: -0.1em
}

.u-fw-bold {
    font-weight: bold
}

.u-fw-normal {
    font-weight: normal
}

.u-highlight {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,190,0,0)),color-stop(60%,rgba(255,190,0,0)),color-stop(61%,rgb(255,190,0)),to(rgb(255,190,0)));
    background: linear-gradient(to bottom,rgba(255,190,0,0) 0%,rgba(255,190,0,0) 60%,rgb(255,190,0) 61%,rgb(255,190,0) 100%)
}

.u-ta-left {
    text-align: left!important
}

.u-ta-center {
    text-align: center!important
}

.u-ta-right {
    text-align: right!important
}

@media (min-width: 576px) {
    .u-ta-sm-left {
        text-align:left!important
    }
}

@media (min-width: 576px) {
    .u-ta-sm-center {
        text-align:center!important
    }
}

@media (min-width: 576px) {
    .u-ta-sm-right {
        text-align:right!important
    }
}

@media (min-width: 768px) {
    .u-ta-md-left {
        text-align:left!important
    }
}

@media (min-width: 768px) {
    .u-ta-md-center {
        text-align:center!important
    }
}

@media (min-width: 768px) {
    .u-ta-md-right {
        text-align:right!important
    }
}

@media (min-width: 992px) {
    .u-ta-lg-left {
        text-align:left!important
    }
}

@media (min-width: 992px) {
    .u-ta-lg-center {
        text-align:center!important
    }
}

@media (min-width: 992px) {
    .u-ta-lg-right {
        text-align:right!important
    }
}

@media (min-width: 1200px) {
    .u-ta-xl-left {
        text-align:left!important
    }
}

@media (min-width: 1200px) {
    .u-ta-xl-center {
        text-align:center!important
    }
}

@media (min-width: 1200px) {
    .u-ta-xl-right {
        text-align:right!important
    }
}

@media (min-width: 1400px) {
    .u-ta-xxl-left {
        text-align:left!important
    }
}

@media (min-width: 1400px) {
    .u-ta-xxl-center {
        text-align:center!important
    }
}

@media (min-width: 1400px) {
    .u-ta-xxl-right {
        text-align:right!important
    }
}

.u-tel-link a {
    color: #151515
}

.u-tel-link a:hover {
    -webkit-tap-highlight-color: transparent;
    color: #151515;
    text-decoration: none
}

@media screen and (min-width: 992px) {
    .u-tel-link a:hover {
        color:#151515;
        text-decoration: none
    }
}

.u-noWrap {
    white-space: pre-wrap;
    word-break: keep-all
}

.u-mt-0 {
    margin-top: 0
}

.u-mb-0 {
    margin-bottom: 0
}

.u-pt-0 {
    padding-top: 0
}

.u-pb-0 {
    padding-bottom: 0
}

.u-mt-5 {
    margin-top: 5px
}

.u-mb-5 {
    margin-bottom: 5px
}

.u-pt-5 {
    padding-top: 5px
}

.u-pb-5 {
    padding-bottom: 5px
}

.u-mt-10 {
    margin-top: 8px
}

.u-mb-10 {
    margin-bottom: 8px
}

.u-pt-10 {
    padding-top: 8px
}

.u-pb-10 {
    padding-bottom: 8px
}

.u-mt-15 {
    margin-top: 12px
}

.u-mb-15 {
    margin-bottom: 12px
}

.u-pt-15 {
    padding-top: 12px
}

.u-pb-15 {
    padding-bottom: 12px
}

.u-mt-20 {
    margin-top: 15px
}

.u-mb-20 {
    margin-bottom: 15px
}

.u-pt-20 {
    padding-top: 15px
}

.u-pb-20 {
    padding-bottom: 15px
}

.u-mt-25 {
    margin-top: 18px
}

.u-mb-25 {
    margin-bottom: 18px
}

.u-pt-25 {
    padding-top: 18px
}

.u-pb-25 {
    padding-bottom: 18px
}

.u-mt-30 {
    margin-top: 20px
}

.u-mb-30 {
    margin-bottom: 20px
}

.u-pt-30 {
    padding-top: 20px
}

.u-pb-30 {
    padding-bottom: 20px
}

.u-mt-40 {
    margin-top: 30px
}

.u-mb-40 {
    margin-bottom: 30px
}

.u-pt-40 {
    padding-top: 30px
}

.u-pb-40 {
    padding-bottom: 30px
}

.u-mt-50 {
    margin-top: 40px
}

.u-mb-50 {
    margin-bottom: 40px
}

.u-pt-50 {
    padding-top: 40px
}

.u-pb-50 {
    padding-bottom: 40px
}

.u-mt-60 {
    margin-top: 50px
}

.u-mb-60 {
    margin-bottom: 50px
}

.u-pt-60 {
    padding-top: 50px
}

.u-pb-60 {
    padding-bottom: 50px
}

.u-mt-70 {
    margin-top: 55px
}

.u-mb-70 {
    margin-bottom: 55px
}

.u-pt-70 {
    padding-top: 55px
}

.u-pb-70 {
    padding-bottom: 55px
}

.u-mt-80 {
    margin-top: 60px
}

.u-mb-80 {
    margin-bottom: 60px
}

.u-pt-80 {
    padding-top: 60px
}

.u-pb-80 {
    padding-bottom: 60px
}

.u-mt-90 {
    margin-top: 65px
}

.u-mb-90 {
    margin-bottom: 65px
}

.u-pt-90 {
    padding-top: 65px
}

.u-pb-90 {
    padding-bottom: 65px
}

.u-mt-100 {
    margin-top: 70px
}

.u-mb-100 {
    margin-bottom: 70px
}

.u-pt-100 {
    padding-top: 70px
}

.u-pb-100 {
    padding-bottom: 70px
}

.u-mt-110 {
    margin-top: 75px
}

.u-mb-110 {
    margin-bottom: 75px
}

.u-pt-110 {
    padding-top: 75px
}

.u-pb-110 {
    padding-bottom: 75px
}

.u-mt-120 {
    margin-top: 80px
}

.u-mb-120 {
    margin-bottom: 80px
}

.u-pt-120 {
    padding-top: 80px
}

.u-pb-120 {
    padding-bottom: 80px
}

.u-mt-130 {
    margin-top: 85px
}

.u-mb-130 {
    margin-bottom: 85px
}

.u-pt-130 {
    padding-top: 85px
}

.u-pb-130 {
    padding-bottom: 85px
}

.u-mt-140 {
    margin-top: 90px
}

.u-mb-140 {
    margin-bottom: 90px
}

.u-pt-140 {
    padding-top: 90px
}

.u-pb-140 {
    padding-bottom: 90px
}

.u-mt-150 {
    margin-top: 95px
}

.u-mb-150 {
    margin-bottom: 95px
}

.u-pt-150 {
    padding-top: 95px
}

.u-pb-150 {
    padding-bottom: 95px
}

.u-mt-160 {
    margin-top: 100px
}

.u-mb-160 {
    margin-bottom: 100px
}

.u-pt-160 {
    padding-top: 100px
}

.u-pb-160 {
    padding-bottom: 100px
}

.u-mt-170 {
    margin-top: 105px
}

.u-mb-170 {
    margin-bottom: 105px
}

.u-pt-170 {
    padding-top: 105px
}

.u-pb-170 {
    padding-bottom: 105px
}

.u-mt-180 {
    margin-top: 110px
}

.u-mb-180 {
    margin-bottom: 110px
}

.u-pt-180 {
    padding-top: 110px
}

.u-pb-180 {
    padding-bottom: 110px
}

.u-mt-190 {
    margin-top: 120px
}

.u-mb-190 {
    margin-bottom: 120px
}

.u-pt-190 {
    padding-top: 120px
}

.u-pb-190 {
    padding-bottom: 120px
}

.u-mt-200 {
    margin-top: 125px
}

.u-mb-200 {
    margin-bottom: 125px
}

.u-pt-200 {
    padding-top: 125px
}

.u-pb-200 {
    padding-bottom: 125px
}

@media (min-width: 768px) {
    .u-mt-5 {
        margin-top:5px
    }
}

@media (min-width: 768px) {
    .u-mb-5 {
        margin-bottom:5px
    }
}

@media (min-width: 768px) {
    .u-pt-5 {
        padding-top:5px
    }
}

@media (min-width: 768px) {
    .u-pb-5 {
        padding-bottom:5px
    }
}

@media (min-width: 768px) {
    .u-mt-10 {
        margin-top:10px
    }
}

@media (min-width: 768px) {
    .u-mb-10 {
        margin-bottom:10px
    }
}

@media (min-width: 768px) {
    .u-pt-10 {
        padding-top:10px
    }
}

@media (min-width: 768px) {
    .u-pb-10 {
        padding-bottom:10px
    }
}

@media (min-width: 768px) {
    .u-mt-15 {
        margin-top:15px
    }
}

@media (min-width: 768px) {
    .u-mb-15 {
        margin-bottom:15px
    }
}

@media (min-width: 768px) {
    .u-pt-15 {
        padding-top:15px
    }
}

@media (min-width: 768px) {
    .u-pb-15 {
        padding-bottom:15px
    }
}

@media (min-width: 768px) {
    .u-mt-20 {
        margin-top:20px
    }
}

@media (min-width: 768px) {
    .u-mb-20 {
        margin-bottom:20px
    }
}

@media (min-width: 768px) {
    .u-pt-20 {
        padding-top:20px
    }
}

@media (min-width: 768px) {
    .u-pb-20 {
        padding-bottom:20px
    }
}

@media (min-width: 768px) {
    .u-mt-25 {
        margin-top:25px
    }
}

@media (min-width: 768px) {
    .u-mb-25 {
        margin-bottom:25px
    }
}

@media (min-width: 768px) {
    .u-pt-25 {
        padding-top:25px
    }
}

@media (min-width: 768px) {
    .u-pb-25 {
        padding-bottom:25px
    }
}

@media (min-width: 768px) {
    .u-mt-30 {
        margin-top:30px
    }
}

@media (min-width: 768px) {
    .u-mb-30 {
        margin-bottom:30px
    }
}

@media (min-width: 768px) {
    .u-pt-30 {
        padding-top:30px
    }
}

@media (min-width: 768px) {
    .u-pb-30 {
        padding-bottom:30px
    }
}

@media (min-width: 768px) {
    .u-mt-40 {
        margin-top:40px
    }
}

@media (min-width: 768px) {
    .u-mb-40 {
        margin-bottom:40px
    }
}

@media (min-width: 768px) {
    .u-pt-40 {
        padding-top:40px
    }
}

@media (min-width: 768px) {
    .u-pb-40 {
        padding-bottom:40px
    }
}

@media (min-width: 768px) {
    .u-mt-50 {
        margin-top:50px
    }
}

@media (min-width: 768px) {
    .u-mb-50 {
        margin-bottom:50px
    }
}

@media (min-width: 768px) {
    .u-pt-50 {
        padding-top:50px
    }
}

@media (min-width: 768px) {
    .u-pb-50 {
        padding-bottom:50px
    }
}

@media (min-width: 768px) {
    .u-mt-60 {
        margin-top:60px
    }
}

@media (min-width: 768px) {
    .u-mb-60 {
        margin-bottom:60px
    }
}

@media (min-width: 768px) {
    .u-pt-60 {
        padding-top:60px
    }
}

@media (min-width: 768px) {
    .u-pb-60 {
        padding-bottom:60px
    }
}

@media (min-width: 768px) {
    .u-mt-70 {
        margin-top:70px
    }
}

@media (min-width: 768px) {
    .u-mb-70 {
        margin-bottom:70px
    }
}

@media (min-width: 768px) {
    .u-pt-70 {
        padding-top:70px
    }
}

@media (min-width: 768px) {
    .u-pb-70 {
        padding-bottom:70px
    }
}

@media (min-width: 768px) {
    .u-mt-80 {
        margin-top:80px
    }
}

@media (min-width: 768px) {
    .u-mb-80 {
        margin-bottom:80px
    }
}

@media (min-width: 768px) {
    .u-pt-80 {
        padding-top:80px
    }
}

@media (min-width: 768px) {
    .u-pb-80 {
        padding-bottom:80px
    }
}

@media (min-width: 768px) {
    .u-mt-90 {
        margin-top:90px
    }
}

@media (min-width: 768px) {
    .u-mb-90 {
        margin-bottom:90px
    }
}

@media (min-width: 768px) {
    .u-pt-90 {
        padding-top:90px
    }
}

@media (min-width: 768px) {
    .u-pb-90 {
        padding-bottom:90px
    }
}

@media (min-width: 768px) {
    .u-mt-100 {
        margin-top:100px
    }
}

@media (min-width: 768px) {
    .u-mb-100 {
        margin-bottom:100px
    }
}

@media (min-width: 768px) {
    .u-pt-100 {
        padding-top:100px
    }
}

@media (min-width: 768px) {
    .u-pb-100 {
        padding-bottom:100px
    }
}

@media (min-width: 768px) {
    .u-mt-110 {
        margin-top:110px
    }
}

@media (min-width: 768px) {
    .u-mb-110 {
        margin-bottom:110px
    }
}

@media (min-width: 768px) {
    .u-pt-110 {
        padding-top:110px
    }
}

@media (min-width: 768px) {
    .u-pb-110 {
        padding-bottom:110px
    }
}

@media (min-width: 768px) {
    .u-mt-120 {
        margin-top:120px
    }
}

@media (min-width: 768px) {
    .u-mb-120 {
        margin-bottom:120px
    }
}

@media (min-width: 768px) {
    .u-pt-120 {
        padding-top:120px
    }
}

@media (min-width: 768px) {
    .u-pb-120 {
        padding-bottom:120px
    }
}

@media (min-width: 768px) {
    .u-mt-130 {
        margin-top:130px
    }
}

@media (min-width: 768px) {
    .u-mb-130 {
        margin-bottom:130px
    }
}

@media (min-width: 768px) {
    .u-pt-130 {
        padding-top:130px
    }
}

@media (min-width: 768px) {
    .u-pb-130 {
        padding-bottom:130px
    }
}

@media (min-width: 768px) {
    .u-mt-140 {
        margin-top:140px
    }
}

@media (min-width: 768px) {
    .u-mb-140 {
        margin-bottom:140px
    }
}

@media (min-width: 768px) {
    .u-pt-140 {
        padding-top:140px
    }
}

@media (min-width: 768px) {
    .u-pb-140 {
        padding-bottom:140px
    }
}

@media (min-width: 768px) {
    .u-mt-150 {
        margin-top:150px
    }
}

@media (min-width: 768px) {
    .u-mb-150 {
        margin-bottom:150px
    }
}

@media (min-width: 768px) {
    .u-pt-150 {
        padding-top:150px
    }
}

@media (min-width: 768px) {
    .u-pb-150 {
        padding-bottom:150px
    }
}

@media (min-width: 768px) {
    .u-mt-160 {
        margin-top:160px
    }
}

@media (min-width: 768px) {
    .u-mb-160 {
        margin-bottom:160px
    }
}

@media (min-width: 768px) {
    .u-pt-160 {
        padding-top:160px
    }
}

@media (min-width: 768px) {
    .u-pb-160 {
        padding-bottom:160px
    }
}

@media (min-width: 768px) {
    .u-mt-170 {
        margin-top:170px
    }
}

@media (min-width: 768px) {
    .u-mb-170 {
        margin-bottom:170px
    }
}

@media (min-width: 768px) {
    .u-pt-170 {
        padding-top:170px
    }
}

@media (min-width: 768px) {
    .u-pb-170 {
        padding-bottom:170px
    }
}

@media (min-width: 768px) {
    .u-mt-180 {
        margin-top:180px
    }
}

@media (min-width: 768px) {
    .u-mb-180 {
        margin-bottom:180px
    }
}

@media (min-width: 768px) {
    .u-pt-180 {
        padding-top:180px
    }
}

@media (min-width: 768px) {
    .u-pb-180 {
        padding-bottom:180px
    }
}

@media (min-width: 768px) {
    .u-mt-190 {
        margin-top:190px
    }
}

@media (min-width: 768px) {
    .u-mb-190 {
        margin-bottom:190px
    }
}

@media (min-width: 768px) {
    .u-pt-190 {
        padding-top:190px
    }
}

@media (min-width: 768px) {
    .u-pb-190 {
        padding-bottom:190px
    }
}

@media (min-width: 768px) {
    .u-mt-200 {
        margin-top:200px
    }
}

@media (min-width: 768px) {
    .u-mb-200 {
        margin-bottom:200px
    }
}

@media (min-width: 768px) {
    .u-pt-200 {
        padding-top:200px
    }
}

@media (min-width: 768px) {
    .u-pb-200 {
        padding-bottom:200px
    }
}

.u-ml-1 {
    margin-left: 0.5em
}

.u-mr-1 {
    margin-right: 0.5em
}

.u-pl-1 {
    padding-left: 0.5em
}

.u-pr-1 {
    padding-right: 0.5em
}

.u-ml-2 {
    margin-left: 1em
}

.u-mr-2 {
    margin-right: 1em
}

.u-pl-2 {
    padding-left: 1em
}

.u-pr-2 {
    padding-right: 1em
}

.u-ml-3 {
    margin-left: 1.5em
}

.u-mr-3 {
    margin-right: 1.5em
}

.u-pl-3 {
    padding-left: 1.5em
}

.u-pr-3 {
    padding-right: 1.5em
}

.u-ml-4 {
    margin-left: 2em
}

.u-mr-4 {
    margin-right: 2em
}

.u-pl-4 {
    padding-left: 2em
}

.u-pr-4 {
    padding-right: 2em
}

.u-ml-5 {
    margin-left: 3em
}

.u-mr-5 {
    margin-right: 3em
}

.u-pl-5 {
    padding-left: 3em
}

.u-pr-5 {
    padding-right: 3em
}

.u-block {
    display: block!important
}

.u-inline-block {
    display: inline-block!important
}

.u-inline {
    display: inline!important
}

.u-none {
    display: none!important
}

@media (max-width: 767.98px) {
    .u-only-pc {
        display:none!important
    }
}

@media (min-width: 768px) {
    .u-only-sp {
        display:none!important
    }
}

@media (min-width: 576px) {
    .u-sm-block {
        display:block!important
    }
}

@media (min-width: 576px) {
    .u-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 576px) {
    .u-sm-inline {
        display:inline!important
    }
}

@media (min-width: 576px) {
    .u-sm-none {
        display:none!important
    }
}

@media (min-width: 768px) {
    .u-md-block {
        display:block!important
    }
}

@media (min-width: 768px) {
    .u-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) {
    .u-md-inline {
        display:inline!important
    }
}

@media (min-width: 768px) {
    .u-md-none {
        display:none!important
    }
}

@media (min-width: 992px) {
    .u-lg-block {
        display:block!important
    }
}

@media (min-width: 992px) {
    .u-lg-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 992px) {
    .u-lg-inline {
        display:inline!important
    }
}

@media (min-width: 992px) {
    .u-lg-none {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .u-xl-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .u-xl-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .u-xl-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .u-xl-none {
        display:none!important
    }
}

@media (min-width: 1400px) {
    .u-xxl-block {
        display:block!important
    }
}

@media (min-width: 1400px) {
    .u-xxl-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1400px) {
    .u-xxl-inline {
        display:inline!important
    }
}

@media (min-width: 1400px) {
    .u-xxl-none {
        display:none!important
    }
}

br.u-only-pc {
    display: none!important
}

@media (min-width: 992px) {
    br.u-only-pc {
        display:inline!important
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.u-bg-primary {
    background-color: #199BBC
}

.u-bg-secondary {
    background-color: #FFF9E6
}

.u-bg-success {
    background-color: #0f0
}

.u-bg-info {
    background-color: #00f
}

.u-bg-warning {
    background-color: #ff0
}

.u-bg-danger {
    background-color: #f00
}

.u-bg-white {
    background-color: #fff
}

.u-bg-black {
    background-color: #000
}

.u-bg-light {
    background-color: #F3F3F3
}

.u-bg-dark {
    background-color: #666
}

.u-bg-primary {
    color: #fff
}
