/* リセットCSS */

* {
    margin: 0;
    padding: 0;
}

*,
 ::before,
 ::after {
    border-style: solid;
    box-sizing: border-box;
    border-width: 0;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    text-rendering: optimizeSpeed;
    color: #312828;
    overflow-x: hidden;
    background: #FFFAF0;
}

.is-fixed body {
    overflow: hidden;
}

html {
    height: 100%;
    margin: 0!important;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
    text-decoration-skip-ink: auto;
}

img {
    width: 100%;
    display: block;
}

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

@media screen and (max-width: 1188px) {
    html {
        font-size: 1.4134275618vw;
    }
}

.pc-dn {
    display: none;
}

.sp-dn {
    display: block;
}

@media screen and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }
    html {
        font-size: 16px;
    }
    .pc-dn {
        display: block;
    }
    .sp-dn {
        display: none;
    }
}

@media screen and (max-width: 380px) {
    html {
        font-size: 4.2105263158vw;
    }
    body {
        overflow-x: hidden;
    }
}

a,
button,
.btn {
    cursor: pointer;
    transition: 0.3s;
}

a:hover,
button:hover,
.btn:hover {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    a:hover,
    button:hover,
    .btn:hover {
        opacity: 1;
    }
}
/*---▼reCAPCHA非表示▼---*/
.grecaptcha-badge { visibility: hidden; }


/*---▼header▼---*/

#header {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 3.75rem;
    top: 0px;
}

.header_inner {
    width: 95%;
    border-radius: 6rem;
    top: 2.5rem;
    background: rgba(76, 59, 48, 0.85);
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    padding: 1.1rem 2rem;
    transform: none;
}

.header_inner .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    max-width: 100%;
}


.header_inner .logo_link img {
    width: 19.125rem;
height: 1.5rem;
flex-shrink: 0;
}

.header_inner .navi_sec .navi_list {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: center;
}


.header_inner .navi_sec .navi_list li a {
color: #FFF;
text-align: center;
font-family: "Noto Sans JP";
font-size: 1.25rem;
font-style: normal;
font-weight: 700;
line-height: 100%;
}
.header_inner .navi_sec .navi_list li.contact{
    border-radius: 3.125rem;
    background: #FCCF00;
    padding: 0.5rem 1.5rem;
}
.header_inner .navi_sec .navi_list li.contact a{
    color: #4C3B30;
}
.header_inner .navi_sec .navi_list li.instagram{
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: #fff;
    justify-content: center;
    display: flex;
}
.header_inner .navi_sec .navi_list li.instagram img{
width: 1.8125rem;
height: 1.8125rem;
flex-shrink: 0;
}
.header_inner .navi_sec .navi_list li.instagram a{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*--- 追従コンタクトボタン ---*/

.contact_box_header {
    position: fixed;
    top: 1.94rem;
    right: 2.5rem;
    z-index: 10;
}

.contact_box_header a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 6.375rem;
    height: 6.375rem;
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 200%;
    text-align: center;
    border-radius: 50%;
    background: #124B80;
    border: 1px solid #124B80;
    color: #fff;
}

.contact_box_header a img {
    width: 4.125rem;
    height: 3.125rem;
    flex-shrink: 0;
    margin: 0 auto;
    margin-top: 0.5rem;
}

.contact_box_header a.line {
    margin-top: 0.5rem;
    background: #fff;
    color: #124B80;
}

.contact_box_header a.line img {
    margin-top: 0;
}

.contact_box_header a:hover {
    opacity: 1;
}

@media screen and (max-width: 1530px) {
    .contact_box_header {
        top: 5.5rem;
        right: 0.5rem;
    }
}

@media screen and (max-width: 1024px) {
    .header_inner.fixed {
        display: flex;
    }
    .header_inner .navi_sec .navi_list {
        display: flex;
        gap: 0.5rem;
    }
    .header_inner .logo_link img {
        width: 12.625rem;
        height: auto;
        flex-shrink: 0;
        aspect-ratio: 141 / 32;
    }
    .header_inner .navi_sec .navi_list li a {
        padding: 0 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    #header {
        top: 0rem;
        position: fixed;
        z-index: 999999;
        height: auto;
    }
    .header_inner {
        width: 100%;
        border-radius: 0;
        background: none;
        padding: 0;
        top:1rem;
    }
    .header_inner .wrap{
        height: 100%;
    }
    .header_inner .logo_link {
        position: fixed;
        z-index: 999999;
        background: none;
        top: 1.4rem;
        left: 6%;
    }
    .header_inner img.logo {
        width: 12rem;
        height: auto;
    }
    .header_inner a.logo_link {
        z-index: 999999;
        background: none;
    }
    .header_inner .navi_list a {
        font-size: 1.5rem;
    }
    .header_inner .navi_child {
        display: none!important;
    }
    .header_inner .navi_sec .navi_list li a {
        font-size: 1.2rem;
        color: #fff;
    }
    .header_inner .navi_sec .navi_list li {
        text-align: justify;
        margin-bottom: 1.2rem;
        padding-bottom: 0;
        border-bottom: none;
    }
    .header_inner .navi_sec .navi_list.contact{
            display: inline-block;
    }
    .header_inner .navi_sec .navi_list li a:before {
        content: none;
    }
    .header_inner .navi_child li:first-child {
        margin-top: 1rem;
    }
    .header_inner .navi_child li:last-child {
        margin-bottom: 0;
    }
    .header_inner .navi_list a.content img,
    .header_inner .navi_parent .navi_parent_a::after {
        display: none;
    }
    h1.title img {
        width: 0.89619rem;
        height: 3.8125rem;
        flex-shrink: 0;
        display: inline-block;
        margin: 0 0.5rem;
        padding-top: 1.5rem;
    }
    .header_inner .navi_sec {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        border-radius: 0;
        height: 100vh;
        background: rgba(76, 59, 48, 0.85);
    }
    .header_inner .navi_sec .navi_list {
        display: block;
        width: 100%;
        border-radius: 0;
        padding: 0 2rem;
        padding-top: 7.5rem;
        background: none;
    }
    header #nav_toggle {
        position: fixed;
        right: 2.5%;
        left: 2.5%;
        z-index: 9999;
        cursor: pointer;
        transition: all 400ms;
        -webkit-transition: all 400ms;
        width: 95%;
        height: 3.5rem;
        padding: 1.15rem 1rem;
        border-radius: 5rem;
        background: rgba(76, 59, 48, 0.85);
    }
    header #nav_toggle div {
        position: relative;
    }
    header #nav_toggle span {
        position: absolute;
        width: 1.5rem;
        right: 0;
        left: auto;
        height: 2px;
        background: #fff;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }
    header #nav_toggle span:nth-child(1) {
        top: 0;
    }
    header #nav_toggle span:nth-child(2) {
        top: 9px;
    }
    header #nav_toggle span:nth-child(3) {
        top: 18px;
    }
    header.open #nav_toggle span {
        background: #fff;
    }
    header.open #nav_toggle span:nth-child(1) {
        transform: rotate(132deg);
        -webkit-transform: rotate(132deg);
        top: 10px;
    }
    header.open #nav_toggle span:nth-child(2) {
        opacity: 0;
    }
    header.open #nav_toggle span:nth-child(3) {
        transform: rotate(224deg);
        -webkit-transform: rotate(224deg);
        top: 10px;
    }
    .contact_box_header {
        top: auto;
        right: auto;
        bottom: 0;
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
    }
    .contact_box_header a {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 0.5rem;
        flex: 1;
        height: auto;
        border-radius: initial;
        padding: 0.5rem 0;
        font-size: 1.15rem;
    }
    .contact_box_header a.line {
        margin-top: 0;
        border: none;
        border-top: 1px solid #124B80;
    }
    .contact_box_header a img {
        width: 2.125rem;
        height: 2.125rem;
        margin: 0;
        margin-top: 0;
    }
.header_inner .navi_sec .navi_list li.contact{
    display: inline-block;
}
}


/*---▼footer▼---*/

#footer {
    margin-top: 0.69rem;
}
#footer h2.contact_box_title{
    color: #312828;
font-family: "Noto Sans JP";
font-size: 1.25rem;
font-weight: 700;
line-height: 100%;
margin-bottom: 2.56rem;
}
.footer_inner {
    background: #4C3B30;
    padding-bottom: 2.31rem;
    padding-top: 2.97rem;
}
.footer_inner .flex_box{
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}
.footer_inner .flex_box .right_sec .navi_list{
display: flex;
    gap: 1.25rem;
    align-items: center;
    justify-content: center;
}
.footer_inner .flex_box .right_sec .navi_list li a {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.footer_inner .flex_box .right_sec .navi_list li.contact {
    border-radius: 3.125rem;
    background: #FCCF00;
    padding: 0.5rem 1.5rem;
}
.footer_inner .flex_box .right_sec .navi_list li.contact a {
    color: #4C3B30;
}
#footer .contact_box {
    display: flex;
    gap: 2.56rem;
    margin-bottom: 9.5rem;
}
#footer .contact_box a{
    flex:1;
}

#footer .contact_box a.yellow_btn{
display: flex;
    gap: 0.62rem;
    justify-content: center;
    border-radius: 0.9375rem;
    align-items: center;
    background: #FCCF00;
    padding: 1rem 0;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 100%;
}
#footer .contact_box a.yellow_btn img{
height: 1.9375rem;
    width: auto;
}
#footer .contact_box a.brown_btn{
display: flex;
    gap: 0.62rem;
    justify-content: center;
    border-radius: 0.9375rem;
    align-items: center;
    background: #4C3B30;
    color:#fff;
    padding: 1rem 0rem;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 100%;
}
#footer .contact_box a.brown_btn img{
height: 1.9375rem;
    width: auto;
}

#footer .contact_box a img {
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
}

#footer .copy {
    color: #fff;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 350;
    line-height: 150%;
    text-align: center;
    padding-top: 3rem;
}

@media screen and (max-width: 1024px) {
    #footer {
        padding-bottom: 3.44rem;
    }
    .footer_inner .navi_list {
        gap: 1.5vw;
    }
    .footer_inner .navi_list li .navi_child {
        padding-left: 0.5rem;
    }
    .footer_inner .access_text {
        padding-left: 1rem;
    }
    .footer_inner .logo img {
        width: 90%;
    }
    #footer .contact_box {
        gap: 1rem;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 430px) {
    #footer {
        padding-top: 2.94rem;
        padding-bottom: 6.44rem;
    }
    #footer h2.contact_box_title{
        display: none;
    }
    #footer .contact_box {
        gap: 0.5rem;
        justify-content: space-between;
        position: fixed;
        z-index: 9999999;
        left: 0;
        right: 0;
        width: 95%;
        margin: 0 auto;
        bottom: 0.7rem;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.6s ease, transform 0.6s ease;
    }
    #footer .contact_box.is-visible {
        opacity: 1;
        transform: translateY(0);
    }
    #footer .contact_box a.brown_btn,
    #footer .contact_box a.yellow_btn{
    display: flex;
    flex-direction: column;
    border-radius: 0.9375rem;
    padding: 0;
    font-size: 0.8rem;
    padding: 1rem 0;
}
#footer .contact_box a.yellow_btn img {
    height: 1.2rem;
}
#footer .contact_box a.brown_btn img{
    height: 1.5rem;
}
#footer .contact_box a.brown_btn img.mail{
    height: 1rem;
}
    .footer_inner {
        align-items: center;
        padding: 1rem;
    }
.footer_inner .flex_box .right_sec .navi_list {
    display: flex;
    gap: 1rem 0.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    flex-flow: wrap;
}
.footer_inner .flex_box .right_sec .navi_list li a{
    font-size: 0.9rem;
}
.footer_inner .flex_box .right_sec .navi_list li.contact a {
    color: #4C3B30;
    display: flex;
    font-size: 1rem;
}
    .footer_inner .left_sec {
        width: 100%;
    }
    .footer_inner .access_text {
        padding-left: 0;
        text-align: center;
        margin-top: 1rem;
    }
    .footer_inner .left_sec .logo img {
        width: 100%;
        height: auto;
    }
    .footer_inner .left_sec .tel_box a {
        font-size: 2.04688rem;
    }
    #footer .tel_box {
        margin-bottom: 1.2rem;
    }
    #footer .tel_box a img {
        width: 2.25rem;
        height: 2.25rem;
    }
    #footer .footer_inner .map_inner {
        width: 100%;
        height: 20rem;
    }
    #footer .copy {
        color: #fff;
        font-size: 0.75rem;
    }
}
