<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baselifne;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}


@media(min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

/*-----------------------------------
-------------   共通  --------------
------------------------------------*/

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-size: 1.8rem;
}

.wrapper {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.wrapper-inner {
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}


.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.pc-none02 {
    display: none;
}

.sp-none02 {
    display: block;
}

.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.regu {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.b-c {
    background: #003867;
}

.b-c02 {
    background: #0059A5;
}

.b-c-text {
    color: #003867;
}

.wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .fl-column-lm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.5rem;
    }

    .sp-none {
        display: none;
    }

    .pc-none {
        display: block;
    }

    .fl-wr-md {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .fl-column-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .sp-none02 {
        display: none;
    }

    .pc-none02 {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 1.4rem;
    }
    .fl-column-ss {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

.t-bold {
    font-weight: bold;
}

.btn-box a {
    position: relative;
    text-align: center;
    padding: 8px 0;
    display: block;
    border: 1px solid #000;
    width: 300px;
    font-weight: bold;
    background-color: #fff;
}

.btn-box a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
}

.btn-box a:hover {
    background: #0075C2;
    color: #fff;
}

.btn-box a:hover::after {
    border-color: #fff;
}

.br-lm {
    display: none;
}

.text-le {
    letter-spacing: 0.025em;
}

@media screen and (max-width: 1024px) {
    .br-lm {
        display: block;
    }
}

.br-ms {
    display: none;
}

@media screen and (max-width: 600px) {
    .br-ms {
        display: block;
    }
}

/*------------------------------------------
-------------------- Top -------------------
--------------------------------------------*/

.slide-top {
    width: 100%;
    height: 900px;
    margin-top: 80px;
    overflow: hidden;
}

.slide-top li img {
    width: 100%;
    height: auto;
}



@media screen and (max-width: 1920px) {
    .slide-top {
        height: 800px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 1600px) {
    .slide-top {
        height: 700px;
    }
}

@media screen and (max-width: 1400px) {
    .slide-top {
        height: 600px;
    }
}

@media screen and (max-width: 1200px) {
    .slide-top {
        height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .slide-top {
        height: 450px;
    }
}

@media screen and (max-width: 900px) {
    .slide-top {
        height: 400px;
    }
}

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

    .slide-top {
        height: 350px;
        margin-top: 80px;
    }
}


@media screen and (max-width: 600px) {
    .slide-top {
        height: 250px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 500px) {
    .slide-top {
        height: 700px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 480px) {
    .slide-top {
        height: 500px;
        margin-top: 80px;
    }
}

@media screen and (max-width: 320px) {
    .slide-top {
        height: 450px;
        margin-top: 80px;
    }
}


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

header {
    width: 100%;
    background: #fff;
}

.header-left {
    margin: 0 0 0 20px;
    padding-top: 6px;
}

.header-left .header-logo a {
    width: 100%;
}

.hd01 {
    padding: 30px 15px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(166, 165, 196, 1));
}

.nav {
    width: 100%;
    padding-top: 1px;
    border-top: 2px solid #E6CDE3;
}

.nav ul {
    width: 100%;
    margin-top: 1px solid #fff;
    background: #E6CDE3;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nav ul li {
    position: relative;
    text-align: center;
    background-image: url(img/nav-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    border-right: 1px solid #fff;
    font-weight: bold;
}

.nav ul li:hover &gt; a {
    opacity: 0.6;
}

.nav ul li a {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 1.8rem;
    padding: 15px 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    font-weight: bold;
    display: block;
    text-shadow: 2px 2px 1px #5B2F56,
    -2px 2px 1px #5B2F56,
    2px -2px 1px #5B2F56,
    -2px -2px 1px #5B2F56,
    2px 0px 1px #5B2F56,
    0px 2px 1px #5B2F56,
    -2px 0px 1px #5B2F56,
    0px -2px 1px #5B2F56;
}

.nav ul li a:hover span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

@media screen and (max-width: 1250px) {
    .nav ul li a {
        font-size: 1.5rem;
    }
}



@media screen and (max-width: 1024px) {
    .nav ul li a {
        font-size: 1.4rem;
        padding: 10px 0;
    }
}


@media screen and (max-width: 900px) {
    .header-left {
        width: 28%;
        padding-top: 12px;
    }

    .nav ul li {
        margin-right: 5px;
    }
}

@media screen and (max-width: 768px) {
    .header-left .header-logo a img {
        margin: 0;
        margin-left: 15px;
    }

    .header-left {
        margin: 10px;
        height: 55px;
        padding-top: 7px;
    }

    .header-right .header-right-t {
        padding-top: 10px;
    }

    .hd01 {
        padding: 0;
        padding-bottom: 0;
        top: 0;
        position: fixed;
        width: 100%;
    }

    .header_contact {
        margin-right: 6em;
    }
}

@media screen and (max-width: 480px) {
    .header-left {
        width: 30%;
        margin: 15px 1% 0 0;
    }
}

.header_contact {
    margin-top: 13px;
    width: 140px;
    height: 100%;
}

.header_contact .h_btn {
    width: 170px;
    height: 100%;
}

.header_contact .h_btn01 {
    width: 100%;
    height: 40px;
    text-align: center;
    font-weight: bold;
}

.header_contact .h_btn01 a {
    width: 100%;
    padding-left: 15px;
    height: 100%;
    display: block;
    color: #000;
    padding-top: 13px;
}

.header_contact .h_btn01 a {
    background-color: #fff;
}

.header_contact .h_btn01 a:hover {
    background-color: #E6CDE3;
}

.header_contact .h_btn01 a span {
    display: block;
    width: 100%;
    background: url(img/con-bg.png) no-repeat left 3px/auto;
}



@media screen and (max-width: 1024px) {
    .header_contact .h_btn01 a span,
    .header_contact .h_btn02 a span {
        font-size: 1.4rem;
    }
}


@media screen and (max-width: 600px) {
    .header-left {
        width: 50%;
        margin-right: 3%;
        padding-top: 2px;
    }

    .header_contact {
        width: 130px;
    }

    .header_contact .h_btn {
        display: none;
    }

}


@media screen and (max-width: 480px) {
    .header_contact .h_tel a {
        font-size: 1.2rem;
        padding: 5px 15px;
    }
}



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

footer {
    padding: 20px 0 30px;
    border-top: 2px solid #A6A5C4;
    background: #F8F8F8;
    margin-top: 20px;
    font-size: 1.6rem;
}

footer .add {
    width: 36%;
    line-height: 140%;
}

footer ul li {
    font-weight: bold;
    text-decoration: underline;
    background: url(img/f-lisit.png) no-repeat left center;
    padding-left: 15px;
}

footer .copyright {
    font-size: 1.4rem;
    text-align: right;
}

.page-top {
    margin-top: 3em;
    text-align: right;
}

.page-top li a {
    font-weight: bold;
    text-decoration: underline;
    background: url(img/page-top.png) no-repeat left center;
    padding-left: 15px;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    footer {
        font-size: 1.2rem;
    }

    .page-top li a {
        font-size: 1.2rem;
    }

    footer .copyright {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 520px) {
    footer .fl {
        display: block;
    }

    footer .add {
        width: 100%;
        margin-bottom: 2em;
    }

    footer .copyright {
        margin-top: 2em;
        text-align: center;
    }
}

/* ---------------- content ------------------*/

.breadcrumbs {
    width: 98%;
    margin: 0 auto;
    font-size: 1.4rem;
    margin-top: 1em;
    margin-bottom: 1em;
}

.breadcrumbs a {
    text-decoration: underline;
}

.page-title h2 {
    background: rgb(249, 249, 249);
    background: linear-gradient(0deg, rgba(249, 249, 249, 1) 0%, rgba(230, 205, 227, 1) 100%);
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 1em;
    border: 1px solid #DFC3DD;
}

.page-title .title {
    padding: 18px 21px;
}

.page-title h2 span {
    background-image: url(img/h2-title02.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 0.8em;
    line-height: 130%;
    display: block;
}

.main-img {
    text-align: left;
    margin-bottom: -3px;
}

.sec_wrap {
    width: 98%;
    margin: 0 auto;
}

.con {
    margin-top: 40px;
    line-height: 180%;
}

.con p {
    margin-bottom: 1em;
}

.con a {
    text-decoration: underline;
}

.con h2 {
    background: rgb(249, 249, 249);
    background: linear-gradient(0deg, rgba(249, 249, 249, 1) 0%, rgba(221, 220, 246, 1) 100%);
    border-bottom: 2px solid #A6A5C4;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1em;
}

.con .title {
    padding: 12px 15px;
}

.con h2 span {
    background-image: url(img/h2-title.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0.8em;
}

.con .sec_wrap h2 {
    font-size: 18px;
    padding: 5px;
    background: #D3D2F9;
    border-bottom: none;
    margin-bottom: 1em;
}

.con .sec_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #A6A5C4;
    margin-bottom: 1em;
}

.con .sec_wrap h4 {
    border-left: 3px solid #A6A5C4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
    padding-left: 5px;
}

.con .sec_wrap h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
    display: inline-block;
    border-bottom: 3px solid #A6A5C4;
}

.con .sec_wrap h6 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em;
}

.con .sec_wrap .text {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.con .list01 li {
    background-image: url(img/li.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-bottom: 0.8em;
    display: inline-block;
    padding-right: 40px;
    vertical-align: top;
}

.con .list02 li {
    background-image: url(img/li.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-bottom: 0.8em;
}

.con .list02 li p {
    margin-bottom: 0;
}

.con ol {
    list-style-type: decimal;
    padding-left: 2em;
    margin-bottom: 0.3em;
}

.sub .con ol li {
    background-image: none;
    padding-left: 0;
    margin-bottom: 0.8em;
}

.con table {
    vertical-align: top;
    display: inline-block;
}

.con th {
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    width: 25%;
    padding: 5px 10px 5px 0;
}

.con td {
    padding: 5px 10px 5px 0;
}

.sub .con li {
    background-image: url(img/li02.png);
    background-position: left 10px;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-bottom: 0.8em;
}

.sub .con img {
    margin-left: 3em;
    margin-right: 3em;
}

.sub-con img {
    width: auto;
    max-width: 600px;
}

.day {
    padding-right: 1em;
    width: 20%;
    max-width: 160px;
}

.info-text {
    width: 80%;
}

.date {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1.4rem;
}

@media screen and (max-width: 1000px) {
    .main-img img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .main-img {
        margin-top: 5em;
    }

    .breadcrumbs {
        margin-top: 7em;
    }

    .con .list02 .fl {
        display: block;
    }

    .day {
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .info-text {
        width: 100%;
    }
}


@media screen and (max-width: 520px) {
    .breadcrumbs {
        font-size: 1.2rem;
    }

    .page-title h2 {
        font-size: 2rem;
    }
    .con h2 {
        font-size: 1.6rem;
    }

    .con .list01 li {
        background-position: left 7px;
    }

    .con .list02 li {
        background-position: left 7px;
    }

    .sec_wrap {
        width: 96%;
    }

    .con .list01 li {
        display: block;
    }

    .sub .con li {
        background-position: left 7px;
    }

    .sub .con img {
        display: block;
        margin-top: 2em;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
    }

    .con th {
        display: block;
        width: 100%;
        padding-bottom: 0;
    }

    .con td {
        display: block;
        width: 100%;
        padding-top: 0;
    }

    .con .sec_wrap h2 {
        font-size: 1.4rem;
    }

    .con .sec_wrap h3 {
        font-size: 1.4rem;
    }

    .con .sec_wrap h4 {
        font-size: 1.4rem;
    }

    .con .sec_wrap h5 {
        font-size: 1.4rem;
    }

    .con .sec_wrap h6 {
        font-size: 1.4rem;
    }

}


@media screen and (max-width: 1500px) {
    .con .sec_wrap .text {
        width: 40%;
    }
}

@media screen and (max-width: 1200px) {
    .con .sec_wrap .text {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    .sub .con .sub-con img {
        margin: 0 auto;
        display: block;
    }
}


/* ------------ お問い合わせ --------------*/

.form {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 120px;
}

.form a {
    text-decoration: underline;
}

.con .form table {
    width: 100%;
    border-top: 1px solid #CECECE;
    margin-bottom: 80px;
    border-collapse: collapse;
    display: table;
}

.form th {
    color: #000;
    vertical-align: middle;
    text-align: left;
    width: 250px;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
    border-bottom: 1px solid #CECECE;
    font-size: 16px;
}

.form td {
    padding: 15px;
    border-bottom: 1px solid #CECECE;
    border-right: none;
}

.form input {
    padding: 5px;
    font-size: 16px;
    vertical-align: middle;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    background: #e0e0e0;
    padding: 15px 16px 14px;
    border-radius: 0px;
}

.form textarea {
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
    width: 95%;
    font-family: "游ゴシック", "Yu Gothic",
    YuGothic,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    "メイリオ",
    Meiryo, "ＭＳ ゴシック", sans-serif;
    background: #e0e0e0;
    padding: 15px 16px 14px;
    border-radius: 0px;
}

.form select {
    padding: 10px;
    font-size: 16px;
    vertical-align: middle;
    /*  border-radius: 5px;*/
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.contact-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 3em;
}

.contact-btn input {
    padding: 20px;
    color: #000;
    cursor: pointer;
    width: 300px;
    font-size: 16px;
    background: #F5E3F3;
    margin: 0 auto;
    color: #5b2f56;
    font-weight: bold;
}

.radio-plain {
    width: 15px;
    height: 15px;
    top: -2px;
    position: relative;
}


@media screen and (max-width: 1100px) {
    .form input {
        width: 95%;
    }
}

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

    .con .form table {
        margin-bottom: 40px;
    }

    .form input {
        padding: 5px;
        font-size: 14px;
        width: 50%;
    }

    .form input.radio-plain {
        width: auto;
        top: 0px;
    }
    .form th {
        font-size: 13px;
        vertical-align: middle;
        width: 100%;
        font-weight: bold;
        padding-top: 2em;
        padding-bottom: 0;
        border-bottom: none;
        display: block;
    }
    .form td {
        width: 100%;
        display: block;
        padding-bottom: 2em;
        border-left: none;
    }

    .contact-btn input {
        padding: 20px;
    }
}

@media screen and (max-width: 520px) {
    .form {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .form table {
        margin-bottom: 0px;
    }

    .form td {
        padding-bottom: 1em;
    }

    .company .form th {
        margin-top: 0;
    }
}

/*---privacy PAGE---*/

.privacy p {
    margin-top: 3em;
    margin-bottom: 3em;
}

.privacy dl {
    margin-top: 30px;
    padding-top: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
    line-height: 30px;
    padding-bottom: 120px;
}

.privacy dt {
    width: 100%;
    font-weight: 700;
    font-size: 110%;
}

.privacy dd {
    width: 100%;
    padding-bottom: 30px;
}

@media screen and (max-width: 560px) {
    .privacy p {
        margin-top: 60px;
    }

    .privacy dl {
        padding-bottom: 60px;
    }
}
</pre></body></html>