@charset "UTF-8";


main {
    overflow: hidden;
}

.sp {
    display: none;
}

.rela {
    position: relative;
}

.flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

figure {
    position: relative;
}

.cap_txt {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    line-height: 1;
}

.cap_R {
    right: 10px;
}

.cap_L {
    left: 10px;
}

.cap_W {
    color: #fff;
}

.cap_B {
    color: #000;
}

.cap_ShaB {
    text-shadow: 0 0 5px #000;
}

.cap_ShaW {
    text-shadow: 0 0 5px #fff;
}

.inner {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

a[href^="tel"] {
    pointer-events: none;
}

/* header */
header {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: 0.3s;
    padding: 20px 0;
}

.head_Block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.head_Block h1 {
    box-sizing: border-box;
    width: 130px;
    padding: 12px 0 0 20px;
}

.head_Block h1 a {
    display: block;
    width: 100%;
}

#gnav {
    width: 100%;
}

.gnav_list {
    justify-content: flex-end;
    align-items: center;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}

.gnav_list li {
    position: relative;
    font-size: min(1.3vw, 13px);
    letter-spacing: 0.1em;
    line-height: 1;
}

header.scroll .gnav_list li {
    color: #000;
}

.gnav_list a {
    box-sizing: border-box;
    display: block;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 16px 20px;
    position: relative;
    transition: .3s;
    color: #000;
}
.gnav_list li.nav11,
.gnav_list li.nav12 {
    display: none;
}

.gnav_list a::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: .3s;
}

.gnav_list a:hover::before {
    display: block;
    content: '';
    width: 70%;
    height: 1px;
    position: absolute;
    opacity: 1;
    bottom: 0;
    left: 50%;
    background: #bc866b;
    transform: translateX(-50%);
    transition: .3s;
}

#sp_Menu {
    display: none;
}


/*右側固定ボタン*/
.fix_right {
    width: 60px;
    position: fixed;
    top: 13svh;
    right: 0px;
    z-index: 10;
}
.fix_right a {
    margin-bottom: 10px;
    display: block;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
    border-radius: 6px 0 0 6px;
    transition: 0.3s;
    transform: translateX(10px);
}
.fix_right a:hover {
    opacity: 0.9;
    transform: translateX(5px);
}


/*インスタグラム*/
.btn_insta {
    display: block;
    margin: 30px auto 0;
    color: #343434;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 300px;
    max-width: 90%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    font-size: 13px;
    transition: 0.3s;
}

.btn_insta img {
    width: 25px;
    margin-right: 10px;
}

.btn_insta:hover {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

/* footer */
footer {
    width: 100%;
    background-image: url(../../common/img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}


.nav_Block {
    width: 100%;
    padding: 0px 0 30px;
}

.copyright {
    display: block;
    width: 100%;
    padding: 30px 0 0;
    color: #c1b399;
    font-size: 10px;
    text-align: center;
}

/* 注釈 */
.att_area {
    width: 100%;
    padding: 30px 0;
    margin: 0 auto;
}

ul.att {
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 0 0 0 1em;
    color: #000;
    list-style-type: '※';
    box-sizing: border-box;
}

ul.att li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.page_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 5;
}

.page_top img {
    width: 50px;
    height: 50px;
}


@media only screen and (max-width: 768px) {


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    a[href^="tel"] {
        pointer-events: unset;
    }

    .no-scroll {
        overflow: hidden;
    }

    /* header */
    header {
        height: 60px;
    }

    .head_Block h1 {
        width: 90px;
        padding: 0;
        position: fixed;
        top: 15px;
        left: 20px;
        bottom: initial;
        z-index: 999;
    }

    .h_nav li {
        margin-left: 15px;
    }

    .h_nav p {
        font-size: 12px;
    }

    .h_nav li.hnav00 {
        padding: 0;
    }

    .h_nav li.hnav00 a {
        max-width: 180px;
    }

    .h_nav li.hnav01 {
        padding: 0;
    }

    .h_nav li.hnav01 a {
        padding: 5px 0;
    }

    .h_nav .req a {
        width: 90px;
    }

    .h_nav .res a {
        width: 90px;
    }

    .gnav_list {
        flex-wrap: wrap;
        width: 100%;
    }

    .gnav_list li {
        width: calc(100% / 5);
        font-size: 12px;
    }

    .gnav_list li:first-child::before {
        content: none;
    }

    .gnav_list li:nth-child(5)::after,
    .gnav_list li:nth-child(10)::after {
        content: none;
    }

    .gnav_list a {
        padding: 14px 0;
    }


    /* header */
    .head_Block {
        justify-content: center;
    }

    .head_Block h1 a {
        display: block;
        width: 100%;
    }

    .h_nav {
        display: none;
    }

    #sp_Menu {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        background-color: #000;
        border-top: none;
        z-index: 999;
    }

    #sp_Menu .flex {
        justify-content: flex-start;

    }

    #sp_Menu li {
        position: relative;
        width: calc(100% / 2);
        box-sizing: border-box;
    }

    #sp_Menu li:last-child {
        border-right: none;
    }

    #sp_Menu a {
        display: block;
        padding: 15px 0;
    }

    #sp_Menu p {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
    
    .fix_right {
        display: none;
    }

    .sp_Menu01 {
        color: #fff;
        background-color: #e2543a;
    }

    .sp_Menu02 {
        color: #fff;
        background-color: #e5a463;
    }
    #sp_Menu .sp_Menu05 p {
        font-size: 13px;
        text-align: center;
    }

    #sp_Menu .sp_Menu05 a {
        padding: 0px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .sp_Menu04 {
        position: fixed;
        right: 0;
        top: 6px;
        z-index: 999;
        width: 50px;
        height: 50px;
        max-width: 20%;
    }

    .sp_Menu04>div {
        position: absolute;
        top: 14px;
        left: 50%;
        width: 24px;
        height: 20px;
        transform: translateX(-50%);
    }

    .sp_Menu04 span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
        border-radius: 4px;
    }

    #sp_Menu.scroll .sp_Menu04 span {
        background-color: #000;
    }

    #sp_Menu .sp_Menu04.active span {
        background-color: #000;
    }

    .sp_Menu04 span {
        display: inline-block;
        transition: all .3s;
        box-sizing: border-box;
    }

    .sp_Menu04 span:nth-of-type(1) {
        top: 0;
    }

    .sp_Menu04 span:nth-of-type(2) {
        top: 9px;
    }

    .sp_Menu04 span:nth-of-type(3) {
        bottom: 0;
    }

    .sp_Menu04.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }

    .sp_Menu04.active span:nth-of-type(2) {
        transform: translateY(0) rotate(45deg);
    }

    .sp_Menu04.active span:nth-of-type(3) {
        opacity: 0;
    }

    #gnav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100svh;
        background-color: #fff;
        z-index: 99;
    }

    .gnav_list {
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        max-height: 80svh;
        overflow-y: scroll;
        border-top: 1px solid #ddd;
        margin-top: 70px;
        padding-bottom: 30px;
    }

    header.scroll .gnav_list li {
        color: #002938;
    }

    .gnav_list li {
        color: #002938;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

    .gnav_list li:nth-child(1) {
        width: 100%;
    }

    .gnav_list li.redev_link .redev_main_link_none {
        border-bottom: 1px solid #ddd;
    }

    .gnav_list li.redev_link ul {
        position: relative;
        opacity: 1;
        height: auto;
        margin-top: 0;
    }

    .gnav_list li.redev_link ul {
        background: #fff;
        color: #000;
    }

    .gnav_list li.redev_link ul {
        width: 100%;
    }

    .gnav_list li.redev_link ul li:first-child {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .gnav_list li:nth-child(2) ul li:nth-child(1) {
        background: #fff;
        color: #000;
        background: #e6f2f5;
    }



    .gnav_list li:nth-child(even) {
        border-right: none;
    }

    .gnav_list li::after {
        content: none;
    }

    .gnav_list li:first-child::before {
        content: none;
    }


    .gnav_list a {
        display: block;
        position: relative;
        padding: 15px 0;
        text-align: center;
        box-sizing: border-box;
        transition: .3s;
        color: #000;
    }

    .gnav_list a::before {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1px;
        height: 3px;
        background-image: linear-gradient(to right, #5d939f, #1a2346);
        opacity: 0;
        transition: .3s;
    }

    .gnav_list a:hover::before {
        width: 100%;
        opacity: 1;
    }
    .gnav_list li.nav11,
    .gnav_list li.nav12 {
        display: block;
    }

    /* newアイコン */
    .gnav_list li::before {
        top: 0 !important;
        left: inherit !important;
        right: 0 !important;
    }

    /* footer */
    footer {
        width: 100%;
    }

    .foot_contact {
        margin-top: 10px;
    }

    small {
        font-size: 12px;
    }

    .nav_Block {
        padding: 0 0 80px;
    }

    .copyright {
    }

    .page_top {
        bottom: 58px;
        right: 10px;
    }

    .page_top img {
        width: 40px;
        height: 40px;
    }
}