@charset "UTF-8";

/* A-BiSUスライダー */
.main-visual .uk-slidenav-position {
    height: 100%;
}

.main-visual .uk-slideshow {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

.main-visual .uk-slideshow::after {
    content: "";
    display: block;
    padding-top: 55%;
}

.main-visual .uk-slideshow li {
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
}

.main-visual .uk-slideshow li>div {
    height: 100% !important;
}

.main-visual .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.uk-dotnav .uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-dotnav-contrast>*>* {
    background: #ccc;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #565656;
}

.uk-position-bottom {
    bottom: -30px;
}

@media (max-width: 1024px) {
    .main-visual .uk-slideshow::after {
        padding-top: 50%;
    }
}

@media (max-width: 599px) {
    .main-visual .uk-slideshow::after {
        padding-top: 120%;
    }
}

/* 背景に画像 */
.bg-parent {
    position: relative;
}

.bg-content {
    position: relative;
    z-index: 1;
}

.bg-content.orange {
    background-color: rgb(254 132 34 / 64%);
}

.bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

/* SNSアイコン */
.instagram-wrap a,
.line-wrap a,
.facebook-wrap a,
.twitter-wrap a {
    width: 100%;
    height: 100%;
    display: block;
}

.instagram-wrap a::after {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 2em;
    color: #333;
    line-height: 1;
}

.line-wrap a::before {
    content: "\f3c0";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 1.8em;
    color: #333;
    line-height: 1;
}

.facebook-wrap a::after {
    content: "\f39e";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 2em;
    color: #333;
    line-height: 1;
}

.twitter-wrap a::after {
    content: "\f099";
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 2em;
    color: #333;
    line-height: 1;
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
    padding: 2em 0;
}

.breadcrumbs-list li {
    display: inline;
    flex-shrink: 0;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
    font-size: 14px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
    font-weight: bold;
}


.breadcrumbs-list li.breadcrumbs-thispage::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 1em 0 0.5em;
    border-top: 2px solid #473d2f;
    border-right: 2px solid #473d2f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs-list li.breadcrumbs-prevpage a::before {
    content: "";
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    margin: 0 1em 0 0.5em;
    border-top: 2px solid #473d2f;
    border-right: 2px solid #473d2f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumbs a{
  display: inline;
}

/* 動的リンク */
.aside-container .wrap {
    height: 100%;
}

.aside-container .wrap .title {
    padding: 1em 1em 1em 0;
    font-family: "Shippori Mincho", serif;
    font-size: 1.5em;
}

.aside-container .wrap li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 5px;
    text-align: center;
    border-bottom: 1px solid #473d2f;
}

/* ページネーション */
.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagenation li {
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.pagenation li a,
.pagenation li .now {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    color: #473d2f;
    text-align: center;
    border-radius: 10px;
}

.pagenation li.prev a::before,
.pagenation li.next a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #473d2f;
}

.pagenation li.prev a::before {
    content: "\f104";
}

@media (max-width: 599px) {
    .pagenation li {
        width: 40px;
        height: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 5px;
    }
}

[data-element-id] .pager{
  margin-top: 50px;
}

/* 改行 */
.reader1 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.reader2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;

    -webkit-line-clamp: 2;
}

/* お問い合わせフォームの基本 */

.contact-form input[type="text"],
.contact-form textarea {
    width: 100%;
    padding: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}

.contact-form textarea {
    height: 200px;
}

.contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0;
}

.contact-form dt {
    width: 25%;
    font-weight: bold;
}

.contact-form dt .require-icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-top: 5px;
    padding: 1px 10px;
    color: #fff;
    background-color: #e9aa93;
}

.contact-form dd {
    width: 70%;
}

@media (max-width: 599px) {
    .contact-form dl {
        display: block;
    }

    .contact-form dt {
        width: 100%;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        margin-bottom: 0.5em;
        padding-left: 0;
        padding-right: 0;
    }

    .contact-form dd {
        width: 100%;
    }

    .contact-form input[type="text"],
    .contact-form textarea {
        padding: 10px;
        border-radius: 3px;
    }
}

/* .contact-item をつけることで解決*/
.contact-item.radiobtn dd {
    padding: 0.5em;
}

.contact-item.radiobtn dd label {
    display: inline-block;
    margin: 0.5em 0;
    padding: 0 10px 0 30px;
    position: relative;
}

.contact-item.radiobtn dd label::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #dcdcdc;
    border-radius: 3px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-item.radiobtn dd label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.contact-item.radiobtn dd input {
    display: none;
}

.contact-item.radiobtn dd input:checked+label {
    text-decoration: underline;
}

.contact-item.radiobtn dd input:checked+label::after {
    content: "\f00c";
    width: 0;
    height: 0;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    color: #94b67a;
    line-height: 1;
    background-color: transparent;
    position: absolute;
    top: -3px;
    left: 2px;
}

.contact-item.radiobtn dd input+label {
    margin-left: 15px;
}

@media (max-width: 599px) {
    .contact-item.radiobtn dd {
        padding: 0.5em 0;
    }
}

/* 「ブログ詳細ぺージ」見出し用CSS */
.detail-content h2 {
    margin: 1.5em 0 1em;
    padding: 0.2em 0.5em;
    font-weight: bold;
    font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
    border-bottom: 2px solid #e9aa93;
}

.detail-content h3 {
    margin: 1.5em 0 1em;
    padding-left: 0.5em;
    font-size: clamp(1.25rem, 1.02rem + 0.97vw, 1.75rem);
    border-left: 10px solid #e9aa93;
}

.detail-content h4 {
    margin: 1.5em 0 1em;
    padding: 0.2em;
    font-weight: bold;
    font-size: clamp(1.125rem, 0.9rem + 0.97vw, 1.625rem);
    border-bottom: 2px dotted #e9aa93;
}

.detail-content ol {
    list-style: auto;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

.detail-content ul {
    list-style: inherit;
    list-style-position: outside;
    margin: 1em 0;
    padding-left: 2em;
}

/* PC・TB・SPで表示切替 */
.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}

[data-element-id].hide\@pc {
    display: block;
    padding-top: 2em;
    border: 1px solid green;
    position: relative;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id].hide\@pc:before {
    content: "モバイルで表示";
    width: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: green;
    position: absolute;
    top: 0;
    left: 0;
}

/* innerを入れない時のタブレット・スマホ対策 */
@media (max-width: 1024px) {
    .tb-yohaku {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 599px) {
    .sp-yohaku {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* fead系 */
/* fead-order */
.fead-order>* {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.fead-order>.mv {
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* fead-text */
.fead-text .str.textin {
    opacity: 1;
    -webkit-animation: fadeInRight 0.8s;
    animation: fadeInRight 0.8s;
    text-align: center;
}

.fead-text .str {
    min-width: 15px;
    display: inline-block;
    opacity: 0;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(20px, 30px);
        transform: translate(20px, 30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(20px, 30px);
        transform: translate(20px, 30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* fead-zoom */
.fead-zoom img {
    will-change: animation;
    transform: scale(1.2);
    transition: 0.3s ease-in;
}

.fead-zoom [class*=up-ofi] {
    overflow: hidden;
}

.fead-zoom {
    overflow: hidden;
}

.fead-zoom.mv img {
    transform: scale(1);
}

@-webkit-keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
