@charset "utf-8";
/* CSS Document */

* {
    line-height: 1;
}


html {
    scroll-padding-top: 110px;
    scroll-behavior: smooth;
}

img {
    border: 0;
    vertical-align: top;
    object-fit: cover;
}


/*clearfix*/
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

* html .clearfix {
    display: inline-block;
}

/* no ie mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clearfix {
    overflow: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    word-wrap: break-word;
}

/*body*/

body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    transition: 0.5s;
}

a:hover {
    opacity: 0.75;
}


/* basefont */
:root {
    --base-font: "Noto Sans JP", sans-serif;
    --title-font: "Shippori Mincho", serif;
    --subtitle-font: "Zen Old Mincho", serif;
    --number-font: "Roboto", sans-serif;

    --base-font-size: 14px;

    --base-font-weight: 400;
    --base-font-weight2: 500;
    --base-font-weight3: 600;

    --color-base: #000;
    --color-main: #695a59;
    --color-back01: #dacfcf;
}



.contents-box {
    font-family: var(--base-font);
    font-weight: var(--base-font-weight);
    clear: both;
    margin-right: auto;
    margin-left: auto;
    font-size: var(--base-font-size);
    color: var(--color-base);
    line-height: 1;
}

.contents-box p {
    font-family: var(--base-font);
    font-weight: var(--base-font-weight);
    font-size: var(--base-font-size);
    color: var(--color-base);
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.contents-box a {
    color: var(--color-base);
    font-weight: var(--base-font-weight);
}

.contents-box p a {
    color: var(--color-base);
    font-weight: var(--base-font-weight);
}

/* animation_box */

.animation_box {
    transition: 1s ease;
    opacity: 0;
    transition-delay: .5s;
    transform: translate(0px, 0px);
}

.animation_box2::before,
.animation_box2::after {
    transition: 1s ease;
    opacity: 0;
    transition-delay: .5s;
    transform: translate(0px, 0px);
}

.animation_box-bottom {
    transform: translateY(100px);
}

.animation_box-top {
    transform: translateY(-100px);
}

.animation_box-left {
    transform: translateX(-1000px);
}

.animation_box-right {
    transform: translateX(1000px);
}

.animation_box-delay2 {
    transition-delay: 1s;
}

.animation_box-delay3 {
    transition-delay: 1.5s;
}

.animation_box-delay4 {
    transition-delay: 2s;
}

.animation_box.effect {
    opacity: 1;
    transform: translate(0px, 0px);
}

.animation_box2.effect2::before,
.animation_box2.effect2::after {
    opacity: 1;
    transform: translate(0px, 0px);
}


/*header*/

#header {
    width: 100%;
}

.header {
    z-index: 99;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

.header-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 25px;
    background-color: #FFF;
}

.header .header-left img {
    height: 32px;
    width: auto;
}

/* PCメニュー */

.header .pc-nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .pc-nav-menu ul,
.header .pc-nav-menu .dropmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .pc-nav-menu01 .box-box a {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: var(--base-font-weight3);
    display: block;
    position: relative;
    padding: 0px 24px;
}

/*
.header .pc-nav-menu01 .box-box a::before {
    content: "";
	position: absolute;
right: 7px;
top: 5px;
	background-image: url("../images/common/nav-arrow.svg");
background-position: right top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 13px;
	height: 11px;
    transition: .5s;
}*/

.header .pc-nav-menu01 .box-box a:hover::before {
    top: 10px;
}


/* スマホメニュー */

.c-spheader {
    width: 60px;
    z-index: 99999999;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    display: none;
}

.c-spheader .hn {
    width: 60px;
}

.drawer-nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0px;
    width: 40%;
    max-width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 99;
    background-color: #FFF;
}

@media screen and (max-width: 767px) {
    .drawer-nav {
        width: 100%;
    }
}

.drawer-menu {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.drawer-menu-item {
    width: 88%;
    padding-top: 80px;
}

.c-spheader .d-itembox {
    width: 100%;
    border-top-style: solid;
    border-color: rgba(204, 204, 204, 0.5);
    border-width: 1px;
}

.c-spheader .d-item {
    position: relative;
    width: 100%;
}

.c-spheader .d-item:not(:last-child) {
    border-bottom-style: solid;
    border-color: rgba(204, 204, 204, 0.5);
    border-width: 1px;
}

.c-spheader .d-item-in a {
    font-size: 18px;
    line-height: 1.2;
    display: block;
    text-decoration: none;
    color: var(--color-base);
    font-weight: var(--base-font-weight2);
    position: relative;
    width: 100%;
    padding: 20px 5px;
}

/* 子階層 */

.c-spheader .d-sublist {
    border-top-style: solid;
    border-color: rgba(204, 204, 204, 0.5);
    border-width: 1px;
    display: none;
    padding: 5px 0px;
    background-color: #f2f2f2;
}

.c-spheader .sublist a {
    font-size: 14px;
    display: block;
    text-decoration: none;
    font-weight: var(--base-font-weight);
    position: relative;
    padding: 15px 0px;
    padding-left: 30px;
}

.c-spheader .sublist a::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 20px;
    width: 5px;
    height: 5px;
    display: block;
    background-color: var(--color-base);
    border-radius: 50%;
}

.c-spheader .sublist:not(:last-child) a {
    border-bottom-style: solid;
    border-color: rgba(204, 204, 204, 0.5);
    border-width: 1px;
}

.c-spheader .d-item a:hover {
    opacity: 0.75;
}

/* 子階層トグルボタン */

.c-spheader .d-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.c-spheader .d-btn span {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    transition: all .5s ease;
}

.c-spheader .d-btn::before,
.c-spheader .d-btn::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--color-base);
    transition: all .5s ease;

}

.c-spheader .d-btn::before {
    top: 30px;
    right: 13px;
    transform: rotate(0deg);

}

.c-spheader .d-btn::after {
    top: 30px;
    right: 13px;
    transform: rotate(90deg);

}

.c-spheader .d-btn.close::after {
    transform: rotate(180deg);
}

/*開閉ボタン*/
#nav_toggle {
    width: 60px;
    height: 60px;
    padding: 20px 15px;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 1000000;
    cursor: pointer;
    background-color: var(--color-base);

}

#nav_toggle div {
    position: relative;
}

#nav_toggle span {
    display: block;
    height: 2px;
    background: #FFF;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
    top: 2px;
}

#nav_toggle span:nth-child(2) {
    top: 10px;
}

#nav_toggle span:nth-child(3) {
    top: 18px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span {
    background: #FFF;
}

.open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}

.open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* title-page */

.title-page {}


/* contents */

.contents {
    width: 100%;
    padding-top: 160px;
}

.contents img {
    width: 100%;
    height: auto;
}

.contents .box-img {
    text-align: center;
}

.contents .container {
    width: 100%;
}

.contents .container section:not(:last-child) {
    margin-bottom: 100px;
}


/* layout */

.layout-c {
    margin-left: auto;
    margin-right: auto;
}

.layout-880 {
    width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.layout-1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.layout-1100 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.layout-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* title_contents */

.title_contents {
    margin-bottom: 45px;
}

.title_contents h2,
.title_contents h3 {
    line-height: 1.2;
    font-weight: var(--base-font-weight);
}


.title_contents h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}

.title_contents h3 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight3);
    font-size: 46px;
    color: var(--color-main);
}

.title_contents h4 {
    font-weight: var(--base-font-weight2);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 10px 0px;
    border-radius: 60px;
    background-color: var(--color-back01);
}



/* link01 */

.link01 a {
    font-weight: var(--base-font-weight2);
    font-size: 22px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 20px 35px;
    min-width: 250px;
    background-color: var(--color-main);
    border-radius: 80px;
}

.link01 a:hover {
    opacity: 1;
    background-color: #000;
}

.link01 a::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 0px;
    background-image: url("../../common/images/common/link-arrow01.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 17px;
    width: 13px;
    height: 100%;
    transition: .5s;
}

.link01 a:hover::before {
    right: 20px;
}


/* contents-contact */

.contents-contact {
    width: 100%;
    background-image: url("../../common/images/common/back-contact.jpg");
    background-position: center top 20%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 0px 90px;
}

.title_contact {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 15px;
}

.title_contact h2,
.title_contact h3 {
    line-height: 1.2;
    font-weight: var(--base-font-weight);
    color: #FFF;
}

.title_contact h2 {
    font-size: var(--base-font-size);
    letter-spacing: 0.2em;
    padding-top: 15px;
}

.title_contact h3 {
    font-family: var(--title-font);
    font-weight: var(--base-font-weight3);
    font-size: 46px;
}

.contents-contact h5,
.contents-contact p {
    color: #FFF;
}

.contents-contact h5 {
    font-weight: var(--base-font-weight);
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0.2em;
}



/* layout-contact01 */

.layout-contact01 p {
    font-size: 20px;
    letter-spacing: 0.25em;
    margin-bottom: 35px;
}

.layout-contact01 h4 a {
    font-size: 19px;
    color: var(--color-main);
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.3em;
    background-color: #FFF;
    position: relative;
    display: inline-block;
    padding: 30px 0px;
    padding-left: 50px;
    border-radius: 8px;
    min-width: 450px;
}

.layout-contact01 h4 a::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 0px;
    background-image: url("../../common/images/common/icon-contact.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 44px;
    width: 49px;
    height: 100%;
}

/* layout-contact02 */

.layout-contact02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px 40px;
}

.layout-contact02 p {
    font-size: 17px;
    letter-spacing: 0.2em;
    text-align: left;
}



/*footer*/

footer {
    width: 100%;
    background-color: var(--color-base);
    padding: 90px 0px 70px;
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-base);
    margin-top: -1px;
}

/* footer-guide */

.footer-guide {
    width: 630px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.footer-guide .footer-nav-wrap {
    width: 300px;
}

.footer-guide .footer-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.footer-guide .footer-nav .box {
    min-width: 130px;
}

.footer-guide h2 img {
    height: 32px;
    width: auto;
}

.footer-guide h4 a {
    position: relative;
    padding: 5px 0px 15px;
    margin-bottom: 20px;
    border-bottom-style: solid;
    border-color: rgba(255, 255, 255, 0.7);
    border-width: 1px;
}

.footer-guide ul li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-guide ul li a,
.footer-guide h4 a {
    font-size: 15px;
    color: #FFF;
    line-height: 1.2;
    display: block;
    font-weight: var(--base-font-weight2);
}

.footer-guide ul li a {
    font-size: 13px;
}

.footer-guide ul li a:hover {
    text-decoration: underline;
}


/* footer-copy */

.footer-copy {
    width: 100%;
}

.footer-copy p {
    font-size: 10px;
    color: #FFF;
    line-height: 1.2;
    font-weight: var(--base-font-weight);
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 768px) {

    body {
        min-width: 1280px;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }


    .dropmenu {
        *zoom: 1;
        z-index: 1000000;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }


    .dropmenu:before,
    .dropmenu:after {
        content: "";
        display: table;
    }

    .dropmenu:after {
        clear: both;
    }

    .dropmenu .box-li,
    .dropmenu .box-in2 {
        line-height: 1.2;
    }

    .dropmenu .box-li {
        position: relative;
    }


    .dropmenu .box-li > .box-in {
        list-style: none;
        position: absolute;
        z-index: 1000000000;
        top: 100%;
        left: 20%;
        margin: 0;
        padding: 0;
        width: 80%;
    }

    .dropmenu .box-li:hover > .box-in {
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }

    .dropmenu .box-in2 {
        width: 100%;
        background-color: #FFF;
    }

    .dropmenu .box-in4 a {
        text-align: left;
        color: #000;
        font-size: 13px;
        letter-spacing: 0em;
        line-height: 1.2;
        display: block;
        font-weight: var(--base-font-weight2);
        padding: 5px 15px;
        border-left-style: solid;
        border-color: #000;
        border-width: 1px;
    }

    .dropmenu .box-li > .box-in a {
        opacity: 1;
    }

    .dropmenu .box-li > .box-in a:hover {
        opacity: 0.75;
    }


    #fade-in2 .box-li > .box-in {
        opacity: 0;
        top: 100%;
        visibility: hidden;
        transition: .5s;
    }

    #fade-in2 .box-li:hover > .box-in {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }



}

@media screen and (max-width: 767px) {

    html {
        scroll-padding-top: 60px;
    }

    body {}


    /* header */

    .header-in {
        padding: 0px;
        align-items: flex-start;
    }

    .header .header-left {
        padding-left: 15px;
        padding-top: 18px;
    }

    .header .header-left img,
    .header h2 img {
        height: 30px;
        width: auto;
    }

    .header h2 {
        position: fixed;
        left: 15px;
        top: 18px;
    }

    .header .pc-nav-menu {
        display: none;
    }


    /* スマホメニュー */

    .c-spheader {
        display: block;
    }


    /* contents */

    .contents {
        padding-top: 90px;
    }

    .contents .box-img img {
        max-width: 400px;
    }

    .contents .container section:not(:last-child) {
        margin-bottom: 80px;
    }



    /* layout */

    .layout-880,
    .layout-1000,
    .layout-1100,
    .layout-1200 {
        width: 88%;
    }

    /* link01 */

    .link01 a {
        font-size: 18px;
        padding: 20px;
        min-width: 250px;
    }

    .link01 a::before {
        background-size: auto 15px;
    }


    /* title_contents */


    .title_contents {
        margin-bottom: 30px;
    }

    .title_contents h2 {
        font-size: 13px;
    }

    .title_contents h3 {
        font-size: 32px;
    }

    .title_contents h4 {
        font-size: 17px;
        letter-spacing: 0.15em;
    }

    /* contents-contact */

    .contents-contact {
        padding: 50px 0px 60px;
    }

    .title_contact {
        margin-bottom: 30px;
    }

    .title_contact h2 {
        padding-top: 10px;
    }

    .title_contact h3 {
        font-size: 32px;
    }

    /* layout-contact01 */


    .layout-contact01 h4 a {
        font-size: 14px;
        letter-spacing: 0.2em;
        padding: 25px 0px;
        padding-left: 45px;
        min-width: 300px;
    }

    .layout-contact01 h4 a::before {
        left: 25px;
        background-size: auto 32px;
    }

    .layout-contact01 p {
        font-size: 18px;
        letter-spacing: 0.15em;
    }

    /* layout-contact02 */

    .layout-contact02 {
        gap: 15px;
        flex-direction: column;
    }

    .layout-contact02 p {
        font-size: 14px;
        letter-spacing: 0.1em;
        text-align: center;
    }




    /*footer*/

    footer {
        padding: 40px 0px;
        text-align: center;
    }

    /* footer-guide */

    .footer-guide {
        width: 88%;
        justify-content: center;
        gap: 30px;
    }

    .footer-guide .footer-nav-wrap {
        width: 100%;
    }

    .footer-guide .footer-nav {
        display: none;
    }


    /* footer-copy */

    .footer-copy {
        padding-top: 30px;
        gap: 30px;
        justify-content: center;
    }



}
