<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, em, img, dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, time, video {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {
    margin-top: 40px;
    color: #000;
    font-family: "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

a {
    color: #EB6374;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

ol.list,
ul.list {
    margin: 0px 0px 0px 1.5em;
}

p + ol.list,
p + ul.list {
    margin: 0.5em 0px 0px 1.5em;
}

ol.list + p,
ul.list + p {
    margin: 0.5em 0px 0px;
}

ol.list &gt; li + li,
ul.list &gt; li + li {
    margin: 0.5em 0px 0px;
}

@media screen and (max-width: 767.98px) {
    .col2_item + .col2_item {
        margin-top: 30px;
    }
}
@media screen and (min-width: 768px) {
    .col2 {
        display: flex;
        margin: 0px -10px;
    }
    .col2_item {
        margin: 0px 10px;
        width: 50%;
    }
}

.container {
    padding: 0px 10px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .container {
        margin: 0px auto;
        width: 1100px;
        max-width: 1100px;
    }
}


.header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    height: 40px;
    background-color: #EB6374;
    color: #fff;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.header_title a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.header_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.header_menu li {
    margin: 0px 2em;
}

.header_menu a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.header_menu a:hover {
    color: #FCC5CC;
}

@media screen and (max-width: 767.98px) {
    .header_menu {
        display: none;
    }
}

.header_mb {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
@media print, (min-width: 768px) {
    .header_mb {
        display: none;
    }
}

.header_mb .btn_nav {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #fff;
}
.header_mb .btn_nav &gt; span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    transform: translateX(-50%) translateY(-50%);
    background-color: #EB6374;
    transition: 0.2s;
}
.header_mb .btn_nav &gt; span:before,
.header_mb .btn_nav &gt; span:after {
    display: block;
    position: absolute;
    left: 0px;
    width: 12px;
    height: 2px;
    background-color: #EB6374;
    transition: 0.3s;
    content: "";
}
.header_mb .btn_nav &gt; span:before {
    top: 5px;
}
.header_mb .btn_nav &gt; span:after {
    top: -5px;
}
.header_mb .btn_nav.js_open:after {
    content: "";
}
.header_mb .btn_nav.js_open {
    background-color: #EB6374;
}
.header_mb .btn_nav.js_open &gt; span {
    background: transparent;
}
.header_mb .btn_nav.js_open &gt; span:before,
.header_mb .btn_nav.js_open &gt; span:after {
    top: 0px;
    background-color: #fff;
}
.header_mb .btn_nav.js_open &gt; span:before {
    transform: rotate(-45deg);
}
.header_mb .btn_nav.js_open &gt; span:after {
    transform: rotate(-135deg);
}

.header_mb .site_title {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 70%;
}

.header_mb .toggle_area {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9998;
    overflow-y: auto;
    background-color: #EB6374;
}

.header_mb .toggle_area_title {
    margin-top: 80px;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
}

.header_mb .toggle_area_link {
    list-style: none;
    margin: 40px auto 0px;
    width: 60%;
}

.header_mb .toggle_area_link li {
    border-bottom: 1px solid #fff;
}

.header_mb .toggle_area_link a {
    display: block;
    padding: 1em 0px;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
}

.header_mb .toggle_area_sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0px 0px;
    list-style: none;
}

.header_mb .toggle_area_sns li {
    margin: 0px 10px;
}

.header_mb .menu li {
    margin: 0px;
    border-bottom: 1px solid #fff;
    list-style-type: none;
}

.header_mb .menu li a {
    position: relative;
    display: block;
    padding: 1em 2em;
    font-size: 4vw;
    font-weight: bold;
}
.header_mb .menu li a:after {
    position: absolute;
    top: 50%;
    right: 2em;
    transform: translateY(-50%);
    font-family: FontAwesome;
    content: "\f105";
}
.header_mb .menu li a:link,
.header_mb .menu li a:visited,
.header_mb .menu li a:active,
.header_mb .menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.header_mb .toggle_area .tel_num {
    margin: 30px 0px 0px;
    text-align: center;
}

.header_mb .toggle_area .tel_num p {
    color: #fff;
    font-size: 16px;
}

.header_mb .toggle_area .tel_num a {
    font-size: 24px;
    font-weight: bold;
    font-family: Verdana, Hiragino Kaku Gothic W6 JIS2004, sans-serif;
    letter-spacing: 2px;
    line-height: 1;
}
.header_mb .toggle_area .tel_num a:before {
    display: inline-block;
    margin: 0px 0.5em 0px 0px;
    transform: scale(-1, 1);
    font-family: FontAwesome;
    content: "\f095";
}
.header_mb .toggle_area .tel_num a:link,
.header_mb .toggle_area .tel_num a:visited,
.header_mb .toggle_area .tel_num a:active,
.header_mb .toggle_area .tel_num a:hover {
    color: #fff;
    text-decoration: none;
}

.header_mb .toggle_area &gt; a {
    display: table;
    padding: 1em 2em;
    margin: 30px auto 30px;
    border: 1px solid #fff;
    text-align: center;
}
.header_mb .toggle_area &gt; a:before {
    margin: 0px 1em 0px 0px;
    font-family: FontAwesome;
}
.header_mb .toggle_area &gt; a:nth-of-type(1):before {
    content: "\f003";
}
.header_mb .toggle_area &gt; a:nth-of-type(2):before {
    content: "\f019";
}
.header_mb .toggle_area &gt; a:link,
.header_mb .toggle_area &gt; a:visited,
.header_mb .toggle_area &gt; a:active,
.header_mb .toggle_area &gt; a:hover {
    color: #fff;
    text-decoration: none;
}

.area_main {
    position: relative;
}

.area_main img {
    width: 100%;
}

.area_main_title {
    position: absolute;
    bottom: 1em;
    left: -0.5em;
    color: #EB6374;
    font-size: 160px;
    font-weight: bold;
    line-height: 1;
}

.area_message {
    margin-top: 60px;
}

.area_message p {
    color: #EB6374;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 1300px) {
    .area_main_title {
        font-size: 14vw;
        left: 0.25em;
    }
}

.list_sns_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    list-style: none;
}

.list_sns_link li {
    margin: 0px 15px;
}

.list_sns_link img {
    max-width: 60px;
}

.area_profile {
    margin-top: 90px;
}

.area_profile_title {
    color: #EB6374;
    font-size: 60px;
    font-weight: bold;
}

.area_profile_subtitle {
    color: #EB6374;
    font-size: 32px;
    font-weight: bold;
}

.area_profile dt {
    color: #EB6374;
    font-weight: bold;
}

.area_profile dt,
.area_profile dd {
    padding: 4px 0px;
}

.area_nyuukai {
    padding: 60px 0px;
    margin-top: 90px;
    background-color: #F8F6F4;
    color: #EB6374;
    font-weight: bold;
    text-align: center;
}

.area_nyuukai p:nth-of-type(1) {
    font-size: 18px;
}
.area_nyuukai p:nth-of-type(2) {
    margin-top: 20px;
    font-size: 40px;
}
.area_nyuukai p:nth-of-type(3) {
    margin-top: 20px;
    font-size: 24px;
}

@media screen and (max-width: 767.98px) {
    .area_nyuukai p:nth-of-type(2) {
        font-size: 24px;
    }
    .area_nyuukai p:nth-of-type(3) {
        font-size: 16px;
    }
}

.area_contact {
    padding: 60px;
    margin-top: 90px;
    background-color: #F8F6F4;
}

.area_contact_title {
    color: #EB6374;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.form_item_title {
    padding: 10px 0px;
    font-weight: bold;
}

.form_item input,
.form_item textarea {
    width: calc(100% - 2em);
    padding: 1em;
    margin: 0px;
}

.mfp_buttons button {
    background: none;
    background-color: #EB6374;
    border: none;
    border-radius: 2em;
    outline: none;
    appearance: none;
    padding: 10px 4em;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
}
.mfp_buttons button:hover {
    background: none;
    background-color: #F7808F;
    box-shadow: none;
}

@media screen and (min-width: 768px) {
    .area_contact {
        display: flex;
    }
    .area_contact_title {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 40%;
    }
    .area_contact_conent {
        width: 60%;
    }
}

.footer {
    padding: 30px 0px;
    color: #EB6374;
    font-weight: bold;
    text-align: center;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer_title {
    font-size: 18px;
}

.footer_info {
    font-size: 15px;
}

.footer_info span {
    display: inline-block;
    margin: 0px 2em;
}
</pre></body></html>