@charset "UTF-8";

/* ボタン */

#btn+.contents_btn01 .content_wrapper>a {
    min-width: 300px;
}

#btn+.contents_btn01 .content_wrapper>a span {
    font-size: 2rem;
}

#btn+.contents_btn01 .content_wrapper>a::before {
    display: none;
}

#btn+.contents_btn01 .content_wrapper>a:nth-of-type(even) {
    border: 2px solid var(--i_sub3_color);
    background: var(--i_sub3_color);
}

#btn+.contents_btn01 .content_wrapper>a:nth-of-type(even):hover {
    background: transparent;
    color: var(--i_sub3_color);
}

@media screen and (max-width: 460px) {
    #btn+.contents_btn01 .content_wrapper>a {
        min-width: 300px;
    }

    #btn+.contents_btn01 .content_wrapper>a span {
        font-size: 1.65rem;
    }
}

/* 見出しデザイン */

.heading.block_header_2 {
    margin-bottom: 15px;
}

.heading.block_header_2 .h {
    padding-left: 18px;
    color: var(--i_txt_color);
}

.heading.block_header_2 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 1.3rem;
    left: 0;
    background: var(--i_main_color);
    border-radius: 50px;
    pointer-events: none;
}

#about+section .heading.block_header_6 .h,
#support+section .heading.block_header_6 .h,
#jitaku+section .heading.block_header_6 .h,
#welfare+section .heading.block_header_6 .h {
    color: var(--i_txt_color);
    padding: 0 15px;
}

#about+section .heading.block_header_6 .h::before,
#support+section .heading.block_header_6 .h::before,
#jitaku+section .heading.block_header_6 .h::before,
#welfare+section .heading.block_header_6 .h::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 12px;
    bottom: 0;
    left: 0;
    background: var(--i_main_color);
    z-index: -1;
    opacity: 0.8;
    pointer-events: none;
}

#support+section>.content_wrapper,
#welfare+section>.content_wrapper {
    background: var(--i_sub2_color);
    border-radius: 20px 20px 0 0;
    padding: 50px 20px 30px;
    width: calc(100% - 20px);
}

/* おもてなし・ご提案 */

.dec1_3:not(.block_images_21)>.content_wrapper {
    border-radius: 0 20px 0 20px;
}

span[style*="background-color:#1f2770;"] {
    background-color: var(--i_main_color) !important;
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700 !important;
}

span[style*="font-family:Yu Mincho;"] {
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700 !important;
}

.dec1_3 span strong {
    font-weight: 500;
}

/* 画像・シャドウ */

.contents_box01.block_image_text_4 .inner_item_img img {
    box-shadow: 12px 12px 0 #e1dcc5;
}

.contents_box01.block_image_text_3 .inner_item_img img {
    box-shadow: -12px 12px 0 #e1dcc5;
}