@charset "utf-8";

/* ---------------------------------------------------- */
/* html body */
/* ---------------------------------------------------- */
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    /* iPhone */
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.5;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    background-color: #fff;
}

@media (min-width: 768px) {
    body::before {
        content: "";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(225, 220, 200, 1);
        /* background-image: url(../img/bg_1.png); */
        background-size: 2000px auto;
        background-position: center;
    }
}

@media (max-width: 767px) {
    body {
        min-width: 320px;
        font-size: 14px;
    }
}

/* ---------------------------------------------------- */
/* img */
/* ---------------------------------------------------- */
img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------------- */
/* a */
/* ---------------------------------------------------- */
a {
    color: #000;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------- */
/* contents */
/* ---------------------------------------------------- */
.contents {
    position: relative;
    margin: 0 auto;
    opacity: 0;
}
.contents > * {
    position: relative;
}

@media (min-width: 768px) {
    .contents {
        width: 500px;
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.8);
    }
}

@media (max-width: 767px) {
    /* .page_cp .contents_wrap {
        padding-top: 50px;
    } */
}

/* ---------------------------------------------------- */
/* header_1 */
/* ---------------------------------------------------- */
.header_1 {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
}

.header_1 .btn_toggle_megamenu {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    /* background-color: transparent; */
    background-color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    z-index: 110;
}
.header_1 .btn_toggle_megamenu.is_show,
.is_page_scr .header_1 .btn_toggle_megamenu {
    background-color: #fff;
}

.header_1 .btn_toggle_megamenu.is_show::after {
    opacity: 0;
}

.header_1 .btn_toggle_megamenu div {
    position: relative;
    width: 25px;
}

.header_1 .btn_toggle_megamenu div > span span,
.header_1 .btn_toggle_megamenu div > span:before,
.header_1 .btn_toggle_megamenu div > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transform-origin: center center;
    transition: 0.3s ease-in-out;
}

.header_1 .btn_toggle_megamenu div > span span {
    display: none;
}

.header_1 .btn_toggle_megamenu div > span:before {
    transform: translateY(-7px);
}

.header_1 .btn_toggle_megamenu div > span:after {
    transform: translateY(5px);
}

.header_1 .btn_toggle_megamenu.is_show div > span span,
.header_1 .btn_toggle_megamenu.is_show div > span:before,
.header_1 .btn_toggle_megamenu.is_show div > span:after {
    width: 100% !important;
}

.header_1 .btn_toggle_megamenu.is_show div > span span {
    opacity: 0;
}

.header_1 .btn_toggle_megamenu.is_show div > span:before {
    transform: translateY(-50%) rotate(-45deg);
}

.header_1 .btn_toggle_megamenu.is_show div > span:after {
    bottom: 0;
    transform: translateY(-50%) rotate(45deg);
}

.header_1 .toggle_megamenu {
    display: none;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
}

.header_1 .toggle_megamenu .toggle_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 80px 0;
    height: 100%;
}

.header_1 .nav_1 {
    width: 100%;
}

.header_1 .nav_1 > ul > li > a {
    display: block;
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
@media (min-width: 768px) {
    .header_1 {
        width: 500px;
    }

    .header_1 .btn_toggle_megamenu:hover {
        background-color: #f06e5f;
    }
}
/* ---------------------------------------------------- */
/* contents_2 */
/* ---------------------------------------------------- */
.contents_2 .btn_1 {
    position: absolute;
    left: 8%;
    bottom: 10%;
    display: block;
    width: 84%;
}
/* ---------------------------------------------------- */
/* contents_3 */
/* ---------------------------------------------------- */
.contents_3 .btn_1 {
    position: absolute;
    left: 8%;
    bottom: 1.5%;
    display: block;
    width: 84%;
}
/* ---------------------------------------------------- */
/* contents_4 */
/* ---------------------------------------------------- */
.contents_4 .btn_1 {
    position: absolute;
    left: 8%;
    bottom: 1.5%;
    display: block;
    width: 84%;
}
/* ---------------------------------------------------- */
/* contents_6 */
/* ---------------------------------------------------- */
.contents_6 .map_1 {
    position: absolute;
    left: 8%;
    bottom: 18%;
    display: block;
    width: 84%;
}
.contents_6 .map_1 > div {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 90%;
}
.contents_6 .map_1 iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.contents_6 .btn_1 {
    position: absolute;
    left: 8%;
    bottom: 7.5%;
    display: block;
    width: 84%;
}

/* ---------------------------------------------------- */
/* footer_1 */
/* ---------------------------------------------------- */
.footer_1 .nav_1 {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
    display: flex;
    width: 500px;
    transition: 0.3s ease-in-out;
}
.is_page_scr .footer_1 .nav_1 {
    transform: translateX(-50%) translateY(0);
}

.footer_1 .nav_1 > a {
    display: block;
    width: calc(100% / 2);
}
@media (max-width: 767px) {
    .footer_1 .nav_1 {
        width: 100%;
    }
}
